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

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

body #page-container a {
    text-decoration: none !important;
}
body #page-container .no-link>a {
	cursor: pointer;
}
body #page-container .img-cover img {
    object-fit: cover;
}
body #page-container ul {
    list-style-type: none !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
body #page-container .et-fb-form__toggle-title h3 {
    padding: 15px !important;
    margin: auto !important;
}
body #page-container h1, h2, h3, h4 {
    padding: 0 !important;
    margin: 0 !important;
}
body #page-container p {
    margin: 0 !important;
}

/**** HEADER ****/

.header {
	background-image: linear-gradient(180deg, #1F1F1E 40%, rgba(255, 255, 255, 0) 100%) !important;
	background-color: transparent !important;
    transition: all .4s !important;
    box-shadow: none !important;
}
body #page-container .header.nav-scroll {
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15) !important;
}
body #page-container .header.nav-scroll .topbar:before {
	opacity: 1 !important;
}
.header.nav-scroll .menu-header #menu-menu-principales>li.menu-btn>a {
    color: #1e6498 !important;
    border-radius: 0px !important;
    padding: 15px 33px !important;
    background-color: transparent !important;
    border: 1px solid #1e6498 !important;
}
.header.nav-scroll .topbar .et-pb-icon {
	color: #1e6498 !important;
}
.header.nav-scroll .coordonnee-header .et_pb_blurb_description>p>a {
    color: #1e6498 !important;
}
.header.nav-scroll .coordonnee-header span.et-waypoint {
    color: #1e6498;
}
.header.nav-scroll .coordonnee-header {
    border-color: #1e6498;
}
.header .menu-header #menu-menu-principales>li {
    margin-top: 0 !important;
    align-items: center;
}

.header .menu-header #menu-menu-principales>li>a {
    position: relative;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.menu-header #menu-menu-principales li ul.sub-menu>li>a.active {
	 color: #fff !important;
    opacity: 1 !important;
    background-color: #1E6498 !important;
}

/* Soulignement */
.header .menu-header #menu-menu-principales>li>a:before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: #fff !important;
    transition: all .4s !important;
}

/* Hover */
.header .menu-header #menu-menu-principales>li>a:hover:before {
	width: 100% !important;
}

/* Actif page + parent + ancêtres */
.header .menu-header 
#menu-menu-principales>li.current-menu-item>a:before,
.header .menu-header 
#menu-menu-principales>li.current-menu-parent>a:before,
.header .menu-header 
#menu-menu-principales>li.current-menu-ancestor>a:before {
    width: 100% !important;
}

/* Header scroll */
.header.nav-scroll .menu-header #menu-menu-principales>li>a:before {
	display: none !important;
}

.header.nav-scroll .menu-header #menu-menu-principales>li>a {
   color: #000 !important;
}

/* Couleur active (scroll) */
.header.nav-scroll .menu-header 
#menu-menu-principales>li>a:hover,
.header.nav-scroll .menu-header 
#menu-menu-principales>li.current-menu-item>a,
.header.nav-scroll .menu-header 
#menu-menu-principales>li.current-menu-parent>a,
.header.nav-scroll .menu-header 
#menu-menu-principales>li.current-menu-ancestor>a {
	color: #1e6498 !important;
}

/* ===== MENU BOUTON ===== */

.header .menu-header #menu-menu-principales>li.menu-btn>a {
	position: relative;
    transition: all .4s !important;
    overflow: hidden !important;
	z-index: 0;
}

.header .menu-header #menu-menu-principales>li.menu-btn>a:hover {
	border-color: #F08733 !important;
    color: #fff !important;
}

.header .menu-header #menu-menu-principales>li.menu-btn>a:before {
	display: none !important;
}

.header .menu-header #menu-menu-principales>li.menu-btn>a:after {
    position: absolute;
    left: 0;
    top: 0 !important;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #F08733;
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

/* Hover bouton */
.header .menu-header #menu-menu-principales>li.menu-btn>a:hover:after {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

/* Bouton parent actif (CSS pur) */
.header .menu-header 
#menu-menu-principales>li.menu-btn.current-menu-parent>a,
.header .menu-header 
#menu-menu-principales>li.menu-btn.current-menu-ancestor>a {
    border-color: #F08733 !important;
    color: #fff !important;
}

