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

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

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 h1, h2, h3, h4 {
    padding: 0 !important;
    margin: 0 !important;
}
body #page-container .et-fb-form__toggle-title h3 {
    padding: 15px !important;
    margin: auto !important;
}
body #page-container p {
    margin: 0;
}
body.et-fb-root-ancestor h3.et-fb-settings-heading {
    padding: 20px !important;
}

/**** 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: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.2) 100%);
    transform: skewX(-25deg);
	transition: all 1s;
    z-index: 1;
    pointer-events: none !important;
}
.img-hover-anim:hover:before {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}
.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%;
    }
}
.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%;
    }
}

/**** BTN HOVER ANIME ****/
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button {
	position: relative !important;
	z-index: 0 !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s ease !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:hover {
    transition-delay: 0.5s !important; /* appliqué seulement au hover */
    box-shadow: 0 0 15px rgba(0,103,170,0.7);
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:before {
    transition-duration: 800ms;
    position: absolute !important;
    width: 200%;
    height: 200%;
    content: "" !important;
    top: 110% !important;
    display: block !important;
    opacity: 1 !important;
    left: 66% !important;
    background: #0067aa !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    border-radius: 50% !important;
    z-index: -1;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:hover:before {
    top: -15% !important;
}

/**** HEADER CSS ****/
.header .coordonnee-header .et_pb_main_blurb_image {
    width: 17.5px !important;
}
.header .coordonnee-header .et_pb_main_blurb_image img {
    filter: brightness(0) invert(1) !important;
}
.header .coordonnee-header .et_pb_blurb_container {
    padding-left: 10px !important;
}
.header .coordonnee-header a {
	font-weight: 500 !important;
}
.header {
	transition: all .4s !important;
}
.header .menu-header #menu-menu-principales>li {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
}
.header .menu-header #menu-menu-principales>li>a {
    padding-bottom: 0px !important;
}
.header .menu-header ul>li.current-menu-item>a {
	opacity: 1 !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu {
    width: 258px !important;
	padding: 0px !important;
    border-radius: 0;
    border: none !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu li {
    width: 100% !important;
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li>a {
	width: 100% !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-bottom: 1px solid #ededed;
    position: relative;
    transition: all .4s !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li>a span {
    display: block !important;
	transition: all .4s !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li>a:hover span {
	transform: translatex(3px) !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li>a:hover {
    color: #fff !important;
	opacity: 1 !important;
    background-color: #d5a713 !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li.current-menu-item>a {
    color: #fff !important;
	opacity: 1 !important;
    background-color: #f29e00 !important;
}
.header .menu-header ul#mobile_menu1>li>ul.sub-menu>li>a:hover {
	color: #fff !important;
	opacity: 1 !important;
    background-color: #f29e00 !important;
}
.header .menu-header ul#mobile_menu1>li>ul.sub-menu>li.current-menu-item>a {
	color: #fff !important;
	opacity: 1 !important;
    background-color: #f29e00 !important;
}
.header .menu-header #menu-menu-principales li ul.sub-menu li>a {
    font-size: 16px !important;
    color: #555 !important;
    text-transform: initial !important;
}
.header .menu-header #menu-menu-principales li ul.sub-menu li>a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #f29e00 !important;
}
body #page-container .menu-right .et_pb_blurb_content {
	display: flex;
    justify-content: center;
    align-items: center;
}

/**** KEYFRAMES *****/
@keyframes ripple {
    70% {
    box-shadow: 0 0 0 10px rgba(10, 165, 205, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
}
}
@keyframes rotate {
	0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes float-bob-x {
	0% {
    transform: translateX(-30px);
}
50% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(-30px);
}
}
@keyframes zoomout {
  0% {
    background-size: 100%;
}
100% {
    background-size: 150%;
}
}
@keyframes float-bob-y {
	0% {
    transform: translateY(80px);
}
50% {
    transform: translateY(100px);
}
100% {
    transform: translateY(200px);
}
}
@keyframes topBottom {
  0% {
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(100px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 0.3;
  }
}
@keyframes hautBas {
	0% {
    transform: translateY(0px);
    opacity: 0.3;
}
50% {
    transform: translateY(250px);
    opacity: 1;
}
100% {
    transform: translateY(0px);
    opacity: 0.3;
}
}
@keyframes tm-animation-floating {
	0% {
		transform: translate(0px, 0px);
	}

	65% {
		transform: translate(0px, 15px);
	}

	100% {
		transform: translate(0px, 0px);
	}
} 

/**** ACCUEIL ****/
.choisir-item {
	box-shadow: 0px 0px 80px 0px rgba(30, 22, 22, 0.08) !important;
}
.choisir-item .et_pb_main_blurb_image {
	position: relative !important;
    width: 100% !important;
}
.choisir-item .et_pb_main_blurb_image:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -24px;
    left: 0;
    background-color: #ededed;
}
.banner-slider .et_pb_slide_description {
	position: relative !important;
	animation: none !important;
}
.banner-slider a.et-pb-arrow-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ffffff69;
    z-index: 20 !important;
    transition: all .4s !important;
}
.banner-slider a.et-pb-arrow-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ffffff69;
    z-index: 20 !important;
    transition: all .4s !important;
}
.banner-slider .et-pb-controllers a {
	width: 13px !important;
	height: 13px !important;
    position: relative !important;
    margin-right: 10px !important;
    border-radius: 3px !important;
}
.banner-slider a.et-pb-active-control {
    background-color: #F29E00 !important;
}
.banner-slider .et_pb_slide {
    animation: zoomout 5500ms infinite 
linear;
}
.think-item .et_pb_main_blurb_image {
    width: 20px !important;
}
.choisir-item .et_pb_main_blurb_image {
    width: max-content !important;
    border-radius: 10px;
    padding: 12px;
    background-color: #f29e00;
}
.choisir-item .et_pb_main_blurb_image img {
	filter: brightness(0) invert(1) !important;
}
.choisir-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0067aa;
    z-index: -1;
    transition: all .4s !important;
}
.choisir-item:hover:before {
    -webkit-text-fill-color: #fff !important;
    background-image: none !important;
    background-clip: none !important;
}
.choisir-item:hover:after {
    top: 0;
}
.choisir-item:hover  h3.et_pb_module_header {
	color: #fff !important;
}
.choisir-item:hover .et_pb_blurb_description {
	color: #fff !important;
}
.choisir-item:hover .et_pb_main_blurb_image:before {
	background-color: #fff !important;
}
body #page-container .galerie-slider img {
	height: 350px !important;
	object-fit: cover !important;
}

