body {
    background: rgb(250 250 250 / 56%);
    font-family: var(--enzomichaud-main-font), sans-serif !important;
}

.site-header {
    padding: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: 144px;
    transition: transform 0.3s ease, top 0.3s ease;
}

.headerMenu {
    background-color: var(--enzomichaud-color-secondary);
    height: 44px;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.main-header {
    background-color: var(--enzomichaud-color-main);
    height: 100px;
    width: 100%;
    position: relative;
}

.main-header .container {
    width: 100%;
    position: relative;
}

.main-header .site-header-infos {
    position: absolute;
    width: 310px;
    background-color: var(--enzomichaud-color-dark-sec);
    height: 100%;
    color: #fff;
    padding: 0 0 0 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    z-index: 999;
}

.main-header .site-header-infos::before {
    content: '';
    position: absolute;
    top: 0;
    right: -110px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 110px 110px 0px 0px;
    border-color: white transparent transparent transparent;
}

.main-header .site-header-infos::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: var(--enzomichaud-color-dark-sec) transparent transparent transparent;
}

.header-home-icon {
    position: absolute;
    z-index: 999;
    left: 325px;
    top: 6px;
}

.diagimmovendelo {
    position: absolute;
    margin-left: 420px;
    color: #fff;
    z-index: 999;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.diagimmovendelo-title {
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 1;
}

.diagimmovendelo-title b {
    font-weight: bold;
    font-family: 'Affogato Medium';
}

.diagimmovendelo-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.diagimmovendelo-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top: 9px;
}

.main-header .site-branding {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0px;
}

.main-header .site-branding img {
    height: 90px;
    width: auto;
    display: block;
    transition: all .3s ease-out;
    margin: 2px 0;
    filter: brightness(0) invert(1);
}

.main-header .main-navigation {
    width: auto;
}

.phone-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Affogato Medium';
    line-height: 1;
}

.text-header {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-left: 30px;
}

.menu.nav-menu li {
    margin: 0 15px 0 0;
    display: inline-block;
    transition: all .3s ease-out;
}

.menu.nav-menu li a {
    font-weight: 100;
    font-size: 1.1rem;
    position: relative;
    transition: all .3s ease-out;
    height: 100%;
    white-space: nowrap;
    color: #000000;
    text-transform: inherit;
    padding: 9px 5px;
}

.content-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 35px;
    transition: all .3s ease-out;
}

.menu.nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 0 0 0;
    min-height: 44px;
    transition: padding-top .3s;
}

.menu li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); 
    width: 0;
    height: 8px;
    background: var(--enzomichaud-color-main-60);
    transition: all .3s ease-out;
    border-radius: 5px 5px 0 0;
}

.menu li:last-child {
    margin-right: 0;
}

.menu li.current-menu-item a::before {
    width: 100%;
}

.menu li.current-menu-item a {
    font-weight: 600;
}

.menu li:hover a::before {
    width: 100%;
}


.footer-social-network {
    background-color: #f4f4f4;
    padding: 2.2rem 0;
    margin: 0 0 50px;
}

.footer-sc-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-sc-col {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer-sc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.footer-sc-icon:hover .footer-sc-label {
    opacity: 1;
    visibility: visible;
}

.footer-sc-title {
    font-size: 2.4rem;
    line-height: 1.3;
    color: var(--enzomichaud-color-dark-sec);
    font-weight: 600;
}

.footer-sc-label {
    margin: 0;
    opacity: 0;
    padding: .4rem 0 0;
    transition: 0.2s;
    visibility: hidden;
    color: #001825;
    position: absolute;
    bottom: -24px;
}

.footer-bottom {
    width: 100%;
    background: var(--enzomichaud-color-main);
}

.footer-bottom .footer-bottom-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 1em 0;
    text-align: center;
}

.footer-bottom .footer-bottom-text p {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    letter-spacing: 1.02px;
    flex-wrap: wrap;
}

.footer-bottom .footer-bottom-text p:first-child span {
    font-weight: 700;
}

.footer-bottom .footer-bottom-text p:nth-child(2) a {
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
    font-size: 0.8rem;
    padding: 0 0 0 2px;
}

.footer-bottom .footer-bottom-text p:nth-child(2) a:hover {
    text-decoration: none;
}

.site-footer a:where(:not(.btn-1)), p {
    color: #fff;
    font-weight: 200;
    font-size: 1.05rem;
    padding: 0 0 0.4em 0;
    display: block;
}

.footer-top {
    width: 100%;
    background: transparent;
    padding: 10px 0;
}

.footer-top-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.footer-top-content .custom-logo-link {
    padding: 0;
}

.footer-top-content .custom-logo {
    height: 172px;
    width: auto;
    display: block;
    transition: all .3s ease-out;
}

.footer-top-links {
    
}

.menu-menu-footer-container {
    height: 100%;
}

.menu-footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2px;
    height: 100%;
}

.siege-social-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.41em 0 1.2em;
}

.siege-social-title p {
    font-weight: 800;
    white-space: nowrap;
    color: var(--enzomichaud-color-dark-sec);
    font-size: 16px;
}