.header .menu-header 
#menu-menu-principales>li.menu-btn.current-menu-parent>a:after,
.header .menu-header 
#menu-menu-principales>li.menu-btn.current-menu-ancestor>a:after {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

body #page-container .btn-book {
	position: relative;
    overflow: hidden !important;
    z-index: 0 !important;
}
body #page-container .btn-book:before {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #F08733;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
body #page-container .btn-book:hover:before {
	   -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.header .menu-header #menu-menu-principales>li.menu-btn>a {
    color: #fff !important;
    border-radius: 0px !important;
    padding: 15px 33px !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.header .menu-header #menu-menu-principales>li>a:after {
    top: 40px !important;
}
body #page-container .header .menu-header li ul.sub-menu {
	padding: 20px !important;
    border-radius: 5px;
}
body #page-container .header .menu-header li.mega-menu>ul.sub-menu {
   	width: 100% !important;
	padding: 0px 0px 20px 0px !important;
    border-radius: 5px;
}
.header .menu-header ul>li.current-menu-item>a {
	opacity: 1 !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu {
	padding: 20px !important;
    border-radius: 0;
}
.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;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li>a:hover {
    color: #fff !important;
	opacity: 1 !important;
    background-color: #1E6498 !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li.current_page_item>a {
    color: #fff !important;
	opacity: 1 !important;
    background-color: #1E6498 !important;
}
.menu-header .et_pb_menu_inner_container.clearfix {
	position: unset !important;
}
.header .coordonnee-header .et_pb_blurb_container {
	padding-left: 5px !important;
}
.header .coordonnee-header .et_pb_main_blurb_image {
    width: 15px;
}
.header .coordonnee-header .et_pb_blurb_container {
	padding-left: 13px !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 img {
	overflow: hidden !important;
}
.img-hover .et_pb_image_wrap {
	overflow: hidden !important;
}
.img-hover .et_pb_image_wrap img{
	transition: all 1s;
}
.img-hover:hover img {
	transform: scale(1.1);
}
.img-hover span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
	width: 10% !important;
    height: 10% !important;
    background-color: #000;
     transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  	pointer-events: none !important;
    opacity: 0;
}
.img-hover span:hover:before {
	width: 100% !important;
    height: 100% !important;
    opacity: 0.2;
}
.resume-img-hover {
	overflow: hidden !important;
}
.resume-img-hover .et_pb_main_blurb_image {
	position: relative;
	overflow: hidden !important;
}
.resume-img-hover .et_pb_main_blurb_image:before {
	position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
	transition: all 1s;
    z-index: 1;
    pointer-events: none !important;
}
.resume-img-hover:hover .et_pb_main_blurb_image:before {
	-webkit-animation: shine 2s;
    animation: shine 2s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes pulses {
  0% {
    width: 500px;
    height: 500px;
  }
  50% {
    width: 550px;
    height: 550px;
  }
  100% {
    width: 500px;
    height: 500px;
  }
}

/**** ACCUEIL ****/
.banner {
	height: calc(100vh - 132px) !important;
}
.galerie-photo .et_pb_gallery_item {
     width: 48% !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}
.galerie-photo img {
	width: 100%;
    height: 223px !important;
    object-fit: cover !important;
}
.galerie-photo .et_pb_gallery_item:nth-child(2),
.galerie-photo .et_pb_gallery_item:last-child {
	margin-right: 0 !important;
}
.galerie-photo .et_pb_gallery_item:nth-child(3),
.galerie-photo .et_pb_gallery_item:last-child {
	margin-bottom: 0 !important;
}
.galerie-photo .et_pb_gallery_item .et_overlay:before {
    font-size: 18px !important;
    left: 55% !important;
    top: 55%;
}
.offre-item {
	position: relative;
    z-index: 0;
    overflow: hidden !important;
}
.offre-item:not(:last-child) {
	margin-right: 20px !important;
}
.offre-item .et_pb_main_blurb_image {
	margin-bottom: 0 !important;
}
.offre-item img {
    height: 460px;
    object-fit: cover;
    transition: all 1s !important;
}
.offre-item:hover img {
	transform: scale(1.1) !important;
}
.offre-item .et_pb_blurb_container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #FFFFFF26;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 86px;
    backdrop-filter: blur(10px);
    overflow: hidden !important;
}
.offre-item .et_pb_blurb_container:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #f08733;
	z-index: -1;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.offre-item:hover .et_pb_blurb_container:before {
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.offre-item h3.et_pb_module_header {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 23px;
}
.offre-item .et_pb_blurb_content {
    position: relative;
    z-index: 0;
    height: 460px;
}
.offre-item .et_pb_blurb_content:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	background: #00000087;
}
.offre-item .et_pb_module {
	max-width: 100% !important;
    width: 100% !important;
}
.offre-item .et_pb_module img {
	max-width: 100% !important;
    width: 100% !important;
}
.offre-item .et_pb_main_blurb_image {
    max-width: 100%;
    width: 100%;
}
.offre-item .et_pb_main_blurb_image {
    max-width: 100%;
    width: 100%;
}
.offre-item span.et_pb_image_wrap {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
}
.partenaire-slider.ui-sortable {
	display: flex !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button {
    position: relative;
	overflow: hidden !important;
    z-index: 0 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:hover {
	color: #fff !important;
    border-color: #F08733 !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:before {
    position: absolute;
    left: 32px !important;
    top: 0;
    height: 100%;
    width: 100%;
    display: block !important;
    content: "" !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #F08733;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button:hover:before {
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:hover {
	color: #fff !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:before {
    content: "";
	display: block !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
    left: 32px;
	background-color: #0bb5c1 !important;
    visibility: visible !important;
	opacity: 1 !important;
    z-index: -1 !important;
    transition: all .4s !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:hover:before {
	top: 0 !important;
}
.galerie-slider img {
    border-radius: 0 20px 0 0;
    height: 400px;
    object-fit: cover;
    transition: all .4s !important;
}
.galerie-slider:hover img {
	transform: scale(1.1) !important;
}
.galerie-slider .et_pb_gallery_items {
	border-radius: 0 20px 0 0;
}
.galerie-slider-1 img {
    border-radius: 0 0 0 20px;
    height: 400px;
    object-fit: cover;
    transition: all .4s !important;
}
.galerie-slider-1:hover img {
	transform: scale(1.1) !important;
}
.galerie-slider-1 .et_pb_gallery_items {
	border-radius: 0 0 0 20px;
}
.galerie-slider a.et-pb-arrow-prev, 
.galerie-slider a.et-pb-arrow-next {
	display: none;
}
.galerie-slider-1 a.et-pb-arrow-prev, 
.galerie-slider-1 a.et-pb-arrow-next {
	display: none;
}
body #page-container .text-item.active {
    color: #000 !important;
    padding: 10px !important;
    background-color: #edededa3;
}



@keyframes sld-30 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(30px);
	}
}

/**** PARTICULIERS CSS ****/
.galerie-inner .et_pb_gallery_item .et_overlay:before {
    font-size: 18px !important;
    left: 55% !important;
    top: 55%;
}
.galerie-inner .et_pb_gallery_item {
    width: 380px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}
.galerie-inner .et_pb_gallery_item img {
    height: 285px !important;
	object-fit: cover;
}
.galerie-inner .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
}
.mariage-item:not(:last-child) {
	margin-right: 20px !important;
}
.mariage-item {
	border: 0px solid #F08733 !important;
}

/**** SEJOUR EN GITE CSS ****/
.hidden-img {
	display: none !important;
}
.hidden-img.ui-sortable {
	display: block !important;
}
.compris-item.active {
	display: block !important;
}
.img-list.ui-sortable {
    display: flex;
}
.img-list.ui-sortable .compris-item {
	width: 20% !important;
}
.img-list.ui-sortable .compris-item.ui-sortable img {
	height: 730px !important;
    object-fit: cover;
}
.comprend-item .et_pb_main_blurb_image {
	width: 20px !important;
}
.col-inclus-item {
	transition: all .4s !important;
    background-size: 0% !important;
}
.col-inclus-item:hover {
	background-color: transparent !important;
}
.col-inclus-item:hover {
	background-size: cover !important;
    background-color: transparent !important;
    
}
.inclus-item:hover .et_pb_blurb_content {
	opacity: 0 !important;
}

/**** APROPOS ****/
body #page-container .timeline-item .tmdivi-content{
	border-radius: 6px !important;
    background-color: #10657f !important;
}
body #page-container .timeline-item .tmdivi-arrow {
	background-color: #10657f !important;
}
body #page-container .timeline-item .tmdivi-labels {
    display: none;
}
body #page-container .timeline-item .tmdivi-wrapper .tmdivi-icondot {
	background-color: #fff !important;
}

