/**** CUSTOM CSS BY NIIX ****/

/**** GLOBAL CSS ****/

body #page-container a {
    text-decoration: none !important;
}

::-webkit-scrollbar-thumb {
    background: #BDC8D5 !important;
}
::-webkit-scrollbar {
    background: #ededed !important;
}

body #page-container .img-cover img {
    object-fit: cover;
}

body #page-container ul {
    list-style-type: none !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

body #page-container .et-fb-form__toggle-title h3 {
    padding: 15px !important;
    margin: auto !important;
}

body #page-container h1,
h2,
h3,
h4 {
    padding: 0 !important;
    margin: 0 !important;
}

body #page-container p {
    margin: 0 !important;
}

body .title-color {
	color: #AEDE2C !important;
}

body .title-rose {
	color: #e41857 !important;
}

/**** HEADER CSS ****/
.header {
	transition: all .4s !important;
}
body #page-container .header.nav-scroll {
	transition: all .4s !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
body #page-container .header .topbar>.et_pb_column {
    max-width: 1200px !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.header .coordonnee-header .et_pb_blurb_container {
	padding-left: 12px !important;
}
.header .logo-header {
    position: absolute;
    top: -75px;
    padding: 30px 10px 15px 10px;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    transition: all .4s !important;
}
.header.nav-scroll .logo-header {
    position: absolute;
    top: -32px;
    padding: 0px;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    transition: all .4s !important;
}
.header .coordonnee-header img {
	 -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(58%) saturate(7241%) hue-rotate(333deg) brightness(92%) contrast(93%) !important;
     filter: brightness(0) saturate(100%) invert(20%) sepia(58%) saturate(7241%) hue-rotate(333deg) brightness(92%) contrast(93%) !important;
}
.menu-header ul#menu-menu-principale>li>a {
	padding-top: 17px !important;
    padding-bottom: 17px !important;
}
.menu-header ul#menu-menu-principale>li>a:hover {
	opacity: 1 !important;
    color: #63B230 !important;
}
body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li>a:hover {
	opacity: 1 !important;
    color: #63B230 !important;
}
body #page-container .menu-header ul#menu-menu-principale>li.current-menu-item>a {
	color: #63B230 !important;
    font-weight: 500 !important;
}
body #page-container .menu-header ul#menu-menu-principale>li.btn-contact-header.current-menu-item>a {
	color: #fff !important;
}
body #page-container .menu-header ul#menu-menu-principale>li.btn-contact-header.current-menu-item>a:hover {
	color: #63B230 !important;
}
body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li.btn-contact-header.current-menu-item>a {
	color: #fff !important;
}
body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li.btn-contact-header.current-menu-item>a:hover {
	color: #63B230 !important;
}
body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li.current-menu-item>a {
	color: #63B230 !important;
    font-weight: 500 !important;
}
.menu-header ul#menu-menu-principale>li>a:after {
	top: 18px !important;
}
.menu-header ul#menu-menu-principale>li.btn-contact-header>a:hover {
	color: #63B230 !important;
}
.menu-header ul#menu-menu-principale>li.btn-contact-header>a:hover:before {
	width: 170px !important;
    height: 170px !important;
}
.menu-header ul#menu-menu-principale>li {
    display: flex;
    align-items: center;
}
.menu-header ul#menu-menu-principale>li:last-child {
	padding-right: 0 !important;
}
body #page-container .menu-header ul#menu-menu-principale>li>ul.sub-menu>li>a {
	font-size: 16px !important;
    color: #000 !important;
}
body #page-container .menu-header ul#menu-menu-principale>li>ul.sub-menu>li>a:hover {
    opacity: 1 !important;
    color: #fff !important;
	background-color: #63B230 !important;
}
body #page-container .menu-header ul#menu-menu-principale>li>ul.sub-menu>li.current-menu-item>a {
    opacity: 1 !important;
    color: #fff !important;
	background-color: #63B230 !important;
}
body #page-container .menu-header ul#menu-menu-principale>li>ul.sub-menu>li>a.menu-link.active {
    opacity: 1 !important;
    color: #fff !important;
	background-color: #63B230 !important;
}
body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li>a {
    color: #000 !important;
}
body #page-container .header .menu-header #mobile_menu1>li.current-menu-item>a.sub-menu-toggle.popped {
    background-color: #fff !important;
}
body #page-container .header .menu-header #mobile_menu1>li.current-menu-item>a.sub-menu-toggle {
    background-color: #fff !important;
}
/*body #page-container .header .menu-header #mobile_menu1>li>a.sub-menu-toggle {
	position: relative;
}*/
body #page-container .header .menu-header #mobile_menu1>li>a.sub-menu-toggle:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: relative;
    top: 10px;
    left: 11px;
    background-image: url(/wp-content/uploads/2026/06/toggle-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s !important;
    
}
body #page-container .header .menu-header #mobile_menu1>li>a.sub-menu-toggle.popped {
	background-color: #bdc8d5 !important;
}
body #page-container .header .menu-header #mobile_menu1>li>a.sub-menu-toggle.popped:before {
     top: 10px;
    transform: rotate(-180deg) translateX(0px);
}

/**** ICONE ANIMATION ****/
.icon-anim {
    transition: all .4s ease-in-out;
}

.icon-anim img {
    transition: all .4s ease-in-out;
}

.icon-anim:hover img {
    animation: bounceIn 1s linear;
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/**** IMG HOVER EFFECTS ANIMATION CSS ****/
.img-hover {
	transition: all 1s;
}
.img-hover img {
	overflow: hidden !important;
}
.img-hover .et_pb_image_wrap {
	overflow: hidden !important;
}
.img-hover .et_pb_image_wrap img{
	transition: all 1s;
}
.img-hover:hover img {
	transform: scale(1.1);
}
.img-hover-anim .et_pb_image_wrap:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
	transition: all 1s;
    z-index: 1;
    pointer-events: none !important;
}
.img-hover-anim .et_pb_image_wrap:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/**** RESUME HOVER ****/
.resume-hover .et_pb_image_wrap {
    position: relative;
	overflow: hidden !important;
    border-radius: 15px !important;
}
.resume-hover .et_pb_image_wrap img {
	transition: all 1s;
}
.resume-hover:hover img {
	transform: scale(1.1);
}
.resume-hover .et_pb_image_wrap:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
	transition: all 1s;
    z-index: 1;
    pointer-events: none !important;
}
.resume-hover:hover .et_pb_image_wrap:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}


