body {
    font-family: 'Poppins', sans-serif;
    /* background: #f3f3f387; */
}

.header {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

.lang a {
    color: #fff;
    font-size: 12px;
}

.dflex {
    display: flex;
    align-items: center;
}

.topbar {
    color: #fff;
    background: rgb(255, 103, 67);
    background: linear-gradient(90deg, rgba(255, 103, 67, 1) 26%, rgba(0, 151, 72, 1) 41%);
    padding: 10px 0;
}

.topbar p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.topbar_right {
    display: flex;
    padding: 6px 0 6px 0;
    font-size: 12px;
}

.topbar_right div {
    margin: 0 0 0 60px;
}

.w100 {
    width: 100%;
}

.ul_list {
    display: flex;
    padding: 50px 0 0 10px;
}

.ul_list li a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
}

.list:hover .rubrique {
    border-bottom: 3px solid #ff6743;
    color: #c94539;
}

.ul_dropdown {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 20px 20px 0 0px;
    width: max-content;
}

.li_drop {
    position: relative;
}

.list {
    padding: 0 18px 0 0px;
    font-weight: 400;
}

.ul_dropdown li a {
    color: #000;
    display: block;
    padding: 7px 20px 7px 20px;
    border-left: 3px solid #e8252b;
}

.li_dropdown {
    background: #ffffffbd;
    position: relative;
    width: 270px;
}

.ul_list li a:hover {
    text-decoration: none;
}

.sousmenu1 {
    transition: all .7s ease 0s;
}

.li_dropdown:hover .sousmenu1 {
    padding: 7px 20px 7px 29px;
    font-weight: 700;
    color: #535353;
    background: white;
    transition: all .7s ease 0s;
    -webkit-box-shadow: 10px 10px 16px -12px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 10px 10px 16px -12px rgba(0, 0, 0, 0.72);
    box-shadow: 10px 10px 16px -12px rgba(0, 0, 0, 0.72);
}

.ul_dropdown_2 {
    padding: 0;
    position: absolute;
    right: -260px;
    top: 0;
}

.sousmenu2 {
    transition: all .7s ease 0s;
}

.li_down2 {
    background: #ffffffbd;
    position: relative;
    width: 260px;
}

.li_down2:hover .sousmenu2 {
    padding: 7px 20px 7px 29px;
    font-weight: 700;
    color: #535353;
    background: white;
    transition: all .7s ease 0s;
    -webkit-box-shadow: 10px 10px 16px -12px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 10px 10px 16px -12px rgba(0, 0, 0, 0.72);
    box-shadow: 10px 10px 16px -12px rgba(0, 0, 0, 0.72);
}

.ul_dropdown {
    display: none;
}

.li_drop:hover .ul_dropdown {
    display: block;
}

.ul_dropdown_2 {
    display: none;
}

.li_dropdown:hover .ul_dropdown_2 {
    display: block;
}

.slider {
    position: relative;
}

.accroche {
    color: white;
}

.accroche h4 {
    font-size: 39px;
    margin: 0;
    position: absolute;
    top: 250px;
}

.accroche h2 {
    font-size: 85px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 0.9;
    position: absolute;
    top: 290px;
}

.accroche p {
    font-size: 16px;
    width: 38%;
    text-align: justify;
    position: absolute;
    top: 370px;
}

.lien_accroche {
    position: absolute;
    top: 500px;
}

.download_accroche {
    background: #fff;
    color: #000;
    padding: 16px 30px 16px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
}

.voirplus_accroche {
    color: #fff;
    padding: 0 0 0 30px;
    font-size: 16px;
}

.sousslider {
    display: flex;
}

.col20 {
    width: 20%;
}

.col20 img {
    width: 100%;
}

.col20 a {
    display: block;
    color: #158602;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.col20 a:hover {
    text-decoration: none;
    color: #f06c0e;
}

.title {
    padding: 50px 0 0 0;
}

.title h3 {
    text-align: center;
    font-size: 36px;
    color: #010994;
}

