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

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

body #page-container .title-blue {
	color: #1F88BB !important;
}
body #page-container a {
    text-decoration: none !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;
}

/**** HEADER ****/
.header {
	transition: all .4s !important;
    background-color: #fff !important;
}
.header .menu-header ul#menu-menu-principal {
	display: flex;
	align-items: center;
}
.header .menu-header ul#menu-menu-principal>li {
	padding: 0 !important;
    margin-top: 0 !important;
}
.header .menu-header ul#menu-menu-principal>li:not(:last-child) {
	margin-right: 25px !important;
}
.header .menu-header ul#menu-menu-principal>li:last-child>a {
    color: #fff !important;
    background-color: #1f88bb;
    padding: 15px 30px;
    margin: 0 !important;
    border-radius: 5px;
}
.header .menu-header ul#menu-menu-principal>li:not(:last-child)>a {
	padding-bottom: 0 !important;
}
.header-section .et-menu>.contact-menu-item a:hover {
	color: #fff !important;
}
body #page-container .et_pb_sticky .et_pb_row_0_tb_header {
    display: none !important;
}
body #page-container .et_pb_sticky .menu-row {
    margin-top: 10px !important;
}


/* FOOTER */
.footer-section .menu-ul ul#menu-menu-principal-1 {
	position: relative;
}
.footer-section .et_pb_gallery_image:hover .et_overlay:before {
    top: 75%;
    left: 68%;
}
.footer-section .et_pb_blurb_content.et_flex_module {
    margin: 0 !important;
}



/* Galerie slidert */
.galerie-slider .slick-slide:not(:last-child) {
	margin-right: 20px;
}

.galerie-slider .slick-slide img {
	height: 550px;
	object-fit: cover;
}

.galerie-slider .slick-arrow {
    width: 35px !important;
	height: 35px !important;
	position: absolute !important;
	top: 50% !important;
    cursor: pointer;
    z-index: 20;
}
.galerie-slider .arrow-left {
	left: -15px !important;
    right: auto !important;
}
.galerie-slider .arrow-right {
	left: auto !important;
    right: 0 !important;
}

/* Image */
.image-cover img {
	width: 304px;
	height: 550px;
	object-fit: cover;
}