.siege-social-title::before {
    content: "";
    position: relative;
    width: 100%;
    margin: 0;
    order: 1;
    background-color: var(--enzomichaud-color-main-70);
    height: 1px;
    display: block;
}

.footer-maps, .footer-phone, .footer-arobase {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.footer-maps::before {
    content: url(../img/svg/maps.svg);
}

.footer-phone::before {
    content: url(../img/svg/phone.svg);
}

.footer-arobase::before {
    content: url(../img/svg/arobase.svg);
}

.menu-footer .menu-item a {
    font-size: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
    color: var(--enzomichaud-color-dark-sec);
    position: relative;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.menu-footer .menu-item a:hover {
    color: var(--enzomichaud-color-main);
}


.footer-top-content .dot_wall {
    width: 200px;
    height: 174px;
    opacity: .6;
    display: block;
    background-image: radial-gradient(circle, var(--enzomichaud-color-main-50) 20%, transparent 25%);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 20px 20px;
    pointer-events: none;
}

.welcome-homepage {
    padding-top: 144px;
    position: relative;
    z-index: 1;
}

.welcome-homepage {
    background-color: #FBFBFB;
    height: 100%;
    background-image: url(https://imagocontrole.fr/wp-content/uploads/2024/10/bg-home-imago-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.maison-bg {
    width: 50vw;
    height: 50vw;
    position: relative;
}

.welcome-homepage .container {
    padding-top: 50px;
    padding-bottom: 0px;
}

.welcome-homepage-alltitle {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.title_h3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    color: var(--enzomichaud-color-dark-sec);
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.title_h3::before {
    content: '';
    background-image: url(../img/svg/before_title.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 37px;
    width: 79px;
    display: block;
    left: -30px;
    position: absolute;
    z-index: -1;
}

/* .title_h3::before {
    content: '';
    background-color: var(--enzomichaud-color-secondary);
    height: 35px;
    width: 35px;
    display: block;
    left: -25px;
    position: absolute;
    z-index: -1;
} */

/* .title_h3::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: var(--enzomichaud-color-secondary) transparent transparent transparent;
    z-index: -1;
} */

.welcome-homepage-subtitle {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    color: var(--enzomichaud-color-dark-sec);
    padding-left: 485px;
    margin-bottom: -55px;
    margin-top: 55px;
}

.welcome-homepage-subtitle span {
    font-family: 'Affogato Medium';
    position: relative;
}

.welcome-homepage-subtitle span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background: var(--enzomichaud-color-main-60);
    z-index: -1;
}

.welcome-homepage-cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    padding: 60px 0 0px;
}

.welcome-homepage-cols .welcome-card {
    /* background-color: green; */
    position: relative;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.8s ease-out;
}

.welcome-homepage-cols .welcome-card:nth-child(1) {
    margin-top: -60px;
}

.welcome-homepage-cols .welcome-card:nth-child(2) {
    margin-top: 40px;
}

.welcome-homepage-cols .welcome-card:hover {
    transform: translateY(-16px) !important;
}

.welcome-card .welcome-card-body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    width: 100%;
    filter: drop-shadow(2px 2px 6px rgba(47, 46, 46, 0.2));
    border-radius: 8px;
}

.welcome-card-body::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 360px 360px 0 0;
    border-color: #88CDA7 transparent transparent transparent;
    z-index: -1;
    border-radius: 8px 0 0 8px;
}

.welcome-card-body a {
    height: 100%;
    display: block;
    padding: 19px;
}

.welcome-card-body .welcome-card-body-picto {
    position: relative;
    top: 72px;
    left: 50px;
}

.welcome-card-body .btn-rounded-arrow {
    padding: 6px 11px;
    background-color: #1e1e1e;
    border-radius: 999em;
    position: absolute;
    right: 25px;
    bottom: 25px;
    height: 36px;
    width: auto;
    display: flex;
    transition: transform 0.8s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.8s ease-out;
    filter: drop-shadow(2px 2px 6px rgba(47, 46, 46, 0.2));
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ffffff;
    font-size: 17px;
}

.welcome-card-body .btn-rounded-arrow:hover {
    transform: scale(1.2);
}

.welcome-card-body-title {
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 1;
}

.welcome-card-body-title b {
    font-weight: bold;
    font-family: 'Affogato Medium';
    color: var(--enzomichaud-color-dark-sec);
}

.welcome-card .dot_wall {
    position: absolute;
    width: 183px;
    height: 115px;
    right: -30px;
    top: 320px;
    z-index: -1;
    opacity: 1;
    display: block;
    background-image: radial-gradient(circle, rgba(136, 205, 167, 0.37) 29%, transparent 15%);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 17px 17px;
    pointer-events: none;
}

.welcome-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0px;
    padding: 20px 0 12px;
}

.welcome-card-footerSubtitle {
    font-size: 20px;
    color: var(--enzomichaud-color-dark-sec);
    line-height: 1;
}

.welcome-card-footerTitle {
    font-size: 25px;
    color: var(--enzomichaud-color-dark-sec);
    line-height: 1;
    font-family: 'Affogato Medium';
    position: relative;
    text-align: center;
}

.welcome-card-footerTitle::before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    background: var(--enzomichaud-color-main);
}

