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

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

html {
    overflow-x: hidden !important;
}
body h1, h2, h3, h4, h5, h6, h7 {
    padding: 0 !important;
    margin: 0 !important;
}
body a {
    text-decoration: none !important;
}
body {
    overflow-x: hidden !important;
}
body p {
	margin: 0 !important;
}
body .inline-block {
    display: block !important;
}
.col-hidden {
    overflow: hidden !important;
}
.ancre {
    pointer-events: none !important;
}
.elementor-widget-image>a {
	width: 100% !important;
}

/**** MOUSE MOUVE ****/
.hexagon {
    position: fixed;
    width: 25px;
    height: 30px;
    background-color: transparent;
    pointer-events: none;
    border-radius: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-image: url('/wp-content/uploads/2026/02/cursor-img.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.polygon {
    position: fixed;
    width: 6px;
    height: 6px;
    background-color: transparent;
    pointer-events: none;
    transform: translate(-40%, -36%);
    border-radius: 50% !important;
    background-color: #d09959 !important;
    z-index: 99999;
}
.hexagon.small {
    width: 0px;
    height: 0px;
}
body.elementor-editor-active .hexagon {
	display: none !important;
}
body.elementor-editor-active .polygon {
	display: none !important;
}

/**** ACCUEIL ****/
.collection-item.item-2 .elementor-cta__bg {
	background-position: top center !important; 
}


/**** BTN CSS ****/
.elementor-widget-button a.elementor-button {
    position: relative !important;
    overflow: hidden !important;
    z-index: 0 !important;
}
.elementor-widget-button a.elementor-button:hover {
	color: #fff !important;
}
.elementor-widget-button a.elementor-button:before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #D09959 !important;
    transition: all .4s !important;
    z-index: -1;
}
.elementor-widget-button a.elementor-button:hover:before {
	width: 100% !important;
}
.btn-solid.elementor-widget-button a.elementor-button:before {
	display: none !important;
}
body.elementor-editor-active.elementor-editor-wp-page .galerie-slider .slick-track {
    transform: none !important;
    width: 100% !important;
}

/**** BTN BOOK ****/
.btn-book .elementor-shortcode>a {
    position: relative !important;
    font-family: "IvyOraDisplay Regular", Sans-serif;
    overflow: hidden !important;
    z-index: 0 !important;
}
.btn-book .elementor-shortcode>a {
    display: inline-block;
    background-color: #61CE7000;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border: 1px solid #D09959;
    border-radius: 0px 0px 0px 0px;
	font-size: 18px;
    padding: 16px 35px 16px 35px;
}
.btn-book .elementor-shortcode>a:before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #D09959;
    transition: all .4s !important;
    z-index: -1;
}
.btn-book .elementor-shortcode>a:hover {
	color: #fff !important;
}
.btn-book .elementor-shortcode>a:hover:before {
	width: 100%;
}
.btn-book.cta-book .elementor-shortcode>a {
	color: #fff !important;
}
.btn-book.cta-book .elementor-shortcode>a:hover {
	color: #fff !important;
}
.calendly-popup {
    background-color: #fff !important;
}
.second-item-mariage .btn-book>a {
    display: inline-block;
    font-family: "IvyOraDisplay Regular", Sans-serif;
    color: var(--e-global-color-c025413);
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    border-width: 1px;
    padding: 10px 40px 10px 40px;
}
.second-item-mariage a.elementor-cta__button {
    display: none !important;
}

/**** POPUP IMAGE ****/
body .slb_container {
    position: fixed !important;
    top: 51% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
	display: none !important;
}
body span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 14px !important;
    margin-top: 20px !important;
}
body span.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_nav_prev {
    box-shadow: none !important;
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}
body span.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_nav_next {
    box-shadow: none !important;
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}
body span.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_slideshow_control {
    display: none !important;
}
body span.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_group_status {
	display: none !important;
}

/**** 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 ANIMATION ****/
.img-hover {
    position: relative;
	overflow: hidden !important;
   /* transition: all .4s !important;*/
}
.img-hover img {
    transition: all .4s !important;
}
.img-hover:hover img {
    transform: scale(1.1);
}
.resume-img-hover .elementor-image-box-img {
    position: relative;
	overflow: hidden !important;
    border-radius: 15px 15px 0 0 !important;
    transition: all .4s !important;
}
.resume-img-hover:hover .elementor-image-box-img {
	border-radius: 15px !important;
}
.resume-img-hover .elementor-image-box-img img {
	transition: all .4s !important;
}
.resume-img-hover:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.img-hover-anim {
    position: relative;
    overflow: hidden; 
}
.img-hover-anim:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.15) 100%
    );
    transform: skewX(-25deg);
    transition: left 2s ease;
    z-index: 1;
    pointer-events: none;
}
.img-hover-anim:hover:after {
    animation: shine 2s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.resume-img-hover-anim {
	 overflow: hidden !important;
}
.resume-img-hover-anim figure {
	  position: relative;
}
.resume-img-hover-anim figure: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-anim figure:hover:before {
	 -webkit-animation: shine 1s;
    animation: shine 2s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

/**** IMG BANNER ****/
.elementor-editor-active .banner-inner .img-banner {
	display: none !important;
}

/**** HEADER CSS ****/
.header {
	transition: all .4s !important;
}
.header.nav-scroll {
	background-color: #171717 !important;
    transition: all .4s !important;
    box-shadow: 0 0 18px 0 rgba(208, 153, 89, 0.3);
}
.hamburger .line{
  width: 40px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
div#hamburger-1 {
    position: relative !important;
    top: -7px !important;
}
.phone-float .elementor-icon-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-right: 1px solid #ffffff5c;
}
.phone-float {
    cursor: pointer;
	transition: all .4s !important;
}
.phone-float:hover {
	right: 0% !important;
}
.contact-float {
	transition: all .4s !important;
}
.contact-float:hover {
	right: 0 !important;
}
.contact-float a {
	color: #fff !important;
}
.contact-float figure.elementor-image-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    max-width: 40px !important;
    height: 40px;
    margin: 0 !important;
}
.contact-float figure.elementor-image-box-img img {
	object-fit: contain;
	padding: 9px !important;
}
.menu-burger .menu-mobile li>a:hover {
	color: #D09959 !important;
}
.menu-burger .menu-mobile li>a.elementor-item-active {
	color: #D09959 !important;
}