.title p {
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: 15px;
    color: #535353;
    font-weight: 400;
}

.bloc_ch {
    display: flex;
    align-items: center;
}

.bloc_chiffres {
    padding: 0 0 0 8px;
}

.pch1 {
    font-size: 23px;
    font-weight: 600;
    color: #ff6743;
}

.pch2 {
    font-size: 16px;
    font-weight: 500;
    color: #ff6743;
}

.bloc_chiffres p {
    padding: 0;
    margin: 0;
}

.chiffres {
    padding: 60px 0 0 0;
}

.bloc_ch {
    padding: 10px 10px 10px 10px;
    transition: all .7s ease 0s;
}

.bloc_ch:hover {
    padding: 10px 10px 10px 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all .7s ease 0s;
    -webkit-box-shadow: 10px 10px 16px -20px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 10px 10px 16px -20px rgba(0, 0, 0, 0.72);
    box-shadow: 10px 10px 16px -20px rgba(0, 0, 0, 0.72);
}

.champ_search {
    width: 100%;
    height: 38px;
    border: 1px solid darkgrey;
    border-radius: 6px;
    padding: 0 0 0 20px;
}

.rechercher {
    background: red;
    color: #fff;
    border: 0;
    width: 100%;
    height: 35px;
    border-radius: 6px;
    font-size: 16px;
}

.bloc_search {
    padding: 40px 0 0 0;
}

.bloc_list_search {
    background: #fff;
    padding: 25px;
    margin: 30px 0 0 0;
}

.listsear {
    margin: 10px 0 10px 0;
    padding: 10px 0px 10px 20px;
}

.title_search {
    display: block;
    font-size: 25px;
    font-weight: 500;
    color: #1453ff;
}

.content_search p {
    width: 82%;
    margin: 0;
    padding: 0 10px 0 0;
}

.content_search a {
    background: #9398ce7a;
    color: #fff;
    padding: 12px 45px 12px 45px;
    border-radius: 10px;
}

.activite img {
    display: block;
    margin: auto;
}

.activite h3 {
    font-size: 23px;
}

.activite p {
    font-size: 16px;
    width: 89%;
    text-align: justify;
}

.activite {
    background: #fff;
    padding-top: 70px;
}

.ml30 {
    margin: 0 0px 0 30px;
}

.mr30 {
    margin: 0 30px 0 0;
}

.mrl30 {
    margin: 0 30px 0 30px;
}

.bloc_acivite {
    margin: 60px 0 0 0;
}

.imgact {
    height: 470px;
    object-fit: cover;
    width: 70%;
    display: block;
    margin-left: auto;
}

.actualite {
    padding: 50px 0 0 0;
}

.mleft30 {
    padding: 0 0 0 30px;
}

.h3_right_act {
    font-size: 31px;
    font-weight: 700;
    margin: 5px 0 0 0;
}

.p_right_act {
    font-size: 15px;
    color: #6b6b6b;
    margin: 20px 0 20px 0;
}

.lien_right_act {
    color: #ff6743;
    padding: 13px 30px 13px 30px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ff6743;
    margin: 0px 0 16px 0;
    display: flex;
    align-items: center;
    width: 36%;
}

.lien_right_act i {
    font-size: 22px;
    padding: 0 0 0 15px;
}

.lien_right_act:hover {
    text-decoration: none;
}

.car_blocact img {
    width: 100%;
    object-fit: cover;
    height: 180px;
}

.p0 {
    padding: 0 2px 0 2px;
}

.bloc_content_act p {
    border: 1px solid #ff67434d;
    font-size: 13px;
    padding: 4px 0 4px 10px;
}

.bloc_act {
    position: relative;
}

.imgver {
    position: absolute;
    left: -22px;
    top: -40px;
}


/*Accordion*/

.accordion {
    font-size: 1rem;
    width: 30vw;
    margin: 0 auto;
    border-radius: 5px;
}

.accordion-header,
.accordion-body {
    background: white;
}