/**** SITE BTN ****/
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button {
    border-radius: 5px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    padding: 18px 20px !important;
    font-weight: 400 !important;
	overflow: hidden !important;
	z-index: 0;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button:before {
    content: "";
    display: block !important;
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 15px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translatey(-50%);
    border-radius: 50%;
    background-color: #fff;
    transition: all .7s !important;
    z-index: -1 !important;
}
body.et_pb_button_helper_class:not(.home, .page-id-54) #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button:hover:before {
	background-color: #e41857 !important;
}
body.et_pb_button_helper_class:not(.home, .page-id-54) #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button:hover {
	color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button.btn-cta:hover:before {
	background-color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button.btn-cta:hover {
	color: #0B4200 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-white.et_pb_button {
    color: #0B4200 !important;
	background-color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-white.et_pb_button:hover {
	border-color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-white.et_pb_button:before {
    content: "";
    display: block !important;
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 15px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translatey(-50%);
    border-radius: 50%;
    background-color: #0B4200;
    transition: all .7s !important;
    z-index: -1 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-white.btn-certificat.et_pb_button {
    color: #0B4200 !important;
	background-color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-white.btn-certificat.et_pb_button:before {
    content: "";
    display: block !important;
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 15px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translatey(-50%);
    border-radius: 50%;
    background-color: #63b230;
    transition: all .7s !important;
    z-index: -1 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button:hover {
	color: #0B4200 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button:hover:before {
	width: 455px !important;
    height: 310px !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-white.et_pb_button:hover {
	color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-white.et_pb_button:hover:before {
	background-color: #e41857 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-green.et_pb_button:before {
    content: "";
    display: block !important;
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 15px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translatey(-50%);
    border-radius: 50%;
    background-color: #0B4200;
    transition: all .7s !important;
    z-index: -1 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.btn-green.et_pb_button:hover {
	color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button.btn-cta {
	border: 1px solid #e41857;
	transition: all .4s !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button.btn-cta:hover {
	border-color: #0B4200 !important;
}

/**** ACCUEIL CSS ****/
.counter-year:hover .title .title-rose {
    color: #fff !important;
}
.counter-year {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 220px !important;
}
.counter-year:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	top: 0 !important;
	position: absolute;
	top: 50% !important;
	left: -32px !important;
    transform: translate(-50%, -50%) !important;
	background-color: #63b230 !important;
    transition: all .7s !important;
}
.counter-year:hover .percent-value {
	color: #fff !important;
}
.counter-year:hover .title {
	color: #fff !important;
}
.counter-year:hover:before {
	width: 650px !important;
    height: 250px !important;
}
.counter-year .percent {
    margin-right: 15px;
    height: 50px !important;
}
.counter-year .title {
    font-size: 16px !important;
    width: 54%;
    text-align: left !important;
}
.counter-year .percent {
    margin-right: 15px;
    height: 45px !important;
}
.counter-year .title {
    font-size: 16px !important;
    width: 54%;
    text-align: left !important;
}
.flower-deco {
	width: max-content !important;
}
body #page-container .espace-item {
    position: relative;
    border-radius: 20px !important;
    border: 0.5px solid #0B420033 !important;
    padding: 30px !important;
    background-color: #fff !important;
    min-height: 446px !important;
    overflow: hidden !important;
}
body #page-container .espace-item:before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50px;
    right: -58px;
    background-image: url(/wp-content/uploads/2026/06/trefle-full-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    filter: grayscale(1);
    opacity: 0.08;
    z-index: 12;
    transition: all .4s !important;
    pointer-events: none;
}
body #page-container .espace-item:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
    position: absolute;
	top: 100%;
	left: 0;
	background-color: #0B4200 !important;
    border-radius: 20px !important;
    transition: all .4s !important;
    pointer-events: none;
}
body #page-container .espace-item:hover:after {
	top: 0;
}
body #page-container .ligne-service .et_pb_column.active .espace-item:after {
	top: 0;
}
body #page-container .espace-item:hover:before {
	filter: none !important;
    opacity: 1 !important;
    transform: rotate(-180deg);
}
body #page-container .ligne-service .et_pb_column.active .espace-item:before {
	filter: none !important;
    opacity: 1 !important;
    transform: rotate(-180deg);
}
body #page-container .espace-item .et_pb_main_blurb_image {
	transition: all .4s !important;
}
body #page-container .espace-item:hover .et_pb_main_blurb_image {
	transform: scalex(-1) !important;
}
body #page-container .ligne-service .et_pb_column.active .espace-item .et_pb_main_blurb_image {
	transform: scalex(-1) !important;
}
body #page-container .espace-item:hover .et_pb_module_header {
	color: #63B230 !important;
}
body #page-container .ligne-service .et_pb_column.active .espace-item .et_pb_module_header {
	color: #63B230 !important;
}
body #page-container .espace-item:hover ul.list-resume>li {
    color: #fff !important;
}
body #page-container .ligne-service .et_pb_column.active .espace-item ul.list-resume>li {
    color: #fff !important;
}
body #page-container .espace-item:hover .et_pb_blurb_description {
	color: #fff !important;
}
body #page-container .ligne-service .et_pb_column.active .espace-item .et_pb_blurb_description {
	color: #fff !important;
}
body #page-container .espace-item .et_pb_module_header {
	margin-bottom: 15px !important;
}
body #page-container .espace-item ul.list-resume {
    margin-top: 13px !important;
}
body #page-container .espace-item ul.list-resume>li {
    position: relative;
    padding-left: 25px !important;
}
body #page-container .espace-item ul.list-resume>li:before {
    content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url('/wp-content/uploads/2026/06/liste.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
    filter: brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(4893%) hue-rotate(332deg) brightness(91%) contrast(95%);
}
body #page-container .ligne-service .et_pb_column.active .espace-item ul.list-resume>li:before {
	filter: none !important;
}
.espace-item .et_pb_main_blurb_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    background-color: #F0F6E1;
    z-index: 10;
}
.choisir-item .et_pb_main_blurb_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    background-color: #FFF;
    transition: all .4s !important;
    z-index: 10;
}
.choisir-item:hover .et_pb_main_blurb_image {
	background-color: #0B4200 !important;
   /* transform: scalex(-1) !important;*/
}
.choisir-item .et_pb_module_header {
    font-size: 20px !important;
	margin-bottom: 10px !important;
}
.choisir-item .et_pb_image_wrap {
	position: relative;
    z-index: 0;
}
.choisir-item .et_pb_image_wrap:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
    position: absolute;
	bottom: 0;
	left: 0;
    border-radius: 100px;
	background-color: #e41857;
    z-index: -1;
}
.choisir-item:hover .et_pb_image_wrap img {
	filter: brightness(0) invert(1) !important;
}
body #page-container .choisir-item {
	position: relative;
}
body #page-container .choisir-item:not(:last-child):before {
	content: "";
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('/wp-content/uploads/2026/06/tige-leaf.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
}
.project-personne {
    position: relative;
}
body #page-container .project-personne {
    min-height: 127px !important;
    height: auto !important;
}
.project-personne .title-name {
    font-family: var(--et_global_heading_font) !important;
    font-size: 25px !important;
    line-height: 30px !important;
	font-weight: 500 !important;
}
body #page-container .project-personne {
    position: relative;
	overflow: visible !important;
    width: 330px !important;
    transition: all .4s !important;
}
body #page-container .project-personne:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    right: 17px;
    background-image: url(/wp-content/uploads/2026/06/deco-feuille.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 20;
    opacity: 0.4;
    pointer-events: none;
    transition: all .4s !important;
}
body #page-container .project-personne:hover .phone-resume a {
	background-color: #63b230 !important;
}
body #page-container .project-personne:hover:before {
	transform: scalex(-1) !important;
    opacity: 1 !important;
}
body #page-container .project-personne:hover {
    background-color: #0B4200 !important;
    transition: all .4s !important;
}
.project-personne p {
	padding-bottom: 0 !important;
}
.project-personne .et_pb_blurb_description {
	color: #fff !important;
}
.project-personne .phone-resume {
    position: relative;
    top: -7px;
    left: 125px;
}
.project-personne .phone-resume>a:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 11px;
    left: 12px;
    background-image: url(/wp-content/uploads/2026/06/phone-becanner.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    filter: brightness(0) invert(1) !important;
}
.col-choisir-item:not(:last-child) {
    margin-right: 90px !important;
}
.col-choisir-item {
	position: relative;
}
.col-choisir-item:hover:before {
	transform: scalex(-1) !important;
}
.project-personne .phone-resume>a {
    display: inline-block;
    position: absolute;
    padding: 4px 12px 4px 35px;
    border-radius: 5px;
    background-color: #e41857 !important;
}
.text-list ul {
	margin-top: 10px !important;
}
.text-list ul>li {
	position: relative;
    padding-left: 25px !important;
}
.text-list ul>li:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url('/wp-content/uploads/2026/06/liste.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
    /*filter: brightness(0) invert(1);*/
    filter: brightness(0) saturate(100%) invert(17%) sepia(76%) saturate(4339%) hue-rotate(331deg) brightness(92%) contrast(95%) !important;
}
.text-list-green ul {
	margin-top: 10px !important;
}
.text-list-green ul>li {
	position: relative;
    padding-left: 25px !important;
}
.text-list-green ul>li:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url('/wp-content/uploads/2026/06/liste.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
    filter: brightness(0) saturate(100%) invert(17%) sepia(76%) saturate(4339%) hue-rotate(331deg) brightness(92%) contrast(95%);
}
body #page-container .partenaire-slider .slick-slide:not(:last-child) {
	margin-right: 20px !important;
}
body #page-container .partenaire-slider .slick-slide {
	    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #ededed7a;
}
body #page-container .partenaire-slider .slick-slide img {
	height: 70px;
    object-fit: contain;
}

