.wrap-line-doc {
    display: flex;
    width: 100%;
    margin-bottom: 5%;
    /* background-color: grey; */
    margin-top: 8%;
}

.wrap-bloc-documentation {
    padding: 0 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    width: 50%;
}

.bloc-documentation {
    position: relative;
    box-sizing: border-box;
    position: relative;
    top: 0;
    background: transparent !important;
    /* overflow: hidden; */
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    -webkit-box-shadow: 0 8px 50px -6px rgba(84, 84, 120, 0.26);
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, 0.26);
    min-height: auto;
    display: flex;
    height: 100%;
    min-height: 120px;
    width: 100%;
}

.bloc-documentation > a {
    display: flex;
}

.icon-documentation {
    padding: 9px;
    position: absolute;
    left: -20px;
    top: -12%;
    display: flex;
    justify-content: center;
    width: 45px;
    background-color: #4a1e06;
    margin-right: 0;
    align-items: center;
    height: auto;
    align-content: center;
    box-sizing: border-box;
}

.icon-documentation img {
    position: relative;
    z-index: 1;
    height: 25px;
    width: auto;
}

.wrap-detail-doc {
    padding: 15px 15px 15px 34px;
    width: 100%;
}

.titre-documentation {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2px;
    line-height: 1.7em;
}

.categorie-documentation {
    color: gray;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -5px;
    position: relative;
}

.categorie-documentation:before {
    content: '';
    position: absolute;
    left: 0;
    top: 105%;
    width: 15px;
    height: 2px;
    background-color: #e67a01;
}

/* .icon-documentation:before {
    background: #005aa9;
    width: 150px;
    height: 150px;
    content: "";
    position: absolute;
    top: -80px;
    left: -40px;
    z-index: 1;
    border-radius: 30px;
    display: none;
} */

.wrap-link-doc {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: center;
    width: 100%;
}

.date-fichier {
    color: gray;
    font-size: 11px;
    margin-bottom: 0;
    position: relative;
}

.btn-telechargement {
    font-size: 10px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #e67a01;
}

h3.srubrique-article {
    text-transform: uppercase;
}

#form_commentaire textarea, #form_commentaire input {
    display: block;
    width: 97%;
    max-width: 100%;
    border: 1px solid #F0F0F0;
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

#form_commentaire ::placeholder{
    color: #000 !important;
    font-size: 14px !important;
}
#form_commentaire textarea {
    /*! margin-bottom: 25px; */
    min-height: 100px;
}
#form_commentaire input {
    margin-bottom: 0;

}
#titre_conteneur_commentaire {
    font-size: 20px;
    color: #e67a01;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    position: relative;
    width: auto;
    display: block;
    /* border-top: 3px solid #00aeef; */
    text-align: left;
    margin: 30px 0 25px 0;
    position: relative;
}
#form_commentaire input#send_commentaire {
    font-size: 11px;
    display: inline-block;
    padding: 9px 30px;
    text-transform: uppercase;
    width: auto;
    background-color: #e67a01;
    text-shadow: 0px 0px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}
#titre_liste_commentaire {
    font-size: 22px;
    color: #e67a01;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    position: relative;
    width: auto;
    display: block;
    border-bottom: 1px dotted #9E9EA1;
    text-align: left;
    margin: 40px 0 30px 0;
}
.photo_commentaire {
    width: 80px;
    height: auto;
    border-radius: 50% 50%;
    overflow: hidden;
    float: left;
}
.photo_commentaire img {
    width: 100%;
    height: auto;
}
.information_commentaire {
    float: left;
    width: 440px;
    text-align: left;
    padding-left: 30px;
    color: gray;
}
.info_comm {
    padding: 15px 0 0 0;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.nom_com {
    font-weight: bold;
}
.description_comment {
    font-size: 17px;
    line-height: 23px;
    width: 96%;
    padding-top: 10px;
    font-weight: 200;
}
.ligne_commentaire {
    padding: 25px 10px;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px dotted #DFDFDF;
    display: flex;
}

div#conteneur_commentaire {
    background-color: #fff;
    padding: 1px 30px 30px;
    margin: 30px 0;
    box-shadow: 0px 0px 20px 0px rgb(123 123 123 / 10%);
    border-radius: 10px;
}


#conteneur_form_commentaire .wrap-field-form {
  margin-bottom: 20px;
}