.welcome-card-footer-content {
    padding-top: 80px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.welcome-card-footer-content ul {

}

.welcome-card-footer-content ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.welcome-card-footer-content ul li::before {
    content: url(../img/svg/listarrow.svg);
}


.numbers-homepage {
    padding: 0px 0 50px;
    clip-path: polygon(0% 0%, 100% 18%, 100% 100%, 0% 100%);
}

.numbers-homepage-content {
    position: relative;
    background: rgb(136 205 167 / 80%);
    /* border-radius: 5px; */
    padding: 210px 0 150px;
}

.numbers-homepage-content::after {
    content: "";
    background: url(https://imagocontrole.fr/wp-content/uploads/2024/10/PHOTO-7-scaled.jpg) center center no-repeat rgba(0, 0, 0, 0);
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}

.numbers-homepage-cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    padding: 40px 55px;
}

.numbers-homepage-content .numbers-homepage-cols .numbers-cols {
    position: relative;
    text-align: left;
    color: #fff;
}

.numbers-homepage-content .numbers-homepage-cols .numbers-cols::after {
    content: url(../img/svg/number-bg.svg);
    position: absolute;
    top: 0;
}

.numbers-cols-content {
    padding: 0px 0 0 20px;
}

.numbers-homepage-content .numbers-homepage-cols .numbers-cols .bg-icon {
    display: inline-block;
    width: 138px;
}

.numbers-homepage-content .numbers-homepage-cols .numbers-cols .one-number {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: transparent;
    font-family: 'Affogato Medium';
    opacity: 1;
    transition: opacity 0.5s ease-out;
    text-shadow: 0 0 10px hsl(0deg 0% 18.75% / 62%);
}

.one-number.visible {
    opacity: 1;
}

.numbers-homepage-content .numbers-homepage-cols .numbers-cols .legend {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 0 0 0;
    text-shadow: 0 0 10px hsl(0deg 0% 18.75% / 62%);
}

.numbers-homepage-content .numbers-homepage-cols .numbers-cols .legend b {
    font-weight: bold;
    font-family: 'Affogato Medium';
}

.numbers-homepage-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}







.company-homepage {
    position: relative;
    top: -125px;
    padding-bottom: 40px;
}

.company-homepage::before {
    content: '';
    background-image: url(https://imagocontrole.fr/wp-content/themes/enzomichaud-theme/img/background/xtexture-ai.webp);
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 55%, 0% 100%);
}

.company-homepage-content {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.company-homepage-text {
    width: 30%;
    padding-top: 55px;
}

.company-homepage-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #1E1E1E;
    transition: transform 0.8s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.8s ease-out, color .3s ease-in-out !important;
}

.company-homepage-item:hover {
    color: var(--enzomichaud-color-main);
}

.company-homepage-item svg g {
    fill: var(--enzomichaud-color-main);
}

.company-homepage-item-arrow {
    position: relative;
    left: -20px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}

.company-homepage-item:hover .company-homepage-item-arrow {
    left: 10px;
    opacity: 1;
}



.company-homepage-video {
    width: 70%;
    position: relative;
}

.company-homepage-video video {
    clip-path: polygon(28% 1%, 100% 0, 100% 100%, 0% 100%);
}

.company-homepage-video .dot_wall {
    position: absolute;
    width: 250px;
    height: 115px;
    right: -96px;
    bottom: -29px;
    z-index: 1;
    opacity: 1;
    display: block;
    background-image: radial-gradient(circle, #c9e4ce 29%, transparent 15%);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 17px 17px;
    pointer-events: none;
}










.slider-homepage {
    position: relative;
    top: -152px;
}

.slider-homepage .slider-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 25px;
}

.slider-homepage .slider-content .one-slide {
    background-color: #fff;
    border: 1px solid var(--enzomichaud-color-main);
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 0 90px;
    box-shadow: 0px 4px 15px 3px rgba(26, 146, 93, 0.15);
    position: relative;
}

.slider-homepage .slider-content .one-slide::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 12px;
    left: -12px;
    top: 20px;
    background: linear-gradient(90deg, #1A9760 0%, #88CDA7 100%);
    border-radius: 20px;
}

.slider-homepage .slider-content .one-slide:nth-child(odd) {
    background-color: #EFF8F3;
}

.slider-homepage .slider-content .one-slide svg {
    
}

.slider-homepage .slider-content .one-slide .legend {
    color: var(--enzomichaud-color-dark-sec);
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    position: relative;
}

.slider-homepage .slider-content .one-slide .legend::before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    background: var(--enzomichaud-color-main);
}