/**** NOTRE HISTOIRE ****/
.team-item {
	transition: all .4s !important;
}
.team-item:hover {
	transform: translatey(-5px) !important;
}
.team-item .et_pb_team_member_image {
    position: relative;
	max-width: 100% !important;
	width: 100% !important;
	margin-right: 0 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}
.team-item .et_pb_team_member_image img {
	transition: all .8s !important;
}
.team-item:hover .et_pb_team_member_image img {
	transform: scale(1.2) !important;
}
.team-item .et_pb_team_member_description {
    position: relative;
    margin-top: 10px;
    padding: 15px !important;
    border-radius: 15px;
    background-color: #e41857;
    z-index: 0;
}
.team-item .et_pb_team_member_description:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    border-radius: 15px;
	background-color: #0b4200;
    transition: all .4s !important;
    z-index: -1;
}
.team-item:hover .et_pb_team_member_description:before {
	width: 100% !important;
}
.team-item:hover .et_pb_module_header {
	color: #fff !important;
}
.team-item .et_pb_member_position {
	color: #fff !important;
    transition: all .4s !important;
}
.team-item .et_pb_team_member_image img {
    display: block !important;
	width: 100% !important;
	height: 325px !important;
	object-fit: cover;
    border-radius: 15px !important;
}
.team-item .et_pb_member_social_links {
	margin-top: 0 !important;
}
.team-item .et_pb_team_member_image:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
	transition: all 1s;
    z-index: 1;
    pointer-events: none !important;
}
.team-item:hover .et_pb_team_member_image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
body #page-container .img-cover.img-logo-full {
	transform: none !important;
}
.img-cover.img-logo-full a {
	display: block;
	max-width: 100% !important;
	width: 100% !important;
    padding: 10px !important;
    border-radius: 10px;
	background-color: #fff !important;
}
.img-cover.img-logo-full span {
	display: block;
	max-width: 100% !important;
	width: 100% !important;
}
.img-cover.img-logo-full img {
	max-width: 100% !important;
	width: 100% !important;
    height: 100px !important;
}


@keyframes shine {
    100% {
        left: 125%;
    }
}
.animation-left-right {
	animation: float_left_right 5s infinite linear;
}

@keyframes float_left_right {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }
    50% {
        transform: translateX(20px);
        opacity: 1;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.animation-up-down {
	animation: float_up_down 5s infinite linear;
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(20px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes icon-bounce-right {
	0%, 100%, 20%, 50%, 80% {
   	 	-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
	}
	40% {
    	-webkit-transform: translateX(8px);
    	-ms-transform: translateX(8px);
    	transform: translateX(8px);
	}
	60% {
    	-webkit-transform: translateX(4px);
    	-ms-transform: translateX(4px);
    	transform: translateX(4px);
	}
}

@keyframes feuille_to_top {
	0% 	{
    	-webkit-transform: rotate(5deg);
    	transform: rotate(5deg);
    	-webkit-transform-origin: center top;
    	transform-origin: center top;
		}
	50% {
    	-webkit-transform: rotate(-5deg);
   	 	transform: rotate(-5deg);
    	-webkit-transform-origin: center top;
    	transform-origin: center top;
	}
	100% {
    	-webkit-transform: rotate(5deg);
    	transform: rotate(5deg);
    	-webkit-transform-origin: center top;
    	transform-origin: center top;
	}
}

/**** ENTRETIENT ESPACE VERTES ****/
.text-bg {
	position: relative;
	z-index: 0;
}
.text-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    background-image: url(/wp-content/uploads/2026/06/bg-flower.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}
body #page-container .col-picto-anim:hover:before {
	transform: translate(-50%, -50%) rotate(360deg) !important;
}

/**** CREATION ESPACE VERTES ****/
.arrosage-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/**** FOOTER CSS ****/
.menu-footer {
    position: relative;
    left: 10px;
}
.menu-footer ul#menu-menu-footer>li {
    position: relative; 
    padding-left: 25px !important
}
.menu-footer ul#menu-menu-footer>li>a {
	text-align: left !important;
}
/*.menu-footer ul#menu-menu-footer>li:before {
    content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url('/wp-content/uploads/2026/06/liste.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
    filter: brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(6136%) hue-rotate(335deg) brightness(95%) contrast(88%) !important;
}*/
.menu-footer ul#menu-menu-footer>li:before {
    content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0;
	background-image: url('/wp-content/uploads/2026/07/icon-picto.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.menu-footer ul#menu-menu-footer>li>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #ffffff54;
	opacity: 0;
    transition: all .4s !important;
}
.menu-footer ul#menu-menu-footer>li.current-menu-item>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #ffffff54;
    opacity: 1 !important;
}
.coordonnee-footer .et_pb_icon_list_text {
    padding-left: 4px !important;
    transition: all .4s !important;
}
.menu-footer ul#menu-menu-footer>li>a:hover:before {
    opacity: 1 !important;
}
.coordonnee-footer span.et-pb-icon {
    opacity: 0 !important;
}
body #page-container .coordonnee-footer>li>.et_pb_icon_list_text:hover {
    color: #fff !important;
}
body .footer {
	margin-top: 80px !important;
}