.wrap-nav-actu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.bloc-nav-actu {
    width: 48%;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgb(123 123 123 / 10%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}

.bloc-nav-actu a{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
    cursor: pointer;
    justify-content: space-between;
    background-color: #fff;
}

.img-nav-actu {
    width: 45%;
    text-align: right;
}

.img-nav-actu img {
    max-width: 100%;
    max-height: 120px;
}

.wrap-detail-nav-actu {
    width: 55%;
    box-sizing: border-box;
    padding: 7px 25px 5px;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

h2.titre-nav-actu {
    padding: 0;
    margin: 0px 0 0;
    font-weight: 300;
    font-size: 12px;
    box-sizing: border-box;
}

span.libele-nav-actu {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    padding: 4px 15px;
    background-color: #00aeef;
    color: #fff;
}

span.nav-actu {
    position: absolute;
    top: 50%;
    left: 0;
    color: #000;
    background-color: #fff;
    display: flex;
    height: 35px;
    width: 50px;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

span.nav-actu.right {
    left: unset;
    right: 0;
}

h3.srubrique-article {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    width: 100%;
}

/* STYLE DETAIL ACTUALITE */

.wrap-img-article img {
    max-width: 100%;
    display: block;
    margin: 0 !important;
    object-fit: cover;
    max-height: 500px;
}
h2.titre-article {
    line-height: 1.6em;
    margin: 0;
}

.text-article {
    background-color: #fff;
    padding: 30px;
    font-size: 15px;
    text-align: justify;
    line-height: 2em;
    color: #333;
    /*! font-family: Roboto,roboto,arial,serif; */
    font-weight: 100;
    box-shadow: 0px 0px 20px 0px rgb(123 123 123 / 10%);
}

.text-article img {
    max-width: 100%;
}

.paragraph-link {
  display: flex;
  justify-content: space-between;
  width: 29%;
  padding-bottom: 15px;
}
.paragraph-link a {
  background: #00aeef;
  color: #fff;
  padding: 5px 10px;
}

.text-article h3 {
    font-size: 19px;
    font-weight: 400;
    color: #00aeef;
    padding: 0;
    margin: 0;
}
.wrap-img-article {
    position: relative;
    display: flex;
    flex-direction: column;
}

.categorie-article {
    font-size: 13px;
    padding: 0px 10px 0 49px;
    position: relative;
    color: #e67a01;
}

.categorie-article:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #e67a01;
    left: 0;
    top: 50%;
}

ul.meta-info-article {
    list-style: none;
    display: flex;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    /* font-weight: 600; */
}

.wrap-meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.meta-info-article li {
    padding: 0 7px;
    margin: 0;
}

ul.meta-info-article li i {
    margin-right: 5px;
    color: #e67a01;
}

.text-article li {
    margin-bottom: 15px;
}

h1.titre-article {
    color: #121212;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'Work Sans', sans-serif;
}

ul.key-word {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

ul.key-word a {
    padding: 6px 10px;
    font-size: 12px;
    background-color: #fff;
    margin: 0 5px;
    display: block;
}

ul.key-word li:first-child {
    background-color: #00aeef;
    padding: 6px 15px;
    color: #fff;
    font-size: 12px;
}

.wrapper-container {
    font-family: 'Nunito', sans-serif;
}

.wrapper-container {
    position: relative;
    padding: 80px;
}

.container {
    width: 1200px !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-contain {
    width: 71%;
    /* margin-right: 25px; */
}

.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0 0px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}


.ligne-formulaire textarea{
    width:100%;
    padding: 6px 10px 15px;
    box-sizing:border-box;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}

form .wrap-field-form span {
    position: absolute;
    pointer-events: none;
    top: 19px;
    left: 15px !important;
    transition: 0.2s ease all;
    cursor:pointer;
    z-index: 5;
    font-size: 12px;
    color: #585858;
    left:0;
}

form input:focus + span, form input:not(:placeholder-shown) + span, 
form textarea:focus + span, form textarea:not(:placeholder-shown) + span {
    top: -2px;
    left: 0px;
    font-size: 12px;
    background-color: #fff;
}

/* For IE Browsers*/
form input:focus + span, input:not(:-ms-input-placeholder) + span {
    top: -10px;
    left: 0px;
    font-size: 14px;
}

.btn-submit {
    padding: 10px 30px;
    border: none;
    background-color: #2154cf;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

.btn-submit:hover {
    background-color: #2154cf !important;
    color: #fff !important;
}

#bloc_aside_page {
    width: 26%;
    max-width: 100%;
}

#aside_recherche {
    border: none;
    padding: 0;
    border-radius: 25px;
}

#form-search {
    position: relative;
    border: 1px solid #eeeeee;
    padding: 0 15px;
    background-color: #fff;
    max-width: 100%;
}

#form-search input {
    width: 100%;
    height: 47px;
    font-size: 15px;
    border: none;
    padding-right: 35px;
    box-sizing: border-box;
}

#form-search button {
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 3;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 0;
    text-align: center;
    background: none;
    border: none;
    padding: 0;
    color: #ffffff;
    background-color: #e67a01;
    border-radius: 50%;
}

.bloc-aside {
    padding: 0px 0px 0 0;
    color: #333333;
    /* border: 1px solid #eeeeee; */
    border-radius: 3px;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(123 123 123 / 10%);
    border-radius: 10px;
    overflow: hidden;
}

.titre-aside {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    background-color: #e67a01;
    padding: 14px 14px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    /* font-weight: 600; */
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}

.contain-bloc-aside {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contain-bloc-aside li a {
    padding: 15px;
    background-color: #fff;
    font-weight: 200;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.contain-bloc-aside li a i {
    font-size: 12px;
    /* font-weight: 100; */
    margin-right: 15px;
    font-weight: 900;
}

.contain-bloc-aside li a:after, 
.contain-bloc-aside li a.active:after {
    position: absolute;
    height: 1px;
    width: 0;
    content: '';
    left: 0;
    top: 100%;
    transition: all linear 0.4s;
    background-color: #e67a01;
}

.scontain-bloc-aside {
    list-style: none;
    margin-left: 0;
    padding: 0;
    display: none;
}

ul.scontain-bloc-aside a {
    padding: 10px 35px;
    font-size: 12px;
    position: relative;
}

#contain-bloc-aside-archive > li > a {
    font-size: 16px;
    font-weight: 600;
}

.contain-bloc-aside li a:hover, 
.contain-bloc-aside li a.active {
    color: #e67a01;
}

.contain-bloc-aside li a:hover:after, 
.contain-bloc-aside li a.active:after, 
.contain-bloc-aside li.active > a:after {
    width: 100%;
    transition: all linear 0.4s;
}

.text-article p {
    margin: 15px 0;
}

.bloc-nav-actu:hover, 
.bloc-nav-actu:hover i {
    color: #e67a01;
}

.ml.txt-left {
    text-align: left !important;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
}