/**** MENTIONS LEGALES ****/
body #page-container .mentions-legales p {
	font-weight: 400 !important;
}
body #page-container .mentions-legales h2 {
    margin-bottom: 15px !important;
}
body #page-container .mentions-legales p{
	padding: 0 !important;
}
body #page-container .mentions-legales .espace {
    margin-bottom: 20px !important;
    padding: 0 !important;
}
body #page-container .mentions-legales .first-section .espace {
    margin-bottom: 10px !important;
}
body #page-container .mentions-legales .first-section p:last-child {
    margin-bottom: 20px !important;
}
body #page-container .mentions-legales p {
    padding-bottom: 0 !important;
}
.apropos-item .et_pb_main_blurb_image {
    width: 20px !important;
}

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

/**** DESACTIVE SCROLL ON POPUP ****/
body.mfp-zoom-out-cur {
    overflow: hidden !important;
}
body.mfp-zoom-out-cur .mfp-bg.mfp-fade.mfp-ready, body.mfp-zoom-out-cur .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}

/**** 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: 5px !important;
}
.realisation .et_pb_all_tabs {
	background-color: transparent !important;
}
/*.galerie-realisation .et_pb_gallery_item {
    width: 280px !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;
}

/**** FOOTER CUSTOM CSS ****/
.menu-footer .sub-menu {
    display: none;
}
.menu-footer ul#menu-menu-principales-1>li {
	padding-left: 0 !important;
	padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    transition: all .4s;
}
/*.menu-footer ul#menu-menu-principales-1>li:hover {
	padding-left: 7px !important;
}*/
.menu-footer ul#menu-menu-principales-1>li:last-child {
	margin-bottom: 0 !important;
}
.menu-footer ul#menu-menu-principales-1>li>a {
	padding-bottom: 0 !important;
}
.menu-footer .et_pb_menu__menu {
	display: block;
}
.menu-footer .et_mobile_nav_menu {
	display: none !important;
}
.menu-footer #menu-menu-principales-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0 !important;
}
.menu-footer .et_pb_menu__wrap {
	justify-content: flex-start;
}
.menu-footer ul>li>a:after {
    display: none;
}
body #page-container .footer .menu-footer ul {
	padding: 0 !important;
}
.coordonnee-footer .et_pb_blurb_container {
	padding: 0 !important;
}
.infos-plus {
	transition: all .4s;
}
.infos-plus:hover {
	padding-left: 7px !important;
}
.infos-plus .et_pb_blurb_description:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
    background-image: url(/wp-content/uploads/2026/01/right.png);
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    filter: brightness(0) saturate(100%) invert(64%) sepia(78%) saturate(3524%) hue-rotate(143deg) brightness(95%) contrast(91%);
}
.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;
    background-color: #1e6498 !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !important;
}
.cky-btn-accept {
    background: #1e6498 !important;
    color: #ffffff;
    border: 2px solid #1e6498 !important;
}
.cky-btn-reject {
    color: #1e6498 !important;
    background: transparent !important;
    border: 2px solid #1e6498 !important;
}
.cky-btn-customize {
    color: #1e6498 !important;
    background: transparent !important;
    border: 2px solid #1e6498 !important;
}
.cky-btn-preferences {
    color: #1e6498 !important;
    background: transparent !important;
    border: 2px solid #1e6498 !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
	color: #1e6498 !important;
}