/**** ANIMATION CSS ****/
@keyframes LeafAnimation {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

/**** REALISATION CSS ****/
.realisation-galerie .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important;
}

.realisation-galerie .et_pb_gallery_item {
    width: 320px !important;
    margin: 0 15px 15px 0 !important;
}

.realisation-galerie .et_pb_gallery_item {
    border-radius: 15px !important;
}

.realisation-galerie .et_pb_gallery_item img {
    border-radius: 15px;
}

.galerie-realisation .et_pb_gallery_item .et_overlay {
    border-radius: 15px !important;
    border: none !important;
}

.galerie-realisation .et_pb_gallery_item .et_overlay:hover {
    border-radius: 15px !important;
    border: none !important;
}
body #page-container .realisation ul>li>a {
	font-family:  'Bricolage Grotesque' !important;
    padding-top: 9px !important;
	padding-bottom: 9px !important;
    border-radius: 5px !important;
}
body #page-container .realisation ul>li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
    border-radius: 5px !important;
}
body #page-container .realisation ul>li>a:hover {
	background-color: #0b4200 !important;
}
body #page-container .galerie-realisation .et_pb_gallery_items {
	gap: 0 !important;
}
.galerie-realisation .et_pb_gallery_item img {
	border-radius: 15px !important;
}

/**** MENTIONS LEGALES ****/
body #page-container .mentions-legales p {
    font-weight: 400 !important;
}

body #page-container .mentions-legales h2 {
    margin-bottom: 15px !important;
}

body #page-container .mentions-legales p {
    padding: 0 !important;
}

body #page-container .mentions-legales .espace {
    margin-bottom: 20px !important;
    padding: 0 !important;
}

body #page-container .mentions-legales .first-section .espace {
    margin-bottom: 10px !important;
}

body #page-container .mentions-legales .first-section p:last-child {
    margin-bottom: 20px !important;
}

body #page-container .mentions-legales p {
    padding-bottom: 0 !important;
}

body #page-container .mentions-legales span.title-color {
    color: #0b4200 !important;
}

.apropos-item .et_pb_main_blurb_image {
    width: 20px !important;
}

/**** DESACTIVE SCROLL PAGE ****/
body #page-container {
    overflow: hidden !important;
}

/**** DESACTIVE SCROLL ON POPUP ****/
body.mfp-zoom-out-cur {
    overflow: hidden !important;
}

body.mfp-zoom-out-cur .mfp-bg.mfp-fade.mfp-ready,
body.mfp-zoom-out-cur .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}

/**** REALISATION PAGE ****/
.realisation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    margin-bottom: 35px !important;
}

.realisation ul>li {
    border-right: none !important;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
    margin-left: 5px !important;
    border-radius: 0px !important;
}

.realisation .et_pb_all_tabs {
    background-color: transparent !important;
}

.galerie-realisation .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
}

.galerie-realisation .et_pb_gallery_item {
    width: 380px !important;
    margin: 0px 20px 20px 0px !important;
}

.realisation ul>li:first-child {
    margin-left: 0 !important;
}

.realisation .et_pb_tab {
    padding: 0 !important;
}

.galerie-realisation img {
    height: 330px !important;
    object-fit: cover;
    border-radius: 15px !important;
}

.galerie-realisation .et_pb_gallery_item .et_overlay {
    border-radius: 15px !important;
    border: none !important;
}

.galerie-realisation .et_pb_gallery_item .et_overlay:before {
    font-size: 20px !important;
    left: 54% !important;
    top: 52%;
}

/**** CONTACT SELECT ****/
body.et_pb_button_helper_class #page-container .btn-send {
    border-radius: 5px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    padding: 18px 40px !important;
    font-weight: 400 !important;
	overflow: hidden !important;
	z-index: 0;
}
body.et_pb_button_helper_class #page-container .btn-send:before {
    content: "";
    display: block !important;
    width: 25px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: -17px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translatey(-50%);
    border-radius: 50%;
    background-color: #fff;
    transition: all .7s !important;
    z-index: -1 !important;
}
body.et_pb_button_helper_class #page-container .btn-send:hover {
	color: #63b230 !important;
}
body.et_pb_button_helper_class #page-container .btn-send:hover:before {
	width: 450px !important;
    height: 450px !important;
    color: #63b230 !important;
}
.forminator-ui#forminator-module-372.forminator-design--default .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] {
    border-color: #000000;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

/**** FOOTER CUSTOM CSS ****/
.menu-footer .sub-menu {
    display: none;
}

.menu-footer ul#menu-menu-principal-1>li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    transition: all .4s;
}

.menu-footer ul#menu-menu-principal-1>li:hover {
    padding-left: 5px !important;
}

.menu-footer ul#menu-menu-principal-1>li:last-child {
    margin-bottom: 0 !important;
}

.menu-footer ul#menu-menu-principal-1>li>a {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 3px !important;
}

.menu-footer .et_pb_menu__menu {
    display: block;
}

.menu-footer .et_mobile_nav_menu {
    display: none !important;
}

.menu-footer #menu-menu-principal-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0 !important;
}

.menu-footer .et_pb_menu__wrap {
    justify-content: flex-start;
}

.menu-footer ul>li>a:after {
    display: none;
}

.menu-footer ul#menu-menu-principal-1>li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/04/checkmark.png);
    margin-right: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    border-radius: 0;
    filter: brightness(0) invert(1) !important;
    transition: all .4s !important;
}

.menu-footer ul#menu-menu-principal-1>li:hover:before {
    filter: brightness(0) saturate(100%) invert(70%) sepia(56%) saturate(1455%) hue-rotate(338deg) brightness(105%) contrast(96%) !important;
}

.menu-footer ul#menu-menu-principal-1>li:after {
    content: "";
    display: none !important;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #ffffff9e !important;
}

.menu-footer ul#menu-menu-principal-1>li:hover:after {
    background-color: #FF0000 !important;
}

.coordonnee-footer .et_pb_main_blurb_image {
    width: 40px !important;
}

.infos-plus {
    transition: all .4s;
}

.infos-plus:hover {
    padding-left: 7px !important;
}

.infos-plus .et_pb_blurb_description:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
    background-image: url(/wp-content/uploads/2026/04/checkmark.png);
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    filter: brightness(0) invert(1);
}

