.conteneur_banniere{
    width: auto;
    background: url(../images/banniere/telechargement_banniere.jpg);
    background-size: contain;
    background-position: top;
}

.texte_banniere{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    width: 1325px;
    margin: 0 auto;
    padding-top: 38px;
    text-shadow: 1px 1px 1px RGBA(0, 0, 0, 0.67);
    padding: 0;
    text-transform: uppercase;
    height: 154px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}


.fil_ariane{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    float: left;
    padding-left: 60px;
    text-shadow: none;
    opacity: 1;
    font-weight: 600;
    text-transform: none;
    position: relative;
}

.fil_ariane a {
    /*! font-weight: 300; */
}

.fil_ariane::before {
    position: absolute;
    content: '';
    left: 0;
    width: 50px;
    height: 3px;
    background: green;
    top: 10px;
}


.titre{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
    line-height: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94.5%;
    flex-wrap: wrap;
    height: auto;
}

.letitre{
    position: relative;
    padding-bottom: 29px;
}

.letitre::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #00973a;
}


.interne{
    width: 1325px;
    margin: 0 auto;
    padding-top: 25px;
    min-height: 530px;
    padding-bottom: 100px; 
}

#recherche {
    padding: 0;
    width: 90%;
    display: flex;
    justify-content: right;
    /*! margin-top: -115px; */
}

input[type="text"] {
    border: 1px solid #d8d8d8;
    height: 36px;
    background: transparent;
    padding: 0 10px;
    width: 50%;
    font-size: 16px;
    margin-right: 118px;
}

#recherche span {
    font-size: 17px;
}


select {
    border: 1px solid #d8d8d8;
    height: 35px;
    padding-left: 10px;
    margin: 0 15px;
    width: auto;
    min-width: 196px;
}

input[type="submit"] {
    border: none;
    height: 38px;
    padding: 0 20px;
    text-transform: capitalize;
    background: #1d85c6;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 300;
    cursor: pointer;
    background: #00973a;
    transition: all linear 0.3s;
    position: absolute;
}

input[type="submit"]:hover{
    background: #fff;
    color: #00973a;
    transition: all linear 0.3s;
    border: 1px solid #00973a;
}

.contenu_bloc_telechargement {
    width: auto;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: left;
}

.bloc_telechargement_wrapper {
    width: 30%;
    float: none;
    margin-right: 30px;
    cursor: pointer;
}   

.bloc_telechargement_description {
    position: relative;
    padding: 3px 0 10px 0;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    font-weight: 600;
}

.bloc_telechargement {
    border: 1px solid #d5d5d5;
    margin-bottom: 25px;
    position: relative;
    background: rgba(216, 216, 216, 0.05);
    padding: 8px;
    min-height: 100px;
    height: auto;
    display: flex;
}   

.date_publication {
    color: #7e7e7e;
    text-transform: none;
    font-size: 11px;
    width: auto;
    border-top: 1px solid #d8d8d8;
    padding-top: 6px;
}

.date_publication span {
  padding-right: 15px;
}

.bloc_telechargement::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #0699CB;
    bottom: 0;
    transition: all linear 0.3s;
    right: 0;
}

.bloc_telechargement:hover::after {
    transition: all linear 0.3s;
    width: 100%;
    right: auto;
    left: 0;
}   

.bloc_telechargement_logo {
    float: left !important;
    text-align: center;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.bloc_telechargement_texte {
    overflow: hidden;
    padding-top: 1px;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.4em;
    height: auto;
    min-height: auto;
    font-weight: 200;
}

.bloc_telechargement:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.bloc_telechargement:hover::after {
    transition: all linear 0.3s;
    width: 100%;
    right: auto;
    left: 0;
}
.bloc_telechargement::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #0699CB;
    bottom: 0;
    right: 0;
    transition: all linear 0.3s;
}

.bloc_telechargement_footer {
    width: auto;
    position: absolute;
    padding-top: 0;
    /*! overflow: hidden; */
    bottom: 0;
    width: 100%;
    /*! display: flex; */
}

.content_description {
    display: flex;
    flex-direction: column;
    padding-left: 9px;
    position: relative;
    width: 100%;
    padding-bottom: 23px;
}

.content {
    /* margin-top: 30px; */
}

/**************************************************/

    .content_lang {
        display: flex;
        color: #9a9696;
        height: 50px;
        font-weight: 600;
        justify-content: space-around;
        align-items: center;
        width: 50px;
        padding-right: 15px;
    }


    .content_lang span {
      padding: 0px 5px;
      display: inline-block;
    }
    .texte_lang {
      display: flex;
      text-transform: uppercase;
      font-weight: 200;
      /*! padding-right: 10px; */
    }
    .content_lang span:first-child {
      border-right: 1px solid #ccc;
    }
    /******************superheader*******************/
    .conteneur_superheader{
        width: auto;
        border-bottom: 1px solid #ccc;
    }

    


    ul.info_contact{
        float: left;
        height: 50px;
        margin:0;
        display: flex;
        padding: 0;
    }

    ul.info_contact li{
        padding: 0 12px;
        color: #b0afaf;
        font-size: 12px;
        display: flex;
        align-items: center;
        border-right: 1px solid;
        border-color: inherit;
    }

    ul.info_contact li img {
      margin-right: 10px;
    }

    ul.info_contact li:last-child{
        border-right: none;
    }


    .bloc_reseau_socio_recherche{
        display: flex;
        height: 50px;
        align-items: center;
        width: 260px;
        float: right;
    }

    .bloc_recherche{
        display: flex;
        align-items: center;
        position: relative;

        margin: 0 20px;
    }

    .bloc_recherche input{
        width:200px;
        border:1px solid #ccc;
        height: 30px;
        display: flex;
        align-items: center;
        padding: 0 10px; 
        color: #ccc;
        position: relative;
        border-radius: 2px;
    }

    .icone_recherche{
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        border-left: 1px solid #ccc;
        top: 1px;
    }

    .reseau_socio{
        display: flex;
        justify-content: center;
        align-items: center;
        /*! margin-left: 25px; */
        cursor: pointer;
    }

    .reseau_socio img:hover {
        filter: grayscale(0%);
        transition: all linear 0.3s;
    }

    .reseau_socio img{
        border-left:1px solid #ccc;
        padding: 19px 18px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
    }

    .reseau_socio img:last-child{
        /*! border-right:1px solid #ccc; */
        padding-right: 0;
    }


    /************************header********************/

    .conteneur_header{
        width: auto;
        display: flex;
    }

    .header{
        /*! width: 1390px; */
        /*! margin: 0 auto; */
        /*! display: flex; */
        /*! justify-content: space-between; */
    }

    .logo{
        /*! float: left; */
        /*! display: flex; */
        /*! align-items: center; */
        /*! justify-content: center; */
        /*! height: 100px; */
        /*! font-family: 'Merriweather', serif; */
    }

    .description_logo{
        /*! color:#ccc; */
        /*! font-size: 13px; */
        /*! border-right: 1px solid #ccc; */
        /*! padding: 10px; */
        /*! font-style: italic; */
    }

    .description_logo span {
        /*! font-size: 11.5px; */
    }

   


    ul.sous_menu li::after {
        left: 0;
        position: absolute;
        content: '';
        bottom: 0;
        background: #00973a !important;
        height: 2px;
        width: 0 !important;
        transition:all linear 0.3s
    }

    ul.sous_menu li:hover:after {
        left: 0;
        height: 2px;
        width: 100% !important;
        transition:all linear 0.3s
    }