/**** PLAN DU SITE CUSTOM CSS ****/
.site-map h3 {
    display: none !important;
}
.site-map br {
    display: none !important;
}
.site-map ul {
	margin: 0 !important;
}
.site-map li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    transition: all .4s;
}
.site-map li:hover {
    padding-left: 10px;
}
.site-map li:last-child {
    margin-bottom: 0px;
}
.site-map li:before {
    content: '';
    display: block;
    position: relative;
    top: 0px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2026/02/arrow-double-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    filter: brightness(0);
    transition: all .4s !important;
}
.site-map li:hover:before {
	filter: none !important;
}

/**** 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: #1e6498 !important;
    margin-right: 10px !important;
    transition: 0.3s all !important;
}
.et_pb_scroll_top.et-pb-icon:hover {
    transition: 0.3s all !important;
    transform: scale(1.1) !important;
}
.et_pb_scroll_top.et-pb-icon {
  animation: pulse 1s infinite ease-in-out alternate !important;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 981px) {
	.banner-slider {
	    height: 100vh !important;
	}
	.banner-slider .et_pb_slide {
	    height: 100vh !important;
	}
    .banner-slider .et_pb_container.clearfix {
	    height: 100vh !important;
	}
	body:not(.home) #page-container h2 {
		font-size: 50px !important;
        line-height: 40px !important;
	}
    body #page-container .form-contact h2 {
		font-size: 60px !important;
        line-height: 50px !important;
	}
}

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

@media screen and (max-width: 980px) {
    body #page-container .header .coordonnee-header.phone .et_pb_blurb_container {
     	display: none !important;
  	}
  	body #page-container .header .menu-header .et_mobile_nav_menu {
     	margin: 0 !important;
  	}
    .header.nav-scroll .coordonnee-header {
		border-color: transparent;
	}
    body #page-container .coordonnee-header {
        display: flex;
		justify-content: center;
        align-items: center;
        width: 26px;
        height: 26px;
        padding: 5px !important;
        border-radius: 3px !important;
        background-color: #ffffff;
    }
	body #page-container .header .coordonnee-header .et_pb_blurb_content {
		width: 15px !important;
	}
	body #page-container .header .menu-header li ul.sub-menu {
		width: 100% !important;
		padding: 20px !important;
	}
    body #page-container .banner {
        height: calc(100vh - 133px) !important;
    }
    body #page-container .banner-inner {
        height: calc(100vh - 80px) !important;
    }
    .img-full img {
        width: 100% !important;
    }
    .img-full .et_pb_image_wrap {
        width: 100% !important;
    }
	.menu-header .mobile_menu_bar {
    	border-radius: 3px;
    	background-color: #1E6498 !important;
	}
	.menu-header #mobile_menu1 {
		border-radius: 0px !important;
	}
	.menu-header #mobile_menu1 li:hover a {
		color: #000 !important;
	}
	.menu-header .mobile_menu_bar:before {
		color: #fff !important;
	}
	.menu-header .et_pb_menu_inner_container.clearfix {
		position: unset !important;
	}
	.menu-header #mobile_menu1 {
		padding: 30px 20px !important;
	}
	.menu-header #mobile_menu1 li a:hover {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #1E6498 !important;
	}
    .menu-header #mobile_menu1>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #1E6498 !important;
	}
	body #page-container .navbar .menu-header li>a.menu-link.active {
		color: #fff !important;
		background-color: #1E6498 !important;
	}
	body #page-container .menu-header li>a.menu-link {
		color: #000 !important;
	}
    body #page-container .menu-header li>a.menu-link:hover {
		color: #fff !important;
	}
	.menu-header #mobile_menu1 li ul.sub-menu>li {
		padding-left: 0 !important;
	}
	.menu-header .et_mobile_nav_menu {
		margin: 0 !important;
	}
    body #page-container .menu-header .mobile_nav.opened .et_mobile_menu{
        transition: all .4s !important;
        display: block !important;
    }
    body #page-container .menu-header .mobile_nav.closed .et_mobile_menu{
       display: none !important;
       transition: all 4s !important;
    }
	body #page-container .banner-slider .et-pb-slider-arrows {
		display: none !important;
	}
    body #page-container .realisation ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	body #page-container .realisation ul>li {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
	}
	body #page-container .realisation ul>li:last-child {
		margin-bottom: 0 !important;
	}
	body #page-container .header .coordonnee-header .et_pb_blurb_container {
		display: none !important;
	}
	body #page-container .realisation .et_pb_gallery_item {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
	}
	body #page-container .realisation .et_pb_gallery_item:last-child {
		margin-bottom: 0 !important;
	}
	.galerie-realisation img {
		width: 100% !important;
	}
    body #page-container .ligne-row {
        max-width: 1200px !important;
        width: 90% !important;
    }
	body #page-container .prestation-item {
		width: 48% !important;
	}
    .prestation-item:first-child {
        margin-bottom: 20px !important;
    	margin-right: 20px !important;
	}
    .prestation-item:nth-child(2) {
        margin-bottom: 20px !important;
	}
    .prestation-item:nth-child(3) {
    	margin-right: 20px !important;
	}
	body #page-container .col-space-bottom {
		margin-bottom: 20px !important;
	}
	body #page-container .galerie-slider .et_pb_gallery_items {
		border-radius: 0 0 20px 20px !important;
	}
    body #page-container .galerie-slider-1 .et_pb_gallery_items {
		border-radius: 0 0 20px 20px !important;
	}
    body #page-container .galerie-slider .et_pb_gallery_items img {
		border-radius: 0 0 20px 20px !important;
	}
    body #page-container .galerie-slider-1 .et_pb_gallery_items img {
		border-radius: 0 0 20px 20px !important;
	}
	body #page-container .galerie-photo .et_pb_gallery_item {
		width: 48% !important;
		margin-right: 20px !important;
		margin-bottom: 20px !important;
	}
	body #page-container .galerie-photo .et_pb_gallery_items {
		display: flex;
		flex-wrap: wrap;
	}
	body #page-container .galerie-photo .et_pb_gallery_item:nth-child(2) {
		margin-right: 0 !important;
	}
    body #page-container .galerie-photo .et_pb_gallery_item:last-child {
		margin-right: 0 !important;
	}
    body #page-container .galerie-photo .et_pb_gallery_item:nth-child(3) {
		margin-bottom: 0 !important;
	}
    body #page-container .galerie-photo .et_pb_gallery_item:last-child {
		margin-bottom: 0 !important;
	}
	body #page-container .offre-item:not(:last-child) {
		margin-bottom: 20px !important;
	}
	.mariage-item:not(:last-child) {
		margin-bottom: 20px !important;
		margin-right: 0 !important;
	}
    .et_animated {
        opacity: 1 !important;
    }
	.et_pb_section *:not(
	.et_pb_row--with-menu,
	.logo-slider,
	.arrow_gauche.slick-arrow,
	.arrow_droite.slick-arrow,
	.slick-list,
	.slick-track,
	.slick-slide,
	.banner,
	.hero-title, .partenaire-slider, .partenaire-slider .slick-track, .partenaire-slider .slick-slide, .banner-slider-desc, .btn-book
	) {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;

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

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

@media screen and (max-width: 767px) {
    .error-404 .et_pb_text_0_tb_body {
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }
    body #page-container .header .coordonnee-header.phone .et_pb_blurb_container {
        display: none !important;
    }
    body #page-container .header .coordonnee-header.phone .et_pb_main_blurb_image {
        width: 100% !important;
    }
    body #page-container .banner-inner {
       height: calc(100vh - 133px) !important;
    }
	body #page-container .galerie-inner .et_pb_gallery_item:not(:last-child) {
		margin-bottom: 20px !important;
	}
	body #page-container .galerie-inner .et_pb_gallery_item {
		margin-right: 0 !important;
	}
	body #page-container .galerie-inner .et_pb_gallery_item:last-child {
		margin-bottom: 0 !important;
	}
	body #page-container .mariage-item:not(:last-child) {
		margin-bottom: 20px !important;
	}
	body #page-container .banner-inner .chapo {
		margin-bottom: 20px !important;
	}
	body #page-container .mariage-item {
        display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		min-height: 259px !important;
	}
	body #page-container .banner-inner h1 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
    body:not(.home) #page-container h2,
	body:not(.home) #page-container h3 {
		font-size: 40px !important;
        line-height: 30px !important;
	}
     body #page-container .mentions-legales h2 {
       font-size: 40px !important;
       line-height: 30px !important;
    }
    body #page-container .banner-inner .chapo {
		font-size: 40px !important;
        line-height: 30px !important;
	}
    body #page-container .header .topbar .coordonnee-header img {
       filter: brightness(0) !important;
    }
    .header .topbar .et_pb_blurb_container {
       display: none !important;
    }
	.col-before-1:before {
		top: 30px !important;
	}
	body #page-container .galerie-photo .et_pb_gallery_item {
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 20px !important;
	}
	body #page-container .galerie-photo .et_pb_gallery_item:last-child {
		margin-bottom: 0 !important;
	}
	body #page-container .desc-p .et_pb_text_inner {
		text-align: left !important;
	}
	body #page-container .galerie-photo .et_pb_gallery_item:nth-child(3) {
		margin-bottom: 20px !important;
	}
	body #page-container .ti-reviews-container {
		margin-bottom: 0 !important;
	}
	.galerie-slider img {
		height: 250px !important;
	}
    	.galerie-slider-1 img {
		height: 250px !important;
	}
    .galerie-slider-inner .et_pb_gallery_items img {
    border-radius: 20px !important;
    height: 250px !important;
    transition: all .4s !important;
}
    .banner-slider {
       padding: 0 !important;
    }
    .banner-slider br {
       display: none !important;
    }
    .banner-slider .et_pb_slides .et_pb_slide {
       padding-left: 15px !important;
       padding-right: 15px !important;
    }
    body #page-container .galerie-realisation img {
       width: 100% !important;
    }
    body #page-container #galerie-list {
       overflow: hidden !important;
    }
	.col-inner-before:before {
		width: 100px;
		height: 100px;
	}
	.col-inner-before:after {
		width: 100px;
		height: 100px;
	}
	body #page-container .travail-item {
        display: flex;
		align-items: center;
		min-height: 295px !important;
	}
	.col-inner-before .et-pb-controllers {
		bottom: 11% !important;
	}
    .realisation ul {
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column !important;
       background-color: transparent !important;
       margin-bottom: 35px !important;
    }
    .realisation ul>li {
       margin-left: 0 !important;
       margin-bottom: 10px !important;
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100% !important;
    }
    body #page-container .realisation .et_pb_gallery_item {
       max-width: 100% !important;
       width: 100% !important;
       margin-right: 0 !important;
    }
    body #page-container .realisation .et_pb_gallery_item img{
       max-width: 100% !important;
       width: 100% !important;
    }
    .realisation .et_pb_gallery_item .et_pb_gallery_image.landscape{
       max-width: 100% !important;
       width: 100% !important;
    }
    body #page-container .prestation-item {
		width: 100% !important;
        margin-right: 0 !important;
        min-height: 508px !important;
	}
	body #page-container .prestation-item .et_pb_module_header {
		min-height: auto !important;
	}
	body #page-container .prestation-item p {
		min-height: auto !important;
	}
    body #page-container .prestation-item:not(:last-child) {
		margin-bottom: 20px !important;
	}
	body #page-container .banner-space-bottom {
		margin-bottom: 15px !important;
	}
	body #page-container .banner-col-btn {
        display: flex;
        justify-content: center;
		align-items: center;
		width: 100% !important;
	}
	.prestation-item .et_pb_module:after {
		content: "";
		display: block;
		width: 90px;
		height: 90px;
		position: absolute;
		top: 7px;
		left: calc(50% - 90px / 2);
		background-color: #4f90a454;
		border-radius: 50%;
		transition: all .4s !important;
		z-index: -1;
	}
	body #page-container .form-contact .consent-text p {
		text-align: left !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;
	}
	body.et_pb_button_helper_class #page-container .et_pb_section a.btn-devis {
		display: flex;
		justify-content: center;
		border: 2px solid transparent !important;
	}
}

@media screen and (max-width: 423px) {
	body #page-container #galerie-list span.et_overlay:before {
		left: 54% !important;
	}
    body #page-container .captcha-ni .forminator-g-recaptcha {
    	width: 312px !important;
        margin-left: -17px !important;
        scale: 0.9;
	}
    .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: 0px solid !important;
        border-bottom: 0px solid !important;
        border-radius: 0 !important;
    }
    body #page-container .coordonne-item-contact .et_pb_blurb_description a {
        word-break: break-word !important;
    }
}
@media screen and (max-width: 375px) {
	.banner-slider .et_pb_slide_description:after {
        content: "";
        display: block;
        width: 520px;
        height: 520px;
        position: absolute;
        top: -100px;
        left: -120px;
        background-image: url(/wp-content/uploads/2025/01/Mask-slider.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: -1;
        opacity: 0.5;
    }
}

@media screen and (max-width: 360px) {
    .banner-slider .et_pb_slide_description:after {
        content: "";
        display: block;
        width: 500px;
        height: 500px;
        position: absolute;
        top: -100px;
        left: -110px;
        background-image: url(/wp-content/uploads/2025/01/Mask-slider.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: -1;
        opacity: 0.5;
    }
	body #page-container .social-link {
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 359px) {
	body #page-container .banner-slider h1 {
		font-size: 40px !important;
	}
	body #page-container .banner-inner h1 {
		font-size: 32px !important;
        line-height: 37px !important;
	}
	body #page-container .coordonnee-item-ni a {
		word-break: break-all !important;
	}
	body #page-container .captcha-ni .forminator-g-recaptcha {
		margin-left: -17px !important;
        scale: 0.9;
	}
	body #page-container .form-contact {
		overflow: visible !important;
	}
}