.infos-plus .et_pb_blurb_description {
    display: flex;
    align-items: center;
}

.coordonnee-item .et_pb_blurb_container {
    padding-left: 20px !important;
}

.infos-plus .et_pb_blurb_container {
    padding-left: 0 !important;
}

.coordonnee-item-footer .et_pb_main_blurb_image {
    width: 35px !important;
}

.coordonnee-item-footer .et_pb_blurb_container {
    padding-left: 10px !important;
}

/**** PAGE 404 ANIMATION EFFECTS ****/
.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-btn-revisit-wrapper {
    width: 30px !important;
    height: 30px !important;
    background-color: #63B230 !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !important;
}

.cky-btn-accept {
    background: #63B230 !important;
    color: #ffffff;
    border: 2px solid #63B230 !important;
}

.cky-btn-reject {
    color: #63B230 !important;
    background: transparent !important;
    border: 2px solid #63B230 !important;
}

.cky-btn-customize {
    color: #63B230 !important;
    background: transparent !important;
    border: 2px solid #63B230 !important;
}

.cky-btn-preferences {
    color: #63B230 !important;
    background: transparent !important;
    border: 2px solid #63B230 !important;
}

/**** PLAN DU SITE CUSTOM CSS ****/
.site-map h3 {
    display: none !important;
}

.site-map br {
    display: none !important;
}

.site-map ul {
    margin: 0 !important;
}

.page-list .et_pb_icon_list_item {
    transition: all .4s;
}
.page-list .et_pb_icon_list_item:hover {
    padding-left: 10px !important;
}

.site-map li:hover {
    padding-left: 10px;
}

.site-map li:last-child {
    margin-bottom: 0px;
}

.site-map li:before {
    content: '';
    display: block;
    position: relative;
    top: 0px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2026/04/checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    transition: all .4s !important;
    filter: brightness(0) invert(1) !important;
}

/*.site-map li:hover:before {
	filter: brightness(0) saturate(100%) invert(35%) sepia(77%) saturate(6900%) hue-rotate(351deg) brightness(90%) contrast(134%) !important;
}*/

/**** CONTACT CSS ****/
.coordonnee-contact .et_pb_main_blurb_image {
	display: flex !important;
	justify-content: center !important;
    align-items: center !important;
}
body #page-container .coordonnee-contact span.et-pb-icon {
    display: block !important;
    text-align: center !important;
}
.coordonnee-contact .et_pb_main_blurb_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #e41857;
}
.coordonnee-contact .et_pb_blurb_container {
    padding-left: 15px !important;
}
.coordonnee-contact .et_pb_blurb_description {
    line-height: 18px !important;
}
.coordonnee-contact .et_pb_image_wrap {
	width: 50px !important;
}
.coordonnee-contact strong {
    font-size: 20px;
    display: block !important;
    margin-bottom: 6px !important;
    font-family: 'Bricolage Grotesque';
}
.coordonnee-contact {
    min-height: 120px;
}

/**** BTN BACK TO TOP CUSTOM CSS ****/
.et_pb_scroll_top:before {
    content: "6" !important;
    font-size: 25px !important;
}

.et_pb_scroll_top.et-pb-icon {
    padding: 0 4px 3px 4px !important;
    border-radius: 8px !important;
    background-color: #63B230 !important;
    margin-right: 10px !important;
    transition: 0.3s all !important;
}

.et_pb_scroll_top.et-pb-icon:hover {
    transition: 0.3s all !important;
    transform: scale(1.1) !important;
}

.et_pb_scroll_top.et-pb-icon {
    animation: pulse 1s infinite ease-in-out alternate !important;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

/**** DAILYWEB COPYRIGHT CUSTOM CSS ****/
.daily {
    padding: 7px 60px;
    background-image: url('/wp-content/uploads/2026/04/daily_web_white-.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* 24/03/26  css onglet responsive*/
.mobile-tab-header.active {
    background-color: #0b4200 !important;
    padding: 10px;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-bottom: 20px;
    border: none !important;
}

.mobile-tab-header {
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    border: none !important;
    border-radius: 5px !important;
    color: #fff !important;
    background-color: #63b230 !important;
}
.mobile-tab-section {
	border-radius: 5px !important;
}
.mobile-tab-header:hover {
	background-color: #0b4200 !important;
}

/* ---------- */
/* Styles pour le popup d'image */


/*****/
/* Styles pour le popup d'images */
.image-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.image-popup-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}

.mobile-tab-section {
    margin-bottom: 10px !important;
}

.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Bouton de fermeture */
.popup-close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.popup-close-btn:hover {
    opacity: 0.7;
}

/* Boutons de navigation */
.popup-prev-btn,
.popup-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 30px;
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
    z-index: 10;
}

.popup-prev-btn {
    left: -50px;
}

.popup-next-btn {
    right: -50px;
}

.popup-prev-btn:hover,
.popup-next-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}


body #page-container .et_pb_section .et_pb_button_module_wrapper .this-btn {
    overflow: hidden !important;
    position: relative !important;
    z-index: 1;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper .this-btn::after {
    position: absolute !important;
    content: "" !important;
    top: 0 !important;
    left: -120% !important;
    width: 120% !important;
    height: 100% !important;
    background-color: #ef3b6f !important;
    transition: all .4s !important;
    opacity: 1 !important;
    z-index: -1 !important;
    display: block !important;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper .this-btn:hover::after {
    left: 0 !important;
}

/* Responsive pour mobile */
@media (max-width: 768px) {

    .popup-prev-btn,
    .popup-next-btn {
        font-size: 20px;
        padding: 10px 8px;
    }

    .popup-prev-btn {
        left: 5px;
    }

    .popup-next-btn {
        right: 5px;
    }

    .popup-close-btn {
        top: 10px;
        right: 10px;
        font-size: 30px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mfp-arrow {
        opacity: 0;
    }

    .mfp-preloader {
        opacity: 0;
    }
}

/**** RESPONSIVE SITE ****/

@media screen and (min-width: 1260px) {
	body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li:not(.btn-contact-header)>a {
		color: #000 !important;
	}
    .menu-header ul#menu-menu-principale>li.btn-contact-header>a {
    	position: relative;
    	padding: 17px 20px !important;
    	border-radius: 5px;
    	overflow: hidden !important;
    	text-transform: uppercase;
    	background-color: #e41857;
    	z-index: 0 !important;
	}
    .menu-header ul#menu-menu-principale>li.btn-contact-header>a:before {
    	content: "";
    	display: block;
    	width: 25px;
    	height: 32px;
    	position: absolute;
    	top: 50%;
    	left: -17px;
    	transform: translatey(-50%);
    	border-radius: 50%;
    	background-color: #fff;
   	 	transition: all .7s !important;
    	z-index: -1 !important;
	}
    body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li.btn-contact-header>a {
    	color: #fff !important;
	}
      body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li.btn-contact-header.current-menu-item>a:hover {
    	color: #fff !important;
	}
     body #page-container .header.nav-scroll .menu-header ul#menu-menu-principale>li.btn-contact-header>a:before {
    	background-color: #63b230 !important;
	}
}