.accordion-header {
    padding: 10px 30px 10px 30px;
    background: #e86e1c;
    color: #fff;
    cursor: pointer;
    font-size: .7em;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.accordion__item {
    margin: 1px 0 1px 0;
}

.accordion__item .accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
    background: #31aa6a;
    position: relative;
    z-index: 5;
}

.accordion-body {
    background: #fcfcfc;
    color: #353535;
    display: none;
}

.accordion-body__contents {
    padding: 1.5em 1.5em;
    font-size: 14px;
    color: #7d7d7d;
}

.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

.accordion:first-child>.accordion__item>.accordion-header {
    border-bottom: 1px solid transparent;
}


/*.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}*/

.accordion__item.active>.accordion-header:after {
    transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
    background: #d6d6e2;
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
}

@media screen and (max-width: 1000px) {
    body {
        padding: 1em;
    }
    .accordion {
        width: 100%;
    }
}


/*Accordion*/

.reg {
    padding: 30px 0 0 0;
}

.title_left h3 {
    font-size: 36px;
    color: #000;
}

.lien_voir a {
    background: #adadad29;
    color: #000;
    padding: 10px 40px 10px 40px;
    border-radius: 10px;
}

.lien_voir {
    text-align: right;
}

.bck_photos {
    background: #cbcee847;
    margin: 20px 0 0 0;
}

.p0 {
    /* padding: 0; */
}

.par_phototheques p {
    width: 90%;
    margin: auto;
}

.im_vide {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.pt30 {
    padding: 30px 0 0 0;
}

.icon_play i {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    margin: auto;
    text-align: center;
    font-size: 80px;
    color: #fff;
}

.references .owl-next i {
    position: absolute;
    right: -40px;
    top: 65px;
    font-size: 62px;
    color: #cbcee8;
}

.references .owl-prev i {
    position: absolute;
    left: -40px;
    top: 65px;
    font-size: 62px;
    color: #cbcee8;
}

.bloc_references {
    width: 90%;
    margin: auto;
}

.bloc_references .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background: #fff;
}

.mt50 {
    margin: 50px 0 0 0;
}

.logo_footer img {
    width: 50%;
}

.res_sociaux_foo {
    padding: 20px 0 0 0;
}

.res_sociaux_foo a {
    color: #7d7e87;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #7d7e87;
}

.res_sociaux_foo a i {
    margin: auto;
}

.f16 {
    font-size: 16px;
}

.bloc_footer3 p {
    margin: 0 0 5px 0;
    font-size: 13px;
}

footer {
    position: relative;
    padding: 110px 0 0px 0;
    background: #cbcee852;
    margin-top: 150px;
}

.p55 {
    padding: 30px 0 5px 0;
}

.references {
    padding: 0 0 100px 0;
}