/* ONE */
#hamburger-1.is-active .line:nth-child(2){
  opacity: 1;
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

#hamburger-1.is-active .line:nth-child(1){
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transform: translateX(5px);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  transform: translateX(-5px);
}
.menu-burger {
    width: 31%;
	transition: all .4s !important;
}
.menu-burger.active {
    right: 0 !important;
	transition: all .4s !important;
}
.btn-close {
	cursor: pointer;
}

/**** ACCUEIL CSS ****/
.stape-item {
	transition: all .4s !important;
}
.stape-item figure.elementor-image-box-img {
    display: none !important;
}
.stape-item.active {
    position: relative;
    min-height: 176px !important;
    padding: 25px 35px 25px 45px !important;
	background-color: rgba(255, 255, 255, 0.03) !important;
    transition: all .4s !important;
}
.stape-item h3 {
	margin-bottom: 20px !important;
}
.stape-item.active h3 {
	color: #D09959 !important;
}
.stape-item .elementor-image-box-description {
	display: none;
    transition: all .4s !important;
}
.stape-item.active .elementor-image-box-description {
	display: block;
}
.col-right-img {
	position: relative;
}
.col-right-img:before {
    content: "";
    display: block;
    width: 657px;
    height: 657px;
    position: absolute;
    top: -78px;
    left: -57px;
    background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section-experience {
	height: 723px !important;
}
.collection-item {
	position: relative;
	padding: 4px !important;
}
.collection-item:before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(179.2deg, #171717 45.06%, #D09959 105.08%);
    transition: all .4s !important;
}
.collection-item:hover:before {
    height: 100% !important;
	background-image: linear-gradient(179.2deg, #171717 45.06%, #D09959 105.08%);
}
.collection-item h3 {
	margin-bottom: 5px !important;
}
.collection-item .elementor-cta__description {
    margin-bottom: 35px !important;
}
.collection-item .elementor-cta__button {
    display: block;
	position: relative;
	padding-left: 50px !important;
    transition: all .4s !important;
    text-align: left !important;
}
.collection-item:hover .elementor-cta__button {
	display: block;
}
.collection-item .elementor-cta__button:before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #D09959 !important;
}
.collection-item .elementor-cta__content {
    position: relative;
    z-index: 1;
    transform: translatey(57px) !important;
    transition: all .4s !important;
}
.collection-item:hover .elementor-cta__content {
	transform: translatey(0px) !important;
}
.collection-item .elementor-cta__content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.galerie-slider .slick-slide:not(:last-child) {
	margin-right: 20px !important;
}
.galerie-slider .slick-slide:nth-child(odd) {
	margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.galerie-slider .slick-slide>a {
	width: 100% !important;
}
.galerie-slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.galerie-slider .slick-dots button {
    opacity: 0 !important;
    padding: 0 !important;
}
.galerie-slider .slick-dots {
	list-style: none !important;
	position: relative;
    top: 10px;
}
.galerie-slider .slick-dots li {
    position: relative;
	width: 10px !important;
}
.galerie-slider .slick-dots li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #8c8c8c !important;
}
.galerie-slider .slick-dots li.slick-active:before{
    background-color: #d09959 !important;
}
.galerie-slider .slick-dots li:not(:last-child) {
	margin-right: 15px !important;
}
.galerie-slider .slick-dots li::marker {
   display: none !important;
   font-size: 25px;
   color: #8c8c8c !important;
}
.galerie-slider .slick-dots li.slick-active {
    color: #d09959 !important;
}
@keyframes scroll-slider {
0% {
    transform: translate3d(0%, 0px, 0px);
}
100% {
    transform: translate3d(-220%, 0px, 0px);
}
}

/**** GTRANSLATE ****/
body .header .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    background-color: transparent !important;
}
body .header .gt_float_switcher .gt-selected {
    background-color: transparent !important;
}
body .header .gt_float_switcher.notranslate {
    background-color: transparent !important;
}
body .header span.gt-lang-code {
    color: #fff !important;
}
body .header span.gt_float_switcher-arrow {
    filter: brightness(0) invert(1) !important;
}
body .header .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	font-size: 12px !important;
}
.header .gtranslate_wrapper .gt_float_switcher {
	box-shadow:initial;
	font-size:16px;
	
}
.header .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
	padding:0;
}
.header .gtranslate_wrapper .gt_options {
	position:absolute !important;
	background-color:#fff;
	width: 185px !important;
	max-width: 185px !important;
	transform: translateX(-16px) !important;
	width: 110px !important;
}
.header .gtranslate_wrapper .gt_float_switcher img {
	width:25px;
}
.header .gtranslate_wrapper .nturl {
	font-size:0;
}
.header .gtranslate_wrapper .nturl:after {
	display:inline-block;
	font-size:16px;
	transform: translatey(5px);
	content: attr(data-gt-lang);
	text-transform:uppercase;
}
@media screen and (max-width: 767px) {
    .header .gtranslate_wrapper .gt_options {
        width: 83px !important;
        max-width: 83px !important;
    }
	.header .gtranslate_wrapper .nturl {
		font-size: 0;
		padding: 5px 10px 7px 10px;
	}
	.btn-book .elementor-shortcode>a {
		padding: 15px 35px 15px 35px;
	}
	body .img-banner img {
		object-fit: contain !important;
		height: auto !important;
	}
}