@media screen and (min-width: 981px) {
    .galerie-realisation .et_pb_gallery_items {
        margin-left: 10px !important;
    }

    .menu-header ul#menu-menu-principal>li.before-last {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1179px) {
	body #page-container .menu-header .et_pb_menu__menu {
    	display: none !important;
	}
    body #page-container .menu-header .et_mobile_nav_menu {
    	display: block !important;
	}
	body #page-container .menu-header .mobile_menu_bar {
        border-radius: 3px !important;
		background-color: #63B230 !important;
	}
	body #page-container .menu-header .mobile_menu_bar:before {
		color: #fff !important;
	}
	body #page-container .header .navbar .col-menu {
		position: unset !important;
	}
    body #page-container .header .menu-header {
		position: unset !important;
	}
	body #page-container .header .et_pb_menu_inner_container.et_flex_module {
		position: unset !important;
	}
	body #page-container .header .menu-header #mobile_menu1 {
		background-color: #fff !important;
	}
	body #page-container .header .menu-header #mobile_menu1>li>a {
		text-align: left !important;
        color: #000 !important;
	}
    body #page-container .header .menu-header #mobile_menu1>li>a:hover {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #63B230 !important;
	}
    body #page-container .header .menu-header #mobile_menu1>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #63B230 !important;
	}
    body #page-container .header .menu-header #mobile_menu1>li>ul.sub-menu>li>a {
		text-align: left !important;
        color: #000 !important;
	}
    body #page-container .header .menu-header #mobile_menu1>li>ul.sub-menu>li>a:hover {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #63B230 !important;
	}
	body #page-container .header .menu-header #mobile_menu1>li>ul.sub-menu>li>a.menu-link.active {
		opacity: 1 !important;
        color: #fff !important;
		background-color: #63B230 !important;
	}
    body #page-container .header .menu-header #mobile_menu1>li>ul.sub-menu>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #63B230 !important;
	}
	body #page-container .header .menu-header #mobile_menu1>li>ul.sub-menu {
		display: none !important;
	}
	body #page-container .header .menu-header #mobile_menu1>li>ul.sub-menu.show {
		display: block !important;
	}
}

@media screen and (min-width: 1050px) and (max-width: 1279px) {
	body #page-container .header .topbar:after {
		content: "";
    	display: block;
    	width: 60% !important;
    	height: 95px !important;
    	position: absolute;
    	top: -31px;
    	right: 0px;
    	opacity: 1;
    	visibility: visible;
    	background-image: url(/wp-content/uploads/2026/06/deco-header.svg);
    	background-repeat: no-repeat;
    	background-position: right center;
   	 	background-size: 100% 100%;
    	padding-bottom: 8px;
	}
}

@media screen and (min-width: 980px) and (max-width: 1049px) {
	body #page-container .header .topbar:after {
		content: "";
    	display: block;
    	width: 70% !important;
    	height: 95px !important;
    	position: absolute;
    	top: -31px;
    	right: 0px;
    	opacity: 1;
    	visibility: visible;
    	background-image: url(/wp-content/uploads/2026/06/deco-header.svg);
    	background-repeat: no-repeat;
    	background-position: right center;
   	 	background-size: 100% 100%;
    	padding-bottom: 8px;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	body #page-container .ligne-service {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	body #page-container .ligne-service .et_pb_column {
		width: 48% !important;
		margin-bottom: 20px !important;
	}
	body #page-container .ligne-bloc {
		display: flex !important;
        flex-wrap: wrap !important;
	}
    body #page-container .ligne-bloc .et_pb_column {
		width: 47% !important;
		margin-bottom: 20px !important;
	}
	body #page-container .ligne-bloc .col-choisir-item {
        border-radius: 15px !important;
        padding: 20px !important;
       	background-color: #fff !important;
		margin-right: 20px !important;
	}
	body #page-container .ligne-bloc .col-choisir-item:before {
		display: none !important;
	}
    body #page-container .ligne-bloc .col-choisir-item:hover .et_pb_main_blurb_image {
		background-color: #0B4200 !important;
	}
 
	body #page-container .ligne-bloc .col-choisir-item .et_pb_main_blurb_image {
		background-color: #F0F6E1 !important;
	}
}

@media screen and (max-width: 980px) {
    body #page-container .galerie-realisation .et_pb_gallery_item {
        width: 30% !important;
        margin-right: 20px !important;
        margin-bottom: 0 !important;
    }
    body #page-container .flex-reverse {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
    body #page-container .flex-column {
		display: flex !important;
		flex-direction: column !important;
	}
    body #page-container .et_pb_section .choisir-item {
        width: 85% !important;
    }
	body .footer {
		margin-top: 60px !important;
	}
	body #page-container .team-item .et_pb_team_member_image {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}
}

@media screen and (min-width: 1312px) and (max-width: 1333px) {
    .galerie-realisation .et_pb_gallery_item {
        width: 275px !important;
        margin: 0px 20px 20px 0px !important;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1311px) {
    .galerie-realisation .et_pb_gallery_item {
        width: 245px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
    .galerie-realisation .et_pb_gallery_item {
        width: 210px !important;
    }

    #galerie-list .et_pb_gallery_items {
        display: flex;
        flex-wrap: wrap;
        margin-left: 10px !important;
    }
}

@media screen and (min-width: 981px) and (max-width: 1023px) {
    .galerie-realisation .et_pb_gallery_item {
        width: 200px !important;
    }

    #galerie-list .et_pb_gallery_items {
        display: flex;
        flex-wrap: wrap;
        margin-left: 10px !important;
    }
}

@media screen and (min-width: 981px) {
    .galerie-realisation .et_pb_gallery_items {
        margin-left: 10px !important;
    }
}

@media screen and (min-width: 768px) {
    body.et_pb_button_helper_class #page-container .et_pb_section a.btn-banner {
        padding: 22px 30px !important;
    }
}