@keyframes moveBg {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/**** 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;
}

/**** 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: 10px !important;
    border-radius: 0px !important;
}
.realisation .et_pb_all_tabs {
	background-color: transparent !important;
}
.galerie-realisation .et_pb_gallery_item {
    width: 279px !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: 250px !important;
    object-fit: cover;
    border-radius:  5px !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay {
	border-radius: 5px !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay:before {
    font-size: 18px !important;
    left: 55% !important;
    top: 55%;
}

/**** 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;
}
body #page-container .coordonnee-item-ni > a {
    color: #8c8f94 !important;
    font-size: 16px !important;
}
.coordonnee-item-ni .et_pb_main_blurb_image {
    width: 80px !important;
    margin-right: 10px;
}

/**** FOOTER CUSTOM CSS ****/
.footer .coordonnee-footer img {
	filter: brightness(0) saturate(100%) invert(67%) sepia(56%) saturate(3396%) hue-rotate(13deg) brightness(105%) contrast(85%);
}
.footer .coordonnee-footer .et_pb_main_blurb_image {
	width: 16px !important;
}
.footer .menu-logo a {
	transition: all .4s !important;
}
.footer .coordonnee-item-footer .et_pb_main_blurb_image {
    width: 42px !important;
}
.footer .coordonnee-item-footer .et_pb_blurb_description {
	line-height: 25px !important;
}
body #page-container .footer .menu-logo a:hover {
	text-decoration: underline !important;
}
.icon-social:not(:last-child) {
	margin-right: 10px !important;
}
.icon-social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #d5a713;
    margin-bottom: 0 !important;
    cursor: pointer;
    transition: all .4s !important;
}
.icon-social:hover {
	animation:
  bob-float .3s ease-out 0s 1 forwards normal,
  animation-bob 1.5s ease-in-out .3s infinite forwards alternate;
}
.text-scroll .tm-marquee-repeater {
    position: relative;
    animation-duration: 100s;
    gap: 0px;
    display: flex;
    user-select: none;
}
.text-scroll p {
	padding-bottom: 0 !important;
}
.text-scroll .text {
    position: relative;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
	color: #fff !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #FFFFFF !important;
}
.text-scroll .stroke {
	color: #02010100 !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #FFFFFF !important;
}
.tm-marquee-repeater .tm-marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    animation: scroll 30s 
linear infinite;
}
.resume-phone a {
	position: relative;
}
.resume-phone a:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
    opacity: 0;
	background-color: #fff;
    transition: all .4s !important;
}
.resume-phone a:hover:before {
	opacity: 1;
}
.resume-phone:hover img {
	transition: all .4s !important;
}
.resume-phone:hover img {
	transform: rotateX(360deg);
}
body #page-container .timeline-item {
	border-radius: 6px !important;
    padding: 40px 25px !important;
    background-color: #fff !important;
}

@keyframes zoomout {
	0% {
    background-size: 100%;
}

100% {
    background-size: 150%;
}
}

