html,
body,
input,
button {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}


/*.owl-carousel .owl-item img {
}
.slider-accueil{
height: 500px
}*/


/** {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
*/

a,
button {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

a>i,
button>i,
a>span {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    text-decoration: none;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn:active,
.btn.active,
.btn:hover,
.btn:focus,
.btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit
}

#body input,
#body textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

.top_header {
    background: #f6f6f6;
    padding: 7px 0 16px 0;
}

.img_logo {
    float: left;
}

.slogan_logo {
    float: left;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1.19;
    color: #000;
    margin: 34px 0 0 26px;
    font-family: 'Overpass', sans-serif;
}

.box_espace {
    float: right;
    background: #000;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 11px 20px 8px 18px;
    margin-top: 33px;
    border-radius: 2px;
}

.box_espace:hover {
    background: #f53933;
    color: #fff;
}

.box_espace img {
    margin-right: 12px;
    float: left;
}

.espace_content {
    float: left;
}

.box_search {
    float: right;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-top: 38px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.box_search i {
    font-size: 26px;
    color: #000;
    position: relative;
    top: 4px;
    margin-right: 2px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.box_search:hover i,
.box_search:hover {
    color: #f53933;
}

.search_content {
    margin-left: 5px;
}

.row_menu {
    background: #059d5b;
}

.menu_header {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 10000;
}

.menu_header>li {
    float: left;
    margin: 0 15px;
}

.menu_header>li.has_submenu {
    position: relative;
}

.menu_header>li:first-child {
    margin: 0 15px 0 0;
}

.menu_header>li:last-child {
    margin: 0 0 0 15px;
}

.menu_header>li.has_submenu_full>.content_has_submenu_full>a,
.menu_header>li.has_submenu>a {
    padding-right: 25px;
}

.menu_header>li>.content_has_submenu_full>a,
.menu_header>li>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 25px 0;
    display: inline-block;
}

.menu_header>li>>.content_has_submenu_full>a:hover,
.menu_header>li>a:hover {
    text-decoration: none;
}

.content_has_submenu_full {
    position: relative;
}

.menu_header>li>.content_has_submenu_full>i,
.menu_header>li>a i {
    font-size: 26px;
    color: #c0d3f3;
    position: absolute;
    right: 0;
    top: 25px;
}

.menu_header .submenu {
    position: absolute;
    top: 62px;
    left: 0;
    background: #fff;
    width: 264px;
    border-radius: 2px;
    z-index: 999;
    display: none;
}

.menu_header .submenu li {
    padding: 12px 16px;
    border-bottom: solid 1px #d2e4ea;
}

.menu_header .submenu li:last-child {
    border-bottom: none;
}

.menu_header .submenu li a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #191842;
}

.menu_header .submenu li a:hover {
    text-decoration: none;
    color: #059d5b;
}

.menu_header .submenu li.active>a,
.menu_header>li.active>a {
    color: #f19914;
}

.col-full-menu {
    border-right: solid 2px #d2e4ea;
    padding: 25px 15px;
}

.menu_header>.has_submenu_full>a {
    position: relative;
    padding-right: 25px;
}

.col-full-menu:last-child {
    border-right: none;
}

.col-full-menu:nth-child(3n+1) {
    clear: left;
}

.box_submenu_full {
    position: absolute;
    top: 62px;
    left: 36px;
    background: #fff;
    max-width: 930px;
    width: 100%;
    min-height: 180px;
    border-radius: 2px;
    z-index: 99999;
    display: none;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .4);
}

.box_cat_menu {
    float: left;
    width: 40%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: #191842;
}

.box_list_menu {
    float: left;
    width: 60%;
}

.box_submenu_full li a {
    font-size: 15px;
    color: #191842;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.box_submenu_full li.more_list a {
    font-size: 14px;
    font-style: italic;
    color: #f54d48;
}

.row_search {
    display: none;
}

.search_input {
    border: none;
    border-radius: 15px;
    width: 100%;
    outline: none;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2.47px;
    color: #059d5b;
    background: #F6F6F6;
    margin-top: 1ch;
    padding: 10px 0 10px 0;
    border: 1px solid #059d5b;
    padding-right: 100px;
}

.search_input::-webkit-input-placeholder {
    color: rgba(30, 30, 30, 0.65);
    font-weight: 300;
}

.search_input:-ms-input-placeholder {
    color: rgba(30, 30, 30, 0.65);
    font-weight: 300;
}

.search_input::placeholder {
    color: rgba(30, 30, 30, 0.65);
    font-weight: 300;
}

.form_search {
    position: relative;
}

.search_submit {
    border: none;
    border-radius: 0;
    background: url(../images/png/unnamed.png) no-repeat 0 0;
    width: 44px;
    height: 26px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 45px;
    outline: none;
    text-indent: -5000px;
    border-right: 1px solid #059d5b;
}

.delete_search {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 33px;
    right: 0;
}


/*.owl-carousel-home .item {
    height: 603px;
}*/

.caption_slide {
    position: absolute;
    font-size: 25px;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    color: #f89901;
    padding: 20px 80px 80px 135px;
    width: 50%;
}

.title_slide {
    font-size: 24px;
    color: #fff;
    margin-bottom: 22px;
    line-height: 1.2;
}