.slider-homepage::before {
    content: '';
    background-image: url(../img/background/bg-circles-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 82vh;
    display: block;
    width: 100%;
    position: absolute;
    z-index: -9;
}

.geo-homepage .geo-homepage-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 26px;
    background-image: url(../img/svg/frise1.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 32px;
}

.geo-homepage .geo-homepage-content {
    background: linear-gradient(90deg, #1A9760 0%, #1D3F30 72.5%, #1E1E1E 100%);
    border-radius: 5px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.geo-homepage .geo-homepage-content .geo-homepage-text {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.geo-homepage .geo-homepage-content .geo-homepage-vendee {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.geo-homepage .geo-homepage-content .geo-homepage-text h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    color: #FFFFFF;
    font-family: 'Affogato Medium';
}

.geo-homepage .geo-homepage-content .geo-homepage-text .desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.geo-homepage .geo-homepage-content .geo-homepage-text .geo-homepage-links {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.geo-homepage .geo-homepage-content .geo-homepage-text .geo-homepage-links p {
    font-weight: bold;
    font-size: 20px;
}

.geo-homepage-links-list a {
    font-weight: 500;
    position: relative;
    margin-left: 18px;
    transition: all 0.3s;
    z-index: 9;
    color: #fff;
    font-size: 20px;
}

.geo-homepage-links-list a:hover {
    color: var(--enzomichaud-color-dark-sec);
}

.geo-homepage-links-list a:hover::before {
    height: 25px;
    background-color: rgb(255 255 255 / 40%);
}

.geo-homepage-links-list a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s ease-out;
    z-index: -1;
}

.geo-homepage .geo-homepage-content .geo-homepage-text .imago-btn {
    margin: 0;
    width: fit-content;
    font-size: 24px;
    margin-top: 30px;
}

.geo-homepage-links-list {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: row;
}

.about-homepage {
    padding: 0px 0 30px;
}

.about-homepage .about-homepage-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.about-homepage .about-homepage-content .about-homepage-image {
    width: 50%;
    position: relative;
}

.about-homepage .about-homepage-content .about-homepage-image::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 300%;
    height: 75%;
    background: var(--enzomichaud-color-dark-sec);
}

.about-homepage .about-homepage-content .about-homepage-image img {
    border-radius: 4px 4px 80px 4px;
    position: relative;
    z-index: 9;
}

.about-homepage .about-homepage-content .about-homepage-image .dot_wall {
    position: absolute;
    width: 250px;
    height: 115px;
    left: -170px;
    top: 60px;
    z-index: 1;
    opacity: 1;
    display: block;
    background-image: radial-gradient(circle, var(--enzomichaud-color-main) 29%, transparent 15%);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 17px 17px;
    pointer-events: none;
}

.about-homepage .about-homepage-content .about-homepage-text {
    width: 50%;
}

.about-homepage .about-homepage-content .about-homepage-text h3 {
    text-transform: capitalize;
}

.about-homepage .about-homepage-content .about-homepage-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #1E1E1E;
}

.maps {
    position: relative;
    border-radius: 5px;
}

.maps canvas {
    border-radius: 5px;
}

.maps::before {
    content: '';
    position: absolute;
    background: linear-gradient(109.11deg, #88CDA7 0%, #1A9760 103.93%);
    border-radius: 5px;
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
}

.contact-form {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
}

.contact-form .contact-form-col1 {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(26, 151, 96, 0.18);
    padding: 28px 28px 15px 28px;
}

.contact-form-subtitle {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 25px;
    color: var(--enzomichaud-color-dark-sec) !important;
    margin-left: -5px;
}

.contact-form button {
    color: #fff;
    background-color: var(--enzomichaud-color-dark-sec);
    padding: 10px 60px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 900;
    transition: background-color .3s ease-in-out;
    border: none;
    margin-top: -18px;
    margin-left: -5px;
}

.contact-form .contact-form-col2 {
    width: 398px;
    height: 367px;
    background: linear-gradient(327.63deg, #88CDA7 0%, #1A9760 94.35%);
    position: relative;
    padding: 70px 0 0 0;
}

.contact-form .contact-form-col2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    background-image: url(../img/svg/frise_contact.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 67px;
    width: 100%;
}

.contact-form-col2 ul {

}

.contact-form-col2 ul li p {
    color: #fff !important;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-left: 39px;
    line-height: 1.5;
}

.contact-phone p {
    font-weight: bold;
    font-size: 18px;
    padding-left: 0 !important;
}

.contact-phone p::before {
    content: url(../img/svg/phone_white.svg);
}

.contact-email p {
    font-weight: bold;
    font-size: 18px;
    padding-left: 0 !important;
    padding-top: 20px;
}

.contact-email p::before {
    content: url(../img/svg/arobase_white.svg);
}

@media (max-width: 992px) {
    .contact-form {
        flex-direction: column;
    }

    .contact-form .contact-form-col1 {
        width: 100%;
    }

    .contact-form .contact-form-col2 {
        width: 100%;
        height: auto;
        padding: 40px 0 80px 0;
    }

    .contact-form button {
        width: 100%;
        margin-left: 0;
    }
}





/* .title_h3 strong {
    background: linear-gradient(90deg, #06bbcf 13.29%, #0646A5 88.35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.welcome-homepage .title_h3:nth-child(2) {
    padding-top: 25px;
    line-height: 1.5;
    height: 100px;
}

.title_variable::after {
    content: '|';
    color: #0646A5;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: 200;
}

@keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  } */

/** CTA BUTTON 1 **/
.imago-btn {
    font-size: 1.2rem;
    color: #fff;
    background-color: var(--enzomichaud-color-dark-sec);
    display: inline-block;
    font-weight: bold;
    box-shadow: 0 0 0 transparent;
    position: relative;
    transition: all .3s ease-out;
    margin: 55px 0 0px 0;
    padding: 12px 20px;
    border-radius: 35px;
}

.imago-btn:hover {
    background-color: var(--enzomichaud-color-main);
    color: #fff;
}


/** SERVICES HOMEPAGE **/
/* .services-homepage {
    background: #76C9DF;
    padding: 100px 0 2px;
    z-index: 9;
    display: block;
    position: relative;
    margin: 0 30px;
}

.service-cards {
    margin-top: -210px;
}

.service-cards .service-card {
    width: 100%;
    height: 390px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    color: #000000;
}

.service-cards .service-card::before {
    content: '';
    background: linear-gradient(210deg, #06bbcf 13.29%, #0646A5 88.35%);
    height: 100%;
    width: 100%;
    transform: rotate(356deg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 12px;
    transition: all .3s ease-out;
}

.service-cards .service-card:hover::before {
    transform: rotate(360deg);
    box-shadow: 0 0 25px rgb(28 71 168 / 24%);
}

.service-cards .service-card::after {
    content: '';
    background-image: url(../img/svg/picto_eau_aquafuga\ 4.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 999;
    display: block;
    height: 66px;
    width: 51px;
}

.service-card svg {
    width: 85px;
    margin: 0 auto;
}

.service-card .service-card-title {
    font-family: 'Shopie', sans-serif;
    padding: 15px 0;
    margin: 0px;
    color: rgb(29, 29, 31);
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.196px;
    line-height: 32px;
    margin-inline: 0px;
    max-width: none;
    text-align: center;
}

.service-card .service-card-text {
    letter-spacing: -0.374px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    text-align: center;
}

.service-card span {
    font-size: 0.9rem;
    position: absolute;
    bottom: 16px;
    right: 24px;
}

.service-card span:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -5px;
    width: 35px;
    height: 35px;
    border: 1px solid rgb(6 70 165 / 52%);
    border-radius: 50%;
    transition: all .3s;
    pointer-events: none;
}

.service-card span:before {
    font-size: 22px;
    font-size: 1.2rem;
    color: #0646A5;
    content: "→";
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-right: -3px;
    margin-bottom: 3px;
    transition: all .3s;
    font-weight: 400;
    pointer-events: none;
}

.services-homepage .dot_wall {
    position: absolute;
    width: 154px;
    height: 254px;
    right: -224px;
    top: 50px;
    z-index: -1;
    opacity: .6;
    display: block;
    background-image: radial-gradient(circle, #1c47a8 20%, transparent 25%);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 20px 20px;
    pointer-events: none;
}

.title_h3_services {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 55px;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 80px 0 0 0;
}

.services-homepage .af-btn {
    margin: 0 auto;
} */


/** BLOC CONTACT **/
.bloc-contact {
    background: #0646A5;
    padding: 20px 35px;
    margin: 80px auto -150px;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.bloc-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../img/background/bg-circles-pattern.svg);
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.bloc-contact-title {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.6rem;
    z-index: 99;
    position: relative;
}

.bloc-contact-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: #FFFFFF;
    margin: 14px 0 0;
    z-index: 99;
    position: relative;
}

.bloc-contact-button .af-btn {
    color: #fff;
}

.bloc-contact-button .af-btn:before {
    color: #fff;
}

.bloc-contact-button .af-btn:after {
    border: 1px solid #fff;
}

.bloc-contact-button .af-btn:hover:after {
    background: #40bcd0;
}



/* .about-homepage h3:nth-child(1) {
    text-align: center;
    line-height: 1.4;
}

.about-homepage h3:nth-child(1)::before {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -75px;
    left: 50%;
    background: #000000;
}

.about-homepage-content {
    position: relative;
    margin: 160px auto;
}

.about-homepage-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    background-image: linear-gradient(125deg, #0646A5, #40bcd0);
    width: calc(50% + 50px);
    z-index: 4;
    transition: all .3s ease-out;
}

.about-homepage-content .row {
    display: flex;
    flex-wrap: wrap;
}

.about-homepage-content .content {
    padding: 80px 120px 80px 0;
    width: calc(50% + 50px);
    z-index: 4;
}

.about-homepage-content .content .title_h1 {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-indent: 30px;
    position: relative;
}

.about-homepage-content .content .title_h1::before {
    content: '';
    border-radius: 20px;
    height: 60px;
    min-width: 4px;
    background: #76C9DF;
    opacity: 0.8;
    display: block;
    margin-right: 10px;
    position: absolute;
    top: -24px;
    left: 2px;
    z-index: 1;
}

.about-homepage-content .content p {
    line-height: 1.65;
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
}

.about-homepage-infos {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: calc(50% + 50px);
    height: 100%;
    background-image: radial-gradient(circle, #f5f5f6 5%, transparent 10%);
    background-color: #fff;
    background-position: 0 0;
    background-size: 20px 20px;
    z-index: 0;
    transform: translateY(60px);
    border: 1px solid rgb(130 201 224 / 12%);
    padding: 100px 150px 50px 150px;
    transition: all .3s ease-out;
}

.about-homepage-infos p {
    color: #000000;
}

.about-contact-single a {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 5px;
}

.about-contact-single p.title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    padding-left: 31px;
    margin-bottom: 14px;
}

.about-contact-single a .icon {
    width: 26px;
}

.about-contact-single a p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
} */

.faq-homepage {
    margin-bottom: 160px;
}

.faq-homepage .title_h1 {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 700;
    text-indent: 30px;
    position: relative;
    margin-bottom: 30px;
}

.faq-homepage .title_h1::before {
    content: '';
    border-radius: 20px;
    height: 60px;
    min-width: 4px;
    background: #76C9DF;
    opacity: 0.8;
    display: block;
    margin-right: 10px;
    position: absolute;
    top: -17px;
    left: 2px;
    z-index: 1;
}

.faq-homepage .container::before {
    content: '';
    position: absolute;
    width: 254px;
    height: 154px;
    right: -160px;
    bottom: -52px;
    z-index: -1;
    opacity: .2;
    display: block;
    background-image: radial-gradient(circle, #06BCCF 20%, transparent 25%);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 20px 20px;
    pointer-events: none;
}


/** CONTENT PAGE HEADER **/
.entry-header {
    padding-top: 144px;
    position: relative;
    z-index: 1;
    background: linear-gradient(130deg, #fcfcfc 20%, #36975e 100%), url(https://imagocontrole.fr/wp-content/themes/enzomichaud-theme/img/background/texture-round-bg-w.webp) no-repeat right bottom -10px;
    background-blend-mode: color-dodge;
    background-repeat: repeat;
}

.entry-header .entry-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--enzomichaud-color-dark-sec);
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.entry-header .entry-title::before {
    content: '';
    background-image: url(../img/svg/before_title.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 37px;
    width: 79px;
    display: block;
    left: -30px;
    position: absolute;
    z-index: -1;
}

.entry-header .thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    position: absolute;
    top: 192px;
    right: 0;
    bottom: -44px;
    clip-path: polygon(28% 1%, 100% 0, 100% 100%, 0% 100%);
}

.entry-header .thumbnail::before {
    content: '';
    position: absolute;
    background: var(--enzomichaud-color-main-80);
    height: 100%;
    width: 100%;
}

.entry-header .entry-header-content {
    width: 60%;
}

/* .entry-header .entry-header-content::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 318px 290px 0 0;
    border-color: #fbfbfb transparent transparent transparent;
    z-index: 9;
} */

.entry-header .dot_wall {
    position: absolute;
    width: 116px;
    height: 218px;
    right: 42px;
    bottom: -82px;
    z-index: 1;
    opacity: 1;
    display: none;
    background-image: radial-gradient(circle, var(--enzomichaud-color-main) 29%, transparent 15%);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-size: 17px 17px;
    pointer-events: none;
}

.entry-header-subcontent {
    padding: 40px 0 80px 0;
    z-index: 9;
    position: relative;
}

.entry-header-subcontent ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.entry-header-subcontent ul li::before {
    content: url(../img/svg/listarrow.svg);
}

.raccourcis-page-content {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 50px 0 0 0;
}

.raccourcis_page p {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    color: var(--enzomichaud-color-dark-sec);
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 40px;
}

.raccourcis_page p::before {
    content: '';
    background-image: url(../img/svg/before_title.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 37px;
    width: 79px;
    display: block;
    left: -30px;
    position: absolute;
    z-index: -1;
}

.raccourcis_page a {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    border-radius: 5px;
    padding: 6px 12px 6px 2px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(90deg, #1A9760 0%, #000000 100%);
    z-index: 5;
    font-size: 18px;
}

.raccourcis_page a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #1A9760;
    z-index: -1;
    transition: width 0.5s ease;
}

.raccourcis_page a:hover::before {
    background: linear-gradient(90deg, #1A9760 0%, #1A9760 100%);
    width: 100%;
}

.raccourcis_page a:hover {
    color: #fff;
}

.raccourcis_page a[href*="https://imagocontrole.fr/imago-diag/"]::after {
    content: url(https://imagocontrole.fr/wp-content/uploads/2024/10/picto-imago-diag.png);
    margin-right: 5px;
    transform: scale(.3);
    height: 28px;
    width: 35px;
    position: relative;
    top: -7px;
}

.raccourcis_page a[href*="https://imagocontrole.fr/imago-pro/"]::after {
    content: url(https://imagocontrole.fr/wp-content/uploads/2024/10/picto-imago-pro.png);
    margin-right: 5px;
    transform: scale(.3);
    height: 28px;
    width: 35px;
    position: relative;
    top: -7px;
}


/* .entry-header {
    position: relative;
    padding-bottom: 45px;
    padding-top: 45px;
}

.entry-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    background-image: linear-gradient(125deg, #0646A5, #40bcd0);
    width: calc(50% + 50px);
    z-index: 4;
    transition: all .3s ease-out;
}

.entry-header .row {
    display: flex;
    flex-wrap: wrap;
}

.entry-header .content {
    padding: 135px 120px 0 0;
    width: calc(50% + 50px);
    z-index: 4;
}

.entry-header .content .title_h1 {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-indent: 30px;
    position: relative;
}

.entry-header .content .title_h1::before {
    content: '';
    border-radius: 20px;
    height: 60px;
    min-width: 4px;
    background: #76C9DF;
    opacity: 0.8;
    display: block;
    margin-right: 10px;
    position: absolute;
    top: -24px;
    left: 2px;
    z-index: 1;
}

.entry-header .about-homepage-infos {
    display: flex;
    align-items: end;
    padding: 100px 150px 60px 150px;
} */

.breadcrumbs {
    margin-top: 15px;
    margin-bottom: 30px;
}

.breadcrumbs span a, .breadcrumbs span {
    color: #4B4B4B;
    font-size: 0.8rem;
    margin-right: 2.5px;
    font-weight: bold;
}
  
.breadcrumbs span:nth-child(2):not(.breadcrumb_last) {
    margin-left: 2.5px;
}
  

.breadcrumbs .breadcrumb_last {
    color: #4B4B4B;
    margin-left: 5px;
    font-weight: 300 !important;
}

/*
.header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.header-social::before {
    content: "";
    position: relative;
    width: 100px;
    margin: 0;
    order: 0;
    background-color: var(--enzomichaud-950);
    height: 1px;
    display: block;
}

.header-social li a {
    border-radius: 20px;
    border: 0.5px solid var(--enzomichaud-color-dark-sec);
    padding: 8px;
    display: block;
}

.header-social li a svg {
    fill: var(--enzomichaud-color-dark-sec);
}

.header-social li a:hover {
    border-color: var(--enzomichaud-400);
}

.header-social li a:hover svg {
    fill: var(--enzomichaud-400);
} */


.wp-block-search__inside-wrapper {
    display: block !important;
}

input#wp-block-search__input-1 {
    background-color: #FCFCFC;
    border: 1px solid #BEBEBE;
    border-radius: 28px;
    color: #827D7D;
    font-size: 15px;
    padding: 14px;
    width: 100%;
    margin-bottom: 16px;
    transition: 0.25s ease;
    box-shadow: none;
}

button.wp-block-search__button.wp-element-button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 26px;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    box-shadow: none;
    background: var(--enzomichaud-color-main);
    z-index: 1;
    padding: 12px 25px;
    font-family: var(--enzomichaud-main-font);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition: all .2s ease-in-out;
}

button.wp-block-search__button.wp-element-button::before {
    content: '';
    position: absolute;
    top: -66px;
    left: -25px;
    right: 0;
    background: var(--enzomichaud-color-secondary);
    height: 0;
    width: calc(100% + 28px);
    z-index: -1;
    transition: height .6s;
}

button.wp-block-search__button.wp-element-button:hover::before {
    height: calc(100% + 165px);
}

button.wp-block-search__button.wp-element-button::before {
    content: '';
    position: absolute;
    top: -66px;
    left: -25px;
    right: 0;
    background: var(--enzomichaud-color-secondary);
    height: 0;
    width: calc(100% + 28px);
    z-index: -1;
    transition: height .6s;
}

.page-content {
    padding-top: 100px;
    padding-bottom: 50px;
}

.search-results .entry-content {
    padding-top: 126px;
    padding-bottom: 50px;
}

.search-results article {
    background: #fff;
    margin-bottom: 1.4em;
    box-shadow: 0 0 50px -15px var(--enzomichaud-color-secondary-40);
    border-radius: 28px;
    z-index: 9;
    position: relative;
}

.entry-content a:not(.btn) {
    position: relative;
}
.search-results article a {
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: none !important;
    transition: all .3s ease-out;
}

.search-results article a::before {
    display: none;
}

.search-results article a:hover {
    margin: 0 -5px;
}

.search-results article a h3 {
    margin: 5px 0 10px;
}

.search-results article a .entry-summary {
    margin: 0 !important;
}

input#wp-block-search__input-1:focus-visible {
    box-shadow: var(--enzomichaud-color-main-40) 0px 0px 0px 4px;
    outline: none;
}

.Form .FormField {
    background-color: #FCFCFC;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    color: #827D7D;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    margin-bottom: 16px;
    transition: 0.25s ease;
    box-shadow: none;
}
  
.FormField:focus-visible {
    box-shadow: var(--enzomichaud-color-main-40) 0px 0px 0px 4px;
    outline: none;
}
  
.Form .required-fields {
    color: #827D7D;
    font-size: 12px;
    display: block;
    margin-top: -15px;
    margin-bottom: 20px;
}

button.af-btn {
    border: none;
    margin: 0;
}

button.af-btn:after {
    top: 4px;
}

.Form {
    height: 100%;
    background-image: radial-gradient(circle, #f5f5f6 5%, transparent 10%);
    background-color: #fff;
    background-position: 0 0;
    padding: 25px;
    background-size: 20px 20px;
    border: 1px solid rgb(130 201 224 / 12%);
    box-shadow: 0 0 50px -15px var(--enzomichaud-color-main-30);
}

.Form p {
    margin-bottom: 0;
}

.FormField.wpcf7-not-valid {
    border: 1px solid red;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.Form.invalid .required-fields {
    color: red;
    font-weight: bold;
}

.page-template-prestations .services-homepage {
    padding: 100px 0 50px;
    margin-top: 230px;
}




.btnMenu, .btnCloseMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s ease-in-out;
    position: relative;
}

.btnMenu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    opacity: 1;
    background: #fff;
    transition: .25s ease-in-out;
}

.btnMenu span:nth-child(2) {
    top: 12px;
    width: 22px;
}

.btnMenu span:nth-child(3) {
    top: 24px;
    width: 14px;
}

.btnMenu::before, .btnCloseMenu::before {
    content: '';
    background-color: var(--enzomichaud-color-secondary-60);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    left: 5px;
    top: -6px;
}

.container-mobile-menu {
    background: #ffffff;
    transition: .3s ease-in-out;
    width: 85%;
    height: 100vh;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(-250%);
    box-shadow: 35px 0px 200px #000000;
}

.container-mobile-menu .menu {
    position: relative;
    text-align: left;
    margin: 15px 0;
}

.container-mobile-menu .menu li {
    width: 100%;
    display: block;
    position: relative;
}

.container-mobile-menu .menu li a {
    padding: 12px 15px 12px 15px;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.2px;
    position: relative;
    transition: .25s ease-in-out;
}

.container-mobile-menu .menu li a::before {
    display: none;
}

.container-mobile-menu .header-mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    position: relative;
}

.container-mobile-menu .header-mobile-menu .custom-logo {
    height: 50px;
    width: auto;
}

.btnCloseMenu {
    margin-right: 20px;
    margin-top: 10px;
}

.btnCloseMenu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    top: 14px;
    border-radius: 0px;
    opacity: 1;
    background: var(--enzomichaud-color-dark-sec);
    transition: .25s ease-in-out;
}

.btnCloseMenu span:nth-child(1) {
    transform: rotate(45deg);
}

.btnCloseMenu span:nth-child(2) {
    transform: rotate(-45deg);
}

.container-mobile-menu .header-mobile-menu::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background-repeat: repeat-x;
    background-image: linear-gradient(125deg, var(--enzomichaud-color-main), var(--enzomichaud-color-secondary));
}

/* .menu-open {
    transform: translateX(0%);
} */

.menu-close {
    transform: translateX(-250%);
}

.container-mobile-menu .menu .sub-menu {
    border-left: 1px solid #dbdbdb;
}

.container-mobile-menu .menu .sub-menu li a {
    font-weight: 400;
    font-size: 0.8rem;
}

.container-mobile-menu .menu li a:hover {
    padding-left: 20px;
}

.container-mobile-menu .menu li a:hover::before {
    content: '';
    width: 20px;
}

.container-mobile-menu .menu li a::before {
    content: '';
    transition: .25s ease-in-out;
    border-radius: 20px;
    height: 2px;
    width: 0;
    background: var(--enzomichaud-color-main);
    opacity: 1;
    display: block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}

.container-mobile-menu .sub-menu li a::before {
    top: 22px !important;
}

.container-mobile-menu .sub-menu li:hover a::before {
    content: '';
    width: 20px;
}

.container-mobile-menu .menu .current-menu-item a {
    padding-left: 20px;
}

.container-mobile-menu .menu .current-menu-item a::before {
    content: '';
    transition: .25s ease-in-out;
    border-radius: 20px;
    height: 2px;
    width: 20px;
    background: var(--enzomichaud-color-main);
    opacity: 1;
    display: block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}

.container-mobile-menu .menu .current-menu-item .sub-menu li a::before {
    display: none;
}


.embedsocial-hashtag, #curator-feed-default-feed-layout {
    margin: 65px 0 -125px;
    z-index: 9;
}

.feed-powered-by-es {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.crt-widget.crt-widget-branded .crt-logo {
    opacity: 0.1;
}

.crt-widget div {
    padding: 0 5px 0 0;
}

.crt-panel-prev crt-panel-arrow, .crt-panel-next crt-panel-arrow {
    display: none;
}

.banner-info {
    background: linear-gradient(40deg, #028647 60%, #bbdfc6 100%);
    padding: 18px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 8px;
    /* margin: 30px auto 20px; */
    margin-bottom: 35px;
    position: relative;
    /* width: 85%; */
}

.banner-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(https://imagocontrole.fr/wp-content/themes/enzomichaud-theme/img/background/bg-circles-pattern.svg);
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.banner-info-icon {
    margin-right: 25px;
}

.banner-info-btn {
    display: flex;
    flex: 0 0 200px;
    width: 100%;
    justify-content: flex-end;
    margin-left: 20px;
}

.banner-info-btn a {
    padding: 6px 11px;
    background-color: #1e1e1e;
    border-radius: 999em;
    width: auto;
    display: flex;
    transition: transform 0.8s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.8s ease-out;
    filter: drop-shadow(2px 2px 6px rgba(47, 46, 46, 0.2));
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 180px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-info-btn a:hover {
    transform: scale(1.2);
    color: #fff;
}

.banner-info-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.banner-info-title {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bolder;
    margin: 2px 0 8px;
    line-height: 1;
    font-family: 'Affogato Medium';
}

.banner-info-subtitle {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    margin: 2px 0;
    line-height: 1;
}