@keyframes videoplayanimation {
	60% {
		box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes bob-float {
	0% {
    transform: translateY(-8px);
}

50% {
    transform: translateY(-4px);
}
100% {
    transform: translateY(-8px);
}
}
@keyframes animation-bob {
0% {
    transform: translateY(-8px);
}
50% {
    transform: translateY(-4px);
}
100% {
    transform: translateY(-8px);
}
}
@keyframes bob-up-down {
	0% {
    -webkit-transform: translate(0, 0px);
}

65% {
    -webkit-transform: translate(0, 15px);
}
100% {
    -webkit-transform: translate(0, 0px);
}
}
@keyframes scroll {
	0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 0px));
}
}
@keyframes tm-animation-flicker {
	0% {
    opacity: 1;
}
50% {
    opacity: 0.3;
}
100% {
    opacity: 1;
}
}

.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;
    transition: all .4s;
}
.menu-footer ul#menu-menu-principales-1>li:not(:last-child) {
	margin-bottom: 18px !important;
}    
.menu-footer ul#menu-menu-principales-1>li:hover {
	padding-left: 7px !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: 16px;
    height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/uploads/2025/12/arrow-footer.png);
    background-position: left center;
}
.menu-footer .suite-menu {
	display: none !important;
}
.coordonnee-item-footer .et_pb_main_blurb_image {
    width: 20px !important;
}
.coordonnee-item-footer span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
}
.infos-plus {
	transition: all .4s;
}
.infos-plus:hover {
	padding-left: 7px !important;
}
.infos-plus .et_pb_blurb_description:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/uploads/2025/12/arrow-footer.png);
    background-position: left center;
}
.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;
}

/**** 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;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !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.page-item-59,
.site-map li.page-item-60,
.site-map li.page-item-61,
.site-map li.page-item-65 {
	padding-left: 28px !important;
}
.site-map li.no-click:hover {
	padding-left: 0 !important;
}
.site-map li.page-item-59:hover,
.site-map li.page-item-60:hover,
.site-map li.page-item-61:hover,
.site-map li.page-item-65:hover {
	padding-left: 35px !important;
}
.site-map li:last-child {
    margin-bottom: 0px;
}
.site-map li:before {
    content:'';
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
	top: 0px;
    background-image: url('/wp-content/uploads/2025/12/arrow-footer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
}

/**** 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: #F29E00 !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;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}



@keyframes pulse-me{
	0%{
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		opacity: 0.1;
	}
	70%{
		opacity: 0.09;
	}
	100%{
		transform: scale(16);
		opacity: 0;
	}
}
@keyframes pulse-me-one{
	0%{
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		opacity: 0.2;
	}
	70%{
		opacity: 0.1;
	}
	100%{
		transform: scale(10);
		opacity: 0;
	}
}
@keyframes moveBg {
0% {
    background-position: 0% 50%;
}

50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}

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

/**** RESPONSIVE SITE ****/
@media screen and (min-width: 1500px) {
	

}
@media screen and (min-width: 981px) and (max-width: 1449px) {
	body #page-container .banner-content-container {
		width: 84% !important;
        left: calc(50% - 30px) !important;
	}
    body #page-container .et_pb_section .choisir-item {
    	width: 30% !important;
	}
	body #page-container .et_pb_column.et_pb_column_1_5.et_pb_column_13.choisir-item.et_pb_css_mix_blend_mode_passthrough {
		margin-right: 0 !important;
	}
	body #page-container .et_pb_column.et_pb_column_1_5.et_pb_column_11.choisir-item.et_pb_css_mix_blend_mode_passthrough {
		margin-bottom: 30px !important;
	}
	body #page-container .et_pb_column.et_pb_column_1_5.et_pb_column_12.choisir-item.et_pb_css_mix_blend_mode_passthrough {
		margin-bottom: 30px !important;
	}
	body #page-container .et_pb_column.et_pb_column_1_5.et_pb_column_13.choisir-item.et_pb_css_mix_blend_mode_passthrough {
		margin-bottom: 30px !important;
	}
	body #page-container .ligne-row.choisir-list {
		display: flex !important;
        flex-wrap: wrap !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: 981px) and (max-width: 1099px) {
	body #page-container .header .coordonnee-header .et_pb_blurb_container {
        display: none !important;
    }
    body #page-container .coordonnee-header {
        display: flex;
        align-content: center;
        justify-content: center;
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        border-radius: 3px !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) and (max-width: 1499px) {
	body #page-container .banner {
        height: calc(100vh + 80px) !important;
    }
}
@media screen and (min-width: 981px) {
	.galerie-realisation .et_pb_gallery_items {
		margin-left: 10px !important;
	}	
	.header .menu-header #menu-menu-principales>li {
		display: flex;
		align-items: center;
		margin-top: 0 !important;
	}
	.header .menu-header #menu-menu-principales>li>a {
		padding-bottom: 0px !important;
	}
	.header .menu-header #menu-menu-principales>li:last-child {
        margin-left: 10px !important;
	}
    .header .menu-header #menu-menu-principales>li:last-child>a {
		padding: 16px 35px !important;
		border-radius: 8px !important;
        color: #ffff !important;
		background-color: #0067aa !important;
	}
	.header .menu-header #menu-menu-principales>li:last-child>a:hover {
		color: #ffff !important;
		background-color: #f29e00 !important;
	}
	body #page-container .banner {
		height: calc(100vh - 138px) !important;
	}
   .banner-slider {
	    height: calc(100vh - 138px) !important;
	}
	.banner-slider .et_pb_slide {
	    height: calc(100vh - 138px) !important;
	}
    .banner-slider .et_pb_container.clearfix {
	    height: calc(100vh - 138px) !important;
	}
	body #page-container .galerie-realisation-item .et_pb_gallery_item {
		width: 339px !important;
	}
	body #page-container .galerie-realisation-item .et_pb_gallery_item img {
		height: 300px !important;
	}
}