/*.title_slide{
    font-size: 22px;
    color: #f89901;
    margin-bottom: 15px;
    line-height: 1.2;
} INSTAT*/


}
.cat_slide {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #f89901;
    margin-bottom: 8px;
}
.content_slide {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.read_more {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #f89901;
    display: inline-block;
    padding: 10px 45px 8px;
    border-radius: 2px;
}
.read_more:hover {
    background: #f53933;
    color: #fff;
    text-decoration: none;
}
.owl-carousel-home .owl-dot {
    width: 14px;
    height: 14px;
    border: solid 1px #dddbdb;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}
.owl-carousel-home .owl-dot.active {
    border: solid 1px #fff;
    background: #fff;
}
.owl-carousel-home .owl-dots {
    position: absolute;
    left: 135px;
    bottom: 125px;
}
.footer {
    padding: 44px 0 20px 0;
}
.container_footer {
    border-bottom: solid 1px #d6e4e9;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.titre_footer {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.texte_footer {
    font-size: 14px;
    color: #65777d;
}
.email_footer {
    margin-top: 35px;
}
.texte_footer span {
    display: block;
}
.email_footer a {
    font-size: 14px;
    color: #65777d;
}
.link_footer {
    display: inline-block;
    color: #e10000;
    text-transform: uppercase;
    border-bottom: 1px solid #e10000;
    margin-top: 7px;
}
.link_footer:hover {
    text-decoration: none;
    color: #00b164;
    border-bottom: 1px solid #00b164;
}
.footer_reseaux {
    text-align: right;
}
.footer_reseaux a {
    display: inline-block;
    margin: 0 13px;
}
.footer_reseaux a:last-child {
    margin: 0 0 0 13px;
}
.footer_reseaux a:first-child {
    margin: 0 13px 0 0;
}
.footer_reseaux a:hover {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
.title_partenaires {
    float: right;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    color: #00b164;
    margin-top: 40px;
}
.title_partenaires i {
    font-size: 30px;
    position: relative;
    top: 7px;
    margin-left: 10px;
}
.title_partenaires:hover {
    color: #f53933;
    text-decoration: none;
}
.link_copyright {
    font-weight: 500;
    color: #000;
    font-size: 12px;
    line-height: 0.83;
    display: inline-block;
}
.box_copyright_footer {
    font-size: 12px;
    line-height: 0.83;
    color: #65777d;
    display: inline-block;
    margin-left: 20px;
}
.lien_medianet {
    font-weight: 700;
    color: #0281ea;
}
.link_copyright:hover,
.lien_medianet:hover {
    text-decoration: none;
    color: #f53933;
}
.wrap_content {
    background: #eff8fb;
}
.mt-container {
    position: relative;
    margin-top: -88px;
    z-index: 999;
}
.indicateur_cles {
    padding: 0 37px;
}
.container_instat {
    max-width: 1366px;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
.container_indicateur {
    background: url('../images/png/map.png') no-repeat right top #eff8fb;
    padding: 86px 90px 97px 90px;
}
.subtitle_indicateur {
    font-size: 16px;
    color: #f53933;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.title_indicateur {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.32;
    color: #000;
    margin-bottom: 30px;
}
.content_indicateur {
    font-size: 18px;
    line-height: 1.44;
    color: #292828;
    margin-bottom: 80px;
}
.link_indicateur {
    background: #00b164;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 11px 20px 8px 18px;
    margin-top: 33px;
    border-radius: 2px;
    float: left;
}
.link_indicateur img {
    margin-right: 12px;
    float: left;
}
.link_indicateur:hover {
    background: #f53933;
    color: #fff;
    text-decoration: none;
}
.content_population {
    margin-bottom: 70px;
}
.nbr_population {
    font-size: 89px;
    font-weight: 900;
    line-height: 0.46;
    color: #000;
    margin-bottom: 20px;
    margin-top: 80px;
}
.title_population {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.56;
    color: #000;
    text-transform: uppercase;
}
.nbr_taux {
    font-size: 47px;
    font-weight: 900;
    line-height: 0.87;
    color: #000;
    margin-bottom: 15px;
}
.nbr_taux img {
    position: relative;
    top: 5px;
}
.title_taux {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.annee_taux {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.32);
}
.container_statistique {
    background-image: linear-gradient(109deg, #059D5B 25%, #F09813 75%);
    padding-top: 54px;
    padding-bottom: 54px;
}
.subtitle_consommation {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.element_charte {
    margin-bottom: 55px;
}
.nbr_consommation {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.78;
    color: #fff;
}
.nbr_consommation span {
    font-size: 23px;
}
.img_consommation {
    position: relative;
    bottom: -15px;
}
.content_consommation {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.date_consommation {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0);
}
.section_actualites {
    position: relative;
}
.section_actualites:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: #fff;
}
.container_actualites {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #fff;
}
.title_section {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
.img_actualites {
    margin-bottom: 20px;
    display: block;
}
.date_actus {
    font-size: 16px;
    line-height: 1.5;
    color: #535353;
    display: block;
    margin-bottom: 5px;
}
.title_actus {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
}
.link_actus {
    font-size: 14px;
    color: #f53933;
    text-transform: uppercase;
    opacity: 0;
}
.link_actus i {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-left: 4px;
}
.box-actu-home:hover {
    text-decoration: none;
}
.box-actu-home:hover .link_actus {
    opacity: 1;
    text-decoration: none;
}
.box-actu-home:hover .date_actus,
.box-actu-home:hover .title_actus {
    color: #000;
    text-decoration: underline;
}
.col-btn-actus {
    margin-top: 40px;
}
.link_all_actus {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #000;
    border-radius: 2px;
    border: solid 1px #000;
    padding: 9px 57px 6px 57px;
    display: inline-block;
}
.link_all_actus:hover {
    color: #059d5b;
    border: solid 1px #059d5b;
    text-decoration: none;
}
.section_publications {
    background: #eff8fb;
}
.container_publications {
    padding-top: 80px;
    padding-bottom: 50px;
}
.content_publication {
    border-radius: 5px;
    background-color: #fff;
    padding: 63px 45px 94px 45px;
    margin-top: -37px;
    height: calc(100% - 37px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box-publication {
    height: 100%;
}
.img_publication {
    width: 78px;
    height: 78px;
    box-shadow: 0 2px 4px 0 #fbf6ef;
    background-color: #fff;
    border-radius: 50%;
    line-height: 78px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sub_title_publication {
    font-size: 14px;
    line-height: 1.71;
    color: #535353;
    margin-bottom: 5px;
}
.title_publication {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 32px;
}
.texte_publication p,
.texte_publication {
    font-size: 14px;
    line-height: 1.5;
    color: #65777d;
    margin-bottom: 50px;
}
.link_publication {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    border-radius: 2px;
    border: solid 1px #000;
    padding: 10px 26px 7px;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 67px);
}
.d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
}
.box-publication:hover .content_publication {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}
.box-publication:hover .img_publication {
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, .1);
}
.link_publication:hover,
.box-publication:hover .link_publication {
    border: solid 1px #f53933;
    background: #f53933;
    color: #fff;
    text-decoration: none;
}
.col-btn-pubs {
    margin-top: 60px;
}
.link_all_pubs {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 2px;
    border: solid 1px #000;
    padding: 9px 27px 6px 27px;
    display: inline-block;
}
.link_all_pubs:hover {
    color: #fff;
    background: #00b164;
    border: solid 1px #00b164;
    text-decoration: none;
}
.row_blocs_bottom {
    margin-top: 68px;
}
.box-blocs_bottom {
    padding: 50px 48px 32px;
    min-height: 192px;
    border-radius: 4px;
    display: block;
}
.box-blocs_bottom:hover {
    text-decoration: none;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}
.box-micro {
    background: url('../images/png/bg_micro.png') no-repeat 0 0/cover
}
.box-stat {
    background: url('../images/png/bg_stat.png') no-repeat 0 0/cover
}
.box-bulletins {
    background: url('../images/png/bg_bulletins.png') no-repeat 0 0/cover
}
.title_blocs_bottom {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.texte_blocs_bottom {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #fbfbfb;
}
.sub_title_pubs {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.content_tags {
    float: left;
    width: 100%;
    margin-bottom: 38px;
}
.tag {
    border-radius: 3px;
    border: solid 1px #c0d3f3;
    background-color: rgba(213, 220, 239, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #3c485b;
    float: left;
    margin-right: 10px;
    padding: 5px 15px 4px 8px;
    margin-bottom: 10px;
}
.tag i {
    margin-left: 10px;
    color: #c0d3f3;
}
.item-pubs {
    padding: 20px 20px 27px 20px;
    border-radius: 5px;
    border: solid 1px #cedee3;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.item-pubs:hover {
    box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #cedee3;
    transform: scale(1.001);
}
.item-pubs:nth-child(even) {
    background: #f4f9fb;
}
.title_item a {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}
.item-pubs:hover .title_item {
    text-decoration: underline;
}
.read_more_item {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 2px;
    border: solid 1px #000;
    background: #fff;
}
.item-pubs:hover .read_more_item {
    background: #f53933;
    text-decoration: none;
    border: solid 1px #f53933;
    color: #fff;
}
.desc_item {
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.col-btn-pub {
    padding-top: 10px;
}
.list-items-pubs {
    margin-bottom: 30px;
}
.pagination {
    width: 100%;
}
.box-search-left {
    border-radius: 3px;
    border: solid 1px #cedee3;
    background-color: #eff8fb;
    padding: 12px 10px;
}
.input_form_left {
    background: #fff;
    border-radius: 3px;
    border: solid 1px #cedee3;
    height: 50px;
    font-size: 14px;
    color: #81a1ab;
}
.input_form_left::-webkit-input-placeholder {
    font-size: 14px;
    color: #81a1ab;
}
.input_form_left:-ms-input-placeholder {
    font-size: 14px;
    color: #81a1ab;
}
.input_form_left::placeholder {
    font-size: 14px;
    color: #81a1ab;
}
.custum_checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #191842;
    font-weight: 400;
    padding: 10px 0 13px 39px;
    border-bottom: solid 1px #d2e4ea;
}
.custum_checkbox:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.custum_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 11px;
    left: 13px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 1px #7d7d7d;
}
.custum_checkbox input:checked~.checkmark {
    border-color: #3dc187;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custum_checkbox input:checked~.checkmark:after {
    display: block;
}
.custum_checkbox .checkmark:after {
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
    background: #3dc187;
}
.box_item_filter {
    margin-top: 9px;
    border-radius: 3px;
    border: solid 1px #cedee3;
    background-color: #eff8fb;
    padding: 17px 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.title_item_filter {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 0 34px 17px 17px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.title_item_filter i {
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 30px;
    width: 26px;
    color: #c2d4f3;
    cursor: pointer;
}
.content_item_filter {
    display: none;
    background: #fff;
}
.selected_filter.box_item_filter {
    border: solid 1px #059d5b;
    background-color: #059d5b;
}
.selected_filter.box_item_filter .title_item_filter i,
.selected_filter.box_item_filter .title_item_filter {
    color: #fff;
}
.selected_filter.box_item_filter .title_item_filter i:before {
    content: '\f2fc';
}
.description_page {
    font-size: 18px;
    line-height: 1.44;
    color: #292828;
    width: 60%;
    margin-top: -25px;
}
.section_apropos {
    margin-top: 50px;
}
.item_apropos {
    border-radius: 5px;
    background-color: #eff8fb;
    padding: 37px 27px;
    text-align: center;
}
.nbr_propos {
    font-size: 14px;
    line-height: 1.71;
    color: #535353;
    margin-bottom: 3px;
}
.title_propos {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #000;
    margin-bottom: 22px;
    min-height: 56px;
}
.content_propos {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #65777d;
    margin: 0;
}
.item_apropos .link_indicateur {
    float: none;
    display: inline-block;
}
.item_apropos .link_indicateur img {
    width: auto;
}
.section_partenaires {
    margin-top: 50px;
}
.col-partenaire {
    margin-bottom: 20px;
}
.col-partenaire:nth-child(6n+1) {
    clear: left;
}
.sub_title_mission {
    font-size: 16px;
    color: #f53933;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.title_mission {
    font-size: 39px;
    font-weight: 300;
    line-height: 1.31;
    color: #000;
    margin-bottom: 42px;
}
.title_contentmission {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: #000;
    margin-bottom: 20px;
}
.item_content_mission {
    padding-top: 17px;
    padding-bottom: 17px;
}
.item_content_mission:nth-child(even) {
    background: #f7f4ef;
}
.text_content_mission {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.arrow_content_mission i {
    font-size: 26px;
    color: #059d5b;
}
.arrow_content_mission.orange i {
    color: #f89902;
}
.col-img-mission {
    padding-top: 72px;
}
.row_content_mission {
    margin-bottom: 32px;
}
.row_content_mission:nth-child(even) .arrow_content_mission i {
    color: #f89901;
}
.img_president {
    float: left;
    margin-right: 30px;
}
.mot_president {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.44;
    color: #292828;
}
.title_mot_president {
    font-size: 39px;
    font-weight: 300;
    line-height: 1.31;
    color: #324278;
}
.row_content_mot {
    margin-top: 70px;
    padding: 0 70px;
}
.caption_mot_president {
    font-size: 16px;
    line-height: 1.63;
    color: #000;
}
.text_merci {
    font-style: italic;
    font-weight: 700;
}
.section_mot_directeur {
    margin-bottom: 60px;
}
.box_content_cms {
    margin-bottom: 25px;
    clear: both;
}
p {
    font-size: 16px;
    line-height: 1.5;
    color: #292828;
}
.subtitle_content {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    margin-bottom: 17px;
}
.img_cms {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
h2 {
    font-size: 16px;
    color: #f53933;
    display: block;
    width: 100%;
    margin-bottom: 24px;
}
h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
    padding: 10px 0;
}
.margin_tb20 {
    margin: 20px 0;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_tb40 {
    margin: 40px 0;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_t40 {
    margin-top: 40px;
}
.box_content_cms .col-content-mission {}
.box_item_faq {
    margin-top: 9px;
    border-radius: 3px;
    border: solid 1px #d4e8ee;
    background-color: rgba(239, 248, 251, 0.38);
    padding: 37px 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.title_item_faq {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    padding: 0 60px 37px 37px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.content_item_faq {
    display: none;
    background: #fff;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 55px;
    font-size: 14px;
    line-height: 1.5;
    color: #65777d;
}
.content_item_faq p {
    font-size: 14px;
    line-height: 1.5;
    color: #65777d;
    display: block;
}
.content_item_faq a {
    float: none;
    display: inline-block;
    margin-top: 10px;
}
.title_item_faq i {
    position: absolute;
    right: 30px;
    top: -4px;
    font-size: 39px;
    width: 26px;
    color: #00b164;
    cursor: pointer;
}
.active_faq.box_item_faq {
    background-color: #fff;
}
.active_faq .title_item_faq i {
    color: #f89901;
}
.active_faq .title_item_faq i:before {
    content: '\f273';
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 21px 8px;
    border-bottom: solid 2px #d4e8ee;
    border-top: 0;
}
.table>thead>tr>th {
    padding: 16px 8px;
    border-bottom: 0;
    background-color: #0281ea;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.63;
    color: #f8f3eb;
    border-bottom: 0;
}
.toggle_menu {
    display: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.owl-charte.owl-carousel,
.owl-actus.owl-carousel {
    display: block;
}
a:hover {
    text-decoration: none
}
.padding_content {
    padding-top: 55px;
    padding-bottom: 55px;
}
.blc_banner_interne {
    height: 243px;
    background: url("../images/jpg/banner-interne.jpg") 0 0 no-repeat;
    background-size: cover;
}
.blc_banner_interne_act {
    height: 243px;
    background: url("../images/jpg/banner-interne2.jpg") 0 0 no-repeat;
    background-size: cover;
}
.bg_white {
    background: #fff;
}
.container_instat {
    max-width: 1366px;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
}
.breadcrumb {
    background: #fff;
    padding: 0;
    margin-bottom: 45px;
}
.breadcrumb>li+li:before {
    content: "\f0da";
    font: normal normal normal 16px/1 FontAwesome;
    color: #95b1ba;
}
.breadcrumb>li.current {
    font-size: 12px;
    color: #688893;
}
.breadcrumb>li a {
    font-size: 12px;
    color: #95b1ba;
}
.breadcrumb>li a:hover,
.breadcrumb>li a:focus {
    color: #00b164;
    text-decoration: none;
}
.title_page {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.32;
    color: #000;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}
.title_page:before {
    content: '';
    width: 30px;
    height: 3px;
    background: #f19914;
    position: absolute;
    left: 0;
    top: 0;
}
.title_error {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.32;
    color: #000;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}
.form_search_intene .form-group {
    width: 40%;
    float: left;
    margin: 0;
    position: relative;
}
.form_search label.error {
    color: #000;
}
.form_search_intene .form-group .form-control {
    height: 50px;
    border: 0;
    box-shadow: none;
    border-right: 1px solid #cedee3;
    border-radius: 0;
    padding-left: 54px;
}
.form_search_intene .blc_submit_form {
    width: 20%;
    float: left;
    padding: 3px;
}
.form_search_intene:after {
    content: "";
    clear: both;
    display: block;
}
.form_search_intene {
    border: 1px solid #cedee3;
    border-radius: 3px;
}
.form_search_intene label.error,
.form_search_result label.error,
.form_search_intene_act label.error {
    position: absolute;
    top: 100%;
    left: 0;
}
.form_search_intene input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_intene input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #81a1ab;
    opacity: 1;
    font-size: 16px;
}
.form_search_intene input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #81a1ab;
    opacity: 1;
    font-size: 16px;
}
.form_search_intene input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_intene input::-ms-input-placeholder {
    /* Microsoft Edge */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_intene select,
.form_search_intene input {
    color: #81a1ab;
    font-size: 16px;
}
.btn-form,
.blc_submit_form .btn-form {
    font-size: 15px;
    font-weight: 700;
    background: #00b164;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    width: 50%;
    height: 44px;
    float: left;
}
.btn-form-reset {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    border-radius: 2px;
    text-align: center;
    width: 50%;
    height: 44px;
    line-height: 40px;
    float: left;
}
.form-contact .btn-form,
.form-contact .blc_submit_form .btn-form {
    float: right;
}
.mb-50 {
    margin-bottom: 50px;
}
.btn-form.width-100 {
    width: 100%;
}
.blc_submit_form .btn-form:hover {
    background: #f19914;
}
.form_search_intene .blc_mot_cle:before {
    content: "\f002";
    font: normal normal normal 26px/1 FontAwesome;
    color: #00b164;
    position: absolute;
    left: 15px;
    top: 10px;
}
.form_search_intene .blc_theme:before {
    content: "\f0b0";
    font: normal normal normal 26px/1 FontAwesome;
    color: #00b164;
    position: absolute;
    left: 15px;
    top: 10px;
}
.nbr_filter_search {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
.blc_filter_search {
    margin-bottom: 30px;
}
.nbr_filter_search span {
    color: #059d5b;
    font-weight: 700;
}
.list-items .item:hover .read_more_item {
    background: #f53933;
    text-decoration: none;
    border: solid 1px #f53933;
    color: #fff;
}
.list-items .item:hover .title_item {
    text-decoration: underline;
}
.list-items .item:hover {
    box-shadow: 4px 2px 14px 0 rgba(0, 0, 0, 0.14);
}
.list-items .item {
    padding: 20px 20px 27px 20px;
    border-radius: 5px;
    border: solid 1px #cedee3;
    margin-bottom: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.list-items .item:nth-child(2n+2) {
    background: #f4f9fb;
}
.list-items .item .theme_date_item {
    font-size: 14px;
    line-height: 1.71;
    color: #535353;
    font-weight: 400;
    margin-bottom: 5px;
}
.list-items .item .title_item,
.list-items .item .title_item a {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}
.list-items .item .title_item {
    margin-bottom: 15px;
}
.list-items .item .desc_item {
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    font-weight: 400;
    margin-bottom: 24px;
}
.list-items .item .read_more_item {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 2px;
    border: solid 1px #000;
    background: #fff;
}
.list-items .item .read_more_item:hover {
    background: #f53933;
    text-decoration: none;
    border: solid 1px #f53933;
    color: #fff;
}
.pagination {
    width: 100%;
}
.pagination .flech_prev,
.pagination .flech_next {
    background: transparent;
    position: relative;
    top: 6px;
}
.pagination .flech_prev i,
.pagination .flech_next i {
    font-size: 34px;
    color: #cddde2;
}
.pagination a {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #cddde2;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
}
.pagination a:hover,
.pagination a:focus,
.pagination a.active {
    background: #f53933;
    text-decoration: none;
}
.pagination .flech_prev:hover i,
.pagination .flech_next:hover i {
    color: #059d5b;
}
.pagination .flech_prev:hover,
.pagination .flech_next:hover {
    background: transparent;
}
.pagination .flech_prev {
    margin-right: 40px;
}
.pagination .flech_next {
    margin-left: 40px;
}
.blc_menu_right ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 15px;
    display: block;
}
.blc_menu_right ul li {
    border-bottom: solid 1px #d2e4ea;
}
.blc_menu_right ul li:last-child {
    border-bottom: none;
}
.blc_menu_right ul li a:hover,
.blc_menu_right ul li a.active {
    color: #f53933;
}
.blc_menu_right {
    margin-bottom: 30px;
}
.btn-instat {
    background: #00b164;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 11px 20px 10px 18px;
    border-radius: 2px;
    display: inline-block;
}
.blc-owl-carousel-calendrier {
    text-align: center;
    background: #eef6f9;
    padding: 34px 27px;
    margin-bottom: 30px;
}
.btn-instat:hover,
.btn-instat:focus {
    background: #f53933;
    color: #fff;
}
.owl-carousel-calendrier .date_lieu_calendrier {
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 10px;
}
.owl-carousel-calendrier .title_calendrier a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
.owl-carousel-calendrier .title_calendrier {
    margin-bottom: 10px;
}
.owl-carousel-calendrier .desc_calendrier {
    font-size: 14px;
    font-weight: 400;
    color: #65777d;
    line-height: 1.5;
    margin-bottom: 30px;
}
.owl-carousel-calendrier .owl-dots {
    width: 100%;
    position: relative;
    height: 17px;
    text-align: center;
    margin-bottom: 30px;
}
.owl-carousel-calendrier .owl-dot.active {
    background: #1389eb;
}
.owl-carousel-calendrier .owl-dot {
    width: 14px;
    height: 14px;
    background: #c7e1ea;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.blc_owl_actualites .date_act {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #535353;
    margin-top: 20px;
}
.blc_owl_actualites .title_act a:hover {
    color: #f53933;
}
.blc_owl_actualites .title_act a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}
.blc_owl_actualites .title_act {
    margin-bottom: 20px;
}
.blc_owl_actualites .read_more_act i {
    font-size: 32px;
    margin-left: 15px;
    position: relative;
    top: 5px;
    border-left: 2px solid #00b164;
}
.blc_owl_actualites .read_more_act {
    color: #00b164;
    font-weight: 700;
    font-size: 15px;
    float: right;
    margin-top: 10px;
}
.blc_owl_actualites .read_more_act:hover {
    color: #f53933;
}
.blc_owl_actualites .read_more_act:hover i {
    border-left: 2px solid #f53933;
}
.blc_owl_actualites .owl-carousel-act .owl-item img {
    width: auto;
}
.owl-carousel-act .owl-prev i,
.owl-carousel-act .owl-next i {
    margin-left: 15px;
    position: relative;
    top: 5px;
    color: #00b164;
    font-weight: 700;
    font-size: 25px;
    float: left;
}
.owl-carousel-act .owl-next i {
    float: right;
}
.owl-carousel-act .owl-nav {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.owl-carousel-act .owl-dot {
    width: 11px;
    height: 11px;
    border: 1px solid #00b164;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}
.owl-carousel-act .owl-dot.active {
    background: #00b164;
}
.form_search_result .form-group {
    width: 80%;
    float: left;
    margin: 0;
    position: relative;
}
.form_search_result .form-group .form-control {
    height: 50px;
    border: 0;
    box-shadow: none;
    border-right: 1px solid #cedee3;
    border-radius: 0;
    padding-left: 54px;
}
.form_search_result .blc_submit_form {
    width: 20%;
    float: left;
    padding: 3px;
}
.form_search_result:after {
    content: "";
    clear: both;
    display: block;
}
.form_search_result {
    border: 1px solid #cedee3;
    border-radius: 3px;
}
.form_search_result input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_result input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #81a1ab;
    opacity: 1;
    font-size: 16px;
}
.form_search_result input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #81a1ab;
    opacity: 1;
    font-size: 16px;
}
.form_search_result input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_result input::-ms-input-placeholder {
    /* Microsoft Edge */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_result input {
    color: #81a1ab;
    font-size: 16px;
}
.form_search_result .blc_mot_cle:before {
    content: "\f002";
    font: normal normal normal 26px/1 FontAwesome;
    color: #00b164;
    position: absolute;
    left: 15px;
    top: 10px;
}
.form_search_intene_act .form-group {
    width: 26.66%;
    float: left;
    margin: 0;
    position: relative;
}
.form_search_intene_act .form-group .form-control {
    height: 50px;
    border: 0;
    box-shadow: none;
    border-right: 1px solid #cedee3;
    border-radius: 0;
    padding-left: 54px;
}
.form_search_intene_act .blc_submit_form {
    width: 20%;
    float: left;
    padding: 3px;
}
.form_search_intene_act:after {
    content: "";
    clear: both;
    display: block;
}
.form_search_intene_act {
    border: 1px solid #cedee3;
    border-radius: 3px;
}
.form_search_intene_act input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_intene_act input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #81a1ab;
    opacity: 1;
    font-size: 16px;
}
.form_search_intene_act input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #81a1ab;
    opacity: 1;
    font-size: 16px;
}
.form_search_intene_act input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_intene_act input::-ms-input-placeholder {
    /* Microsoft Edge */
    
    color: #81a1ab;
    font-size: 16px;
}
.form_search_intene_act select,
.form_search_intene_act input {
    color: #81a1ab;
    font-size: 16px;
}
.form_search_intene_act .blc_mot_cle:before {
    content: "\f002";
    font: normal normal normal 26px/1 FontAwesome;
    color: #00b164;
    position: absolute;
    left: 15px;
    top: 10px;
}
.form_search_intene_act .blc_date:before {
    content: "\f0b0";
    font: normal normal normal 26px/1 FontAwesome;
    color: #00b164;
    position: absolute;
    left: 15px;
    top: 10px;
}
.form_search_intene_act .blc_date:after {
    content: "\f073";
    font: normal normal normal 16px/1 FontAwesome;
    color: #81a1ab;
    position: absolute;
    right: 15px;
    top: 17px;
}
.form_search_intene_act .form-group.blc_theme .form-control {
    padding-left: 15px;
}
.listing_act .box-actu-home {
    margin-top: 50px;
    margin-bottom: 20px;
    display: inline-block;
}
.listing_act>.row>div:nth-child(4n+1) {
    clear: both;
}
.blc_add_this {
    text-align: right;
    position: relative;
    top: 20px;
}
.owl-carousel-detail-act .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    bottom: -7px;
}
.owl-carousel-detail-act .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    bottom: -7px;
}
.owl-carousel-detail-act .owl-nav .owl-prev i,
.owl-carousel-detail-act .owl-nav .owl-next i {
    font-size: 40px;
    color: #cedee3;
}
.owl-carousel-detail-act .owl-nav .owl-prev:hover i,
.owl-carousel-detail-act .owl-nav .owl-next:hover i {
    color: #00b164;
}
.owl-carousel-detail-act .loop_img_details_act {
    left: 46%;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.owl-carousel-detail-act .loop_img_details_act i {
    font-size: 26px;
    color: #cedee3;
}
.owl-carousel-detail-act .loop_img_details_act:hover i {
    color: #00b164;
}
.owl-carousel-detail-act .item {
    position: relative;
}
.blc_details_act .date_detail_act {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 50px;
}
.blc_details_act .txt_regular_detail_act {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5;
}
.blc_details_act .txt_regular_detail_act.txt_bold_detail_act {
    font-weight: 700;
}
.blc_details_act .blc_video_details_act {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.blc_details_act .blc_video_details_act .icon_play_vid {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
    border: 5px solid #fff;
    border-radius: 50%;
    width: 101px;
    height: 101px;
    text-align: center;
    line-height: 101px;
    transition: all 0.5s ease;
}
.blc_details_act .blc_video_details_act .icon_play_vid i {
    color: #fff;
    font-size: 26px;
}
.blc_details_act .blc_video_details_act img {
    transition: all 0.5s ease;
}
.blc_details_act .blc_video_details_act:hover img {
    transform: scale(1.1);
}
.blc_details_act .blc_video_details_act:hover .icon_play_vid {
    background: #00b164;
    border: 5px solid #00b164;
}
.blc_details_act {
    margin-bottom: 70px;
    position: relative;
}
.blc_details_act .btn_retour_act {
    position: absolute;
    left: 0;
    bottom: 0;
}
.blc_details_act .btn_retour_act i {
    font-size: 34px;
    transition: all 0.5s ease;
    color: #00b164;
}
.blc_details_act .btn_retour_act:hover i {
    font-size: 34px;
    color: #f53933;
}
.blc_coordonnee_instat .big_txt_coordonnee {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 86px;
}
.blc_coordonnee_instat .big_txt_coordonnee span {
    display: block;
}
.txt_grey_coordonne {
    font-size: 14px;
    color: #65777d;
    font-weight: 400;
}
.txt_grey_coordonne a {
    font-size: 14px;
    color: #65777d;
    font-weight: 400;
}
.txt_grey_coordonne a:hover {
    color: #f53933;
}
.blc_coordonnee_instat {
    max-width: 270px;
}
.info_instat .txt_uppercase {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.info_instat {
    margin-bottom: 30px;
}
.form-contact input,
.form-contact select,
.form-contact .select2-container {
    padding: 0 0 0 210px;
    border-radius: 3px;
    border: solid 1px #cedee3;
    height: 65px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.form_edit_pwd input,
.form_edit_pwd select,
.form_edit_pwd .select2-container {
    padding: 0 0 0 210px;
}
.form-contact .select2-selection {
    border: none;
    outline: none;
    height: 63px;
}
.form-contact input:focus {
    box-shadow: 2px 3px 11px 0 rgba(0, 0, 4, 0.1)!important;
    outline: none;
    border: solid 1px #cedee3;
}
.form-contact input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #81a1ab;
    font-size: 16px;
    font-weight: 400;
}
.form-contact input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #81a1ab;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
.form-contact input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #81a1ab;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}
.form-contact input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #81a1ab;
    font-size: 16px;
    font-weight: 400;
}
.form-contact input::-ms-input-placeholder {
    /* Microsoft Edge */
    
    color: #81a1ab;
    font-size: 16px;
    font-weight: 400;
}
.form-contact .form-group {
    /* Microsoft Edge */
    
    margin-bottom: 20px;
    position: relative;
}
.form-contact .form-group label.error,
.form-contact .form-group.blc_textarea label.error {
    font-size: 12px;
    color: red;
    bottom: 0px;
    top: 100%;
    left: 0;
}
label.error {
    font-size: 12px;
    color: red;
    font-weight: 400;
}
.form_search_result label.error {
    margin-top: 5px;
}
.form-contact .form-group label {
    color: #81a1ab;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.form-contact .form-group textarea {
    height: 190px;
    padding-left: 192px;
    border-radius: 3px;
    border: solid 1px #cedee3;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.form-contact .form-group textarea:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #cedee3;
    position: absolute;
    top: 0;
    left: 134px;
}
.form-contact .form-group textarea:focus {
    box-shadow: 2px 3px 11px 0 rgba(0, 0, 4, 0.1)!important;
    outline: none;
    border: solid 1px #cedee3;
}
.form-contact .form-group.blc_textarea label {
    top: 24px;
}
.form-contact .blc_submit_form {
    margin-top: 30px;
}
.form-contact .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 63px;
    line-height: 63px;
}
.form-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 63px;
}
.form-contact .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f107";
    font: normal normal normal 26px/1 FontAwesome;
    color: #95b1ba;
    position: absolute;
    top: -15px;
    right: 10px;
}
.form-contact .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    position: relative;
    border-color: transparent;
}
.form-contact .select2-container.select2-container--open {
    box-shadow: 2px 3px 11px 0 rgba(0, 0, 4, 0.1)!important;
    outline: none;
    border: solid 1px #cedee3;
}
.form-contact .blc_submit_form .btn-form {
    width: auto;
    height: auto;
    padding: 9px 50px;
    position: relative;
    margin-top: 35px;
}
.txt_champ_obligatoire {
    font-family: Arial;
    font-size: 14px;
    color: #688893;
    font-weight: 400;
    margin-top: 20px;
}
.blc_left_msg_success h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.blc_left_msg_success .txt_big {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.blc_left_msg_success .txt_grey {
    font-size: 14px;
    font-weight: 400;
    color: #65777d;
    margin-bottom: 5px;
}
.blc_left_msg_success .txt_grey a {
    font-size: 14px;
    font-weight: 400;
    color: #65777d;
}
.blc_left_msg_success .txt_grey a:hover {
    color: #f53933;
}
.title_page.title_msg_success:before {
    background: #00b164;
}
.title_page.title_msg_echec:before {
    background: #f53933;
}
.blc_left_msg_success {
    max-width: 370px;
}
.blc_left_msg_success .bloc_rs {
    margin-top: 15px;
}
.blc_left_msg_success .bloc_rs a i {
    font-size: 28px;
}
.blc_left_msg_success .bloc_rs a.fb_link i {
    color: #0773f6;
}
.blc_left_msg_success .bloc_rs a.twit_link i {
    color: #19c4ec;
}
.blc_left_msg_success .bloc_rs a.linked_in_link i {
    color: #165ec8;
}
.blc_left_msg_success .bloc_rs a {
    margin-right: 30px;
}
.blc_left_msg_success .bloc_rs a:hover i {
    color: #f53933;
}
.blc_left_msg_success .btn-instat {
    padding: 11px 30px 10px 30px;
    margin-top: 80px;
}
.blc_right_msg .txt_red {
    font-size: 18px;
    font-weight: 700;
    color: #f53933;
    margin-bottom: 35px;
}
.blc_right_msg .list_style_search li {
    position: relative;
}
.blc_right_msg .list_style_search li a i {
    font-size: 26px;
    color: #00b164;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}
.blc_right_msg .list_style_search li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 17px 30px 19px 70px;
}
.blc_right_msg .list_style_search li a:hover,
.blc_right_msg .list_style_search li a:focus {
    font-weight: 500;
    text-decoration: underline;
    padding: 17px 30px 19px 100px;
}
.blc_right_msg .list_style_search li a:hover i,
.blc_right_msg .list_style_search li a:focus i {
    color: #f53933;
    left: 54px;
}
.blc_right_msg .list_style_search li:nth-child(2n+2) {
    background: #f7f4ef;
}
.blc_left_msg_success .big_txt {
    font-size: 24px;
    font-weight: 400;
    font-family: Arial;
    margin-bottom: 53px;
}
.list_alphabet:after {
    content: '';
    clear: both;
    display: block;
}
.list_alphabet li {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    border: solid 1px #cedee3;
    background-color: rgba(239, 248, 251, 0.3);
}
.list_alphabet li .lettre,
.list_alphabet li a {
    line-height: 50px;
    padding: 14px 0;
    font-size: 16px;
    color: #81a1ab;
}
.list_alphabet li a:hover {
    color: #0281ea;
    font-weight: 700;
}
.block_content_alphabets .big_alphabet {
    background: #0281ea;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 27px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.list_alphabet {
    margin-bottom: 50px;
}
.list_alphabet .disabled {
    pointer-events: none;
}
.block_content_alphabets .items_alphabets .txt_bold_alphabet {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.block_content_alphabets .items_alphabets .txt_regular_alphabet {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-left: 70px;
    position: relative;
    margin: 0;
}
.block_content_alphabets .items_alphabets .txt_regular_alphabet i {
    font-size: 26px;
    color: #00b164;
    position: absolute;
    left: 24px;
    top: 0;
}
.items_alphabets ul li {
    padding: 25px 0;
    border-bottom: 1px solid #d2e4ea;
}
.items_alphabets ul li:last-child {
    border-bottom: 0;
}
.col-partenaire a {
    display: inline-block;
    overflow: hidden;
}
.col-partenaire a img {
    transition: all 0.5s ease;
}
.col-partenaire a:hover img {
    transform: scale(1.1);
}
.mb_60 {
    margin-bottom: 60px;
}
.btn_reset {
    font-size: 21px;
    font-weight: 700;
    background: #ffffff;
    color: #00b164;
    border: 1px solid #00b164;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 0;
    margin-left: 3px;
    float: left;
    width: 47%;
    height: 44px;
    line-height: 44px;
    padding: 0;
}
.btn_reset:hover,
.btn_reset:focus {
    background: #00b164;
    color: #fff;
}
.float-right,
.blc_submit_form .btn-form.float-right {
    float: right;
}
.text-center {
    text-align: center;
}
.row_msg_succes {
    text-align: center;
}
.title_succes {
    color: #00b164;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.32;
    margin-bottom: 20px;
}
.content_succes,
.content_succes p {
    font-size: 20px;
}
.row_adress {
    margin-top: 30px;
    text-align: left;
}
.row_adress .btn-instat {
    margin-top: 40px;
}
.row_msg_succes .texte_footer a,
.row_msg_succes .texte_footer {
    font-size: 15px;
    text-align: right;
    color: #65777d;
}
.row_msg_succes .texte_footer a:hover {
    color: #00b164;
}

/*** Modal********/
.container_profile_top {
    float: right;
    position: relative;
    margin-right: 0;
    margin-left: 16px;
    margin-top: 46px;
}
.container_profile_top .dropdown-menu {
    margin-top: 10px;
    min-width: 305px;
    max-width: 100%;
    right: 0;
    left: auto;
    padding: 5px 0 15px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fcfcfc;
    border: none;
    border-top: 1px solid #eeeeee;
    border-radius: 0 0 16px 16px;
}
.container_profile_top .wrap_profile {
    float: left;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
}
.container_profile_top .footer_account_profile {
    float: left;
    width: 100%;
    padding: 10px 15px 0;
    border-top: solid 0.0625rem #e9e9e9;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    color: #292828;
}
.container_profile_top .footer_account_profile .logout_btn {
    border: none;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #292828;
    float: left;
    font-family: "Roboto-Regular", sans-serif;
    line-height: 1.6;
}
.container_profile_top .footer_account_profile i {
    font-size: 24px;
    color: #00b164;
    float: right;
}
.container_profile_top .footer_account_profile .logout_btn:hover {
    color: #00b164;
}
.container_profile_dropdown {
    float: left;
    width: 100%;
}
.content_user_profil {
    float: left;
}
.user_account_name {
    display: block;
    overflow: hidden;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
}
.user_function_name {
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.content_link_myprofil {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 16px;
    color: #292828;
    width: 100%;
}
.dd-handle {
    cursor: default !important;
    background: transparent !important;
    ;
    -webkit-border-radius: 0 !important;
    ;
    border-radius: 0 !important;
    ;
    height: auto !important;
    border: none !important;
}
.portlet-title .caption {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: #000;
    margin-top: 20px;
}
.dd-handle a {
    font-size: 15px;
    color: #000;
    display: block;
}
.dd-handle a:hover {
    color: #00b164;
    text-decoration: none;
}
.content_register_account_auth {
    margin-top: 25px;
    text-align: center;
}
.content_register_account_auth p {
    display: inline-block;
    margin-right: 5px;
}
.forgot_password {
    color: #00b164;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-top: 0;
}
.content_forgot_password {
    text-align: center;
}
.succes-message-pwd {
    background: #00b164;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.succes-message-pwd h4 {
    margin-bottom: 10px;
}
.succes-message-pwd p {
    color: #fff;
}

/************tabulation********/
.tab-content {
    border-radius: 3px;
    border: solid 1px #d4e8ee;
    background-color: #fff;
    padding: 35px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li>a {
    color: #000;
}
.nav-tabs>li>a i {
    margin-right: 5px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #00b164;
    font-weight: 700;
    border-radius: 3px;
    border: solid 1px #d4e8ee;
    border-bottom-color: #fff;
    background-color: rgba(239, 248, 251, 0.38);
}
.nav-tabs>li>a:hover {
    border-color: rgba(239, 248, 251, 0.38);
    background-color: rgba(239, 248, 251, 0.38);
}
.row_marquee {
    overflow: hidden;
}
.marquee-content {
    padding: 0;
}
.marquee-content p,
.txt_marquee {
    float: left;
    margin: 0 10px;
}
.separateur_marquee {
    float: left;
    margin: 0 10px;
    font-size: 19px;
}
.bloc_filter_usefellink .form_search_intene .form-group {
    width: 70%;
}
.bloc_filter_usefellink .form_search_intene .form-group .form-control {
    width: 100%;
}
.bloc_filter_usefellink .blc_submit_form {
    width: 30%;
}
.bloc_filter_usefellink .blc_submit_form .btn-form {
    width: 100%;
}
.container_instat:nth-child(2) {
    background-color: rgb(230, 230, 250, 0.3);
    margin-top: -20px;
    padding-top: 40px;
}