/**** SUR MESURE ****/
.step-item h3 {
    margin-bottom: 10px !important;
}
.step-item .elementor-cta__content {
    position: relative;
}
.step-item .elementor-cta__content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, #000000c4 80%);
}
.step-item .step-content {
    position: relative;
    top: 150px;
    transition: all .4s !important;
}
.step-item:hover .step-content {
    position: relative;
    top: 0;
}
.step-item .step-content .elementor-cta__description {
	opacity: 0;
    min-height: 135px !important;
	transition: all .4s !important;
}
.step-item:hover .step-content .elementor-cta__description {
	opacity: 1;
}
.step-item .step-content {
	position: relative !important;
}
.step-item-1 .step-content:before {
	content: "01";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -120px;
    left: 0;
    font-size: 80px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: "Inter", Sans-serif;
}
.step-item-2 .step-content:before {
	content: "02";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -120px;
    left: 0;
    font-size: 80px;
    text-align: center;
    color: transparent;
   -webkit-text-stroke: 1px #fff;
   font-family: "Inter", Sans-serif;
}
.step-item-3 .step-content:before {
	content: "03";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -120px;
    left: 0;
    font-size: 80px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: "Inter", Sans-serif;
}
.step-item-4 .step-content:before {
	content: "04";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -120px;
    left: 0;
    font-size: 80px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: "Inter", Sans-serif;
}
.galerie-slider .swiper-slide a {
	width: 100% !important;
}
.galerie-slider .swiper-slide img {
    max-width: 100% !important;
	width: 100% !important;
}
.galerie-slider .e-con.e-flex>.e-con-inner {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
}
.galerie-slider .swiper-slide:nth-child(odd) {
   margin-top: 30px !important;
   margin-bottom: 30px !important;
}

/**** MARIAGE ****/
.stape-item-mariage .elementor-cta {
	overflow: visible !important;
}
.stape-item-mariage .elementor-cta__content {
    overflow: visible !important;
}
.stape-item-mariage .elementor-cta__title {
	margin-bottom: 15px !important;
}
.stape-item-mariage.active {
    position: relative;
    min-height: 176px !important;
    padding: 25px 35px 25px 45px !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    transition: all .4s !important;
}
.stape-item-mariage {
	padding: 25px 35px 25px 45px !important;
}
.stape-item-mariage.active {
	overflow: visible !important;
}
.stape-item-mariage .elementor-cta__content {
	padding: 0 !important;
}
.stape-item-mariage .space-bottom {
	margin-bottom: 15px !important;
}
.col-right-img.col-mariage:before {
    content: "";
    display: block;
    width: 657px;
    height: 657px;
    position: absolute;
    top: 14px;
    left: -57px;
    background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.elementor-element.elementor-element-ebdd0ce.elementor-align-center.btn-solid.elementor-widget.elementor-widget-button {
    z-index: 100 !important;
}

/**** BUSINESS ****/
.galerie-img img {
    height: 200px !important;
    object-fit: cover;
}
.galerie-img .e-gallery-container {
    height: 240px !important;
}

/**** CONTACT CSS ****/
.coordonnee-contact img {
	filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(481%) hue-rotate(352deg) brightness(95%) contrast(87%) !important;
}
.coordonnee-contact .elementor-cta__content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px !important;
}
.coordonnee-contact h3 {
    margin-bottom: 15px !important;
}
.coordonnee-contact .elementor-cta__description a {
	color: #171717 !important;
}
.coordonnee-contact .elementor-cta__description a:hover {
	color: #D09959 !important;
}

/**** FOOTER CSS ****/
.footer {
	position: relative;
}
.footer>.e-con-inner {
    border-top: 2px solid rgba(18, 28, 34, 0.12);
}
.coordonnee-footer li:nth-child(2) {
    width: 246px;
}
.coordonnee-footer li a {
	color: #fff !important;
}
.coordonnee-footer li a:hover {
	color: #D09959 !important;
}
.creator-site a {
	text-decoration: underline !important;
    text-decoration-color: #fff !important;
}
.creator-site a:hover {
    text-decoration-color: #D09959  !important;
}
.coordonnee-footer b {
	font-family: "NeueKabel Black", Sans-serif;
}
body .copyright a {
    text-decoration: underline !important;
    transition: all .4s !important;
}