@media screen and (max-width: 980px) {
    .banner-slider {
	    height: calc(100vh - 143px) !important;
	}
	.banner-slider .et_pb_slide {
	    height: calc(100vh - 143px) !important;
	}
    .banner-slider .et_pb_container.clearfix {
	    height: calc(100vh - 143px) !important;
	}
	body #page-container .ligne-row {
    	max-width: 1200px !important;
    	width: 90% !important;
	}
    body #page-container .header .coordonnee-header.phone .et_pb_blurb_container {
     	display: none !important;
  	}
    body #page-container .header .col-right-header {
		order: 2 !important;
	}
	body #page-container .header .col-center-header {
		order: 3 !important;
	}
  	body #page-container .header .menu-header .et_mobile_nav_menu {
     	margin: 0 !important;
  	}
	body #page-container .header .menu-header .et_pb_menu__wrap {
		justify-content: flex-end;
	}
	body #page-container .coordonnee-header {
        display: flex;
		align-content: center;
		justify-content: center;
        width: 32px !important;
        height: 32px !important;
		padding: 0 !important;
		border-radius: 3px !important;
	}
	body #page-container .header .menu-header li ul.sub-menu {
		width: 100% !important;
		padding: 0px !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;
    }
	.header .col-menu {
		position: unset !important;
	}
	.menu-header .mobile_menu_bar {
    	border-radius: 3px;
    	background-color: #f29e00 !important;
	}
	.menu-header #mobile_menu1 {
		border-radius: 0 !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;
         border-radius: 5px !important;
	}
	.menu-header #mobile_menu1>li>a:not(.sub-menu-toggle) {
		padding-left: 20px !important;
        padding-right: 20px !important;
	}
	.menu-header #mobile_menu1 li a:hover {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #f29e00 !important;
	}
    .menu-header #mobile_menu1>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
		background-color:#f29e00 !important;
	}
	body #page-container .navbar .menu-header li>a.menu-link.active {
		color: #fff !important;
		background-color: #f29e00 !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 .icon-social {
		margin-left: 0 !important;
	}
	.galerie-slider img {
		height: 350px !important;
	}
	.coordonnee-header .et_pb_blurb_content {
		display: flex;
		justify-content: center;
		align-items: center;
	}
    body #page-container .realisation ul {
		display: flex;
		justify-content: 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 .banner-content {
        top: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
	body #page-container .choisir-item {
		margin-right: 0 !important;
	}
    body #page-container .choisir-item:not(:last-child) {
		margin-bottom: 20px !important;
	}
	body #page-container .img-full.img-map {
		object-fit: contain !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, .tm-marquee-group, .banner-deco-title, .banner-content) {
        -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 .slick-slide img {
		height: 350px!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 .col-apropos-item {
		width: 100% !important;
	}
	.coordonnee-item-ni .et_pb_main_blurb_image {
		width: 50px !important;
		margin-right: 10px;
	}
	.coordonnee-item-ni .et_pb_main_blurb_image span {
		width: 50px !important;
	}
    body #page-container .banner {
        height: 100vh !important;
    }
	body #page-container .banner-inner-service.banner-inner-about {
		height: 100vh !important;
	}
    body #page-container .banner-inner {
       height: 100vh !important;
    }
    body #page-container .mentions-legales h2 {
       font-size: 26px !important;
    }
    .header .topbar .et_pb_blurb_container {
       display: none !important;
    }
	body #page-container .section-mentions-legales .mentions-legales h2 {
		font-size: 25px !important;
		line-height: 30px !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;
    }
	.galerie-slider img {
		height: 280px !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;
    }
}
@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;
	}
	.et_pb_module.project-pagination.et_pb_posts_nav.nav-single {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
}

@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;
    }
	body #page-container #apropos {
		top: -1440px !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 .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;
	}
}