.copy {
    margin: 0;
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.border_sepfooter {
    background: #828282;
    width: 1px;
    height: 16px;
    display: inline-grid;
    margin: 0 20px 0 20px;
}

.bloc_rightfooter {
    width: max-content;
    margin-left: auto;
}


/*Newsletter*/

.newsletter {
    background: #ff6743;
    width: 60%;
    margin: auto;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    padding: 25px 0 25px 0;
    border-radius: 10px;
}

.par_newsletter h3 {
    font-size: 23px;
    color: #fff;
    padding: 0 0 0 40px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.par_newsletter p {
    width: 83%;
    color: #fff;
    padding: 0 0 0 40px;
    font-weight: 300;
    margin: 0;
}

.champ_news {
    width: 59%;
    margin: 0 40px 0 0;
}

.form {
    position: relative;
    display: block;
    height: 45px;
    border-radius: 35px;
    background: white;
    margin: 0 auto;
    overflow: hidden;
}

.form input {
    line-height: 50px;
    padding: 0;
    border: none;
    outline: none;
    font-size: 1rem;
    font-weight: 300;
    background: #eee;
    letter-spacing: 0.02em;
}

.form input:not([type=submit]) {
    width: 100%;
    display: block;
    padding: 0 150px 0 30px;
}

.form input:not([type=email]) {
    position: absolute;
    height: 28px;
    line-height: 32px;
    top: 10px;
    right: 10px;
    border-radius: 25px;
    padding: 0 25px;
    background: #009748;
    color: white;
    cursor: pointer;
}

.form input:not([type=email]):hover {
    background: #e86e1c;
}

.form input:focus {
    outline: none;
    background: white;
}


/*Newsletter*/

section {
    background: #fff;
}


/* nos services css */

section.nos_services .col-md-2 .services {
    border: 1px solid #00000026;
    height: 350px;
    padding: 10px;
    border-radius: 5px;
}

section.nos_services .col-md-2 {
    padding: 5px;
}

h2.icon_service {
    text-align: center;
}

h1.service_titre {
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.info_service {
    text-align: center;
}

.voire_plus {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: max-content;
    margin: auto;
    left: 0;
    color: #0000009c;
    background: none;
    padding: 5px;
    border: 1px solid #0000004a;
    border-radius: 5px;
}

h2.icon_service .fa {
    color: #00000040;
}

section.nos_services .col-md-2:hover a.voire_plus {
    background: #ff6743;
    color: #fff;
    border: 1px solid #ff6743;
    border-radius: 5px;
}

section.nos_services .col-md-2:hover .services {
    border: 2px solid #ff6743;
}

section.nos_services .col-md-2:hover h2.icon_service .fa {
    color: #ff6743;
}

section.nos_services {
    padding-bottom: 50px;
}

section.nos_services .col-md-12:nth-child(1) {
    margin-bottom: 50px;
}


/* nos services css end */


/* accordion css */

.accordion__item.js-accordion-item.active .accordion-header {
    background: #31aa6a;
    color: #fff;
}


/* accordion css end */

a.lien_right_act:hover {
    background: #fe7b07;
    color: #fff;
}


/* slider css */

.item.slider img {
    height: 700px;
    object-fit: cover;
}

.accroche p,
.accroche h2,
.accroche h4,
.accroche .lien_accroche {
    text-shadow: 0 4px 11px rgb(0 0 0);
}


/* activite img css */

.col20 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    padding: 5px;
}


/* video et photo css */

.phototequecarosel img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.videocarosel {
    padding: 0 0 0 0;
}

.videoteque {
    padding-top: 100px;
}

.item.videocarosel iframe {
    width: 100%;
}

.owl-dots {
    margin-top: 15px!important;
}

button.owl-next {
    position: absolute;
    right: -35px;
    top: 45%;
}

button.owl-prev {
    position: absolute;
    left: -35px;
    top: 45%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #e86e1c;
    text-decoration: none;
}


/* video et photo css end */

.search.motor {
    position: absolute;
    padding: 20px;
    top: 170px;
    right: 35%;
    background: #e86e1c;
    width: 30%;
    z-index: 9999;
    border-radius: 20px;
    display: none;
}

.search.motor .fa {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

.search.motor input {
    background: none;
    cursor: auto;
    color: #000;
}

.search.motor input:hover {
    background: none;
}

.search.motor.opned {
    display: block;
}

.projets {
    position: relative;
}

.background.opned_search {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    z-index: 9;
}

body.opned_search {
    overflow: hidden;
}

.background.opned_search .fa-times-circle.fa {
    cursor: pointer;
    position: absolute;
    top: 25%;
    right: 20%;
    border-radius: 50%;
    padding: 20px;
    background: #fff;
}

.bloc_acivite .activite {
    box-shadow: 0 5px 24px rgb(1 1 1 / 9%);
    padding: 20px;
}

a.download_accroche {
    background: #c94539;
    text-shadow: none;
    color: #fff;
}

.lien_accroche a:hover {
    color: inherit;
}

i#serch {
    cursor: pointer;
}

section.navigation {
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.48503151260504207) 77%, rgba(255, 255, 255, 0) 100%);
}