/**** 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 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 span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
	width: 10% !important;
    height: 10% !important;
    background-color: #000;
     transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  	pointer-events: none !important;
    opacity: 0;
}
.img-hover span:hover:before {
	width: 100% !important;
    height: 100% !important;
    opacity: 0.2;
}
.resume-img-hover {
	overflow: hidden !important;
}
.resume-img-hover .et_pb_main_blurb_image {
	position: relative;
	overflow: hidden !important;
}
.resume-img-hover .et_pb_main_blurb_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;
}
.resume-img-hover:hover .et_pb_main_blurb_image:before {
	-webkit-animation: shine 2s;
    animation: shine 2s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes pulses {
  0% {
    width: 500px;
    height: 500px;
  }
  50% {
    width: 550px;
    height: 550px;
  }
  100% {
    width: 500px;
    height: 500px;
  }
}

/**** ACCUEIL ****/
.banner {
	height: calc(100vh - 132px) !important;
}
/*body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button {
    position: relative;
	overflow: hidden !important;
    z-index: 0 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:before {
    content: "";
	display: block !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
    left: 32px;
	background-color: #000 !important;
    visibility: visible !important;
	opacity: 1 !important;
    z-index: -1 !important;
    transition: all .4s !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:hover:before {
	top: 0 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:hover {
	color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:before {
    content: "";
	display: block !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
    left: 32px;
	background-color: rgba(0, 74, 173, 0.62) !important;
    visibility: visible !important;
	opacity: 1 !important;
    z-index: -1 !important;
    transition: all .4s !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:hover:before {
	top: 0 !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;
}
.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;
}

/**** CONTACT SELECT ****/
.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-principales-1>li {
	padding-left: 0 !important;
	padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    transition: all .4s;
}
.menu-footer ul#menu-menu-principales-1>li:hover {
	padding-left: 7px !important;
}
.menu-footer ul#menu-menu-principales-1>li:last-child {
	margin-bottom: 0 !important;
}
.menu-footer ul#menu-menu-principales-1>li>a {
	padding-bottom: 0 !important;
}
.menu-footer .et_pb_menu__menu {
	display: block;
}
.menu-footer .et_mobile_nav_menu {
	display: none !important;
}
.menu-footer #menu-menu-principales-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-principales-1>li:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
    background-image: url(/wp-content/uploads/2026/01/right.png);
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    filter: brightness(0) invert(1);
}
.coordonnee-item-footer .et_pb_main_blurb_image {
    width: 22.5px !important;
}
.infos-plus {
	transition: all .4s;
}
.infos-plus:hover {
	padding-left: 7px !important;
}
.infos-plus .et_pb_blurb_description:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
    background-image: url(/wp-content/uploads/2026/01/right.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;
}
.footer-section ul#menu-menu-principal-1>li {
    position: relative;
}
.footer-section ul#menu-menu-principal-1>li:before,
.footer-section ul#menu-menu-principal-2>li:before {
	content: "";
    position: absolute;
	top: -3px;
	left: -20px;
	width: 25px;
	height: 25px;
	background-image: url('/wp-content/uploads/2026/06/paintyellow.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/**** 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: #f8a619 !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !important;
}
.cky-btn-accept {
    background: #f8a619 !important;
    color: #ffffff;
    border: 2px solid #f8a619 !important;
}
.cky-btn-reject {
    color: #f8a619 !important;
    background: transparent !important;
    border: 2px solid #f8a619 !important;
}
.cky-btn-customize {
    color: f8a619 !important;
    background: transparent !important;
    border: 2px solid #f8a619 !important;
}
.cky-btn-preferences {
    color: #f8a619 !important;
    background: transparent !important;
    border: 2px solid #f8a619 !important;
}

/**** PLAN DU SITE CUSTOM CSS ****/
.site-map h3 {
    display: none !important;
}
.site-map br {
    display: none !important;
}
.site-map ul {
	margin: 0 !important;
}
.site-map li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    transition: all .4s;
}
.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/01/cameras.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    filter: brightness(0);
    transition: all .4s !important;
}
.site-map li:hover:before {
	filter: none !important;
}
ul.simple-sitemap-page>li {
	position: relative;
	margin-left: 20px !important;
}
ul.simple-sitemap-page>li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2026/06/Favicon.png);
    background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


/**** 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: rgba(0, 74, 173, 0.62) !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/01/daily_web_white-.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

@media screen and (min-width: 1601px) {
	.prestation-list .prestation-item {
    	width: 25% !important;
    	margin-right: 20px !important;
	}
    .prestation-list .prestation-item:last-child {
    	width: 25% !important;
    	margin-right: 0px !important;
	}
	body #page-container .prestation-list {
		max-width: 100% !important;
        width: 95% !important;
	}
    body #page-container .prestation-item .et_pb_module_header {
    	margin-bottom: 15px !important;
    	min-height: 70px !important;
	}
}

@media screen and (min-width: 1600px) {
	body #page-container .header .menu-header li.mega-menu>ul.sub-menu {
		max-width: 1500px !important;
		position: fixed !important;
		z-index: 20;
		top: 125px;
		left: 50% !important;
		transform: translate(-50%);
	}
}

@media screen and (min-width: 1500px) {
	body #page-container .banner-inner {
		height: 450px !important;
	}
	body #page-container .logo-header {
		max-width: 160px !important;
	}
	body #page-container .footer:after {
		content: "";
		display: block;
		width: 360px;
		height: 80%;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url(/wp-content/uploads/2025/10/shape-footert.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	body #page-container .text-scroll .text-anime {
		font-size: 50px !important;
        line-height: 65px !important;
        text-transform: uppercase;
        max-width: 66% !important;
	}
	/*.section-about:before {
		content: "" !important;
		display: block !important;
		width: 300px !important;
		height: 300px !important;
		position: absolute !important;
		bottom: 40px;
		right: 40px;
		background-image: url(/wp-content/uploads/2026/01/pellicules.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom center;
		opacity: 0.2;
	}
    .section-type:before {
		content: "" !important;
		display: block !important;
		width: 510px !important;
		height: 310px !important;
		position: absolute !important;
		bottom: 0;
		left: 0;
		background-color: #f3eee8;
	}*/
}

