/* ------------------------ */
/* -------- HEADER -------- */
/* ------------------------ */
header{
    box-shadow: 0px 3px 6px #00000029;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    position: relative;
}
header.sticky {
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}
header.sticky .e-con.e-flex>.e-con-inner{
    align-items: center;
}
header>.elementor-element:not(.widget-contact){
    padding: 15px 30px;
    box-shadow: 0px 3px 6px #00000029;
}
body.home header:not(.sticky)>.elementor-element:not(.widget-contact){
    box-shadow: none;
}
header.sticky>.elementor-element:not(.widget-contact){
    padding-top: 5px;
    padding-bottom: 8px;
}
.home header:not(.sticky)>.elementor-element:not(.widget-contact){
    background: transparent !important;
}
header .logos {
    width: 170px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}
header.sticky .logos{
    height: 46px;
}
header .logos .elementor-widget-image{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
header .elementor-widget-image a{
    display: block;
}
header .elementor-widget-image a img[src$=".svg"] {
    width: auto;
}
header .elementor-widget-image.elementor-widget-theme-site-logo{
    width: 170px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.2s;
}
header .elementor-widget-image:not(.elementor-widget-theme-site-logo){
    width: 133px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.2s;
}
header.sticky .elementor-widget-image.elementor-widget-theme-site-logo{
    opacity: 0;
    visibility: hidden;
}
header.sticky .elementor-widget-image:not(.elementor-widget-theme-site-logo){
    opacity: 1;
    visibility: visible;
}
body.home header{
    position: absolute;
    top: 0px;
    width: 100%;
}
body.home.admin-bar header:not(.sticky){
    top: 32px;
}
body.home header:not(.sticky)>.elementor-element:not(.widget-contact) svg line{
    stroke: #fff;
}
body.home header:not(.sticky)>.elementor-element:not(.widget-contact) svg path{
    fill: #fff;
}
body.home header:not(.sticky)>.elementor-element:not(.widget-contact) #elementor-menu-cart__toggle_button:hover svg line{
    stroke: var(--e-global-color-secondary);
}
body.home header:not(.sticky)>.elementor-element:not(.widget-contact) #elementor-menu-cart__toggle_button:hover svg path{
    fill: var(--e-global-color-secondary);
}
body.home header.sticky{
    position: fixed;
}
body.home header:not(.sticky){
    box-shadow: none;
}
body.home header .elementor-widget-theme-site-logo{
    display: none;
}
body.home header.sticky>.elementor-element:not(.widget-contact){
    background: #FFFFFF;
    transition: all 0.3s ease-in-out;
}
body.home header.sticky .elementor-widget-theme-site-logo{
    display: block;
}
header.sticky + main{
    padding-top: 29px;
}
/* ----- MENU ------- */
.menu-close{
    position: absolute;
    right: 40px;
    top: 60px;
}
.menu-fullscreen .btn-close{
    position: absolute;
    top: -30px;
    right: -10px;
}
header .header-menu .elementor-icon,
.menu-fullscreen .btn-close a{
    font-size: 41px;
    padding-top: 25px;
}
header .header-menu .elementor-icon:before{
    content: 'Menu';
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 1.1px;
    color: var(--e-global-color-primary);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.home header:not(.sticky) .header-menu .elementor-icon:before{
    color: #FFF;
}
header .header-menu .elementor-icon svg,
.menu-fullscreen .btn-close a svg{
    height: 20px;
}
.menu-fullscreen .btn-close a:before{
    content: 'Fermer';
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 1.1px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-fullscreen{
    padding: 60px 40px;
}
.menu-fullscreen:after{
    content: '';
    background: url(../img/embleme-white.svg) no-repeat center;
    background-size: contain;
    width: 373px;
    height: 373px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.31;
    z-index: 0;
}
.menu-fullscreen>.e-con-inner{
    z-index: 10;
}
.menu-fullscreen .menu-block{
    padding-left: 31.1%;
    padding-right: 22.6%;
}
.menu-fullscreen .elementor-nav-menu>li{
    margin-bottom: 20px;
}
.menu-fullscreen .elementor-nav-menu>li:last-child{
    margin-bottom: 0;
}
.menu-fullscreen nav.elementor-nav-menu--dropdown .elementor-nav-menu>li>a{
    padding-left: 26px !important;
}
.menu-fullscreen .elementor-nav-menu>li>a{
    line-height: 42px;
    position: relative;
}
.menu-fullscreen .elementor-nav-menu>li>a:before{
    content: '';
    width: 19px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 17px;
    background: url(../img/triangle.svg) no-repeat center;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
}
.menu-fullscreen .elementor-nav-menu>li>a:hover:before {
    background: url(../img/triangle-orange.svg) no-repeat center;  
    background-size: contain;
}
.menu-fullscreen .elementor-nav-menu li>a.highlighted:before{
    transform: rotate(0);
    left: 0;
    top: 16px;
}
.menu-fullscreen .elementor-nav-menu ul.elementor-nav-menu--dropdown{
    margin-top: 10px;
    margin-left: 57px;
}
.menu-fullscreen .elementor-nav-menu ul.elementor-nav-menu--dropdown>li{
    margin-bottom: 10px;
}
.menu-fullscreen .elementor-nav-menu ul.elementor-nav-menu--dropdown>li:last-child{
    margin-bottom: 0;
}
.menu-fullscreen .elementor-element.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
    border-left: none;
}
.menu-fullscreen-bottom{
    position: absolute;
    right: 40px;
    bottom: 60px;
}
.menu-fullscreen-bottom .elementor-widget-heading.btn-actualite a,
.menu-fullscreen-bottom .elementor-widget-heading.btn-agenda a,
.menu-fullscreen-bottom .elementor-widget-heading.btn-marches a{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    display: block;
}
.menu-fullscreen-bottom .btn-actualite a{
    padding-right: 41px;
    position: relative;
    margin-bottom: 18px;
}
.menu-fullscreen-bottom .btn-actualite a:after{
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 27px;
    height: 30px;
    background: url(../img/megaphone.svg) no-repeat center;
    background-size: contain;
}
.menu-fullscreen-bottom .btn-agenda a{
    padding-right: 41px;
    position: relative;
    margin-bottom: 18px;
}
.menu-fullscreen-bottom .btn-agenda a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 25px;
    height: 21px;
    background: url(../img/calendar.svg) no-repeat center;
    background-size: contain;
}
.menu-fullscreen-bottom .btn-marches a{
    padding-right: 41px;
    position: relative;
}
.menu-fullscreen-bottom .btn-marches a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 25px;
    height: 21px;
    background: url(../img/picto-marches-publics.svg) no-repeat center;
    background-size: contain;
}
.menu-fullscreen-bottom .elementor-widget-heading.btn-actualite a:hover,
.menu-fullscreen-bottom .elementor-widget-heading.btn-agenda a:hover,
.menu-fullscreen-bottom .elementor-widget-heading.btn-marches a:hover{
    color: var(--e-global-color-secondary);
}
.menu-fullscreen-bottom .btn-actualite a:hover:after{
    background: url(../img/megaphone-orange.svg) no-repeat center;
    background-size: contain;
}
.menu-fullscreen-bottom .btn-agenda a:hover:after{
    background: url(../img/calendar-orange.svg) no-repeat center;
    background-size: contain;
}
.menu-fullscreen-bottom .btn-marches a:hover:after{
    background: url(../img/picto-marches-publics-orange.svg) no-repeat center;
    background-size: contain;
}
.widget-contact{
    position: fixed;
    right: 15px;
    top: 50vh;
    width: 70px;
    z-index: 1000;
}
.widget-contact .icon-widget .elementor-icon{
    position: relative;
}
.widget-contact .icon-widget .elementor-icon:before,
.widget-contact .icon-widget .elementor-icon:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    background: #fff;
    border-radius: 50px;
    opacity: 1;
}
.widget-contact .icon-widget .elementor-icon:before{
    background: url(../img/embleme.svg) no-repeat center;
    background-size: contain;
    z-index: 10;
    opacity: 0;
}
.widget-contact:hover .icon-widget .elementor-icon:before{
    opacity: 1;
}
.widget-contact .icon-widget .elementor-icon svg{
    z-index: 1;
    width: 31px;
}
.widget-contact .widget-content .elementor-widget-icon{
    margin-top: 13px;
}
.widget-contact .widget-content .elementor-widget-icon:nth-child(1) svg{
    width: 24px;
    height: auto;
}
.widget-contact .widget-content .elementor-widget-icon:nth-child(2) svg{
    width: 30px;
    height: auto;
}
.widget-contact .widget-content .elementor-widget-icon:nth-child(3) svg{
    width: 33px;
    height: auto;
}
.widget-contact .widget-content svg{
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.widget-contact .widget-content a:hover svg{
    transform: scale(1.1);
}
.widget-contact .widget-content{
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}
.widget-contact:hover .widget-content{
    max-height: 200px;
}
/* ------------------------ */
/* --------- PAGE --------- */
/* ------------------------ */
.elementor-widget-breadcrumbs a, 
.elementor-widget-breadcrumbs span {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.bandeau-titre .elementor-widget-breadcrumbs a, 
.bandeau-titre .elementor-widget-breadcrumbs span {
    color: #fff;
}
.bandeau-titre .elementor-widget-breadcrumbs a:hover{
    color: var(--e-global-color-secondary);
}
.elementor-widget-breadcrumbs span {
    margin-right: 2px;
}
.elementor-widget-breadcrumbs .breadcrumb_last {
    font-weight: 600;
}
.elementor-widget-breadcrumbs a .accueil-fil-ariane{
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../img/picto-home.svg) no-repeat center;
    background-size: contain;
    vertical-align: text-top;
}
.elementor-widget-breadcrumbs a:hover .accueil-fil-ariane{
    background: url(../img/picto-home-orange.svg) no-repeat center;
    background-size: contain;
}
.elementor-widget-breadcrumbs a:hover{
    color: #8687b2;
}
.padding-content{
    padding-left: 10.2%;
    padding-right: 10.2%;
    margin-top: 50px;
}
.padding-small-content{
    padding-left: 20.3%;
    padding-right: 20.3%;
    margin-top: 50px;
}
.fond-bleu{
    padding-top: 32px;
    padding-bottom: 36px;
    background-color: var(--e-global-color-a474030);
}
.fond-bleu.embleme-right{
    padding-right: 30.4%;
}
.embleme-right{
    overflow: hidden;
}
.embleme-right:after{
    content: '';
    width: 301px;
    height: 301px;
    position: absolute;
    right: 4.9%;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/embleme-bordure.svg) no-repeat center;
    background-size: contain;
    opacity: 0.17;
}
h2,
h3{
    margin-top: 0;
}
h1,
h1.elementor-heading-title{
    margin-bottom: 20px;
}
h2,
h2.elementor-heading-title{
    margin-bottom: 20px;
}
h3,
h3.elementor-heading-title{
    margin-bottom: 10px;
}
h1.elementor-heading-title,
h2.elementor-heading-title{
    position: relative;
    padding-left: 37px;
    display: inline-block;
}
h1.elementor-heading-title:before,
h2.elementor-heading-title:before{
    content: '';
    width: 26px;
    height: 4px;
    margin-right: 10px;
    background: var(--e-global-color-secondary);
    /*position: relative;*/
    position: absolute;
    left: 0;
    top: 27px;
    border-radius: 8px;
    /*display: inline-block;*/
}
.center h2.elementor-heading-title{
    padding-left: 0;
}
.center h2.elementor-heading-title:before{
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
}
h1.elementor-heading-title:before{
    top: 37px;
}
p,
.elementor-widget-text-editor ul{
    margin-bottom: 24px;
}
p:last-child,
.elementor-widget-text-editor ul:last-child{
    margin-bottom: 0;
}
strong{
    font-weight: 600;
}
.elementor-widget-button a.elementor-button,
.elementor-widget-loop-grid .e-loop__load-more .elementor-button{
    position: relative;
}
.elementor-widget-button a.elementor-button:after,
.elementor-widget-loop-grid .e-loop__load-more .elementor-button:after{
    content: '';
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.elementor-widget-button a.elementor-button .elementor-button-text,
.elementor-widget-loop-grid .e-loop__load-more .elementor-button .elementor-button-text{
    z-index: 2;
}
.elementor-widget-button a.elementor-button:hover:after,
.elementor-widget-loop-grid .e-loop__load-more .elementor-button:hover:after{
    height: 100%;
}
.elementor-widget-button.play a.elementor-button{
    padding-left: 27px;
}
.elementor-widget-button.play a.elementor-button:before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 4px;
    bottom: 2px;
    background: url(../img/play.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.elementor-widget-button.btn-contact a.elementor-button{
    padding: 7px 21px 7px 44px;
    background: var(--e-global-color-primary);
    border-radius: 24px;
    color: #fff;
}
.elementor-widget-button.btn-contact a.elementor-button:hover{
    background: var(--e-global-color-secondary);
}
.elementor-widget-button.btn-contact a.elementor-button:before{
    content: '';
    width: 31px;
    height: 31px;
    position: absolute;
    left: 3px;
    top: 3px;
    background: url(../img/embleme.svg) no-repeat center;
    background-size: contain;
}
.elementor-widget-button.btn-contact a.elementor-button:after{
    content: none;
}
.elementor-widget-button.externe a.elementor-button,
.elementor-widget-button a.elementor-button.externe{
    padding-right: 20px !important;
    display: inline-block;
}
.elementor-widget-button.externe a.elementor-button:after,
.elementor-widget-button a.elementor-button.externe:after{
    content: '';
    width: 14px;
    height: 20px;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0;
    bottom: auto;
    background: url(../img/external-link-bleu.svg) no-repeat center;
    background-size: 13px;
}

.btns{
    margin-top: 30px;
    gap: 37px;
}
.block-txt-img{
    margin-top: 50px;
    background: var(--e-global-color-primary);
}
.block-txt-img.reverse{
    background: var(--e-global-color-a474030);
}
.block-txt-img>.e-child:first-child,
.elementor-editor-active .block-txt-img>div:nth-child(1 of div.e-child) {
    width: 60.3%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10.2%;
    padding-right: 25px;
    background: var(--e-global-color-primary);
}
.block-txt-img.reverse>.e-child:first-child,
.elementor-editor-active .block-txt-img.reverse>div:nth-child(1 of div.e-child) {
    padding-left: 35px;
    padding-right: 10.2%;
    background: var(--e-global-color-a474030);
}
.block-txt-img>.e-child:nth-child(2),
.block-txt-img>.e-child:last-child,
.elementor-editor-active .block-txt-img>div:nth-child(2 of div.e-child){
    width: 39.7%;
}
.block-txt-img>.e-child:first-child:after,
.elementor-editor-active .block-txt-img>div:nth-child(1 of div.e-child):after{
    content: '';
    background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><polygon points="0,0 100,0 0,100" style="fill:%230000FF"></polygon></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 219px;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    transform: translate(100%, 0);
    z-index: 1;
}
.block-txt-img.reverse>.e-child:first-child:after,
.elementor-editor-active .block-txt-img.reverse>div:nth-child(1 of div.e-child):after{
    background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><polygon points="0,100 100,0 100,100" style="fill:%23EAEAFD"></polygon></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: auto;
    left: 1px;
    top: 0;
    transform: translate(-100%, 0);
}
.block-txt-img:not(.reverse) h2,
.block-txt-img:not(.reverse) p,
.block-txt-img:not(.reverse) li{
    color: #fff;
}
.block-txt-img>.e-child:nth-child(2) .elementor-widget-image,
.elementor-editor-active .block-txt-img>div:nth-child(2 of div.e-child) .elementor-widget-image{
    height: 100%;
}
.block-txt-img>.e-child:nth-child(2) .elementor-widget-image img,
.elementor-editor-active .block-txt-img>div:nth-child(2 of div.e-child) .elementor-widget-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.elementor-widget-text-editor ul{
    padding-left: 23px;
}
.elementor-widget-text-editor ul li{
    list-style: none;
    position: relative;
    padding-left: 18px;
    line-height: 24px;
    margin-bottom: 9px;
}
.elementor-widget-text-editor ul li:last-child{
    margin-bottom: 0;
}
.elementor-widget-text-editor ul li:before{
    content: '';
    width: 14px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/puce.svg) no-repeat center;
}
.elementor-widget-video .elementor-wrapper{
    border-radius: 32px;
    overflow: hidden;
    width: 64.4%;
    margin-left: auto;
    margin-right: auto;
}
.bandeau-titre{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bandeau-titre .elementor-widget-heading:not(.agenda-date-complete){
    width: 66.3%;
}
.bandeau-titre .elementor-widget-breadcrumbs + .elementor-widget-heading{
    margin-top: 28px;
}
.bandeau-titre h1{
    color: #fff;
}
.bandeau-titre>.e-con-inner{
    z-index: 10;
}
.bandeau-titre:after{
    content: '';
    background: url(../img/embleme-white.svg) no-repeat center;
    background-size: contain;
    width: 315px;
    height: 315px;
    position: absolute;
    right: 59px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.2;
}
.parent-pageid-19 .bandeau-titre:after{
    content: none;
}
.parent-pageid-19 .bandeau-titre .elementor-widget-image{
    position: absolute;
    right: 10.2%;
    top: 50%;
    transform: translate(0, -50%);
    height: 160px;
    width: auto;
}
.parent-pageid-19 .bandeau-titre .elementor-widget-image img{
    height: 100%;
    width: auto;
}
.text-intro{
    padding-left: 16.9%;
    padding-right: 16.9%;
    margin-top: 37px;
}
.text-intro p{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}
.text-intro p:last-child{
    margin-bottom: 0;
}
.img-only{
    margin-top: 20px;
    width: 64.4%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
    overflow: hidden;
}
.img-only img{
    width: 100%;
}
.img-only + .elementor-widget-button{
    margin-top: 30px;
}
/* ------------------------ */
/* --------- HOME --------- */
/* ------------------------ */
.home .fond-bleu.embleme-right{
    margin-top: 0;
}
.home .fond-bleu.embleme-right p{
    font-size: 25px;
    line-height: 30px;
}
.expertises>.e-con-inner>.elementor-widget-text-editor{
    padding-left: 13%;
    padding-right: 13%;
}
.expertises-block{
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 16px;
}
.expertises-block>.e-child{
    max-width: 352px !important;
}
.expertises-block>.e-child .elementor-widget-heading{
    margin-top: 3px;
}
.expertises-block>.e-child .elementor-widget-text-editor{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    max-width: 177px !important;
    margin-left: auto;
    margin-right: auto;
}
.expertises-block>.e-child .elementor-widget-button{
    margin-top: 25px;
}
.services-liste{
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-liste .elementor-widget-heading + .elementor-widget-shortcode{
    margin-top: 50px;
}
.home .services-liste{
    margin-top: 0;
}
.service-block{
    display: flex;
    justify-content: space-between;
    gap: 42px;
    margin-bottom: 50px;
}
.home .service-block{
    margin-bottom: 20px;
}
.service-item{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 12px 64px;
    width: calc(20% - 34px);
    position: relative;
}
.service-item img{
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.service-item h3{
    margin-bottom: 0px;
}
.service-item a,
.reference-item a{
    position: absolute;
    bottom: 25px;
    left: 12px;
    background: url(../img/btn-triangle.svg) no-repeat 8px center;
    padding-left: 17px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}
.service-item a:hover,
.reference-item a:hover{
    background: url(../img/btn-triangle-bleu.svg) no-repeat 8px center;
}
.reference-block{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
}
.reference-item{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    width: calc(25% - 12px);
    position: relative;
}
.reference-item .reference-img{
    position: relative;
}
.reference-item .reference-img:after{
    content: '';
    width: 143px;
    height: 143px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/embleme-white.svg) no-repeat center;
    background-size: contain;
    opacity: 0.31;
}
.reference-item img{
    display: block;
}
.reference-item .reference-content{
    padding: 10px 12px 46px;
}
.chiffres-cles{
    padding-bottom: 0;
}
.chiffres-cles-block{
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.chiffres-cles-block .elementor-widget-counter {
    width: 20%;
    max-width: 202px !important;
}
.elementor-counter .elementor-counter-number-wrapper{
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    line-height: normal;
    font-weight: 400;
}
.elementor-counter .elementor-counter-number-prefix{
    width: 100%;
    text-align: center;
    height: 19px;
}
.elementor-counter .elementor-counter-title,
.elementor-counter .elementor-counter-number-prefix{
    font-size: 16px;
    line-height: 19px;
}
.elementor-counter .elementor-counter-number{
    flex-grow: initial;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.elementor-counter .elementor-counter-title{
    text-align: center;
}
.elementor-counter .elementor-counter-number-suffix{
    color: var(--e-global-color-secondary);
    font-weight: 600;
    /*line-height: 60px;*/
    font-size: 40px;
}
.chiffres-cles .bandeau,
.small-content-white .bandeau{
    background: var(--e-global-color-primary);
    padding: 24px 92px;
}
.chiffres-cles .bandeau p,
.small-content-white .bandeau p{
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}
.chiffres-cles .bandeau:before,
.small-content-white .bandeau:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0;
    transform: translate(-100%, 0);
    background: var(--e-global-color-primary);
}
.chiffres-cles .bandeau:after,
.small-content-white .bandeau:after{
    content: '';
    background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><polygon points="100,0 0,100 100,100" style="fill:%23EAEAFD"></polygon></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 97px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.small-content-white .bandeau:after{
    background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><polygon points="100,0 0,100 100,100" style="fill:%23FFFFFF"></polygon></svg>');
}
.agenda-home{
    margin-top: 50px;
}
.agenda-home>.e-con-inner>.e-child:last-child,
.elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(2 of div.e-child){
    width: 49.4%;
}
.agenda-home>.e-con-inner>.e-child:last-child .elementor-widget-image,
.elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(2 of div.e-child) .elementor-widget-image{
    height: 100%;
}
.agenda-home>.e-con-inner>.e-child:last-child .elementor-widget-image img,
.elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(2 of div.e-child) .elementor-widget-image img{
    height: 100%;
    object-fit: cover;
}
.agenda-home>.e-con-inner>.e-child:first-child,
.elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(1 of div.e-child){
    width: 50.6%;
    padding-top: 50px;
    padding-left: 10.2%;
    padding-right: 46px;
    padding-bottom: 23px;
}
.agenda-home .elementor-widget-text-editor{
    font-size: 25px;
    line-height: 30px;
}
.agenda-home .elementor-widget-loop-grid{
    margin-top: 43px;
    padding-bottom: 31px;
}
.actu-home h2{
    margin-bottom: 25px;
}
.actu-home .elementor-widget-loop-grid{
    margin-top: 30px;
    padding-bottom: 30px;
}
/* ------------------------ */
/* ------ EXPERTISES ------ */
/* ------------------------ */
.expertise-item-full{
    margin-top: 50px;
}
.expertise-item-full .elementor-widget-image img{
    width: 100%;
}
.expertise-item-full>.e-con-inner>.e-child:last-child{
    padding-top: 65px;
    padding-left: 76px;
    width: calc(100% - 184px);
}
.expertise-item-full h2.elementor-heading-title:before{
    width: 118px;
    margin-left: -92px;
}
.expertise-item-full .elementor-widget-button{
    margin-top: 30px;
}
.expertises-reconnue-block,
.solutions-block{
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 30px !important;
    align-items: baseline !important;
}
.expertises-reconnue-block>.e-child,
.solutions-block>.e-child{
    max-width: 220px !important;
    margin-left: auto;
    margin-right: auto;
}
.expertises-reconnue-block>.e-child .elementor-widget-text-editor,
.solutions-block>.e-child .elementor-widget-text-editor{
    margin-top: 20px;
}
.expertises-reconnue-block>.e-child p,
.solutions-block>.e-child p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.expertises-reconnue-block>.e-child p strong,
.solutions-block>.e-child p strong{
    display: block;
}
/* ------------------------ */
/* -- SERVICES - ENFANT --- */
/* ------------------------ */
.solutions-block + .elementor-widget-text-editor{
    padding-left: 24.6%;
    padding-right: 24.6%;
}
.parent-pageid-19 .block-txt-img:not(.reverse)>.e-child:first-child{
    padding-right: 15px;
}
.block-txt-img.with-bandeau{
    flex-wrap: wrap;
}
.with-bandeau .bandeau{
    width: calc(100% - 20.4%);
    margin-left: 10.2%;
    margin-right: 10.2%;
    background: var(--e-global-color-primary);
    padding: 24px 100px 24px 92px;
}
.with-bandeau .bandeau p{
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}
.with-bandeau .bandeau:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0;
    transform: translate(-100%, 0);
    background: var(--e-global-color-primary);
}
.with-bandeau .bandeau:after{
    content: '';
    background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><polygon points="100,0 0,100 100,100" style="fill:%23EAEAFD"></polygon></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 97px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.small-content-white{
    background: #fff;
    margin-top: 0;
    padding-top: 50px;
}
.small-content-white .elementor-widget-text-editor:not(.bandeau){
    padding-left: 13.9%;
    padding-right: 13.9%;
    margin-bottom: 40px;
}
/* ------------------------ */
/* ---- MARCHES PUBLICS --- */
/* ------------------------ */
.avis-tableau{
    margin-top: 24px;
}
.avis-tableau-header{
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--e-global-color-text);
}
.avis-tableau-header span{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.avis-code{
    /*width: 194px;*/
    width: 17.8%;
    padding-left: 10px;
    padding-right: 10px;
}
.avis-objet{
    width: calc(100% - 17.8% - 24%);
    padding-left: 10px;
    padding-right: 10px;
}
.avis-reponse{
    /*width: 292px;*/
    width: 24%;
    padding-left: 10px;
    padding-right: 10px;
}
.avis-tableau-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.avis-tableau-item{
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.avis-tableau-item.empty{
    padding-left: 10px;
    padding-right: 10px;
}
.avis-tableau-item .title-objet{
    font-weight: 600;
    display: block;
    margin-bottom: 19px;
}
.avis-tableau-item .fichier{
    display: block;
    margin-bottom: 13px;
}
.avis-tableau-item .fichier:last-child{
    margin-bottom: 0;
}
.avis-tableau-item .fichier a{
    padding-left: 43px;
    position: relative;
    line-height: 30px;
    font-weight: 600;
    display: block;
    color: var(--e-global-color-secondary);
/*    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
.avis-tableau-item .fichier a:before{
    content: '';
    width: 31px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/download.svg) no-repeat center;
    background-size: contain;
}
.avis-tableau-item .fichier a:hover{
    color: var(--e-global-color-text);
}
.avis-tableau-item .fichier a:hover:before{
    background: url(../img/download-bleu.svg) no-repeat center;
    background-size: contain;
}
/* ------------------------ */
/* --------- FAQ ---------- */
/* ------------------------ */
.padding-faq{
    margin-top: 50px;
    padding-left: 23.7%;
    padding-right: 23.7%;
    padding-bottom: 20px;
}
.elementor-widget-n-accordion>.e-n-accordion{
    counter-reset: section;
}
.elementor-widget-n-accordion .e-n-accordion-item {
    counter-increment: section;
    background: #fff;
    margin-top: 10px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text:before{
    content: counter(section)".";
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text,
.elementor-editor-active .elementor-widget-n-accordion .e-n-accordion-item-title-text{
    color: var(--e-global-color-primary);
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title,
.elementor-widget-n-accordion .e-n-accordion-item-title + .elementor-element,
.elementor-editor-active .elementor-widget-n-accordion .e-n-accordion-item-title,
.elementor-editor-active .elementor-widget-n-accordion .e-n-accordion-item-title + .elementor-element{
    border: none;
    padding-left: 47px;
    padding-right: 70px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title + .elementor-element{
    padding-top: 10px;
    padding-bottom: 25px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon,
.elementor-editor-active .elementor-widget-n-accordion .e-n-accordion-item-title-icon{
    position: absolute;
    right: 14px;
    top: 26px;
    width: 18px;
    height: 18px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span{
    width: 100%;
    height: 100%;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed{
    justify-content: flex-end;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span.e-opened>svg{
    width: 100%;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span.e-closed>svg{
    height: 100%;
    width: auto;
}
/* ------------------------ */
/* ------ ACTUALITES ------ */
/* ------------------------ */
.loop-actualites{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 17px;
}
.loop-actualites .actu-item{
    position: relative;
    width: calc(33.33% - 12px);
}
.actu-item .elementor-widget-image a,
.actu-item .elementor-shortcode a,
.loop-actualites .actu-item .actu-image a{
    display: block;
    position: relative;
}
.actu-item .elementor-widget-image a:after,
.actu-item .elementor-shortcode a:after,
.loop-actualites .actu-item .actu-image a:after{
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #0000FF00 0%, #0000FF 60%);
    opacity: 0.75; 
    position: absolute;
    left: 0;
    top: 0;
}
.actu-item .elementor-widget-image img,
.actu-item .elementor-shortcode img,
.loop-actualites .actu-item .actu-image img{
    display: block;
    aspect-ratio: 25 / 18;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.actu-item .actu-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
}
.actu-item .actu-content h2,
.actu-item .actu-content h2 a,
.actu-item .actu-content h3,
.actu-item .actu-content h3 a{
    padding-left: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}
.actu-item .actu-content h2 a:hover,
.actu-item .actu-content h3 a:hover{
    color: var(--e-global-color-secondary);
}
.actu-item .actu-content .elementor-widget-post-info span,
.loop-actualites .actu-content .date{
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 3px;
    display: inline-block;
}
.actu-item .actu-content h2,
.actu-item .actu-content h3,
.actu-item .actu-content .elementor-widget-post-info span,
.actu-item .actu-content .elementor-widget-button a.elementor-button,
.loop-actualites .actu-content .date{
    color: #fff;
}
.actu-item .actu-content .elementor-widget-button a.elementor-button:hover{
    color: var(--e-global-color-secondary);
}
.loop-actualites .actu-content .elementor-widget-button{
    text-align: right;
}
.actu-item .actu-content .elementor-widget-button{
    margin-top: 4px;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.actu-item .actu-content .elementor-widget-button a.elementor-button,
.agenda-item .agenda-item-content .elementor-widget-button a.elementor-button{
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    line-height: 19px;
}
.actu-item .actu-content h2:before,
.actu-item .actu-content .elementor-widget-button:not(.externe) a.elementor-button:after,
.actu-item .actu-content .elementor-widget-button a.elementor-button:not(.externe):after,
.agenda-item .agenda-item-content .elementor-widget-button:not(.externe) a.elementor-button:after,
.agenda-item .agenda-item-content .elementor-widget-button a.elementor-button:not(.externe):after{
    content: none;
}
.actu-item .actu-content .elementor-widget-button.externe a.elementor-button:after,
.agenda-item .agenda-item-content .elementor-widget-button.externe a.elementor-button:after,
.agenda-item .agenda-item-content .elementor-widget-button a.elementor-button.externe:after{
    content: '' !important;
}
.actu-item .actu-content .elementor-widget-button a.elementor-button.externe:after,
.actu-item .actu-content .elementor-widget-button.externe a.elementor-button:after{
    background: url(../img/external-link.svg) no-repeat center;
    background-size: 13px;
}
.agenda-item .agenda-item-content .elementor-widget-button a.elementor-button.externe:after,
.agenda-item .agenda-item-content .elementor-widget-button.externe a.elementor-button:after{
    background: url(../img/external-link-bleu-fonce.svg) no-repeat center;
    background-size: 13px;
}
.actu-item .actu-content .elementor-widget-button.externe a.elementor-button:hover:after,
.actu-item .actu-content .elementor-widget-button a.elementor-button.externe:hover:after,
.agenda-item .agenda-item-content .elementor-widget-button.externe a.elementor-button:hover:after,
.agenda-item .agenda-item-content .elementor-widget-button a.elementor-button.externe:hover:after{
    background: url(../img/external-link-orange.svg) no-repeat center;
    background-size: 13px;
}
.actu-item .actu-content .source{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}
.agenda-item .agenda-item-content .source{
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.actu-item .actu-content .source span,
.agenda-item .agenda-item-content .source span{
    text-transform: uppercase;
}
.actu-item:hover .actu-content .elementor-widget-button{
    max-height: 20px;
}
.elementor-widget-loop-grid .e-loop__load-more{
    margin-top: 50px !important;
}
.elementor-widget-loop-grid .e-loop__load-more .elementor-button{
    color: var(--e-global-color-primary);
    font-weight: 500;
}
.filtres.elementor-widget-shortcode{
    width: 100%;
}

.cat-actualites{
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 50px;
}
.cat-actualites:before{
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 1;
}
.cat-actualites span{
    color: var(--e-global-color-text);
    margin-bottom: 11px;
    display: block;
}
.cat-actualites .filtres{
    width: 67.6%;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 27px;
    z-index: 2;
}
.cat-actualites .filtres ul{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 0;
}
.cat-actualites .filtres li{
    list-style: none;
    display: inline-block;
    padding: 4px 18px;
    color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 17px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.cat-actualites .filtres li.actif,
.cat-actualites .filtres li:hover{
    color: #fff;
    background: var(--e-global-color-primary);
}
.cat-actualites .thematique{
    width: 32.4%;
    position: relative;
    padding-left: 22px;
    padding-top: 11px;
    padding-bottom: 27px;
    z-index: 2;
}
.cat-actualites .thematique:before{
    content: '';
    background: var(--e-global-color-text);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cat-actualites .thematique select{
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 17px;
    border: 1px solid var(--e-global-color-text);
    padding: 4px 39px 4px 26px;
    color: var(--e-global-color-text);
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    max-width: 330px;
}
.load_more_button_holder {
  text-align: center;
  margin-top: 50px;
}
.load_more_button .button a{
    color: var(--e-global-color-primary);
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
}
.load_more_button .button a span{
    z-index: 2;
    position: relative;
    display: block;
}
.load_more_button .button a:after{
    content: '';
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.load_more_button .button a:hover:after{
    height: 100%;
}
.load_more_button_loading a{
    text-decoration: none;
}
.load_more_button_loading {
    display: none;
}
/* ------------------------ */
/* -- ACTUALITE - SINGLE -- */
/* ------------------------ */ 
.single .bandeau-titre{
    margin-bottom: 50px;
}
.single .bandeau-titre h1{
    margin-bottom: 6px;
}
.single .padding-single h2{
    padding-left: 0;
}
.bandeau-titre .elementor-widget .elementor-icon-list-items.elementor-inline-items{
    padding-left: 38px;
    flex-wrap: wrap;
    gap: 13px;
}
.bandeau-titre .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    width: 100%;
}
.bandeau-titre .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item .elementor-post-info__terms-list-item{
    display: inline-block;
    border-radius: 17px;
    border: 1px solid #FFF;
    padding: 4px 24px;

}  
.btn-back{
    margin-bottom: 10px;
    width: 168px;
    margin-left: 23.6%;
    transform: translate(-185px, 0);
    transition: all 0.3s ease-in-out;
    top: 0;
    z-index: 10;
}
.btn-back.fixed{
    position: fixed;
    top: 70px;
}
.btn-back .elementor-widget-heading .elementor-heading-title a{
    font-weight: 700; 
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    color: var(--e-global-color-text);
    white-space: nowrap;
}
.btn-back .elementor-widget-heading .elementor-heading-title a:before{
    content: '';
    width: 9px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/arrow-left.svg) no-repeat left center;
    background-size: contain;
}
.btn-back .elementor-widget-heading .elementor-heading-title a:hover{
    color: var(--e-global-color-secondary);
}
.btn-back .elementor-widget-heading .elementor-heading-title a:hover:before{
    background: url(../img/arrow-left-orange.svg) no-repeat left top;
    background-size: contain;
}
.padding-single{
    padding-left: 23.6%;
    padding-right: 23.6%;
}
.addtoany-share{
    border-top: 1px solid var(--e-global-color-text);
    padding-top: 12px;
    width: 168px;
    margin-left: 23.6%;
    transform: translate(-185px, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
.addtoany-share.fixed{
    position: fixed;
    top: 99px;
}
.addtoany_list a, 
.widget .addtoany_list a{
    margin-bottom: 4px;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{
    border-radius: 30px;
}
.addtoany_list a img{
    margin-top: 0;
}
.addtoany_shortcode{
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}
.padding-single .elementor-widget-image + .elementor-widget-text-editor{
    margin-top: 30px;
}
.padding-single .elementor-widget-image{
    margin-top: 40px;
    width: 62.4%;
    margin-left: auto;
    margin-right: auto;
}
.padding-single .elementor-widget-image img{
    box-shadow: 0px 3px 20px #00000033;
}
.padding-single h3{
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
.padding-single .elementor-widget-text-editor ul{
    margin-bottom: 10px;
}
.padding-single .elementor-widget-text-editor ul:last-child{
    margin-bottom: 0;
}
.padding-single .elementor-widget-text-editor ul li{
    padding-left: 13px;
    margin-bottom: 0;
}
.padding-single .elementor-widget-text-editor ul li:before{
    width: 5px;
    height: 5px;
    background: var(--e-global-color-text);
    border-radius: 5px;
    top: 9px;
}
.encart-contact{
    margin-top: 58px;
    width: calc(100% + 114px);
    max-width: none !important;
    margin-left: -57px;
    margin-right: -57px;
    background: var(--e-global-color-a474030);
    padding: 30px 54px 59px;
    margin-bottom: 28px;
}
.encart-contact .elementor-widget-button {
    margin-top: 0;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 10px;
}
/* ------------------------ */
/* ------- AGENDA -------- */
/* ------------------------ */
.padding-agenda{
    padding-left: 30.4%;
    padding-right: 32.6%;
    margin-top: 50px;
}
.agenda-passes{
    background: var(--e-global-color-a474030);
    padding-top: 50px;
    margin-top: 32px;
    padding-bottom: 45px;
}
.padding-agenda h2{
    margin-bottom: 30px;
}
.agenda-item{
    /*margin-bottom: 3px;*/
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
}
.agenda-item .elementor-widget-post-info{
    width: 112px;
}
.agenda-item .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text,
.agenda-item .date-event span{
    padding-left: 0;
    color: var(--e-global-color-secondary);
    font-weight: 700;
    line-height: 30px;
    font-size: 35px;
    text-transform: lowercase;
    display: block;
}
.agenda-item .agenda-item-content{
    padding-top: 10px;
    padding-left: 47px;
    width: calc(100% - 112px);
    position: relative;
}
.agenda-item h3 a{
    color: var(--e-global-color-primary);
}
.agenda-item h3 a:hover{
    color: var(--e-global-color-secondary);
}
.agenda-item .agenda-item-content:before{
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: var(--e-global-color-primary);
    position: absolute;
    left: 14px;
    top: 19px;
}
.agenda-item:after{
    content: '';
    background: var(--e-global-color-primary);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 131px;
    top: 0;
}
.agenda-item .agenda-item-content .elementor-widget-button{
    text-align: right;
}
.agenda-item .agenda-item-content .elementor-widget-button a.elementor-button{
    color: var(--e-global-color-text);
    font-weight: 600;
}
.agenda-item .agenda-item-content .elementor-widget-button a.elementor-button:hover{
    color: var(--e-global-color-secondary);
}
/* ------------------------ */
/* ---- AGENDA - SINGLE --- */
/* ------------------------ */

.agenda-date-complete{
    color: var(--e-global-color-secondary);
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    z-index: 10;
}
/* ------------------------ */
/* ------- CONTACT -------- */
/* ------------------------ */
.contact-form{
    padding-left: ;
}
.contact-form h2{
    margin-bottom: 30px;
}
.contact-form>.e-con-inner>.e-child:first-child{
    padding-right: 90px;
}
.contact-form>.e-con-inner>.e-child:first-child p{
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
.contact-form strong{
    color: var(--e-global-color-primary);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
}
.wpcf7 form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.wpcf7 .input-label{
    width: calc(50% - 8px);
}
.wpcf7 .input-label label,
.wpcf7 .textarea-group label{
    line-height: 24px;
    display: inline-block;
    padding-left: 14px;
}
.wpcf7 input,
.wpcf7 textarea{
    border: 1px solid #0000586A;
    padding: 5px 14px;
    background: #F8F8F8;
}
.wpcf7 input:active,
.wpcf7 textarea:active,
.wpcf7 input:focus,
.wpcf7 textarea:focus{
    outline-color: var(--e-global-color-primary);
}
.wpcf7 .textarea-group{
    width: 100%;
}
.wpcf7 textarea{
    height: 136px;
}
.confidentialite{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.confidentialite .wpcf7-list-item{
    margin-left: 0;
}
.confidentialite a{
    text-decoration: underline;
    color: var(--e-global-color-text);
}
.confidentialite a:hover{
    color: var(--e-global-color-accent);
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
    line-height: 18px;
    display: inline-block;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]{
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 2px solid var(--e-global-color-primary);
    border-radius: 0;
    margin: 0 10px 0 0 ;
    vertical-align: bottom;
    padding: 0;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:hover,
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked{
    background: var(--e-global-color-primary);
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:focus{
    outline: none;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked:before{
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/check-checkbox.svg) no-repeat center;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 1;
}
.submit{
    width: 155px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
}
.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.4;
}
.submit input[type="submit"]{
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    padding: 7px 26px 7px 44px;
    background: var(--e-global-color-primary);
    border-radius: 24px;
    color: #fff;
    border: none;
}
.submit input[type="submit"]:hover{
    background: var(--e-global-color-secondary);
}
.submit:after{
    content: '';
    width: 31px;
    height: 31px;
    position: absolute;
    left: 3px;
    top: 3px;
    background: url(../img/embleme.svg) no-repeat center;
    background-size: contain;
}
.wpcf7-spinner{
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(100%, -50%);
    margin: 0;
}
span.wpcf7-not-valid-tip{
    font-size: 14px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7-response-output.wpcf7-validation-errors{

}
.wpcf7 form.sent .wpcf7-response-output{

}
select.wpcf7-form-control.wpcf7-select {
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.confidentialite .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: block;
}
/* ------------------------ */
/* -------- POPIN -------- */
/* ------------------------ */
.menu-fullscreen.popin>.e-con-inner>.e-child:first-child{
    position: static;
}
.menu-fullscreen.popin .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.popin-form{
    padding-left: 29.2%;
    padding-right: 29.2%;
}
.popin-form h2,
.popin-form p,
.popin-form label,
.popin-form .confidentialite a{
    color: #fff;
}
.popin-form .wpcf7 input, 
.popin-form .wpcf7 textarea{
    border: 2px solid var(--e-global-color-a474030);
    background: var(--e-global-color-primary);
    border-radius: 0;
    color: #fff;
}
.popin-form .confidentialite a:hover{
    color: var(--e-global-color-secondary);
}
.popin-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]{
    border-color: #FFFFFF;
}
.popin-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:hover,
.popin-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked{
    background-color: #FFFFFF;
}
.popin-form .submit input[type="submit"]{
    background: #FFFFFF;
    border: none;
    color: var(--e-global-color-primary);
    border-radius: 24px;
}
.popin-form .submit input[type="submit"]:hover{
    background: var(--e-global-color-secondary);
    color: #fff;
}
.popin-form .wpcf7-response-output{
    color: #fff;
}
/* ------------------------ */
/* -------- FOOTER -------- */
/* ------------------------ */
footer{
    margin-top: 50px;
}
.membres{
    padding-left: 6.3%;
    padding-right: 6.3%;
}
.membres h2{
    margin-bottom: 30px;
}
.membres .elementor-image-carousel-wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 13px;
}
.membres .elementor-widget-image-carousel .swiper-slide{
    padding-left: 31px;
    padding-right: 31px;
}
.membres .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner{
    box-shadow: 0px 3px 20px #00000029;
    background: #FFF;
}
.membres .elementor-element .swiper .elementor-swiper-button-prev svg,
.membres .elementor-element .swiper .elementor-swiper-button-next svg{
    height: 18px;
    width: auto;
}
.membres .elementor-element .swiper .elementor-swiper-button-prev, 
.membres .elementor-element .swiper~.elementor-swiper-button-prev{
    left: -8px;
}
.membres .elementor-element .swiper .elementor-swiper-button-next, 
.membres .elementor-element .swiper~.elementor-swiper-button-next{
    right: -8px;
}
.footer-top{
    margin-top: 30px;
    padding-top: 29px;
    padding-bottom: 17px;
    overflow: hidden;
}
.footer-top:after{
    content: '';
    width: 315px;
    height: 315px;
    position: absolute;
    right: 25px;
    top: 14px;
    background: url(../img/embleme-bordure.svg) no-repeat center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}
.footer-top .elementor-widget-image a img[src$=".svg"]{
    width: auto;
}
.footer-top .elementor-widget-theme-site-logo a{
    margin-bottom: 21px;
}
.footer-top p{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 23px;
}
.footer-top p:last-child{
    margin-bottom: 0;
}
.footer-top .elementor-nav-menu--main .elementor-nav-menu--dropdown{
    display: block;
}
.footer-top .elementor-nav-menu--main .elementor-nav-menu ul{
    width: auto;
    margin-left: 10px;
    position: relative;
}
.footer-top .elementor-nav-menu--main .elementor-nav-menu ul>li{
    margin-bottom: 10px;
}
.footer-top .elementor-nav-menu--main .elementor-nav-menu ul>li:last-child{
    margin-bottom: 0;
}
.footer-top .elementor-nav-menu--main .elementor-nav-menu ul>li>a{
    border-left: 0;
}
.footer-top>.e-con-inner>.e-child{
    padding-left: 8px;
    padding-right: 8px;
}
.footer-top>.e-con-inner>.e-child:first-child{
    padding-left: 0;
}
.footer-top>.e-con-inner>.e-child:last-child{
    padding-right: 0;
}
.footer-top .elementor-widget-heading + .elementor-widget-nav-menu {
    margin-top: 10px;
    margin-left: 10px;
}
.footer-top .elementor-nav-menu--main .elementor-item.elementor-item-active:hover{
    color: var(--e-global-color-secondary) !important;
}
.footer-bottom{
    padding: 7px 20px;
}
.footer-bottom p{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.footer-bottom p a{
    color: #fff;
}
.footer-bottom p a:hover{
    color: var( --e-global-color-secondary );
}
.grecaptcha-badge{
    visibility: hidden;
}
/* ------------------------ */
/* ------ RESPONSIVE ------ */
/* ------------------------ */

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .menu-fullscreen .menu-block {
        padding-left: 26.1%;
        padding-right: 12.6%;
    }
    .menu-fullscreen:after{
        opacity: 0.15;
    }
    .fond-bleu.embleme-right {
        padding-right: 18.4%;
    }
    .bandeau-titre:after{
        right: 29px;
    }
    .bandeau-titre .elementor-widget-heading:not(.agenda-date-complete) {
        width: 72.8%;
    }
    .parent-pageid-19 .bandeau-titre .elementor-widget-image{
        right: 7.2%;
    }
    .padding-content{
        padding-left: 7.2%;
        padding-right: 7.2%;
    }
    .agenda-home>.e-con-inner>.e-child:first-child,
    .elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(1 of div.e-child){
        padding-left: 7.2%;
    }
    .service-block{
        gap: 20px;
    }
    .service-item{
        width: calc(20% - 16px);
    }
    .text-intro {
        padding-left: 13.9%;
        padding-right: 13.9%;
    }
    .block-txt-img>.e-child:first-child,
    .elementor-editor-active .block-txt-img>div:nth-child(1 of div.e-child) {
        padding-left: 7.2%;
    }
    .block-txt-img.reverse>.e-child:first-child, 
    .elementor-editor-active .block-txt-img.reverse>div:nth-child(1 of div.e-child) {
        padding-left: 15px;
    }
    .block-txt-img.reverse>.e-child:first-child{
        padding-right: 7.2%;
    }
    .avis-reponse{
        width: 22%;
    }
    .avis-objet {
        width: calc(100% - 17.8% - 22%);
        padding-left: 20px;
        padding-right: 20px;
    }
    .with-bandeau .bandeau {
        width: calc(100% - 14.4%);
        margin-left: 7.2%;
        margin-right: 7.2%;
        padding-left: 62px;
    }
    .solutions-block + .elementor-widget-text-editor {
        padding-left: 17.6%;
        padding-right: 17.6%;
    }
    .small-content-white .elementor-widget-text-editor:not(.bandeau) {
        padding-left: 10.9%;
        padding-right: 10.9%;
    }
    .padding-small-content {
        padding-left: 12.3%;
        padding-right: 12.3%;
    }
    .padding-faq {
        padding-left: 13.7%;
        padding-right: 13.7%;
    }
    .expertises>.e-con-inner>.elementor-widget-text-editor {
        padding-left: 10%;
        padding-right: 10%;
    }
    .elementor-widget-video .elementor-wrapper {
        width: 84.4%;
    }
    .popin-form {
        padding-left: 19.2%;
        padding-right: 19.2%;
    }
    .padding-agenda {
        padding-left: 20.4%;
        padding-right: 22.6%;
    }
    .padding-single {
        padding-left: 19.6%;
        padding-right: 19.6%;
    }
    .addtoany-share,
    .btn-back{
        width: 128px;
        margin-left: 19.6%;
        transform: translate(-145px, 0);
    }
}
@media only screen and (max-width: 1000px){
    .bandeau-titre .elementor-widget-heading:not(.agenda-date-complete) {
        width: 77.8%;
    }
    .parent-pageid-19 .bandeau-titre .elementor-widget-image{
        height: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
    .menu-fullscreen .menu-block {
        padding-left: 10.6%;
        padding-right: 10.6%;
    }
    .menu-fullscreen:after{
        opacity: 0.15;
        left: 10px;
    }
    .menu-fullscreen .elementor-nav-menu ul.elementor-nav-menu--dropdown {
        margin-left: 37px;
    }
    .elementor-widget-text-editor ul {
        padding-left: 13px;
    }
    .service-block,
    .reference-block{
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-item{
        width: calc(33.33% - 14px);
    }
    .reference-item{
        width: calc(50% - 8px);
    }
    .chiffres-cles-block{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 20px;
    }
    .chiffres-cles-block .elementor-widget-counter{
        width: calc(33.33% - 14px);
    }
    .chiffres-cles .bandeau,
    .small-content-white .bandeau{
        padding-left: 42px;
    }
    .agenda-home>.e-con-inner>.e-child:first-child, 
    .elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(1 of div.e-child){
        width: 59.6%;
    }
    .agenda-home>.e-con-inner>.e-child:last-child, 
    .elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(2 of div.e-child){
        width: 40.4%;
    }
    .actu-home .elementor-element.elementor-widget-loop-grid,
    .blog-block .elementor-element.elementor-widget-loop-grid{
        --grid-columns: 2;
    }
    .actu-home .elementor-element.elementor-widget-loop-grid .elementor-grid,
    .blog-block .elementor-element.elementor-widget-loop-grid .elementor-grid{
        grid-template-columns :repeat(2,1fr)
    }
    .actu-home .elementor-element.elementor-widget-loop-grid .elementor-grid .e-loop-item:nth-child(4){
        display: none;
    }
    .expertise-item-full>.e-con-inner>.e-child:first-child{
        width: 134px;
    }
    .expertise-item-full>.e-con-inner>.e-child:last-child{
        width: calc(100% - 134px);
        padding-top: 45px;
        padding-left: 46px;
    }
    .expertise-item-full h2.elementor-heading-title:before {
        width: 88px;
        margin-left: -62px;
    }
    .padding-single {
        padding-left: 19.6%;
        padding-right: 19.6%;
    }
    .addtoany-share,
    .btn-back{
        width: 128px;
        margin-left: 19.6%;
        transform: translate(-145px, 0);
    }
    .contact-form>.e-con-inner>.e-child:first-child{
        padding-right: 60px;
    }
    .popin-form {
        padding-left: 15.2%;
        padding-right: 15.2%;
    }
    .padding-agenda {
        padding-left: 17.4%;
        padding-right: 19.6%;
    }
    .loop-actualites .actu-item{
        width: calc(50% - 9px);
    }
    footer .padding-content {
        padding-left: 5.2%;
        padding-right: 5.2%;
    }
    /*.footer-top>.e-con-inner{
        flex-wrap: wrap !important;
        gap: 30px;
    }
    .footer-top>.e-con-inner>.e-child{
        width: calc(50% - 15px);
        padding-left: 0;
        padding-right: 0;
    }
    .footer-top>.e-con-inner>.e-child:first-child{
        width: 220px;
    }
    .footer-top>.e-con-inner>.e-child:nth-child(2){
        width: calc(100% - 220px - 30px);
    }*/
    .footer-top>.e-con-inner>.e-child:nth-child(2){
        width: 470px;
    }
}
@media only screen and (max-width: 767px){
    header .logos .elementor-widget-image{
        transform: none;
        left: 0;
    }
    .menu-close,
    .menu-fullscreen-bottom{
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
    }
    h1.elementor-heading-title,
    h2.elementor-heading-title{
        padding-left: 0;
    }
    h1.elementor-heading-title:before,
    h2.elementor-heading-title:before{
        position: relative;
        left: auto;
        top: 0;
        display: inline-block;
    }
    .home .fond-bleu.embleme-right p,
    .agenda-home .elementor-widget-text-editor,
    .chiffres-cles .bandeau p, 
    .small-content-white .bandeau p,
    .with-bandeau .bandeau p,
    .text-intro p{
        font-size: 22px;
        line-height: 28px;
    }
    .elementor-widget-text-editor ul {
        padding-left: 13px;
    }
    header>.elementor-element:not(.widget-contact)>.e-con-inner>.e-child:first-child{
        display: none;
    }
    header .elementor-widget-image{
       left: 0;
       transform: none; 
    }
    .widget-contact{
        top: auto;
        bottom: 4vh;
        width: auto;
        height: 60px;
        right: 10px;
    }
    .widget-contact .icon-widget{
        width: 60px;
    }
    .widget-contact .icon-widget .elementor-icon:after{
        width: 56px;
        height: 56px;
        transform: matrix(0.56, -0.56, 0.56, 0.56, -28, -28) rotate(0deg);
    }
    .widget-contact:hover .icon-widget .elementor-icon:after{
        transform: matrix(0.56, -0.56, 0.56, 0.56, -28, -28) rotate(180deg);
    }
    .widget-contact .icon-widget .elementor-icon svg{
        width: 26px;
    }
    .widget-contact .widget-content .elementor-widget-icon{
        margin-top: 0px;
        margin-right: 20px;
    }
    .widget-contact .widget-content{
        max-height: auto;
        max-width: 0;
        transition: max-width 0.3s ease-in-out;
        overflow: hidden;
        width: auto;
    }
    .widget-contact:hover .widget-content{
        max-height: none;
        max-width: 300px;
    }
    .menu-fullscreen {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .menu-fullscreen .menu-block{
        padding-left: 0;
        padding-right: 0;
    }
    .menu-fullscreen:after{
        content: none;
    }
    .menu-fullscreen .btn-close {
        top: -50px;
        right: 0px;
    }
    .menu-fullscreen .elementor-nav-menu>li {
        margin-bottom: 15px;
    }
    .menu-fullscreen .elementor-nav-menu>li>a {
        line-height: 33px;
    }
    .menu-fullscreen .elementor-nav-menu ul.elementor-nav-menu--dropdown {
        margin-left: 37px;
    }
    .menu-fullscreen .elementor-element.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
        font-size: 21px;
        line-height: 26px;
    }
    header>.elementor-element:not(.widget-contact),
    .menu-fullscreen,
    .padding-content,
    .text-intro,
    .block-txt-img>.e-child:first-child,
    .elementor-editor-active .block-txt-img>div:nth-child(1 of div.e-child),
    .block-txt-img.reverse>.e-child:first-child,
    .with-bandeau .bandeau,
    .chiffres-cles .bandeau,
    .small-content-white .bandeau,
    .padding-small-content,
    .padding-faq,
    .agenda-home>.e-con-inner>.e-child:first-child, 
    .elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(1 of div.e-child),
    .padding-agenda,
    .padding-single{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bandeau-titre{
        min-height: 400px;
    }
    .bandeau-titre:after{
        right: 9px;
    }
    .bandeau-titre .elementor-widget-heading:not(.agenda-date-complete),
    .block-txt-img>.e-child:first-child,
    .elementor-editor-active .block-txt-img>div:nth-child(1 of div.e-child),
    .block-txt-img>.e-child:nth-child(2),
    .block-txt-img>.e-child:last-child,
    .elementor-editor-active .block-txt-img>div:nth-child(2 of div.e-child),
    .service-item,
    .reference-item,
    .chiffres-cles-block .elementor-widget-counter,
    .agenda-home>.e-con-inner>.e-child:first-child, 
    .elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(1 of div.e-child),
    .agenda-home>.e-con-inner>.e-child:last-child, 
    .elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(2 of div.e-child),
    .elementor-widget-video .elementor-wrapper,
    .expertise-item-full>.e-con-inner>.e-child:last-child,
    .padding-single .elementor-widget-image,
    .loop-actualites .actu-item{
        width: 100%;
    }
    .block-txt-img>.e-child:nth-child(2),
    .block-txt-img>.e-child:last-child,
    .elementor-editor-active .block-txt-img>div:nth-child(2 of div.e-child){
        min-height: 330px;
    }
    .block-txt-img>.e-child:first-child:after,
    .elementor-editor-active .block-txt-img>div:nth-child(1 of div.e-child):after,
    .block-txt-img.reverse>.e-child:first-child:after{
        width: 100%;
        height: 90px;
        top: auto;
        bottom: 1px;
        transform: translate(0%, 100%);
    }
    .block-txt-img.reverse>.e-child:first-child:after{
        transform: translate(0%, 100%) rotate(180deg);
    }
    .with-bandeau .bandeau{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .chiffres-cles .bandeau,
    .small-content-white .bandeau{
        margin-left: -20px;
        margin-inline: -20px;
        width: calc(100% + 40px);
        max-width: none !important;
    }
    .with-bandeau .bandeau:before,
    .with-bandeau .bandeau:after,
    .chiffres-cles .bandeau:before, 
    .chiffres-cles .bandeau:after, 
    .small-content-white .bandeau:before,
    .small-content-white .bandeau:after{
        content: none;
    }
    .fond-bleu.embleme-right{
        padding-right: 20px;
    }
    .expertises-block{
        gap: 40px;
    }
    .expertises>.e-con-inner>.elementor-widget-text-editor,
    .popin-form {
        padding-left: 0;
        padding-right: 0;
    }
    .service-block,
    .reference-block,
    .chiffres-cles-block{
        flex-wrap: wrap;
    }
    .chiffres-cles-block{
        justify-content: center;
        gap: 30px;
    }
    .agenda-home>.e-con-inner>.e-child:first-child, 
    .elementor-editor-active .agenda-home>.e-con-inner>.e-child:nth-child(1 of div.e-child) {
        padding-bottom: 33px;
    }
    .agenda-item .elementor-widget-post-info {
        width: 80px;
    }
    .agenda-item .agenda-item-content{
        width: calc(100% - 80px);
    }
    .agenda-item:after{
        left: 99px;
    }
    .agenda-item .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text,
    .agenda-item .date-event span{
        font-size: 27px;
        line-height: 29px;
    }
    .expertise-item-full>.e-con-inner>.e-child:last-child{
        padding-top: 20px;
        padding-left: 0;
    }
    .expertise-item-full .elementor-widget-image img{
        width: 184px;
    }
    .expertise-item-full h2.elementor-heading-title:before{
        width: 26px;
        margin-left: 0;
    }
    .parent-pageid-19 .bandeau-titre .elementor-widget-image{
        height: 90px;
        top: auto;
        bottom: 20px;
        transform: none;
        right: 20px;
    }
    .small-content-white .elementor-widget-text-editor:not(.bandeau){
        padding-left: 0;
        padding-right: 0;
    }
    .expertises-reconnue-block, 
    .solutions-block{
        gap: 40px;
    }
    .solutions-block + .elementor-widget-text-editor{
        padding-left: 0;
        padding-right: 0;
    }
    .avis-tableau-header{
        display: none;
    }
    .avis-tableau-item{
        flex-wrap: wrap;
        padding-left: 5px;
        padding-right: 5px;
        gap: 15px;
    }
    .avis-code,
    .avis-objet,
    .avis-reponse{
        width: 100%;
    }
    .avis-code:before,
    .avis-reponse:before{
        content: attr(data-title) ": ";
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 5px;
    }
    .cat-actualites{
        flex-wrap: wrap;
    }
    .cat-actualites .filtres,
    .cat-actualites .thematique{
        width: 100%;
    }
    .cat-actualites .thematique:before{
        width: 100%;
        height: 1px;
    }
    .cat-actualites .filtres{
        padding-right: 0;
    }
    .cat-actualites .thematique{
        padding-left: 0;
        padding-top: 20px;
    }
    .cat-actualites .thematique select{
        padding-left: 17px;
    }
    .bandeau-titre .elementor-widget .elementor-icon-list-items.elementor-inline-items{
        padding-left: 0;
    }
    .btn-back{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
        transform: none;
    }
    .addtoany-share{
        width: auto;
        margin-left: 0;
        margin-top: 30px;
        transform: none;
        position: relative;
        left: auto;
        right: auto;
    }
    .addtoany_shortcode{
        width: 100%;
    }
    .elementor-widget-n-accordion .e-n-accordion-item-title, 
    .elementor-widget-n-accordion .e-n-accordion-item-title + .elementor-element{
        padding-left: 20px;
        padding-right: 40px;
    }
    .elementor-widget-n-accordion .e-n-accordion-item-title + .elementor-element{
        padding-right: 20px;
    }
    .contact-form>.e-con-inner>.e-child:first-child{
        padding-right: 0px;
    }
    .contact-form>.e-con-inner>.e-child:last-child{
        margin-top: 30px;
    }
    .wpcf7 .input-label{
        width: 100%;
    }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
        display: inline;
    }
    .menu-fullscreen.popin {
        padding-top: 80px;
    }
    .agenda-date-complete{
        font-size: 31px;
    }
    .encart-contact{
        margin-left: -10px;
        margin-inline: -10px;
        width: calc(100% + 20px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .encart-contact .elementor-widget-button {
        width: 80%;
        text-align: center;
    }
    .footer-top>.e-con-inner>.e-child{
        margin-bottom: 40px;
    }
}