.motifslider {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
}


/*BANNIERE*/

.bloc-banniere {
    position: relative;
}

.p0 {
    padding: 0;
}

.filter-bann {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: #00000047;*/
}

.img-bann {
    width: 100%;
}

.banner {
    position: absolute;
    top: 75px;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}

.cat-par1 h2 {
    color: #fff;
    text-transform: uppercase;
}


/*BANNIERE*/

#menu-item-9999999999 {
    display: none !important;
}

#main-nav .comp-sub-menu .button:hover,
#main-nav .menu>li.tie-current-menu,
#main-nav .menu>li>.menu-sub-content,
#main-nav .cats-horizontal a.is-active,
#main-nav .cats-horizontal a:hover {
    border-color: #6085b9 !important;
}

#main-nav .menu>li.tie-current-menu>a,
#main-nav .menu>li:hover>a,
#main-nav .mega-links-head:after,
#main-nav .comp-sub-menu .button:hover,
#main-nav .comp-sub-menu .checkout-button,
#main-nav .cats-horizontal a.is-active,
#main-nav .cats-horizontal a:hover,
.search-in-main-nav.autocomplete-suggestions .button,
#main-nav .spinner>div {
    background-color: #8fb2e3 !important;
}

#main-nav .menu ul li:hover>a,
#main-nav .menu ul li.current-menu-item:not(.mega-link-column)>a,
#main-nav .components a:hover,
#main-nav .components>li:hover>a,
#main-nav #search-submit:hover,
#main-nav .cats-vertical a.is-active,
#main-nav .cats-vertical a:hover,
#main-nav .mega-menu .post-meta a:hover,
#main-nav .mega-menu .post-box-title a:hover,
.search-in-main-nav.autocomplete-suggestions a:hover,
#main-nav .spinner-circle:after {
    color: #6085b9 !important;
}

.menu_item_wpglobus_menu_switch {
    position: relative;
}

.menu_item_wpglobus_menu_switch:hover .sub-menu {
    display: block;
    position: absolute;
    background: #c94539;
    padding: 6px 10px 0 10px;
    left: -9px;
    z-index: 9;
}

.cb {
    color: #fff;
}

.p2 {
    padding: 2px;
}

.popup_news_letter {
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: 999;
    background: #ff6743;
    padding: 40px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.accnewsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-left: 20px;
    width: 40%;
    background: #009748;
    color: #fff;
    border: none;
    font-size: 15px;
}

.accnewsletter .wpcf7-email {
    background: #fff;
    font-size: 12px;
    padding-left: 20px;
}

i#close_pop {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    z-index: 999;
    background: #fff;
    border-radius: 50%;
}

.popup_news_letter.d-none {
    display: none;
}

h2.news-title {
    margin: 0 10px;
    font-size: 30px;
    color: #fff;
}

p.news-rtext {
    color: #fff;
    margin: 10px 0 20px 0;
}

section.navigation.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
    background: #e9eaf3;
    padding-bottom: 10px;
}

section.navigation nav#main-nav {
    margin: 0;
}

section.navigation .row {
    display: flex;
    align-items: center;
}

ul.sub-menu-columns-item {
    display: none;
}

.mega-link-column:hover ul.sub-menu-columns-item {
    display: block;
}

#main-nav .main-menu>ul>li>a {
    font-size: 12px!important;
    font-weight: 700;
    text-transform: uppercase;
}

.menu_item_wpglobus_menu_switch:hover .sub-menu {
    z-index: 99999;
}

.inner-image {
    position: relative;
    overflow: hidden;
}

.event-info {
    position: absolute;
    bottom: -18%;
    padding: 20px;
    background: #000000b5;
    transition: all .7s ease 0s;
}

h2.envent-title {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 0;
}

.d-flex.event-media * {
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
}

.inner-image:hover .event-info {
    bottom: 0%;
    transition: all .7s ease 0s;
}

.event-text {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
}