@media screen and (min-width: 981px) and (max-width: 1600px) {
	body #page-container .prestation-list {
      	display: flex;
      	flex-wrap: wrap;
        justify-content: center;
		align-items: center;
		max-width: 100% !important;
        width: 90% !important;
	}
	body #page-container .prestation-list .prestation-item {
		width: 49% !important;
        min-height: 400px !important;
	}
	body #page-container .prestation-list .prestation-item:first-child {
		margin-right: 20px !important;
	}
    body #page-container .prestation-list .prestation-item:nth-child(2) {
		margin-right: 0px !important;
	}
    body #page-container .prestation-list .prestation-item:nth-child(3) {
		margin-right: 20px !important;
	}
	body #page-container .prestation-list .prestation-item:not(:nth-child(3)):not(:last-child) {
		margin-bottom: 20px !important;
	}
    body #page-container .prestation-list .prestation-item:last-child() {
		margin-right: 0px !important;
	}
	body #page-container .prestation-list .prestation-item .et_pb_image_wrap {
		width: 40px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1499px) {
	body #page-container .partenaire-container {
		max-width: 95% !important;
	}
}

@media screen and (min-width: 980px) and (max-width: 1145px) {
	body #page-container .header .navbar{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	body #page-container .header .menu-header .et_pb_menu__menu {
		display: none !important;
	}
	body #page-container .header .menu-header .et_mobile_nav_menu {
		display: block !important;
	}
	body #page-container .header .menu-header .mobile_menu_bar {
        border-radius: 3px;
        background-color: rgba(0, 74, 173, 0.62) !important;
    }
	body #page-container .header .menu-header .mobile_menu_bar:before {
		color: #FFFFFF !important;
    }
	body #page-container .header .et_pb_menu_inner_container.clearfix {
		position: unset !important;
	}
	body #page-container .header .menu-header {
		position: unset !important;
	}
    body #page-container .et_pb_row.et_pb_row_1_tb_header.ligne-row.et_pb_equal_columns.et_pb_gutters1.et_pb_row--with-menu.et_pb_row_1-4_3-4 {
		padding-top: 13px !important;
        padding-bottom: 13px !important;
	}
	body #page-container .header .et_pb_column_3_4.et_pb_column_3_tb_header {
		position: unset !important;
	}
	body #page-container .header .btn-phone {
		margin-left: 20px!important;
	}
	.menu-header #mobile_menu1 {
		padding: 30px 20px !important;
	}
	.menu-header #mobile_menu1 li a {
		padding: 10px !important;
        text-align: left !important;
	}
	.menu-header #mobile_menu1 li a:hover {
        opacity: 1 !important;
        color: #fff !important;
		background-color: rgba(0, 74, 173, 0.62) !important;
	}
    body #page-container .menu-header #mobile_menu1>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
		background-color: rgba(0, 74, 173, 0.62) !important;
	}
	body #page-container .navbar .menu-header li>a {
		color: #000 !important;
	}
    body #page-container .menu-header li>a:hover {
		color: #fff !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.propose-item.pro-item-1,
	.propose-item.pro-item-2,
    .propose-item.pro-item-3 {
		width: 48% !important;
	}
	.propose-item.pro-item-1 {
		margin-right: 20px !important;
	}
}