/**** BTN BACK TO TOP ****/
.back-to-top {
	display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
}
.back-to-top .elementor-icon-wrapper {
    height: 25px !important;
}
.back-to-top .elementor-icon svg {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

/**** MENTIONS LEGALES ****/
.mentions-legales h2 {
    font-size: 30px !important;
    margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.mentions-legales p:not(:last-child) {
    margin-bottom: 20px !important;
}
.mentions-legales ul {
    padding: 0;
    list-style: none !important;
}
.mentions-legales ul li {
	margin-bottom: 20px !important;
}
.mentions-legales b {
	font-weight: 500 !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: -2px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2026/02/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.site-map.classic li:before {
    content: '';
    display: block;
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2026/02/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    filter: none !important;
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-btn-revisit-wrapper {
    width: 30px !important;
    height: 30px !important;
    background-color: #D09959 !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !important;
}
.cky-btn-accept {
    background: #D09959 !important;
    color: #ffffff;
    border: 2px solid #D09959 !important;
}
.cky-btn-reject {
    color: #D09959 !important;
    background: transparent !important;
    border: 2px solid #D09959 !important;
}
.cky-btn-customize {
    color: #D09959 !important;
    background: transparent !important;
    border: 2px solid #D09959 !important;
}
.cky-btn-preferences {
    color: #D09959 !important;
    background: transparent !important;
    border: 2px solid #D09959 !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
	color: #D09959 !important;
}
.cky-notice-btn-wrapper .cky-btn {
    padding: 5px 5px !important;
}

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

@media screen and (min-width: 1900px) {
     body .col-right-img:before {
        content: "";
        display: block;
        width: 870px;
        height: 870px;
        position: absolute;
        top: -109px;
        left: -45px;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
	body .stape-item {
		width: 810px !important;
	}
	body .col-right-img.col-mariage:before {
        content: "";
        display: block;
        width: 670px !important;
        height: 670px !important;
        position: absolute;
        /*top: -108px;*/
        top: 4px !important;
        left: 47px !important;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
    }
	.section-experience {
		height: 813px !important;
	}
}

@media screen and (min-width: 1850px) {
	.title-scroll .elementor-heading-title {
		font-size: 190px !important;
	}
    .section-experience {
		height: 856px !important;
	}
}

@media screen and (min-width: 1799px) and (max-width: 1800px) {
	.section-experience {
		height: 808px !important;
	}
	.section-innovation>.e-con-inner {
		padding-top: 120px !important;
	}
}

@media screen and (min-width: 1700px) and (max-width: 1798px) {
	.section-experience {
		height: 784px !important;
	}
}

@media screen and (min-width: 1500px) and (max-width: 1699px) {
	.section-experience {
		height: 830px !important;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1698px) {
    .section-experience {
        height: 920px !important;
    }
}

@media screen and (min-width: 1840px) {
	.col-right-img.col-mariage:before {
        content: "";
        display: block;
        width: 657px;
        height: 657px;
        position: absolute;
        top: -19px !important;
        left: 56px !important;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1740px) and (max-width: 1800px) {
    .col-right-img.col-mariage:before {
        content: "";
        display: block;
        width: 657px;
        height: 657px;
        position: absolute;
        top: 29px !important;
        left: 28px !important;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1640px) and (max-width: 1700px) {
	.col-right-img.col-mariage:before {
        content: "";
        display: block;
        width: 657px;
        height: 657px;
        position: absolute;
        top: 39px !important;
        left: 10px !important;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1540px) and (max-width: 1600px) {
	.col-right-img.col-mariage:before {
        content: "";
        display: block;
        width: 657px;
        height: 657px;
        position: absolute;
        top: 40px !important;
        left: -12px !important;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
	.section-experience {
		height: 780px !important;
	}
}

@media screen and (min-width: 1500px) {
	body .phone-float {
		right: -145px !important;
	}
	.solution-item img {
		height: 360px !important;
        object-fit: cover;
	}
	.section-solution:before {
		content: "";
		display: block;
		width: 550px;
		height: 550px;
		position: absolute;
		top: 32px;
		bottom: auto;
		left: 0;
		background-image: url(/wp-content/uploads/2026/02/dots-top.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
        animation: opacityPulse 3s infinite ease-in-out;
	}
	.section-solution:after {
        content: "";
        display: block;
        width: 540px;
        height: 540px;
        position: absolute;
        bottom: -250px;
        right: 0;
        background-image: url(/wp-content/uploads/2026/02/dots-bottom.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        animation: opacityPulse 5s infinite ease-in-out;
    }
	.savoir-faire>.e-con-inner:before {
        content: "";
        display: block;
        width: 220px;
        height: 220px;
        position: absolute;
        bottom: -46px;
        left: -100px;
        background-image: url(/wp-content/uploads/2026/02/square-picto.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        animation: opacityPulse 5s infinite ease-in-out;
    }
	.section-cta>.e-con-inner:before {
		content: "";
		display: block;
		width: 450px;
		height: 450px;
		position: absolute;
		bottom: -246px;
		left: -170px;
		background-image: url(/wp-content/uploads/2026/02/square-circle-picto.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
        animation: opacityPulse 3s infinite ease-in-out;
	}
	.section-cta>.e-con-inner:after {
		content: "";
		display: block;
		width: 240px;
		height: 240px;
		position: absolute;
		top: -147px;
		right: -90px;
		background-image: url(/wp-content/uploads/2026/02/square-circle-top.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
        animation: opacityPulse 5s infinite ease-in-out;
	}
	.footer:before {
		content: "";
		display: block;
		width: 180px;
		height: 180px;
		position: absolute;
		top: auto;
		bottom: 50px;
		left: -20px;
		background-image: url(/wp-content/uploads/2026/02/square-footer.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.col-right-img:before {
		content: "";
		display: block;
		width: 900px;
		height: 900px;
		position: absolute;
		top: -129px;
		left: -61px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.collection-item h3 {
		margin-bottom: 13px !important;
	}
	.coordonnee-footer li:nth-child(2) {
		width: 296px;
	}
	.galerie-slider .swiper-slide img {
		width: 100% !important;
		height: 580px !important;
		object-fit: cover;
	}
	.step-item-1 .step-content:before {
		top: -80px;
		left: 0;
		font-size: 80px;
	}
	.step-item-2 .step-content:before {
		top: -80px;
		left: 0;
		font-size: 80px;
	}
	.step-item-3 .step-content:before {
		top: -80px;
		left: 0;
		font-size: 80px;
	}
    .step-item-4 .step-content:before {
		top: -80px;
		left: 0;
		font-size: 80px;
	}
    .galerie-slider .slick-slide img {
		height: 580px !important;
	}
	.section-visible {
		overflow: visible;
	}
	.phone-float .elementor-icon-box-icon {
		width: 50px !important;
		height: 50px !important;
		border-right: 1px solid #ffffff5c;
	}
    .col-right-img.col-mariage img {
        width: 500px !important;
        height: 500px !important;
    }
	.col-right-img.col-mariage:before {
		content: "";
		display: block;
		width: 657px;
		height: 657px;
		position: absolute;
		top: 71px;
		left: -37px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.contact-float figure.elementor-image-box-img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100% !important;
		max-width: 50px !important;
		height: 50px;
		margin: 0 !important;
	}
	.contact-float figure.elementor-image-box-img img {
		object-fit: contain;
		padding: 3px !important;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1499px) {
	.section-experience {
		height: 710px !important;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1440px) {
	.section-experience {
		height: 680px !important;
	}
	.col-right-img img {
		width: 500px !important;
        height: 500px !important;
	}
    .section-experience .col-right-img:before {
        content: "";
        display: block;
        width: 647px !important;
        height: 647px !important;
        position: absolute;
        top: -75px;
        left: -26px;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1399px) and (max-width: 1400px) {
	.section-experience {
		height: 680px !important;
	}
	.col-right-img img {
		width: 500px !important;
        height: 500px !important;
	}
    .section-experience .col-right-img:before {
        content: "";
        display: block;
        width: 647px !important;
        height: 647px !important;
        position: absolute;
        top: -75px;
        left: -34px;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1151px) and (max-width: 1285px) {
	.title-scroll .elementor-heading-title {
		font-size: 130px !important;
	}
}

@media screen and (min-width: 1067px) and (max-width: 1150px) {
	.title-scroll .elementor-heading-title {
		font-size: 120px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1066px) {
	.title-scroll .elementor-heading-title {
		font-size: 110px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1499px) {
	.galerie-slider .slick-slide img {
		height: 400px !important;
	}
	.section-business {
		height: 550px !important;
	}
}

@media screen and (min-width: 1025px) {
	body .menu-burger .menu-hidden {
		display: none !important;
	}
	.adresse-footer span.elementor-icon-list-text p {
    	margin-bottom: 13px !important;
	}
	.header.nav-scroll {
		transition: all .4s !important;
	}
	.header.nav-scroll {
		transition: all .4s !important;
	}
	.header.nav-scroll .topbar {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		transition: all .4s !important;
	}
	.social-logo a.elementor-icon {
		transition: all .4s !important;
	}
	.social-logo a.elementor-icon {
		width: 30px;
		height: 30px;
	}
	.social-logo svg {
		transition: all .4s !important;
	}
	.social-logo svg {
		width: 20px;
		height: 20px;
	}
	.header.nav-scroll img {
		transition: all .4s !important;
	}
	.header.nav-scroll .logo-header img {
		width: 110px !important;
	}
	.header .logo-header-2 {
		transition: all .4s !important;
	}
	.header .logo-header-2 img {
		transition: all .4s !important;
	}
	.header.nav-scroll .logo-header-2 {
		transition: all .4s !important;
	}
	.header.nav-scroll .logo-header-2 img {
		transition: all .4s !important;
	}
	.header.nav-scroll .logo-header-2 {
		width: 220px !important;
	}
	.header.nav-scroll .logo-header-2 img {
		width: 210px !important;
		transition: all .4s !important;
	}
	.header.nav-scroll .navbar {
		transition: all .4s !important;
	}
	.header.nav-scroll .navbar {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.header.nav-scroll .menu-header ul>li>a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.header.nav-scroll .coordonnee-header {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}
	.header.nav-scroll .coordonnee-header {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
		height: 32px;
		display: flex;
		align-items: center;
	}
	.galerie-slider .swiper-slide img {
		height: 400px important;
	}
	.stape-item-mariage.active h3 span {
		position: absolute;
		top: 80px;
		left: -80px;
		font-size: 110px;
		color: #d0994f;
		font-family: "IvyOraDisplay Regular", Sans-serif;
		font-style: italic;
	}
	.stape-item.active h3 span {
		position: absolute;
		top: 20px;
		left: -40px;
		font-size: 110px;
		color: #d0994f;
		font-family: "IvyOraDisplay Regular", Sans-serif;
		font-style: italic;
	}
}

@media screen and (min-width: 1701px) and (max-width: 1800px) {
	.col-right-img img {
		width: 550px !important;
		height: 550px !important;
	}
	.col-right-img:before {
        content: "";
        display: block;
        width: 720px;
        height: 720px;
        position: absolute;
        top: -82px;
        left: 13px;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) {
	.col-right-img img {
		width: 550px !important;
		height: 550px !important;
	}
	.col-right-img:before {
		content: "";
		display: block;
		width: 720px;
		height: 720px;
		position: absolute;
		top: -82px;
		left: -13px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1501px) and (max-width: 1600px) {
    .col-right-img img {
		width: 550px !important;
		height: 550px !important;
	}
	.col-right-img:before {
		content: "";
		display: block;
		width: 720px;
		height: 720px;
		position: absolute;
		top: -82px;
		left: -33px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1500px) {
	.col-right-img img {
		width: 550px !important;
		height: 550px !important;
	}
	 .col-right-img:before {
        content: "";
        display: block;
        width: 720px;
        height: 720px;
        position: absolute;
        top: -92px;
        left: -61px;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1440px) {
	.col-right-img:before {
		content: "";
		display: block;
		width: 597px;
		height: 597px;
		position: absolute;
		top: -75px;
		left: -6px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1500px) and (max-width: 1799px) {
	.stape-item h3.elementor-image-box-title {
		font-size: 30px !important;
	}
}

@media screen and (min-width: 1380px) and (max-width: 1399px) {
	.col-right-img:before {
		content: "";
		display: block;
		width: 597px;
		height: 597px;
		position: absolute;
		top: -75px;
		left: -14px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
	.col-right-img.col-mariage:before {
		content: "";
		display: block;
		width: 657px;
		height: 657px;
		position: absolute;
		top: -9px;
		left: -30px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1359px) {
	.section-experience {
		height: 723px !important;
	}
	.col-right-img:before {
		content: "";
		display: block;
		width: 657px;
		height: 657px;
		position: absolute;
		top: -78px;
		left: -67px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1360px) {
	.col-right-img.col-mariage:before {
		content: "";
		display: block;
		width: 657px;
		height: 657px;
		position: absolute;
		top: 19px !important;
		left: -57px !important;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1299px) {
	.section-experience {
		height: 723px !important;
	}
	.col-right-img:before {
		content: "";
		display: block;
		width: 657px;
		height: 657px;
		position: absolute;
		top: -78px;
		left: -74px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (min-width: 1185px) and (max-width: 1200px) {
	.section-experience {
		height: 753px !important;
	}
	body .col-right-img img {
        width: 450px !important;
		height: 450px !important;
	}
	body .col-right-img:before {
		content: "";
		display: block;
		width: 600px;
		height: 600px;
		position: absolute;
		top: -78px;
		left: -61px;
		background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (min-width: 1141px) and (max-width: 1184px) {
	.section-experience {
		height: 753px !important;
	}
	body .col-right-img img {
        width: 450px !important;
		height: 450px !important;
	}
	body .col-right-img:before {
        content: "";
        display: block;
        width: 600px;
        height: 600px;
        position: absolute;
        top: -78px;
        left: -67px;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
	.section-experience {
		height: 753px !important;
	}
	body .col-right-img img {
        width: 450px !important;
		height: 450px !important;
	}
	body .col-right-img:before {
        content: "";
        display: block;
        width: 600px;
        height: 600px;
        position: absolute;
        top: -78px;
        left: -86px;
        background-image: url(/wp-content/uploads/2026/02/mask-circle.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 1025px) {
	.stape-item-mariage .img-right {
		display: none !important;
	}
	.stape-item-mariage .img-resume-mariage {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.coordonnee-header .elementor-icon-list-text {
		display: none !important;
	}
	.coordonnee-header li>a:not(:first-child) {
		display: none !important;
	}
	.header .btn-header p {
		display: none !important;
	}
	body .title-color {
		display: inline-block !important;
		color: #FFCC00 !important;
	}
    body .section-experience {
		height: auto !important;
	}
	body .col-right-img:before {
		display: none !important;
	}
	.footer .col-item {
		width: 48% !important;
	}
    .footer .adresse-footer ul.elementor-icon-list-items li:not(:last-child) {
    	display: none !important;
	}
	.footer:before {
		display: none !important;
	}
	.footer .adresse-footer p {
		display: inline-block !important;
	}
	.galerie-slider .slick-slide img {
		height: 350px !important;
	}
    body .position-relative {
		position: static !important;
	}
    body .menu-burger {
		width: 50% !important;
		transition: all .4s !important;
	}
	.stape-item.active {
		padding: 30px !important;
	}
	.contact-float {
		width: max-content !important;
	}
	.contact-float .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
		width: max-content;
		margin: 0;
	}
	.contact-float figure.elementor-image-box-img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        max-width: 41px !important;
        height: 41px !important;
        margin: 0 !important;
    }
	.stape-item .elementor-image-box-content {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.stape-item figure.elementor-image-box-img {
		display: block !important;
	}
	.stape-item h3.elementor-image-box-title {
		order: -1 !important;
	}
	body .stape-item.active {
        margin-bottom: 100px !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
	}
    body .stape-item.active {
        padding-bottom: 80px !important;
        margin-bottom: 110px !important;
    }
	.stape-item img {
		width: 90%;
		height: 160px !important;
		object-fit: cover !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.stape-item figure.elementor-image-box-img {
        display: none !important;;
        width: 100% !important;
        margin-left: 0 !important;
		margin-bottom: 0px !important;
        order: 3 !important;
	}
    .stape-item.active figure.elementor-image-box-img {
        display: block !important;
		position: absolute;
		bottom: -80px;
		left: 0;
		right: 0;
	}
	body .stape-item .elementor-image-box-description {
        display: none !important;
		margin-bottom: 20px !important;
        transition: all .4s !important;
	}
	.stape-item h3.elementor-image-box-title {
		margin-bottom: 0 !important;
        transition: all .4s !important;
	}
	.stape-item.active h3.elementor-image-box-title {
		margin-bottom: 20px !important;
	}
	.stape-item.active .elementor-image-box-description {
		display: block !important;
	}
    .stape-item .elementor-image-box-description {
		display: block !important;
	}
	.stape-item.active .elementor-image-box-description {
		display: block !important;
	}
    /*.stape-item img {
		height: 250px !important;
        object-fit: cover !important;
	}*/
	.stape-item-mariage .elementor-image-box-content {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.stape-item-mariage figure.elementor-image-box-img {
		display: block !important;
	}
	.stape-item-mariage h3.elementor-image-box-title {
		order: -1 !important;
	}
	.stape-item-mariage figure.elementor-image-box-img {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	.stape-item-mariage .elementor-image-box-description {
		display: block !important;
	}
	.stape-item-mariage.active .elementor-image-box-description {
		display: block !important;
	}
	.stape-item-mariage img {
		height: 250px !important;
		object-fit: cover !important;
	}
	.stape-item-mariage .img-right {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px !important;
	}
	.stape-item-mariage .img-resume-mariage {
        display: block !important;
        width: 100% !important;
		height: 350px !important;
		object-fit: cover;
        margin-bottom: 20px !important;
	}
	body .hexagon {
		display: none !important;
	}
    body .polygon {
		display: none !important;
	}
	body .img-change {
		display: none !important;
	}
    .elementor-editor-active .img-change {
		display: none !important;
	}
	.elementor-editor-active .img-not-show {
		display: none !important;
	}
    body .img-move {
		position: static !important;
        box-shadow: none !important;
        display: block !important;
	}
	body .stape-mariage-image {
        order: 3 !important;
        margin-bottom: 0 !important;
        position: absolute;
        bottom: -145px;
    }
	body .stape-mariage-image .elementor-cta__description {
		display: none !important;
	}
    .stape-item-mariage img {
        height: 140px !important;
        object-fit: cover !important;
    }
	body .btn-book { 
        display: none !important;
		order: 1;
        margin-bottom: 20px !important;
	}
	.stape-item-mariage-1 .elementor-cta__button-wrapper {
        display: none !important;
		order: 1 !important;
        margin-bottom: 20px !important;
	}
	body.page-id-25 .stape-item-mariage.active {
        background-color: rgba(255, 255, 255, 0.1) !important;
        padding: 25px 25px 100px 25px !important;
        margin-bottom: 60px !important;
    }
    body .stape-item-mariage-1 .elementor-cta__description {
		display: none !important;
	}
    body .stape-item-mariage-1.active .elementor-cta__description {
		display: block !important;
	}
  	body .stape-item-mariage-2 .elementor-cta__description {
		display: none !important;
	}
    body .stape-item-mariage-2.active .elementor-cta__description {
		display: block !important;
	}
    body .stape-item-mariage-1.active .elementor-cta__button-wrapper {
        display: block !important;
		order: 1 !important;
        margin-bottom: 20px !important;
	}
    body .stape-item-mariage-2.active .btn-book {
        display: block !important;
		order: 1;
        margin-bottom: 20px !important;
	}
    body .stape-item-mariage.stape-item-mariage-1 .stape-mariage-item-1 {
		display: none !important;
	}
	body .stape-item-mariage.active.stape-item-mariage-1 .stape-mariage-item-1 {
		display: block !important;
	}
	body .second-item-mariage .stape-mariage-item-2 {
		display: none !important;
	}
	body .second-item-mariage.active .stape-mariage-item-2 {
		display: block !important;
	}
}

@media screen and (min-width: 768px) {
	.banner-inner .img-banner {
		display: none !important;
	}
	body:not(.elementor-editor-active) .stape-mariage-item-1 {
        width: 100% !important;
		display :none !important;
	}
   body:not(.elementor-editor-active) .stape-mariage-item-2 {
        width: 100% !important;
		display :none !important;
	}
}

@media screen and (max-width: 767px) {
	.topbar {
    	flex-wrap: nowrap;
	}
	body .footer .col-item {
		width: 100% !important;
	}
	body .item-footer {
		min-height: 281px !important;
		display: flex;
        justify-content: center;
		align-items: center;
	}
     body .title-color {
        display: inline !important;
        color: #FFCC00 !important;
    }
	.item-footer figure.elementor-image-box-img {
		margin-bottom: 10px !important;
	}
	.section-cta>.e-con-inner:before {
		content: "";
		display: block;
		width: 140px;
		height: 140px;
		position: absolute;
		bottom: -106px;
		left: -90px;
		background-image: url(/wp-content/uploads/2026/02/square-circle-picto.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
		animation: opacityPulse 3s infinite ease-in-out;
	}
	.section-cta>.e-con-inner:after {
		content: "";
		display: block;
		width: 90px;
		height: 130px;
		position: absolute;
		top: -96px;
		right: -50px;
		background-image: url(/wp-content/uploads/2026/02/square-circle-top.svg);
		background-position: top right;
		animation: opacityPulse 5s infinite ease-in-out;
	}
	.section-solution:before {
		content: "";
		display: block;
		width: 100px;
		height: 50px;
		position: absolute;
		top: 10px;
		bottom: auto;
		left: -50px;
		background-image: url(/wp-content/uploads/2026/02/dots-top.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
		animation: opacityPulse 3s infinite ease-in-out;
	}
	.section-solution:after {
		content: "";
		display: block;
		width: 60px;
		height: 50px;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url(/wp-content/uploads/2026/02/dots-bottom.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom right;
		animation: opacityPulse 5s infinite ease-in-out;
	}
	.savoir-faire>.e-con-inner:before {
		content: "";
		display: block;
		width: 100px;
		height: 130px;
		position: absolute;
		bottom: -46px;
		left: -50px;
		background-image: url(/wp-content/uploads/2026/02/square-picto.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom left;
		animation: opacityPulse 5s infinite ease-in-out;
	}
	.choisir-item figure.elementor-image-box-img {
		margin-bottom: 10px !important;
	}
	.section-experience {
		height: auto !important;
	}
	.col-right-img:before {
		display: none !important;
	}
	.mentions-legales h2 {
		font-size: 20px !important;
        line-height: 30px !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.mentions-legales p:not(:last-child) {
		margin-bottom: 10px !important;
	}
	.galerie-slider .slick-slide:nth-child(odd) {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
    .galerie-slider .slick-slide img {
		height: 350px !important;
	}
	.step-item-1 .step-content:before {
		top: -80px !important;
        font-size: 50px !important;
	}
    .step-item-2 .step-content:before {
		top: -80px !important;
        font-size: 50px !important;
	}
    .step-item-3 .step-content:before {
		top: -80px !important;
        font-size: 50px !important;
	}
    .step-item-4 .step-content:before {
		top: -80px !important;
        font-size: 50px !important;
	}
    body .stape-item-mariage {
		padding: 25px !important;
	}
	body .stape-item-mariage.active {
		padding: 25px !important;
	}
	body .back-to-top {
		width: 35px !important;
        height: 35px !important;
	}
	body .phone-float {
		width: max-content !important;
	}
	.phone-float .elementor-icon-box-wrapper {
		display: flex !important;
		flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
	}
	.phone-float .elementor-icon-box-content {
		display: flex;
		align-items: center;
	}
	.phone-float .elementor-icon-box-icon {
		width: 35px !important;
        height: 35px !important;
	}
    body .menu-burger {
		width: 100% !important;
		transition: all .4s !important;
	}
    .stape-item.active {
		padding: 25px !important;
	}
	div#hamburger-1 {
		position: relative !important;
		top: 0 !important;
	}
	.width-same .elementor-button {
		width: 201px !important;
	}
	.collection-item .elementor-cta__button {
		padding-left: 30px !important;
        font-size: 14px !important;
	}
	.collection-item .elementor-cta__button:before {
        top: 5px !important;
		width: 20px !important;
	}
	.slider-business .slick-slide:not(:last-child) {
		margin-right: 15px !important;
	}
    .stape-item-mariage .img-resume-mariage {
		height: 250px !important;
		object-fit: cover;
	}
	body .img-move {
		margin-bottom: 20px !important;
	}
	.banner {
		margin-top: 15px !important;
	}
      .banner:before {
        background-image: linear-gradient(180deg, #000000ad 39%, #000000ad 39%) !important;
    }
	body .img-move {
		position: static !important;
	}
	body .banner-inner {
		padding-top: 80px !important;
	}
	body .banner-inner .img-banner img {
		height: auto !important;
        object-fit: contain !important;
	}
	body .img-move-inner {
		display: block !important;
        margin-bottom: 20px !important;
	}
    .stape-mariage-item-1 {
		display : block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
	}
    .stape-mariage-item-2 {
		display : block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
	}
}

@media screen and (max-width: 500px) {
	body .captcha-ni .forminator-g-recaptcha {
    	width: 304px !important;
    	position: relative !important;
    	scale: 0.8 !important;
    	left: -30px !important;
	}
	body .btn-banner-1 {
        margin-right: 10px !important;
		margin-bottom: 0 !important;
	}
	body .btn-banner-1 .elementor-button {
		width: 130px !important;
        font-size: 14px !important;
	}
    body .btn-banner-2 .elementor-button {
		width: 180px !important;
        font-size: 14px !important;
	}
	body .container-btn-banner {
		flex-wrap: nowrap !important;
        flex-direction: row !important;
	}
}

@media screen and (min-width: 391px) and (max-width: 600px) {
	body .banner {
		background-size: cover !important;
	}
}

@media screen and (max-width: 414px) {
    .banner:before {
        background-image: linear-gradient(180deg, #000000ad 39%, #000000ad 39%) !important;
    }
}

@media screen and (max-width: 400px) {
	.btn-resume.btn-long span.elementor-icon-list-icon {
    	display: none !important;
	}
}

@media screen and (max-width: 390px) {
	/*body .col-banner-bottom {
		padding-bottom: 80px !important;
	}*/
}

@media screen and (max-width: 380px) {
	/*body .col-banner-bottom {
        padding-bottom: 60px !important;
    }*/
}

@media screen and (max-width: 370px) {
	/*.banner:before {
        background-image: linear-gradient(180deg, #00000000 37%, #000000 37%) !important;
    }
    body .col-banner-bottom {
        padding-bottom: 100px !important;
    }*/
}