li.tap {
    padding: 10px 20px;
    background: #000000b5;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

li.tap.active {
    background: #ff6743;
}

.the_tapp {
    display: none;
}

.the_tapp.active {
    display: block;
}

li.tapp {
    padding: 10px 20px;
    background: #000000b5;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

li.tapp.active {
    background: #ff6743;
}

.the_tapp {
    display: none;
}

.the_tapp.active {
    display: block;
}

.image img {
    width: 100px;
    border-radius: 5px;
}

.titre h2 {
    font-size: 15px;
    padding: 0;
}

.the_tap .d-flex * {
    margin-left: 5px;
}

.titre {
    width: 50%;
}

a.btn6 {
    display: block;
    border: 1px solid #e9eaf3;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    width: 70px;
}

.date span {
    display: block;
}

.the_tap .d-flex {
    align-items: center;
}

.the_tap .d-flex:hover .btn6 {
    background: #004e9a;
    color: #fff;
}

.the_tap .d-flex:hover {
    border-left: 1px solid #004e9a;
}

.the_tap .d-flex {
    border-left: 1px solid #e9eaf300;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9eaf3;
    padding-left: 10px;
}

.titre a {
    display: block;
    color: #000;
}

.titre a:hover {
    display: block;
    color: #ff6743;
}

.date span:nth-child(1) {
    color: #ff6743;
    font-size: 12px;
    font-weight: 700;
}

.date span {
    display: block;
    text-align: center;
}

.titre i {
    color: #ff6743;
}

h2.title.btm_20 {
    margin-bottom: 40px;
}

.theme-header {
    background: #e9eaf3;
    position: relative;
    z-index: 999;
    width: fit-content;
    padding: 0 20px;
}

img.wi100 {
    height: 300px;
    object-fit: cover;
}

p.act-title a {
    display: block;
    font-size: 15px;
    margin: 20px 0;
    font-weight: 600;
    color: #fa6500;
}

ul.wpglobus-selector-box {
    float: left;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 35%;
    top: -2px;
    display: flex;
    flex-direction: column;
    width: 35px;
}

ul.wpglobus-selector-box:hover {
    height: auto;
}

ul.wpglobus-selector-box li {
    order: 2;
}

ul.wpglobus-selector-box img {
    border-radius: 10px;
}

li.current_luangage {
    order: 0!important;
}

.lgoin-btn span.screen-reader-text {
    width: auto;
    height: auto;
    display: block;
    position: unset!important;
    font-weight: 500;
    margin-left: 5px;
}

a.lgoin-btn.tie-popup-trigger {
    display: flex;
    align-items: center;
}

a.btn9 {
    display: block;
    float: right;
    margin-top: -25px;
    background: #009748;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.wpglobus-selector-box::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 10px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #000;
}

a.lgoin-btn.tie-popup-trigger:hover {
    color: #000;
}

a.btn9:hover {
    color: #fff;
}

ul.user_bar {
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 10px;
    display: none;
}

ul.user_bar a {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

.connexion-div:hover ul {
    display: block;
}

.the_tap {
    display: none;
}

.the_tap.active {
    display: block;
}

.mytap {
    font-size: 15px;
    font-weight: 700;
    background: #009748;
    text-align: center;
    color: #eee;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.mytap.active {
    background: #f55f00;
}

.footer_menu .mega-menu-block.menu-sub-content,.footer_menu ul.sub-menu.menu-sub-content {
    display: none!important;
}
.footer_menu #main-nav{
    margin: 0;
    border: 0px;
}
.footer_menu ul#menu-menu-principal-1{
    display: table-caption;
}
.footer_menu a {
    font-weight: 400!important;
    padding: 0px!important;
    line-height: 25px;
}
.footer_menu li{
    width: 200px;
}
.footer_menu #main-nav li:hover a{
    background-color: transparent!important;
    color: #000!important;
}
.footer_menu .wpglobus-current-language{
    display: none!important;
}
.footer_menu #main-nav .main-menu>ul>li>a::before{
    display: none;
}