@media screen and (min-width: 981px) {
	body #page-container .banner {
		height: calc(100vh - 131px) !important;
	}
}

/*@media screen and (max-width: 980px) {
    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 .coordonnee-header {
        display: flex;
		justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        padding: 5px !important;
        border-radius: 3px !important;
        background-color: #ffffff;
    }
	body #page-container .header .menu-header li ul.sub-menu {
		width: 100% !important;
		padding: 20px !important;
	}
    body #page-container .banner {
        height: calc(100vh - 133px) !important;
    }
    body #page-container .banner-inner {
        height: calc(100vh - 80px) !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: rgba(0, 74, 173, 0.62) !important;
	}
	.menu-header #mobile_menu1 {
		border-radius: 5px !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: rgba(0, 74, 173, 0.62) !important;
	}
    .menu-header #mobile_menu1>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
		background-color: rgba(0, 74, 173, 0.62) !important;
	}
	body #page-container .navbar .menu-header li>a.menu-link.active {
		color: #fff !important;
		background-color: rgba(0, 74, 173, 0.62) !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;
	}
	.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 .prestation-item {
		width: 48% !important;
	}
    .prestation-item:first-child {
        margin-bottom: 20px !important;
    	margin-right: 20px !important;
	}
    .prestation-item:nth-child(2) {
        margin-bottom: 20px !important;
	}
    .prestation-item:nth-child(3) {
    	margin-right: 20px !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 .galerie-slider-1 .et_pb_gallery_items img {
		border-radius: 0 0 20px 20px !important;
	}
    .hustle-popup-content.hustle-animate.hustle-animate-in--no_animation {
		max-width: 100% !important;
		overflow: hidden !important;
	}
	body .hustle-layout-body {
		padding: 0px !important;
        background-color: #fff !important;
	}
	body .hustle-layout-content {
		padding: 30px !important;
	}
    body .div-flex {
    	flex-direction: column;
	}
	.col-left-presentation {
		width: 100% !important;
	}
    .col-right-presentation {
		width: 100% !important;
	}
	.col-left-presentation img {
		display: block !important;
		width: 70% !important;
		max-width: 100% !important;
		border-radius: 20px !important;
		height: 120px !important;
		object-fit: contain;
		background-color: #ededed;
		padding: 20px;
		margin-left: 30px !important;
		margin-bottom: 30px !important;
	}
	h4.hustle-subtitle {
		font-size: 25px !important;
	}
	.col-right-presentation p:first-child {
		font-size: 18px !important;
	}
	.div-flex {
		display: flex;
		align-items: center;
		margin-bottom: 10px !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, .partenaire-slider .slick-slide
	) {
		-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) {
    .error-404 .et_pb_text_0_tb_body {
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }
    body #page-container .header .coordonnee-header.phone .et_pb_blurb_container {
        display: none !important;
    }
    body #page-container .header .coordonnee-header.phone .et_pb_main_blurb_image {
        width: 100% !important;
    }
    body #page-container .banner-inner {
       height: calc(100vh - 133px) !important;
    }
	body #page-container .banner-inner h1 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
    body #page-container .mentions-legales h2 {
       font-size: 24px !important;
       line-height: 28px !important;
    }
    body #page-container .header .topbar .coordonnee-header img {
       filter: brightness(0) !important;
    }
    .header .topbar .et_pb_blurb_container {
       display: none !important;
    }
	.col-before-1:before {
		top: 30px !important;
	}
	.galerie-slider img {
		height: 250px !important;
	}
    	.galerie-slider-1 img {
		height: 250px !important;
	}
	.galerie-slider-inner .et_pb_gallery_items img {
		border-radius: 20px !important;
		height: 250px !important;
		transition: all .4s !important;
	}
    .banner-slider {
       padding: 0 !important;
    }
    .banner-slider br {
       display: none !important;
    }
    .banner-slider .et_pb_slides .et_pb_slide {
       padding-left: 15px !important;
       padding-right: 15px !important;
    }
    body #page-container .galerie-realisation img {
       width: 100% !important;
    }
    body #page-container #galerie-list {
       overflow: hidden !important;
    }
	.col-inner-before:before {
		width: 100px;
		height: 100px;
	}
	.col-inner-before:after {
		width: 100px;
		height: 100px;
	}
	body #page-container .travail-item {
        display: flex;
		align-items: center;
		min-height: 295px !important;
	}
	.col-inner-before .et-pb-controllers {
		bottom: 11% !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 .prestation-item {
		width: 100% !important;
        margin-right: 0 !important;
        min-height: 508px !important;
	}
	body #page-container .prestation-item .et_pb_module_header {
		min-height: auto !important;
	}
	body #page-container .prestation-item p {
		min-height: auto !important;
	}
    body #page-container .prestation-item:not(:last-child) {
		margin-bottom: 20px !important;
	}
	body #page-container .banner-space-bottom {
		margin-bottom: 15px !important;
	}
	body #page-container .banner-col-btn {
        display: flex;
        justify-content: center;
		align-items: center;
		width: 100% !important;
	}
	.prestation-item .et_pb_module:after {
		content: "";
		display: block;
		width: 90px;
		height: 90px;
		position: absolute;
		top: 7px;
		left: calc(50% - 90px / 2);
		background-color: #4f90a454;
		border-radius: 50%;
		transition: all .4s !important;
		z-index: -1;
	}
    body #page-container h2 {
		font-size: 20px !important;
	}
	body #page-container h3 {
		font-size: 20px !important;
	}
	body #page-container .space-bottom-img {
		margin-bottom: 15px !important;
	}
	.hustle-popup-content.hustle-animate.hustle-animate-in--no_animation {
		max-width: 100% !important;
		overflow: hidden !important;
	}
	body .hustle-layout-body {
		padding: 0px !important;
        background-color: #fff !important;
	}
	body .hustle-layout-content {
		padding: 30px !important;
	}
    body .div-flex {
    	flex-direction: column;
	}
	.col-left-presentation {
		width: 100% !important;
	}
    .col-right-presentation {
		width: 100% !important;
	}
	.col-left-presentation img {
		display: block !important;
		width: 70% !important;
		max-width: 100% !important;
		border-radius: 20px !important;
		height: 120px !important;
		object-fit: contain;
		background-color: #ededed;
		padding: 20px;
		margin-left: 30px !important;
		margin-bottom: 30px !important;
	}
	h4.hustle-subtitle {
		font-size: 25px !important;
	}
	.col-right-presentation p:first-child {
		font-size: 18px !important;
	}
	.div-flex {
		display: flex;
		align-items: center;
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 500px) {
	body #page-container .galerie-realisation .et_pb_gallery_item {
		margin-bottom: 25px !important;
	}
    body #page-container .galerie-realisation .et_pb_gallery_item:last-child {
		margin-bottom: 0 !important;
	}
    body #page-container .coordonnee-item-ni a {
		word-break: break-all !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: 0px !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-top: 1px solid !important;
        border-bottom: 1px solid !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: 375px) {
	.banner-slider .et_pb_slide_description:after {
        content: "";
        display: block;
        width: 520px;
        height: 520px;
        position: absolute;
        top: -100px;
        left: -120px;
        background-image: url(/wp-content/uploads/2025/01/Mask-slider.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: -1;
        opacity: 0.5;
    }
}

@media screen and (max-width: 360px) {
    .banner-slider .et_pb_slide_description:after {
        content: "";
        display: block;
        width: 500px;
        height: 500px;
        position: absolute;
        top: -100px;
        left: -110px;
        background-image: url(/wp-content/uploads/2025/01/Mask-slider.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: -1;
        opacity: 0.5;
    }
	body #page-container .social-link {
		margin-left: 0 !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: -13px !important;
	}
	body #page-container .form-contact {
		overflow: visible !important;
	}
}*/
	