@media screen and (max-width: 980px) {
	.header.nav-scroll .logo-header {
		position: absolute;
		top: -17px !important;
		padding: 0px;
		background-color: #fff;
		border-radius: 0 0 12px 12px;
		transition: all .4s !important;
	}

    body #page-container .header .coordonnee-header.phone .et_pb_blurb_container {
        display: none !important;
    }

    body #page-container .header .menu-header .et_mobile_nav_menu {
        margin: 0 !important;
    }

    body #page-container .phone-header {
        max-width: 195px !important;
        width: 100% !important;
    }

    body #page-container .header .menu-header li ul.sub-menu {
        width: 100% !important;
        padding: 20px !important;
    }

    body #page-container .header .menu-header li.parent-menus ul.sub-menu {
        width: 100% !important;
    }

    body #page-container .banner {
        height: 100vh !important;
    }

    body #page-container .banner-inner {
        height: 100vh !important;
    }

    .img-full img {
        width: 100% !important;
    }

    .img-full .et_pb_image_wrap {
        width: 100% !important;
    }

    .menu-header .mobile_menu_bar {
        border-radius: 3px;
        background-color: #63B230 !important;
    }

    .menu-header #mobile_menu1 {
        border-radius: 12px !important;
    }

    .menu-header #mobile_menu1 li:hover a {
        color: #000 !important;
    }

    .menu-header .mobile_menu_bar:before {
        color: #fff !important;
    }

    .menu-header .et_pb_menu_inner_container.clearfix {
        position: unset !important;
    }

    .menu-header #mobile_menu1 {
        padding: 30px 20px !important;
    }

    .menu-header #mobile_menu1 li a:hover {
        opacity: 1 !important;
        color: #fff !important;
        background-color: #63B230 !important;
    }

    .menu-header #mobile_menu1>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
        background-color: #63B230 !important;
    }

    body #page-container .menu-header li>a.menu-link.active {
        color: #fff !important;
        opacity: 1 !important;
        background-color: #63B230 !important;
    }

    body #page-container .menu-header li>a.menu-link {
        color: #000 !important;
    }

    body #page-container .menu-header li>a.menu-link:hover {
        color: #fff !important;
        opacity: 1 !important;
        background-color: #63B230 !important;
    }

    .menu-header #mobile_menu1 li ul.sub-menu>li {
        padding-left: 0 !important;
    }

    .menu-header .et_mobile_nav_menu {
        margin: 0 !important;
    }

    body #page-container .menu-header .mobile_nav.opened .et_mobile_menu {
        transition: all .4s !important;
        display: block !important;
    }

    body #page-container .menu-header .mobile_nav.closed .et_mobile_menu {
        display: none !important;
        transition: all 4s !important;
    }

    body #page-container .banner-slider .et-pb-slider-arrows {
        display: none !important;
    }

    body #page-container .realisation ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    body #page-container .realisation ul>li {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
    }

    body #page-container .realisation ul>li:last-child {
        margin-bottom: 0 !important;
    }

    body #page-container .header .coordonnee-header .et_pb_blurb_container {
      /*  display: none !important;*/
    }

    body #page-container .realisation .et_pb_gallery_item {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    body #page-container .realisation .et_pb_gallery_item:last-child {
        margin-bottom: 0 !important;
    }

    .galerie-realisation img {
        width: 100% !important;
    }

    body #page-container .ligne-row {
        max-width: 1200px !important;
        width: 90% !important;
    }

    body #page-container .col-space-bottom {
        margin-bottom: 25px !important;
    }

    body #page-container .galerie-slider .et_pb_gallery_items {
        border-radius: 0 0 20px 20px !important;
    }

    body #page-container .galerie-slider-1 .et_pb_gallery_items {
        border-radius: 0 0 20px 20px !important;
    }

    body #page-container .galerie-slider .et_pb_gallery_items img {
        border-radius: 0 0 20px 20px !important;
    }

    body #page-container .header span.mobile_menu_bar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
    }

    .header .dtb-hamburger-inner {
        background-color: #fff !important;
    }

    .header .dtb-hamburger-inner:before {
        background-color: #fff !important;
    }

    .header .dtb-hamburger-inner:after {
        background-color: #fff !important;
    }

    body #page-container .header ul#mobile_menu1>li>a {
        color: #000 !important;
    }

    body #page-container .header ul#mobile_menu1>li>a:hover {
        color: #fff !important;
        background-color: #faa62d !important;
    }

    body #page-container .header ul#mobile_menu1>li.current-menu-item>a {
        color: #fff !important;
        background-color: #faa62d !important;
    }

    body #page-container .header ul#mobile_menu1>li ul.sub-menu>li>a:hover {
        color: #fff !important;
        background-color: #faa62d !important;
    }

    body #page-container .header ul#mobile_menu1>li ul.sub-menu>li>a.menu-link.active {
        color: #fff !important;
        background-color: #faa62d !important;
    }
    
	body #page-container .img-full {
        display: block !important;
		max-width: 100% !important;
        width: 100% !important;
	}

    body #page-container .img-full a {
        display: block !important;
		max-width: 100% !important;
        width: 100% !important;
	}
   
	body #page-container .img-full span {
        display: block !important;
		max-width: 100% !important;
        width: 100% !important;
	}
  
    body #page-container .img-full img {
        display: block !important;
		max-width: 100% !important;
        width: 100% !important;
	}

    .et_animated {
        opacity: 1 !important;
    }

    .et_pb_section *:not(.et_pb_row--with-menu,
        .logo-slider,
        .arrow_gauche.slick-arrow,
        .arrow_droite.slick-arrow,
        .slick-list,
        .slick-track,
        .slick-slide,
        .banner,
        .hero-title, .partenaire-slider, .partenaire-slider .slick-track, .tab-choisir, .tab-choisir .et_pb_toggle, .et_pb_toggle, .partenaire-slider .slick-slide, .banner-desc, .ligne-atout) {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;

        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }
}