/* ACCUEIL */
body #page-container .third-home-section .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 0;
}
/*body #page-container .third-home-section .contain-bloc1, .et_pb_column_12.contain-bloc {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 1px 1px 0;	
}
body #page-container .et_pb_column_12.contain-bloc, .et_pb_column_12.contain-bloc {
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0px 0px 0;
}
body #page-container .et_pb_column_14.contain-bloc {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0px 1px 0px !important;
}
body #page-container .fourth-paint-section .et_pb_column_15 {
    margin-left: 0px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0 1px 1px;
}
@media screen and (max-width: 479px) {
    body #page-container .et_pb_column_12.contain-bloc, .et_pb_column_12.contain-bloc {
        border-style: solid;
        border-color: #ddd;
        border-width: 0 1px 0 1px !important;
    }
    body #page-container .et_pb_column_15 {
        border-style: solid;
        border-color: #ddd;
        border-width: 1px 0 1px 1px !important;
    }
}
@media screen and (max-width: 980px) {
    body #page-container .et_pb_column_12.contain-bloc, .et_pb_column_12.contain-bloc {
        border-style: solid;
        border-color: #ddd;
        border-width: 1px 0px 0px 0px !important;
    }
    body #page-container .et_pb_column_15 {
        border-style: solid;
        border-color: #ddd;
        border-width: 1px 0 1px 1px !important;
    }
	body #page-container .et_pb_column_14.contain-bloc {
        border-style: solid;
        border-color: #ddd;
        border-width: 1px 1px 1px 1px !important;
    }
}*/
body #page-container ul.home-list>li {
    position: relative;
}