@media screen and (max-width: 767px) {
    body #page-container .coordonnee-header {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        position: relative;
        top: 5px;
        padding: 5px !important;
        border-radius: 3px !important;
        background-color: #63B230;
    }

    .coordonnee-contact .et_pb_main_blurb_image {
    	display: flex;
    	justify-content: center;
    	align-items: center;
   	 	width: 40px;
    	height: 40px;
  }
     
	body .header .logo-header {
		position: relative !important;
        top: 0 !important;
		padding: 10px !important;
		background-color: #fff !important;
		border-radius: 6px !important;
		transition: all .4s !important;
	}
   
	body #page-container .banner-inner-title .et_pb_text_inner {
		line-height: 35px !important;
	}
    
	body #page-container .header .coordonnee-header img {
		filter: brightness(0) invert(1);
	}
	body #page-container .header .coordonnee-header .et_pb_blurb_content {
		justify-content: center !important;
	}

	body .header.nav-scroll .logo-header {
		padding: 0 !important;
    	position: relative !important;
        top: 5px !important;
        transition: all .4s !important;
	}

    body #page-container .coordonnee-header:not(:last-child) {
        margin-right: 10px !important;
    }
	
    body #page-container .banner-inner {
        height: 100vh !important;
    }

    body #page-container .banner-inner h1 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

	body .footer {
		margin-top: 40px !important;
	}

    body #page-container h1 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

	body.et_pb_button_helper_class #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button {
		font-size: 12px !important;
		line-height: 12px !important;
		padding: 16px 16px !important;
	}

    body #page-container .is-title1 h1 {
        font-size: 33px !important;
        line-height: 30px !important;
    }

    body #page-container h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    body #page-container .mentions-legales h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .header .topbar .et_pb_blurb_container {
        display: none !important;
    }

    .galerie-slider img {
        height: 250px !important;
    }

    .galerie-slider-inner .et_pb_gallery_items img {
        border-radius: 20px !important;
        height: 250px !important;
        transition: all .4s !important;
    }

    body #page-container .galerie-realisation img {
        width: 100% !important;
    }

    body #page-container #galerie-list {
        overflow: hidden !important;
    }

    .realisation ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column !important;
        background-color: transparent !important;
        margin-bottom: 35px !important;
    }

    .realisation ul>li {
        margin-left: 0 !important;
        margin-bottom: 10px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    body #page-container .realisation .et_pb_gallery_item {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    body #page-container .realisation .et_pb_gallery_item img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .realisation .et_pb_gallery_item .et_pb_gallery_image.landscape {
        max-width: 100% !important;
        width: 100% !important;
    }

    body #page-container .header .phone-header {
        width: max-content !important;
        max-width: 32px !important;
        padding: 0 !important;
        background-color: #0000ce !important;
        padding: 7px !important;
    }

    body #page-container .header.nav-scroll .phone-header {
        background-color: #0000ce !important;
    }

    body #page-container .header .phone-header img {
        filter: brightness(0) invert(1) !important;
    }

    body #page-container .header.nav-scroll .phone-header img {
        filter: brightness(0) invert(1) !important;
    }

    body #page-container .header .phone-header .et_pb_blurb_container {
        display: none !important;
    }

    body #page-container .map-contact iframe {
        height: 350px !important;
    }

    body #page-container .et_pb_section .et_pb_row .prestation-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    body #page-container .et_pb_section .et_pb_row .choisir-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .banner-slider .banner-service ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    body #page-container .banner-slider .banner-service ul>li {
        margin-left: 0 !important;
        margin-bottom: 5px !important;
    }

    body #page-container .galerie-realisation .et_pb_gallery_item {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    }

    body #page-container .galerie-realisation .et_pb_gallery_items .et_pb_gallery_item:last-child {
        margin-bottom: 0px !important;
    }

    body #page-container .galerie-realisation .et_pb_gallery_item img {
        height: 250px !important;
    }

    .tab-realisation .et_pb_button_module_wrapper {
        width: 152px !important;
        text-align: center;
        background-color: #ef3b6f !important;
        border-radius: 8px;
    }

    .tab-realisation .et_pb_button_module_wrapper .et_pb_button {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body #page-container .et_pb_section .tab-realisation .et_pb_button_module_wrapper .et_pb_button:hover {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	body #page-container .counter-year {
		width: 195px !important;
	}
	.counter-year span.percent-value {
        position: relative;
        top: -16px;
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .counter-year .percent {
		margin-right: 15px;
		height: 30px !important;
	}
	body #page-container .ligne-bloc .col-choisir-item {
		margin-right: 0 !important;
	}
   body #page-container .et_pb_section .et_pb_row .choisir-item {
        width: 100% !important;
        padding: 25px !important;
        margin-right: 0 !important;
        background-color: #fff;
        border-radius: 15px;
    }
	.choisir-item .et_pb_main_blurb_image {
		background-color: #63B230 !important;
	}
    body #page-container .ligne-counter .counter-year.animation-left-right {
        width: 210px !important;
        bottom: 0px;
        left: 12px !important;
        right: auto !important;
    }
}

@media screen and (max-width: 500px) {
    body #page-container .bloc-cta .et_pb_button_module_wrapper {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body #page-container .galerie-realisation .et_pb_gallery_item {
        margin-bottom: 10px !important;
    }

    body #page-container .galerie-realisation .et_pb_gallery_item:last-child {
        margin-bottom: 10px !important;
    }

    body #page-container .coordonnee-item-ni a {
        word-break: break-all !important;
    }
    .et_pb_gallery_grid .et_pb_gallery_item, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
		display: block !important;
	}
}

@media screen and (max-width: 423px) {
    body #page-container #galerie-list span.et_overlay:before {
        left: 54% !important;
    }
 
    body #page-container .captcha-ni .forminator-g-recaptcha {
        width: 302px !important;
        margin-left: -30px !important;
        transform: scale(0.8) !important;
    }
    .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-field-captcha,
    .forminator-ui.forminator-custom-form[data-design=default] .forminator-field-captcha {
        overflow: visible !important;
    }

    body #page-container .form-contact {
        padding-left: 5px !important;
        padding-right: 5px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    body #page-container .coordonne-item-contact .et_pb_blurb_description a {
        word-break: break-word !important;
    }
}

@media screen and (max-width: 359px) {
    body #page-container .banner-slider h1 {
        font-size: 40px !important;
    }

    body #page-container .banner-inner h1 {
        font-size: 32px !important;
        line-height: 37px !important;
    }

    body #page-container .coordonnee-item-ni a {
        word-break: break-all !important;
    }

    body #page-container .captcha-ni .forminator-g-recaptcha {
        margin-left: -46px !important;
        transform: scale(0.7) !important;
    }

    body #page-container .form-contact {
        overflow: visible !important;
    }
    
	body #page-container .coordonnee-contact a {
		word-break: break-word !important;
	}
}

@media screen and (max-width: 390px) {
	body #page-container .header .topbar:after {
		content: "";
        display: block;
        width: 70%;
        height: 100%;
        position: absolute;
        top: -8px;
        right: 0px;
        opacity: 1;
        visibility: visible;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%);
        background-color: #fff;
	}
	body #page-container .header .coordonnee-header {
		top: 0 !important;
	}
	body #page-container .header .logo-header {
		margin-left: 0 !important;
    	width: 80px !important;
	}
}


/**** RESPONSIVE CSS ****/
@media screen and (min-width: 1500px) {
	.header .logo-header {
    	top: -82px;
   	 	padding: 20px 12px 20px 12px;
	}
    .header .logo-header {
        width: 175px !important;
    }
	.header.nav-scroll .logo-header {
    	top: -28px;
    	padding: 0px;
        width: 120px !important;
	}
	body #page-container .img-full-size {
		max-width: 180% !important;
        width: 180% !important;
	}
}

@media screen and (max-width: 463px) {
	body #page-container .carte-map:before {
		content: "";
		display: block;
		width: 100px;
		height: 30px;
		position: absolute;
		top: 80px;
		left: 8px;
		background-color: #fff;
		z-index: 10;
	}
}
@media screen and (max-width: 443px) {
	body #page-container .carte-map:before {
		display: none !important;
	}
}
.text-scroll h2 span {
    color: #bdbdbd;
    display: inline-block;
    transform: translateY(5px);
    transition: all 0.5s ease;
}

.text-scroll h2 span.letter-anime {
    color: #0b4200!important;
     transform: translateY(0px);
    transition: all .4s !important;
}
.text-scroll h2 span.space {
    display: inline-block;
    width: 6px; /* ajuste selon ton font */
}
.text-scroll .title-scroll-anime h2 span.letter-anime {
    color: #fff !important;
     transform: translateY(0px);
    transition: all .4s !important;
}