body #page-container ul.home-list>li:before {
	content: "";
    position: absolute;
	top: 3px;
	left: -25px;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2026/06/Paint.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
	
/* PLAN DU SITE */
body #page-container h3.post-type {
    display: none !important;
}

/* COOKIES YES */
.cky-btn-revisit-wrapper {
	width: 30px !important;
	height: 30px !important;
	background-color: #F7A518 !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
	height: 20px !important;
	width: 20px !important;
}
.cky-btn-accept {
	background: #F7A518 !important;
	color: #FFFFFF;
	border: 2px solid #F7A518 !important;
}
.cky-btn-reject {
	color: #F7A518 !important;
	background: transparent !important;
	border: 2px solid #F7A518 !important;
}
.cky-btn-customize {
	color: #F7A518 !important;
	background: transparent !important;
	border: 2px solid #F7A518 !important;
}
.cky-btn-preferences {
	color: #F7A518 !important;
	background: transparent !important;
	border: 2px solid #F7A518 !important;
}


/* Peinture et plâtrerie */
.second-paint-section ul.paint-list>li {
	position: relative;
}
.second-paint-section ul.paint-list>li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: -25px;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2026/06/peinture-rouleau-yellow.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.third-paint-section ul.platre-list>li {
	position: relative;
	margin-bottom: 5px;
}
.third-paint-section ul.platre-list>li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: -25px;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2026/06/enduit-mural.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}



/* 24/03/26  css onglet responsive*/
.mobile-tab-header.active {
    background-color: #f7a518 !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;
    color: #fff !important;
    background-color: #1f88bb !important;
	text-transform: capitalize;
}

/* ---------- */
/* 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;
}
.image-popup-container img {
	height: 100vh !important;
}
.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);
}

/* 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;
    }
}
/**** 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;
	gap: 0 !important;
}
.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 {
    object-fit: cover;
    border-radius:  0px !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay {
	border-radius: 0px !important;
    border: none !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay:before {
    font-size: 20px !important;
    left: 54% !important;
    top: 52%;
}
.et_pb_gallery_grid .et_pb_gallery_item, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
	display: block !important;
}

**/ Responsive David **/





