/* 
 Theme Name:     chavanel-child
 Author:         altelis
 Author URI:     https://www.altelis.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* 
     _       _       _       _       _       _
   >(.)__  <(.)__  =(.)__  >(.)__  <(.)__  =(.)__
~^~^~(___/~^~(___/~^~(___/~^~(___/~^~(___/~^~(___/~^~^~

 */

/*==============================GENERAL==============================*/
@font-face {
    font-family: "Muli-Regular";
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Regular/Muli-Regular.eot") format("eot");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Regular/Muli-Regular.otf") format("opentype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Regular/Muli-Regular.svg") format("svg");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Regular/Muli-Regular.ttf") format("truetype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Regular/Muli-Regular.woff") format("woff");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Regular/Muli-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Muli-Italic";
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Italic/Muli-Italic.eot") format("eot");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Italic/Muli-Italic.otf") format("opentype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Italic/Muli-Italic.svg") format("svg");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Italic/Muli-Italic.ttf") format("truetype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Italic/Muli-Italic.woff") format("woff");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Italic/Muli-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Muli-Bold";
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Bold/Muli-Bold.eot") format("eot");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Bold/Muli-Bold.otf") format("opentype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Bold/Muli-Bold.svg") format("svg");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Bold/Muli-Bold.ttf") format("truetype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Bold/Muli-Bold.woff") format("woff");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Bold/Muli-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Muli-Light";
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Light/Muli-Light.eot") format("eot");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Light/Muli-Light.otf") format("opentype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Light/Muli-Light.svg") format("svg");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Light/Muli-Light.ttf") format("truetype");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Light/Muli-Light.woff") format("woff");
    src: url("/wp-content/themes/chavanel-child/fonts/Muli-Light/Muli-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Century-Gothic-Regular";
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Regular/Century-Gothic.eot") format("eot");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Regular/Century-Gothic.otf") format("opentype");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Regular/Century-Gothic.svg") format("svg");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Regular/Century-Gothic.ttf") format("truetype");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Regular/Century-Gothic.woff") format("woff");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Regular/Century-Gothic.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Century-Gothic-Bold";
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Bold/Century-Gothic-Bold.eot") format("eot");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Bold/Century-Gothic-Bold.otf") format("opentype");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Bold/Century-Gothic-Bold.svg") format("svg");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Bold/Century-Gothic-Bold.ttf") format("truetype");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Bold/Century-Gothic-Bold.woff") format("woff");
    src: url("/wp-content/themes/chavanel-child/fonts/Century-Gothic-Bold/Century-Gothic-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

:root{
	--primary-color:#005367;
	--secondary-color:#6697A3;
	--black:#000000;
	--white:#FFFFFF;
	--main-title:"Century-Gothic-Bold", sans-serif;
	--body-text:"Muli-Regular", sans-serif;
	--secondary-title: "Century-Gothic-Regular", sans-serif;
	--transition:0.3s ease-in-out;
	--button-text: "Century-Gothic-Bold", sans-serif;
}

h1, h2 {
	font-family: var(--main-title), sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--primary-color);
	text-align: center;
	padding: 0;
	padding-bottom: 24px;
}

@media (max-width: 980px) {
	h2 {
		font-size: 2rem;
	}
}

p {
	color: var(--primary-color, #005367);
	font-size: 1rem;
	font-family: var(--body-text);
	text-align: justify;
}

p i {
	font-family: "Muli-Italic", sans-serif;
}

ul {
	padding-bottom: 0px !important;
	color: var(--primary-color);
	font-family: var(--body-text);
	text-align: justify
}

.et_pb_row {
	max-width: 1200px;
	padding: 0 !important;
}

.et_pb_slide {
	min-height: 412px;
	max-height: 664px;
}

@media (max-width: 980px) {
	.et_pb_slide {
		min-height: 264px;
	}
}

.et_pb_slider, .et_pb_slides, .et_pb_slide {
	height: 100%;
}

.et_pb_section{
    background-color:transparent;
	padding: 0 !important;
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

#main-content{
    background-image: url("/wp-content/uploads/2020/06/filigrane.png") !important;
	background-repeat: repeat-y !important;
	background-size: 100%;
}

@media(max-width:980px){
	#main-content{
		background-size: 140%;
	}
}

/*******************************
 *SECTION FOOTER
********************************/
.global-footer-section {
	background-color: var(--primary-color) !important;
	padding-bottom: 0px !important;
/* 	margin-top: 24px; */
}
.global-footer-section h3 {
	padding-bottom:0;
	color: var(--white);
	font-family: "Century-Gothic-Regular", sans-serif;
	font-size: 1.5rem;
}
.global-footer-section p {
	color: var(--white) !important;
}
.global-footer-top-footer-row {
	margin-top: 16px;
	margin-bottom: 40px;
}
.global-footer-top-footer-row p {
	font-family: "Muli-Light", sans-serif;
	line-height: 1.5rem;
	text-align: left;
}
.global-footer-top-footer-row p a {
	color: var(--white) !important;
	transition: var(--transition);
}
.global-footer-top-footer-row p a:hover {
	opacity: 0.6;
}
.global-footer-top-footer-row .global-footer-top-footer-collectionneurs-logo-module {
	min-height: 44px;
}
.global-footer-top-footer-row .global-footer-top-footer-chavanel-logo-module img, .global-footer-top-footer-row .global-footer-top-footer-collectionneurs-logo-module img {
	max-height: 44px;
}
.global-footer-top-footer-titre-module {
	height: 44px;
}
.global-footer-top-footer-first-line-module {
	margin-bottom: 24px !important;
}
.global-footer-bottom-footer-row {
	background-color: #004657;
/* 	height: 48px; */
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: unset !important;
    width: 100%;
	padding: 10px 10% !important;
}
.global-footer-bottom-footer-row p {
	text-align: center;
	font-family: "Century-Gothic-Regular", sans-serif;
}
.global-footer-bottom-footer-row p span {
	font-family: "Century-Gothic-Bold", sans-serif;
}
.global-footer-bottom-footer-row a {
	color: var(--white);
	transition: var(--transition);
	opacity: 1;
}
.global-footer-bottom-footer-row a:hover {
	opacity: 0.6;
}
.global-footer-rs-picto-module .et_pb_code_inner {
	display:flex;
	width: 120px;
	justify-content: space-between;
	margin-bottom: 16px;
}
.global-footer-rs-picto-module a {
	width: 24px;
	text-align: center;
	font-size: 24px;
	color: var(--white);
	transition: 0.3s ease;
}
.global-footer-rs-picto-module a:hover {
	opacity: 0.6;
}
.global-footer-top-footer-newsletter-text-module{
	margin-bottom: 1rem !important;
}
.global-footer-top-footer-newsletter-module label {
	color: #DEE9EB;
	font-size: 0.75rem;
	font-family: "Muli-Light", sans-serif;
	line-height: 1rem;
}
.global-footer-top-footer-newsletter-module input[type=text] {
	background-color: var(--primary-color);
	border: 1px solid var(--white);
	height: 32px;
	padding: 0 1rem;
	font-family: "Muli-Light", sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	color: var(--white);
/* 	width: calc(100% - 100px); */
	width: 100%;
}
.global-footer-top-footer-newsletter-module input[type=text]::placeholder {
	color: #DEE9EB;
}
.global-footer-top-footer-newsletter-module input[type=submit] {
	background-color: var(--secondary-color);
	font-family: "Century-Gothic-Bold", sans-serif;
	font-size: 1rem;
	color: var(--white);
	height: 32px;
	padding: 0px 20px;
	transition: 0.3s ease;
	position: absolute;
    top: 0;
    right: 0;
    border: 1px solid white;
    border-left: 0px;
	margin: 0;
}
.global-footer-top-footer-newsletter-module input[type=submit]:hover {
	cursor: pointer;
	background-color: #478391;
}
.global-footer-top-footer-newsletter-module input[type=checkbox] {
	margin: 0;
	transform: translate(0px, 2px);
}

.global-footer-top-footer-newsletter-module .newsletter-message-envoi {
	font-size: 16px;
	font-family: "Muli-Bold", sans-serif;
	color: var(--white);
}

.global-footer-top-footer-row .et_pb_column.et-last-child {
    display: flex;
    flex-direction: column;
	width: 17% !important;
	margin-left: 4%;
}

.global-footer-top-footer-row .et_pb_column {
    width: 21% !important;
    margin-right: 4% !important;
}
.global-footer-top-footer-row .et_pb_column:nth-child(2){
	margin-right: 8% !important;
}
.global-footer-code-section {
	display: none;
}

@media(max-width:1540px){
	.global-footer-top-footer-newsletter-module input[type=submit] {
		position: relative;
		margin-top: 8px;
		border: 0px;
	}
}

@media(max-width:980px){
	.global-footer-top-footer-newsletter-module input[type=submit] {
		position: absolute;
		margin-top: 0px;
		border: 1px solid var(--white);
		border-left: 0px;
	}
	.global-footer-section {
		margin-bottom: 50px;
	}
	.global-footer-top-footer-row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 16px !important;
	}
	.global-footer-top-footer-row .et_pb_column:nth-child(2){
		margin-right: 4% !important;
	}
	.global-footer-section .global-footer-top-footer-row .et_pb_column {
    	min-width: 200px;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 24px !important;
		width: 100% !important;
		margin-right: 0% !important;
	}
	.global-footer-top-footer-row .et_pb_column p {
		text-align: center
	}
	.global-footer-top-footer-row .et_pb_column.et-last-child {
    	justify-content: flex-start;
    	align-items: center;
		margin-bottom: 0px !important;
		margin-left: 0% !important;
	}
	.global-footer-top-footer-titre-module {
		margin-bottom: 0px !important;
	}
	.global-footer-top-footer-first-line-module {
		height: unset;
		margin-bottom: 8px !important;
	}
	.global-footer-top-footer-suivez-nous-module {
		margin-bottom: 12px !important;
	}
	.global-footer-bottom-footer-row p {
		font-size: 14px;
	}
}

/*Footer Sticky*/
    .mobile-sticky-footer{
        background: var(--primary-color);
    }
    .mobile-sticky-footer-row{
        margin: 0;
		width: 100%;
    }
.footer-sticky-div {
	display: flex;
	justify-content: space-between;
}

    .footer-sticky-code-module, 
    .footer-sticky-code-module .et_pb_code_inner, 
    .footer-sticky-code-module .footer-sticky-div, 
    .footer-sticky-code-module .footer-sticky-div ul, 
    .footer-sticky-code-module .footer-sticky-div ul li{
        height:100%;
    }
    .footer-sticky-code-module .footer-sticky-div ul{
        display:flex;
        flex-direction:row;
        justify-content:flex-start;
        align-items:center;
        padding: 0 0 0 10px;
    }
    .footer-sticky-code-module .footer-sticky-div ul li{
        position:relative;
        list-style:none;
        min-width:60px;
        min-height:50px;
    }
    .footer-sticky-code-module .footer-sticky-div .footer-link a{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .footer-sticky-code-module .footer-sticky-div .footer-link a{
        background-size: 20px !important;
    }
    /*Mail*/
    .footer-sticky-code-module .footer-sticky-div .footer-link.mail a{
        background:url(/wp-content/uploads/2020/06/email.png);
    }
    /*Téléphone*/
    .footer-sticky-code-module .footer-sticky-div .footer-link.phone a{
        background:url(/wp-content/uploads/2020/06/telephone.png);
    }
    /*Localisation*/
	.footer-sticky-code-module .footer-sticky-div .footer-link.address{
        display:none;
    }
    .footer-sticky-code-module .footer-sticky-div .footer-link.address a{
        background:url(/wp-content/uploads/2020/06/adresse.png);
    }

.mobile-sticky-footer {
	padding: 0px !important;
}
/*******************************
 *FIN SECTION FOOTER
********************************/

/*******************************
 *RGPD
********************************/
#main-header {
     z-index: 99;
}
.moove-gdpr-align-center.moove-gdpr-dark-scheme.gdpr_infobar_postion_bottom {
	background-color: var(--black) !important;
    border-top: 0px !important;
}

.moove-gdpr-dark-scheme .mgbutton, .moove-gdpr-modal-content .mgbutton {
	border-radius: 0px !important;
}

.moove-gdpr-modal-content .mgbutton {
	border: 0px !important;
}

.moove-gdpr-info-bar-container .change-settings-button:hover {
	color: var(--secondary-color) !important;
}

.moove-gdpr-dark-scheme .mgbutton:hover, .moove-gdpr-modal-content .mgbutton:hover {
	background-color: var(--secondary-color) !important;
	color: var(--white) !important;
}

.moove-gdpr-modal-content .moove-gdpr-tab-nav {
	border-radius: 0px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button {
	background-color: var(--primary-color) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button {
	color: var(--white) !important;
}

.moove-gdpr-modal-content .menu-item-selected button {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color);
	color: var(--white) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
	background-color: var(--secondary-color) !important;
    color: var(--white) !important;
	border-color: var(--secondary-color) !important;
}

.moove-gdpr-modal-content a {
	transition: var(--transition);
}

/*******************************
 *FIN RGPD
********************************/

/*******************************
 *HEADER
********************************/
#main-header {
	font-family: var(--secondary-title);
	height: 80px;
	box-shadow: 0 3px 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.05);
}
#main-header .container, #main-header #et-top-navigation, #main-header #top-menu-nav, #main-header #top-menu {
	height: 100%;
}
#main-header .container {
	max-width: 94% !important;
	width: unset;
}
#main-header #top-menu {
    display: flex;
    align-items: center;
}
#main-header #et-top-navigation {
	padding-top: 0 !important;
	font-weight: 400;
}
#main-header #top-menu li {
	padding-right: 35px;
}
#main-header #top-menu li.centered-inline-logo-wrap {
	padding-right: 0px;
    margin-right: 40px;
	width: 80px !important;
	height: 80px;
	opacity: 1 !important;
}
#main-header #top-menu li.centered-inline-logo-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-header a {
	color: var(--primary-color);
	transition: var(--transition);
	padding-bottom: 0 !important;
}
#main-header .current_page_item {
	font-family: var(--main-title);
}
body #page-container #main-header .logo_container {
    height: 100% !important;
    opacity: 1 !important;
}

/*****MENU HOVER*****/
#top-menu-nav #top-menu li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  background: var(--primary-color);
  visibility: hidden;
  transform: scaleX(0);
  transition: var(--transition);
}
#top-menu-nav #top-menu li.current_page_item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: var(--primary-color);
  visibility: visible;
  transform: scaleX(1);
  transition: var(--transition);
}
#top-menu-nav #top-menu li > a:hover:before,
#top-menu-nav #top-menu li > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
#top-menu-nav>ul>li>a:hover{
    opacity:1 !important;
}
#main-header.et-fixed-header #top-menu-nav #top-menu li.current_page_item a:before, 
#main-header.et-fixed-header #top-menu-nav #top-menu li > a:before{
  background: var(--primary-color);
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent;
    opacity: 0.8;
}
/******FIN MENU HOVER******/

/******BOUTON RESERVER******/

#main-header #top-menu-nav #top-menu li.button-book > a::before {
	display: none;
}

#main-header #top-menu-nav #top-menu li.button-book a {
	font-family: var(--main-title);
	color: var(--white) !important;
	background: var(--primary-color);
	padding: 12px 24px !important;
	transition: var(--transition);
}


#main-header #top-menu-nav #top-menu li.button-book a:hover {
	background: var(--secondary-color);
}

#main-header #top-menu li.button-book {
	padding-right: 0;
}

/******FIN BOUTON RESERVER******/

/******MENU HOME******/
.home #main-header {
	background-color: transparent;
	background: url("/wp-content/uploads/2020/08/dentelle-header-1.png");
	box-shadow:  none;
    -moz-box-shadow:  none;
    -webkit-box-shadow: none;
}
.home #main-header.et-fixed-header {
	font-family: var(--secondary-title);
	height: 80px;
	box-shadow: 0 3px 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.05);
	background-color: var(--white);
}
.home #main-header #top-menu li.centered-inline-logo-wrap {
	margin-left: -40px;
	width: 0px !important;
}

.home #main-header.et-fixed-header #top-menu li.centered-inline-logo-wrap {
	margin-left: 0px;
	margin-right: 50px;
	width: 80px !important;
}
/*.home #main-header.et-fixed-header #top-menu-nav{
	transform:translate(-2.3%,0);
}*/
.home #main-header a, .home #main-header #top-menu-nav #top-menu li.current_page_item a {
	color: var(--white);
}
.home #main-header.et-fixed-header a {
	color: var(--primary-color);
	transition: var(--transition);
	padding-bottom: 0 !important;
}
#top-menu li a{
	font-size: 18px !important;
}
.home #main-header #top-menu-nav #top-menu li a:before {
	background: var(--white);
}
.home #main-header.et-fixed-header #top-menu-nav #top-menu li a:before {
	background: var(--primary-color);
}
/******MENU HOME******/
@media (min-width: 981px) {
	#main-header .mobile-button-book {
		display: none;
	}
}

@media (min-width: 1560px) {
	#main-header #top-menu li {
    	padding-right: 50px;
	}
	#main-header #top-menu li.centered-inline-logo-wrap {
		margin-right: 50px;
	}
	.home #main-header #top-menu li.centered-inline-logo-wrap {
		margin-left: -50px;
	}
}

@media (min-width: 1760px) {
	#main-header #top-menu li {
    	padding-right: 50px;
	}
	#main-header #top-menu li.centered-inline-logo-wrap {
		margin-right: 50px;
	}
	.home #main-header #top-menu li.centered-inline-logo-wrap {
		margin-left: -50px;
	}
}
 
@media (max-width: 1400px) {
	#main-header .container {
    	width: 100%;
		max-width: 95% !important;
	}
	html .home #main-header.et-fixed-header #top-menu li.centered-inline-logo-wrap {
    	margin-left: -40px !important;
		margin-right: 40px;
    	width: 0px !important;
	}
	.home #main-header.et-fixed-header #top-menu-nav{
		transform: none;
	}
	html   #main-header #top-menu li.centered-inline-logo-wrap {
    	margin-left: -40px !important;
    	width: 0px !important;
	}
	#top-menu li a {
		font-size: 18px !important;
	}
		#main-header #top-menu li {
		padding-right: 32px;
	}
}

@media (max-width: 1160px) {
	#main-header #top-menu li {
		padding-right: 20px;
	}
	#top-menu li a {
		font-size: 16px !important;
	}
}

@media (max-width: 980px){
	#page-container, .et_fixed_nav.et_show_nav #page-container {
		padding-top: 50px !important;
		margin-top: 0px !important;
	}
#page-container #main-header {
    position: fixed;
    z-index: 9999;
    background: #ffffff !important;
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) !important;
	height: 50px !important;
}
	.et_header_style_split #logo {
    max-height: 50px;
    width: 88px;
}
	#main-header .container {
    max-width: 100% !important;
}
	.logo_container {
    margin: auto;
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: center;
    align-items: center;
}
	#et-top-navigation {
    position: absolute !important;
    top: 0;
    padding-top: 0 !important;
}
	#et-top-navigation #et_mobile_nav_menu .mobile_nav {
    background-color: transparent;
    padding: 0;
}
	.select_page {
		display: none !important;
	}
	.mobile_menu_bar_toggle {
		position: absolute;
		top: 10px !important;
		left: 10px !important;
		
	}
	#et_mobile_nav_menu {
		margin-top: 0px !important;
	}
	#et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
    top: 10px;
    left: 10px;
    padding: 0;
    width: 32px;
}
	#main-header .mobile-button-book {
    	position: absolute;
    	top: 0;
		right: 0;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	padding: 0 10px;
		height:100%;
		background-color: var(--primary-color);
		color: #fff !important;
		font-family: var(--main-title);
		transition: var(--transition);
		z-index: 2;
}
	#main-header .mobile-button-book:hover {
		background-color: var(--secondary-color);
}
	#et_mobile_nav_menu .mobile_menu_bar:before {
    color: var(--primary-color) !important;
}
	.home #main-header .mobile-button-book {
    padding: 0px 16px;
}
	#et-top-navigation .et_mobile_menu {
		    border-top: 0px;
		    top: 50px;
		height: calc(100vh - 50px);
    padding: 20px;
    border: none;
    background: var(--secondary-color);
	}
	
	#et-top-navigation .et_mobile_menu li a{
		padding: 20px 5% !important;
		font-size: 16px;
		font-family: var(--main-title);
		color: var(--white) !important;
		border-bottom: none;
	}
	.home #main-header.et-fixed-header #et-top-navigation .et_mobile_menu li a {
    padding-bottom: 20px !important;
}
	.button-book {
		display: none;
	}
}
/*******************************
 *FIN HEADER
********************************/

/*******************************
 *SLIDERS
********************************/
.et-pb-controllers a {
	width: 6px;
	height: 6px;
	background-color: #fff;
	opacity: 1;
}

.et-pb-controllers {
	display: flex;
    align-items: center;
    justify-content: center;
}

.et-pb-active-control {
	width: 14px !important;
	height: 14px !important;
	border-radius: 14px !important;
	border: 2px solid #ffffff !important;
	background-color: transparent !important;
}

.et-pb-arrow-prev, .et-pb-arrow-next {
	transform: translate(0px, -6px);
	opacity: 1;
	width: 30px;
	height: 60px;
	border: 1px solid var(--white);
	background-color: rgba(255,255,255,0.8);
}

.et-pb-arrow-prev:hover, .et-pb-arrow-next:hover {
	background-color: rgba(255,255,255,1);
}

.et-pb-arrow-prev {
	border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.et-pb-arrow-prev::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-left.png);
	background-size: 20px;
    top: 50%;
    left: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(4px, -50%);
}

.et-pb-arrow-next::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-right.png);
	background-size: 20px;
    top: 50%;
    right: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(-4px, -50%);
}

.et-pb-arrow-next {
	border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.et_pb_slider .et-pb-arrow-prev, .et_pb_slider .et-pb-arrow-prev:hover, .et_pb_slider:hover .et-pb-arrow-prev{
    left: 0px!important;
}

.et_pb_slider .et-pb-arrow-next, .et_pb_slider .et-pb-arrow-next:hover, .et_pb_slider:hover .et-pb-arrow-next{
    right:0px!important;
}

/********************Animations flèches slider ******************/
.et_pb_slider .et-pb-arrow-prev, .et_pb_slider .et-pb-arrow-next {
	opacity: 0;
	transition: var(--transition);
} 

.et_pb_slider .et-pb-arrow-prev {
    left: -30px!important;
}

.et_pb_slider .et-pb-arrow-next {
    right: -30px!important;
}

.et_pb_slider:hover .et-pb-arrow-prev, .et_pb_slider:hover .et-pb-arrow-next {
	opacity: 1;
} 

.et_pb_slider:hover .et-pb-arrow-prev {
	left: 0px!important;
}

.et_pb_slider:hover .et-pb-arrow-next {
    right: 0px!important;
}

@media (max-width: 980px) {
	.et_pb_slider .et-pb-arrow-prev, .et_pb_slider .et-pb-arrow-next {
		opacity: 1;
	}
	.et_pb_slider .et-pb-arrow-prev {
		left: 0px!important;
	}

	.et_pb_slider .et-pb-arrow-next {
		right: 0px!important;
	}
}
/********************Fin Animations flèches slider ******************/

/*******************************
 *FIN SLIDERS
********************************/
.et_pb_button {
	background-color: var(--primary-color);
    border: 0px;
    border-radius: 0px;
    color: #fff;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	font-family: var(--button-text);
}

.et_pb_button:hover {
	background-color: #6697A3 !important;
	border: 0px !important;
	padding: 0.5rem 1.5rem !important;
/* 	font-family: var(--button-text); */
}

.et_pb_button::after {
	display: none;
}

/*******************************
 *CADRE BLEU
********************************/
.blue-frame:before {
	content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    background-color: var(--secondary-color);
    z-index: -1;
}

.blue-frame {
	background-color: var(--primary-color);
	border: 2px solid #fff;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}
/*******************************
 *FIN CADRE BLEU
********************************/

/*******************************
 *VIDEOS
********************************/
.video-frame:before {
	content: "";
    position: absolute;
    top: 8px;
    border: 2px solid white;
    left: 8px;
    right: 8px;
    bottom: 8px;
	z-index: 1;
}

.et_pb_section_video_bg .mejs-container {
	height: 100% !important;
}

.et_pb_section_video_bg .mejs-mediaelement {
	display: flex;
    align-items: center;
}

.global-mobile-video-module {
	display: none;
}

.global-desktop-video-module {
	min-height: 412px;
}

@media (max-width: 980px) {
	.global-desktop-video-module {
		display: none;
	}
	.global-mobile-video-module {
		display: block;
	}
}
/*******************************
 *FIN VIDEOS
********************************/


/*******************************
 *SECTION TITRE PAGE
********************************/
.title-page-section {
	padding: 0px !important;
	height: 280px;
	display: flex;
	align-items: center;
}

.title-page-section::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.24);
}

.title-page-row {
	width: 100% !important;
	max-width: unset !important;
}

.page-title-module {
	text-align: center;
	padding: 0 16px;
}

.title-page {
	color: var(--white);
	padding-bottom: 20px;
	font-family: var(--main-title);
	font-size: 40px;
}

.subtitle-page {
	font-family: var(--secondary-title);
	font-size: 28px;
	color: var(--white);
	padding-bottom: 0px;
}

@media (max-width: 980px) {
	.title-page-section {
		height: 180px;
	}
	.title-page {
		font-size: 32px;
	}
	.subtitle-page {
		font-size: 26px;
	}
}

/*******************************
 *FIN SECTION TITRE PAGE
********************************/

/*******************************
 *GENERAL POPUP
********************************/
.mfp-bg {
	opacity: 0.6;
}

button.mfp-close {
	background-color: var(--secondary-color);
	transition: var(--transition);
	width: 32px;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    border-radius: 32px;
	transform: translate(16px, -16px);
}

.mfp-close-btn-in .mfp-close {
    color: var(--white);
}

.mfp-wrap .mfp-container button:hover {
	background-color: var(--primary-color) !important;
}
/*******************************
 *FIN GENERAL POPUP
********************************/

/*******************************
 *POPUP ARRIVÉE
********************************/
.popup-arrive-section {
	max-width: 800px;
	width: 80%;
	margin: auto;
	margin-top: 88px;
	margin-bottom: 88px;
	padding: 6px !important;
	border: 2px solid var(--white);
}

.popup-arrive-section .et_pb_row {
	width: 100% !important;
	background-color: var(--primary-color);
	padding: 32px !important;
}

.popup-arrive-section .et_pb_row:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .16;
    background-image: url(/wp-content/uploads/2020/06/filigrane.png) !important;
    background-size: cover;
}

.popup-arrive-section .popup-arrive-column {
	min-height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-arrive-section .et_pb_row h3 {
	text-transform: uppercase;
	font-family: var(--main-title);
	color: var(--white);
	font-size: 32px;
	text-align: center;
	padding-bottom: 16px;
}

.popup-arrive-section .et_pb_row p {
	color: var(--white);
	font-size: 18px;
	text-align: center;
}

.popup-arrive-section .et_pb_row p span {
	text-transform: uppercase;
	font-family: "Muli-Bold", sans-serif;
}

.popup-arrive-section .et_pb_module.et_pb_text {
	margin-bottom: 0;
}

.popup-arrive-section .et_pb_button_module_wrapper {
	margin-top: 24px;
	text-align: center;
}

.popup-arrive-section .et_pb_button {
	background-color: var(--white);
	color: var(--primary-color);
}
.popup-arrive-section .et_pb_button:hover {
	background-color: var(--secondary-color) !important;
	color: var(--white);
}

@media (max-width: 980px) {
	.popup-arrive-section .et_pb_row h3 {
		font-size: 28px;
	}
	.popup-arrive-section .et_pb_row p {
		font-size: 16px;
	}
}

/*******************************
 *FIN POPUP ARRIVÉE
********************************/

/*******************************
 *GENERAL PICTO-TEXT BLURB MODULE
********************************/
.global-picto-round-text-blurb-module {
    margin-bottom: 12px !important;
	display: inline-block;
	width: 100%;
}

.global-picto-round-text-blurb-module .et_pb_blurb_content {
	display: flex;
	margin: 0;
	max-width: unset;
}

.global-picto-round-text-blurb-module .et_pb_blurb_content .et_pb_main_blurb_image {
	background: var(--secondary-color);
    width: 36px;
    height: 36px;
    border-radius: 32px;
	margin-bottom: 0px;
}

.global-picto-round-text-blurb-module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-picto-round-text-blurb-module img {
	width: 24px;
    height: auto;
	opacity:1 !important;
}

.global-picto-round-text-blurb-module .et_pb_blurb_container {
	margin-left: 8px;
    margin-right: 16px;
    margin-top: 4px;
}

.global-picto-round-text-blurb-module p {
	text-align: left;
}

/*******************************
 *FIN GENERAL PICTO-TEXT BLURB MODULE
********************************/


/************************************
 *WIDGETS : Barre de pictogrammes
*************************************/
.menu-social-network{
    position: fixed;
    top: 68%;
    transform: translate(0, -50%);
    z-index: 9999999 !important; 
    right: -450px;
    text-transform: uppercase;
    width: 500px;
}
.menu-social-network a, .menu-social-network .nav-social-network-item-the-facebook {
	background-color: var(--secondary-color);
}
.nav-social-network-item-the-facebook a {
	background-color: transparent;
}
.menu-social-network #menu-menu-reseaux-sociaux li {
    box-shadow: none !important;
}
.menu-social-network #menu-menu-reseaux-sociaux li p, .menu-social-network #menu-menu-reseaux-sociaux li a {
    color: var(--white);
}
.menu-social-network #menu-menu-reseaux-sociaux li{
	margin-bottom: 4px;
	box-shadow: -3px 0px 20px rgba(0,0,0,0.2);
}
.nav-social-icon {
    height: 24px;
	max-width: 24px;
    margin-right: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
	object-fit: contain;
}
.nav-social-network-item-the-facebook:hover, 
.nav-social-network-item-the-facebook, 
.nav-social-network-item-the-phone a:hover, 
.nav-social-network-item-the-phone a, 
.nav-social-network-item-the-mail a:hover, 
.nav-social-network-item-the-mail a{
	position: relative;
    padding-left: 13px;
    padding-right: 15px;
    transition: 0.6s;
}
 
.nav-social-network-item-the-phone a p, 
.nav-social-network-item-the-mail a p{
	text-transform:none !important;
}

/*Téléphone*/
.nav-social-network-item-the-phone a:hover {
    animation: show-li-phone 0.6s forwards;
}
.nav-social-network-item-the-phone a {
    animation: show-li-phone-out 0.6s forwards;
    display: flex;
    align-items: center;
}
@keyframes show-li-phone {
    from {right: 0;}
    to {right: 170px;}
}
@keyframes show-li-phone-out {
    from {right: 170px;}
    to {right: 0;}
}
/*Fin Téléphone*/

/*Mail*/
.nav-social-network-item-the-mail a:hover {
    animation: show-li-mail 0.6s forwards;
}
.nav-social-network-item-the-mail a {
    animation: show-li-mail-out 0.6s forwards;
    display: flex;
    align-items: center;
}
@keyframes show-li-mail {
    from {right: 0;}
    to {right: 200px;}
}
@keyframes show-li-mail-out {
    from {right: 200px;}
    to {right: 0;}
}
/*Fin Mail*/

/*Réseaux sociaux*/
.nav-social-network-item-the-facebook:hover {
    animation: show-li-facebook 0.6s forwards;
}
.nav-social-network-item-the-facebook {
    animation: show-li-facebook-out 0.6s forwards;
    display: flex;
    align-items: center;
}
.sub-nav-social-icon li {
	display: flex;
}
.sub-nav-social-icon li a {
	display: flex;
    justify-content: center;
    align-items: center;
}
.nav-social-network-item-the-facebook:hover .sub-nav-social-icon li:hover {
	background-color: var(--primary-color);
}
@keyframes show-li-facebook {
    from {right: 0;}
    to {right: 300px;}
}
@keyframes show-li-facebook-out {
    from {right: 300px;}
    to {right: 0;}
}
.sub-nav-social-icon {
    display: flex;
}
.sub-nav-social-icon .fa {
    font-size: 20px;
}
.sub-nav-social-icon li {
	width: 50px;
    height: 44px;
    top: 0;
    left: 110px;
    transition: 0.3s ease-in-out;
	margin-bottom:0 !important;
}
.sub-nav-social-icon li a{
    height: 100%;
    width: 100%;
}
.social-fa-icon-insta {
    left: 110px;
}
.fa {
    margin-right: 0 !important;
}
/*Fin Réseaux sociaux*/

/*Switcher langue*/
@keyframes show-li-lang {
    from {right: 0;}
    to {right: 105px;}
}
@keyframes show-li-lang-out {
    from {right: 105px;}
    to {right: 0;}
}
.wpml-ls-statics-shortcode_actions.wpml-ls-legacy-list-horizontal {
    position: relative;
    right: 0px;
    font-weight: 700;
	padding:0px 4px !important;
}
.wpml-ls-legacy-dropdown {
    width: 4em !important;
    max-width: 100%;
	font-family: var(--secondary-title) !important;
	font-size: 16px !important;
}
.wpml-ls-statics-shortcode_actions .js-wpml-ls-item-toggle{
    padding-left: 10px;
/*     padding-right: 20px !important; */
    transition: var(--transition);
	border:none !important;
	height: 45px;
}
.wpml-ls-legacy-dropdown li {
	width: 50px;
}
.wpml-ls-legacy-dropdown a {
	padding: 0px !important;
	text-align: center;
	background-color: var(--secondary-color) !important;
}
.wpml-ls-legacy-dropdown a span {
	line-height: 45px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-native {
	line-height: 35px;
}
.wpml-ls-legacy-dropdown a:hover {
	background: var(--secondary-color) !important;
}
.wpml-ls-legacy-dropdown li:hover a {
	background: var(--secondary-color) !important;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link{
	height: 40px !important;
	width:50px !important;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link:hover{
	background: var(--primary-color) !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	right:50% !important;
	top: 50% !important;
    transform: translate(50%,50%) !important;
	border: .3em solid transparent;
    border-top: .4em solid;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border-top:none !important;
	padding-top: 2px;
    margin-top: -1px !important;
	display: inline-flex;
    left: 0%;
}
.wpml-ls-legacy-dropdown a{
	border:none !important;
	transition:0.3s ease-in-out;
}
/*Actuellement*/
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	display: inline-flex;
    /*left: -51px;
    top: -1px;*/
}
.wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link{
	height: 45px !important;
}
.wpml-ls-legacy-dropdown a span {
    /*transform: translate(5px, 0px) !important;*/
}
.wpml-ls-legacy-dropdown a span.wpml-ls-display{
	transform: translate(0px, -3px) !important;
}
/*Switcher langue*/
.switcher-lang-mobile{
	display: none;
}
@media(max-width:1280px){
	.menu-social-network{
    	top: 78%;
	}
}
@media(max-width:980px){
	.menu-social-network{
		display:none !important;
	}
	/*Switcher langue*/
	.switcher-lang-mobile{
    	position: fixed;
    	right: 0;
    	bottom: 0;
    	display: block;
		font-family: var(--secondary-title);
    	text-transform: uppercase;
    	font-size: 18px;
	}
	.switcher-lang-mobile a {
		color: var(--white);
	}
	.switcher-lang-mobile ul {
		padding: 0px !important;
		justify-content: flex-end !important;
	}
	.switcher-lang-mobile .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    	height: 50px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
	}

	.switcher-lang-mobile .wpml-ls-legacy-dropdown a {
		background-color: var(--primary-color) !important;
		padding: 0px 12px !important;
		color: var(--white) !important;
	}
	.switcher-lang-mobile .wpml-ls-legacy-dropdown a:hover {
		background-color: var(--primary-color) !important;
		color: var(--white) !important;
	}
	.switcher-lang-mobile .wpml-ls-legacy-dropdown li:hover a {
		background-color: var(--primary-color) !important;
		color: var(--white);
	}
	.switcher-lang-mobile .wpml-ls-legacy-dropdown li:hover .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
		background-color: #004657 !important;
		color: var(--white);
	}
	.switcher-lang-mobile .wpml-ls-link {
    	-webkit-transform: translateY(-211%);
    	transform: translateY(-211%);
    	height: 50px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
	}
	.switcher-lang-mobile .wpml-ls-statics-shortcode_actions {
    	background-color: transparent !important;
    	border-color: transparent !important;
	}
	.wpml-ls-legacy-dropdown{
		width: 4.2em !important;
	}
	.wpml-ls-statics-shortcode_actions .js-wpml-ls-item-toggle{
		padding-right: 10px !important;
	}
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
		right: 0% !important;
    	top: 50% !important;
    	transform: translate(-12px,-3px) !important;
	}
	.wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link{
		width:unset !important;
		padding: 0px 0px 0px 13px !important;
		transform: translateY(-100px);
    	height: 50px !important;
	}
	/*Actuellement*/
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    	left: 0;
    	top: 100%;
	}
	.wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link{
		width: 60px!important;
    	padding: 20px 20px 14px 20px !important;
	}
}
/****************************************
 *FIN WIDGETS : Barre de pictogrammes
*****************************************/


/*==============================FIN GENERAL==============================*/


/*==============================ACCUEIL==============================*/
 
 
/*******************************
 *SECTION FULLWIDTH SLIDER
********************************/

.homepage-fullwidth-section {
	padding-top: 0px !important;
}

.homepage-slider-fullwidth-section {
	height: 100vh;
	margin-top: -80px;
}

.homepage-slider-fullwidth-section .et_pb_slides .et_pb_slide {
	height: 100vh;
	max-height: unset;
}

.homepage-fullwidth-logo-module {
    position: absolute !important;
    top: 0;
    margin: auto;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.homepage-slider-fullwidth-section .et-pb-slider-arrows {
	display: none;
}

.homepage-slider-fullwidth-section .et-pb-controllers {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: calc(-50% + 64px);
    transform: rotate(90deg);
}

.homepage-fullwidth-logo-module .et_pb_code_inner {
	margin: 0px 10%;
}

.homepage-fullwidth-section .homepage-discover-button-code-module {
	position: absolute;
    width: 100%;
    z-index: 10;
	bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
	display: none;
}

.homepage-discover-button-code-module .scroll-down {
	padding: 8px 16px;
	padding-bottom: 48px;
    font-size: 22px;
    font-family: var(--secondary-title);
    color: var(--white);
	transition: var(--transition);
}

.homepage-discover-button-code-module .scroll-down:before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
	transform: translate(-50%, 0);
	width: 32px;
	height: 32px;
	background: url("/wp-content/uploads/2020/06/scroll-down-lace-1.png");
	background-size: 32px;
    animation: chavanelBounce 2s infinite !important;
    -webkit-animation: chavanelBounce 2s infinite !important;
    -ms-animation: chavanelBounce 2s infinite !important;
    -o-animation: chavanelBounce 2s infinite !important;
}

@keyframes chavanelBounce {
  0%   {bottom: 8px;}
  50%  {bottom: 0px;}
  100% {bottom: 8px;}
}

.homepage-discover-button-code-module .scroll-down:hover {
	cursor: pointer;
	transform: translate(0, 8px);
}

@media (max-width: 980px) {
	.homepage-slider-fullwidth-section .et-pb-controllers {
		left: calc(-50% + 5%);
	}
		.homepage-slider-fullwidth-section {
		 margin-top: -50px !important;
		height: calc(100vh - 50px) !important;
	}
	.homepage-fullwidth-logo-module .et_pb_code_inner {
		margin: 0px 14%;
	}
	.homepage-fullwidth-section .homepage-discover-button-code-module {
		display: flex;
	}
}

@media (max-width: 767px) {
	.homepage-slider-fullwidth-section .et-pb-controllers {
    	bottom: 0%;
    	width: 100%;
    	text-align: center;
    	height: 100vh;
	}
}

/* @media (max-width: 489px) {
	.homepage-fullwidth-section .homepage-discover-button-code-module {
		bottom: 72px;
	}
} */
/*******************************
 * FIN SECTION FULLWIDTH SLIDER
********************************/

/*******************************
 * SECTION DATEPICKER
********************************/

.homepage-datepicker-section {
	position: absolute;
	top: 100vh;
	width: 100%;
	transform: translate(0px, -50%);
	z-index: 10;
}

.homepage-datepicker-section .homepage-datepicker-row {
	background-color: var(--white);
	max-width: 920px;
}

.homepage-datepicker-column .homepage-datepicker-module {
	padding: 1rem !important;
}

.homepage-datepicker-column .homepage-datepicker-module .date-field {
	padding: 0px 24px;
}

.homepage-datepicker-section .et_pb_code_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homepage-datepicker-module .datepicker-separator {
	width: 2px;
	height: 32px;
	background-color: var(--secondary-color);
	opacity: 0.6;
}

.homepage-datepicker-row::before {
	content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: 50%;
    border: 2px solid var(--white);
    border-bottom: 0px;
}

.homepage-datepicker-column::before {
	content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid var(--secondary-color);
    border-top: 0px;
}

.homepage-datepicker-module::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid var(--secondary-color);
    border-top: 0px;
}

.homepage-datepicker-section label {
	font-family: var(--secondary-title);
	color: var(--secondary-color);
	text-align: center;
}

.homepage-datepicker-section input[type="text"], .homepage-datepicker-section select {
	font-family: var(--main-title);
	color: var(--primary-color);
	font-size: 1.25rem;
	border: 0px;
}

/* .homepage-datepicker-section select {
	width:40px;
} */

.homepage-datepicker-section input[type="text"] {
    text-align: center;
	width: 160px;
}

.homepage-datepicker-section .homepage-datepicker-row .date-field,  .homepage-datepicker-section .homepage-datepicker-row .btn-ok {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homepage-datepicker-row .btn-ok .button-ws-trigger {
	font-family: var(--main-title);
	font-size: 18px;
	color: var(--white) !important;
	background: var(--primary-color);
	padding: 8px 24px !important;
	transition: var(--transition);
	border: 0px;
}


.homepage-datepicker-row .btn-ok .button-ws-trigger:hover {
	background: var(--secondary-color);
	cursor: pointer;
}

/******CALENDRIER******/

.pika-lendar .pika-button {
	background-color: rgb(240,240,240);
}
.pika-lendar .pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
	background-color: var(--secondary-color);
}
.pika-lendar .is-selected .pika-button {
	background-color: var(--primary-color);
	box-shadow: none;
}
.pika-lendar {
	font-family: var(--secondary-title);
	color: var(--primary-color);
}

/******FIN CALENDRIER******/

@media (max-width: 980px) {
	.homepage-datepicker-section {
		display: none;
	}
}

/*******************************
 * FIN SECTION DATEPICKER
********************************/


/*******************************
 * SECTION L'HOTEL CHAVANEL
********************************/
.homepage-hotel-chavanel-section {
	padding-top: 72px !important; 
}

.homepage-slider-text-button-hotel-chavanel-row .et_pb_column.et-last-child {
	margin-left: 40px;
}

.homepage-slider-hotel-chavanel-row {
	height: 100%;
}

.homepage-hotel-chavanel-section .homepage-covid-button-module {
	margin-top: 48px;
	text-align: center;
}

@media (max-width: 980px) {
	.homepage-hotel-chavanel-section {
	padding-top: 24px !important; 
	}
	
	.homepage-slider-text-button-hotel-chavanel-row .et_pb_column.et-last-child {
		margin-left: 0px;
	}
	
	.homepage-hotel-chavanel-section .et_pb_button_module_wrapper {
		text-align: center;
	}
	
	.homepage-slider-hotel-chavanel-row {
		margin-bottom: 24px !important;
	}
	.homepage-hotel-chavanel-section .homepage-covid-button-module {
		margin-top: 24px;
	}
}

/*******************************
 * FIN SECTION L'HOTEL CHAVANEL
********************************/

/*******************************
 *SECTION REASSURANCE
********************************/
.homepage-reassurance-row {
	color: #fff;
	font-size: 1rem;
	font-family: "Muli-Regular";
	padding: 12px 6% !important;
	width: calc(80% - 8px) !important;
}

.homepage-reassurance-row span {
	font-size: 1.25rem;
	font-family: "Muli-Bold";
}

.homepage-reassurance-row .et_pb_text_inner {
	text-align: center;
}

.homepage-icon-reassurance-row {
	background-color: var(--white);
	height: 64px;
	width: 64px;
	border-radius: 64px;
	margin: auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6px !important;
}

.homepage-icon-reassurance-row img {
	height: 36px;
}

@media (max-width: 980px) {
	.homepage-reassurance-row {
		overflow: visible !important;
		justify-content: center;
		padding: 32px 6% !important;
	}
	
	.homepage-reassurance-row .et_pb_column {
		margin-right: 0px !important;
		margin-bottom:30px !important;
	}
	
}
@media(max-width:480px){
	.homepage-reassurance-row .et_pb_column:nth-child(3), 
	.homepage-reassurance-row .et_pb_column:nth-child(4){
		margin-bottom: 0 !important;
	}
	.homepage-reassurance-row .et_pb_column{
		width: 50% !important;
	}
	.homepage-reassurance-row .et_pb_text_inner{
		font-size: 14px;
	}
}
@media(max-width:340px){
	.homepage-reassurance-row .et_pb_column{
		width: 100% !important;
	}
	.homepage-reassurance-row .et_pb_column:nth-child(3){
		margin-bottom: 30px !important;
	}
}
/*******************************
 *FIN SECTION REASSURANCE
********************************/

/*******************************
 * SECTION CHAMBRES
********************************/

.homepage-text-chambres-module {
	margin-bottom: 48px !important;
}

.homepage-slider-text-button-bedrooms-row .et_pb_column:first-child {
	margin-right: 40px;
}

@media (max-width: 980px) {
	.homepage-slider-text-button-bedrooms-row  {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.homepage-chambres-text-btn-column {
		margin-right: 0px !important;
	}
	
	.homepage-text-chambres-module {
		margin-bottom: 24px !important;
	}
	
	.homepage-chambres-text-btn-column .et_pb_button_module_wrapper {
		text-align: center;
	}
	
	.homepage-chambres-slider-module {
		margin-bottom: 24px !important;
	}
}

/*******************************
 * FIN SECTION CHAMBRES
********************************/

/*******************************
 * SECTION PETIT-DEJEUNER
********************************/
.homepage-text-breakfast-module{
	margin-bottom: 48px !important;
}
.homepage-breakfast-slider-text-button-row .et_pb_column.et-last-child {
	margin-left: 40px;
}

@media (max-width: 980px) {
	.homepage-breakfast-slider-module {
		margin-bottom: 24px !important;
	}
	
	.homepage-breakfast-slider-text-button-row .et_pb_column.et-last-child {
		margin-left: 0px;
	}
	
	.homepage-text-breakfast-module {
		margin-bottom: 24px !important;
	}
	
	.homepage-breakfast-slider-text-button-row .et_pb_button_module_wrapper {
		text-align: center;
	}
}
/*******************************
 * FIN SECTION PETIT-DEJEUNER
********************************/

/*******************************
 *SECTION BOUTIQUE
********************************/
.homepage-boutique-section .homepage-boutique-video-text-button-row .et_pb_column:first-child {
	padding-right: 40px;
}

.homepage-text-boutique-module {
	margin-bottom: 48px !important;
}

.homepage-boutique-section .et_pb_slider,.homepage-boutique-section .et_pb_slides,.homepage-boutique-section .et_pb_slide, .homepage-video-boutique-module {
	height: 100%;
}

@media (max-width: 980px) {
	
	.homepage-boutique-video-text-button-row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.homepage-video-boutique-column {
		margin-bottom: 24px !important;
	}
	
	.homepage-boutique-text-btn-column {
		padding-right: 0px !important;
	}
	
	.homepage-text-boutique-module {
		margin-bottom: 24px !important;
	}
	
	.homepage-boutique-text-btn-column .et_pb_button_module_wrapper {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.homepage-boutique-video-text-button-row .et_pb_column.homepage-video-boutique-column {
		margin-bottom: 24px !important;
	}
	
}
/*******************************
 *FIN SECTION BOUTIQUE
********************************/
 
/*******************************
 *SECTION AU DELA DE PARIS
********************************/
.homepage-paragraphe-au-dela-de-paris-module {
	max-width: 880px;
	margin: auto;
	padding-bottom: 24px;
}

.homepage-paragraphe-au-dela-de-paris-module p {
	text-align: center;
}

.homepage-slider-photos-au-dela-de-paris-row .slick-arrow {
	position: absolute;
	top: 0;
	z-index: 2;
	top: 50%;
    transform: translate(0px, -50%);
	background-color: rgba(255,255,255,0.8);
    border: 1px solid #fff;
    height: 60px;
    width: 30px;
    color: transparent;
    font-size: 0;
    padding: 0;
	transition: var(--transition);
}

.homepage-slider-photos-au-dela-de-paris-row .slick-arrow.slick-prev {
	border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.homepage-slider-photos-au-dela-de-paris-row .slick-arrow.slick-prev::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-left.png);
	background-size: 20px;
    top: 50%;
    left: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(4px, -50%);
}

.homepage-slider-photos-au-dela-de-paris-row .slick-arrow.slick-next::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-right.png);
	background-size: 20px;
    top: 50%;
    right: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(-4px, -50%);
}

.homepage-slider-photos-au-dela-de-paris-row .slick-arrow.slick-next {
	right: 0;
	border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.homepage-slider-photos-au-dela-de-paris-row .slick-arrow:hover {
	background-color: rgba(255,255,255,1);
	cursor: pointer;
}

.homepage-collab-slider-slick-cta-module {
	height: 296px;
	padding: 0px;
	display: flex !important;
	justify-content: center;
	margin: 0px 8px;
	background-size: cover;
	transition: var(--transition);
}

.homepage-collab-slider-slick-cta-module p {
	text-align: center;
}

.homepage-collab-slider-slick-cta-module .et_pb_promo_description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.36);
    transition: var(--transition);
}

.homepage-collab-slider-slick-cta-module .et_pb_promo_description, .homepage-collab-slider-slick-cta-module h3 {
	padding-bottom: 0px;
}

.homepage-slider-photos-au-dela-de-paris-column .slick-list.draggable {
	margin: 0px -8px 0px -8px !important;
}

.homepage-slider-photos-au-dela-de-paris-column {
	overflow: hidden;
}

.homepage-collab-slider-slick-cta-module h3 {
	font-family: var(--main-title);
	opacity: 1;
	transition: var(--transition);
	padding: 0px 12%;
	z-index: 2;
	line-height: 1.25;
	font-size: 24px;
}

.homepage-collab-slider-slick-cta-module h4 {
	font-family: var(--body-text);
	opacity: 1;
	transition: var(--transition);
	padding: 0px 12%;
	z-index: 2;
	line-height: 1.25;
	font-size: 18px;
	margin-top: 8px;
}

.homepage-collab-slider-slick-cta-module:hover h3, .homepage-collab-slider-slick-cta-module:hover h4 {
	opacity: 0;
}

.homepage-collab-slider-slick-cta-module .et_pb_promo_description {
	height: 100%;
	width: 100%;
}

.homepage-collab-slider-slick-cta-module .et_pb_promo_description div {	
    width: 100%;
    height: 100%;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homepage-collab-slider-slick-cta-module p {
	display: flex;
	flex-direction: column;
	color: var(--white);
	position: absolute;
	top: 0;
	left: 0;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	padding: 0px 12%;
	transition: var(--transition);
	opacity: 0;
}

.homepage-collab-slider-slick-cta-module p span {
	font-size: 24px;
	background-color: var(--secondary-color);
    width: 26px;
    height: 26px;
    line-height: 20px;
    border-radius: 100%;
    margin-top: 10px;
	transition: var(--transition);
}

.homepage-collab-slider-slick-cta-module:hover p {
	opacity: 1;
}


.homepage-collab-slider-slick-cta-module p span:hover {
	background-color: var(--white);
	color: var(--secondary-color);
}

@media (max-width: 980px) {
	.homepage-collab-slider-slick-cta-module {
		height: 396px;
		background-size: contain;
    	background-position: top;
	}
	.homepage-collab-slider-slick-cta-module h3 {
		font-size: 20px;
		margin-top: 24px;
	}
	.homepage-collab-slider-slick-cta-module h4 {
		margin-bottom: 24px;
	}
	.homepage-collab-slider-slick-cta-module p {
		z-index: 1;
		position: relative;
		opacity: 1;
		text-align: justify;
	}
	.homepage-collab-slider-slick-cta-module p span {
		text-align: center;
	}
	.homepage-collab-slider-slick-cta-module:hover h3, .homepage-collab-slider-slick-cta-module:hover h4 {
		opacity: 1;
	}
}
/*******************************
 *FIN SECTION AU DELA DE PARIS
********************************/

/*******************************
 *SECTION ACCES ET AVIS
********************************/
.homepage-access-reviews-section .et_pb_module {
	margin-bottom: 0px !important;
}

.homepage-map-access-module {
	height: 412px;
}

.homepage-map-access-module .et_pb_map {
	height: 100%;
}

/*****CARTE*****/
.homepage-access-reviews-section .et_pb_column.homepage-access-column {
	padding-right: 20px;
}
.homepage-map-extended-module {
	height: calc(100% - 64px);
}
.homepage-map-extended-module .et_pb_module_inner, .homepage-map-extended-module .et_pb_map_container_extended, .homepage-map-extended-module .dwd_map_extended {
	height: 100%;
}
.homepage-access-reviews-section .dwd_map_extended {
/* 	height: 320px; */
}
.homepage-access-reviews-section .gm-style-iw.gm-style-iw-c {
    padding: 4px !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    border-radius: 0;
    top: -4px;
    min-width: 140px !important;
    min-height: 64px!important;
}
.homepage-access-reviews-section .gm-style .gm-style-iw-t::after {
	top: -4px;
}
.homepage-access-reviews-section .gm-style-iw-d {
	border: 1px solid var(--secondary-color);
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden !important;
	height: 100%;
	position: relative;
	min-height: 54px;
	padding: 8px;
}

.homepage-access-reviews-section .gm-style-iw-d:before {
	position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(/wp-content/uploads/2020/06/chavanel-logo-maps.png) center;
    background-size: 80%;
    background-repeat: no-repeat;
	z-index: -1;
}

.homepage-access-reviews-section .gm-style-iw.gm-style-iw-c h3 {
	text-align: center;
	font-family: var(--secondary-title);
	color: var(--primary-color);
	font-size: 16px;
	padding-bottom: 0;
}

.homepage-access-reviews-section .gm-style-iw.gm-style-iw-c button {
	top: 0px !important;
    right: 0px !important;
}

/* filtre teintes de gris sur la carte */
.homepage-access-reviews-section .et_pb_map_extended_0 .gm-style>div>div>div>div>div>img {
	filter: saturate(0%);
    backface-visibility: hidden;
}
/**/

/*****FIN CARTE*****/

/*****AVIS*****/
.homepage-access-reviews-section .et_pb_column.homepage-reviews-column {
	    padding-left: 20px;
}

.homepage-reviews-container .slick-arrow {
	position: absolute;
	top: 0;
	z-index: 2;
	top: 50%;
    transform: translate(0px, -50%);
	background-color: rgba(255,255,255,0.8);
    border: 1px solid #fff;
    height: 60px;
    width: 30px;
    color: transparent;
    font-size: 0;
    padding: 0;
	transition: var(--transition);
}

.homepage-reviews-container .slick-arrow.slick-prev {
	border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.homepage-reviews-container .slick-arrow.slick-prev::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-left.png);
	background-size: 20px;
    top: 50%;
    left: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(4px, -50%);
}

.homepage-reviews-container .slick-arrow.slick-next::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-right.png);
	background-size: 20px;
    top: 50%;
    right: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(-4px, -50%);
}

.homepage-reviews-container .slick-arrow.slick-next {
	right: 0;
	border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.homepage-reviews-container .slick-arrow:hover {
	background-color: rgba(255,255,255,1);
	cursor: pointer;
}

.homepage-reviews-container .slick-list:before, .homepage-reviews-container .slick-list:after {
	content: '';
	position: absolute;
	height: 24px;
	width: 34.5px;
}

.homepage-reviews-container .slick-list:before {
	background: url('/wp-content/uploads/2020/06/reviews-first-quote.png');
	top: 0;
	left: 24px;
	background-size: 34.5px;
}

.homepage-reviews-container .slick-list:after {
	background: url('/wp-content/uploads/2020/06/reviews-second-quote.png');
	bottom: 0;
	right: 24px;
	background-size: 34.5px;
}

.homepage-reviews-container .slick-list {
	background-color: var(--primary-color);
}

.homepage-reviews-container .slick-track {
	display: flex;
	align-items: center;
}

.homepage-reviews-container .homepage-reviews-element {
	display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
	padding: 32px 24px;
}

/* .homepage-reviews-element h3 {
	color: var(--white);
	font-family: var(--main-title);
	font-size: 2rem;
	padding-bottom: 16px;
	text-align: center;
} */

.homepage-reviews-element .homepage-reviews-note-stars {
	display: flex;
/*     justify-content: center; */
	justify-content: flex-start;
    font-size: 1.5rem;
	padding: 0px 10%;
    padding-bottom: 16px;
    color: var(--white);
}

.homepage-reviews-element .homepage-reviews-note-stars i {
	padding: 0px 3px;
}

.homepage-reviews-element p {
	color: var(--white);
	padding: 0px 10%;
}

.homepage-reviews-element .homepage-reviews-element-infos p {
	text-align: right;
	line-height: 1.5;
}
.homepage-reviews-container .homepage-reviews-element .homepage-reviews-element-author {
	font-size: 14px;
	font-family: 'Muli-Italic';
}
.homepage-reviews-container .homepage-reviews-element .homepage-reviews-element-date {
	opacity: 0.87;
	font-size: 12px;
	font-family: 'Muli-light', sans-serif;
}

.homepage-reviews-element .homepage-reviews-element-text {
	margin-bottom: 16px;
	font-family: "Muli-Italic", sans-serif;
}

.homepage-reviews-element img {
	height: 24px;
	width: 34.5px;
}

.homepage-reviews-second-quote {
	align-self: flex-end;
}

@media (max-width: 980px) {
	.homepage-reviews-element .homepage-reviews-first-quote {
		margin-bottom: 16px;
	}

	.homepage-reviews-element .homepage-reviews-second-quote {
		margin-top: 16px;
	}
}

/*****FIN AVIS*****/

@media (max-width: 980px) {
	.homepage-access-reviews-section .et_pb_column.homepage-access-column {
		padding-right: 0px;
		margin-bottom: 48px;
	}

	.homepage-access-reviews-section .et_pb_column.homepage-reviews-column {
		padding-left: 0px;
	}
	.homepage-reviews-element h3 {
		font-size: 28px;
	}
	.homepage-reviews-container .homepage-reviews-element {
    	min-height: 280px;
		height: unset;
	}
	.homepage-access-reviews-section .et_pb_column.homepage-access-column .dwd_map_extended {
		height: 280px;
	}
}

@media (max-width: 479px) {
	.homepage-access-reviews-section .et_pb_column.homepage-access-column {
		margin-bottom: 48px !important;
	}
}

/*******************************
 *FIN SECTION ACCES ET AVIS
********************************/

/*******************************
 *SECTION RETROUVEZ-NOUS
********************************/
.homepage-social-networks-section {
	padding-bottom: 48px !important;
}
.homepage-retrouvez-nous-reseaux-sociaux-row {
	margin: auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px !important;
}

.homepage-retrouvez-nous-reseaux-sociaux-row .et_pb_column {
	width: 96px !important;
    display: flex;
    justify-content: center;
}

.homepage-retrouvez-nous-reseaux-sociaux-row .et_pb_column {
	width: 64px;
}

.homepage-rs-icon-module {
	height: 64px;
	width: 64px;
	border: 1px solid var(--primary-color);
	background-color: rgba(255,255,255,0.8);
	transition: var(--transition);
	border-radius: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homepage-rs-icon-module:hover {
	border: 1px solid var(--secondary-color);
}

.homepage-rs-icon-module .et_pb_code_inner {
	display: flex;
    align-items: center;
}

.homepage-rs-icon-module .fa {
	font-size: 24px;
	color: var(--primary-color);
	transition: var(--transition);
}

.homepage-rs-icon-module:hover .fa {
	color: var(--secondary-color);
}

.homepage-instagram-code-module, .homepage-instagram-code-module .et_pb_code_inner, .homepage-instagram-code-module .et_pb_code_inner #eapps-instagram-feed-1, .homepage-instagram-code-module .et_pb_code_inner #eapps-instagram-feed-1 .eapps-instagram-feed-container, .homepage-instagram-code-module .et_pb_code_inner #eapps-instagram-feed-1 .eapps-instagram-feed-container .eapps-instagram-feed-content, .homepage-instagram-code-module .et_pb_code_inner #eapps-instagram-feed-1 .eapps-instagram-feed-container .eapps-instagram-feed-content .eapps-instagram-feed-posts-container, .homepage-instagram-code-module .et_pb_code_inner #eapps-instagram-feed-1 .eapps-instagram-feed-container .eapps-instagram-feed-content .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-slider, .homepage-instagram-code-module .et_pb_code_inner #eapps-instagram-feed-1 .eapps-instagram-feed-container .eapps-instagram-feed-content .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-slider .eapps-instagram-feed-posts-slider-inner, .homepage-instagram-code-module .et_pb_code_inner #eapps-instagram-feed-1 .eapps-instagram-feed-container .eapps-instagram-feed-content .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-slider .eapps-instagram-feed-posts-item-link, .eapps-instagram-feed-posts-item-image-wrapper, .eapps-instagram-feed-posts-item-image-wrapper img {
        height: calc(100% + 0.5px);
}

@media (max-width: 980px) {
	.homepage-rs-icon-module {
		height: 48px;
		width: 48px;
	}
	.homepage-rs-icon-image {
    	height: 20px;
    	width: 20px;
	}
	.homepage-retrouvez-nous-reseaux-sociaux-row .et_pb_column {
    	width: 72px !important;
	}
}

@media (max-width: 767px) {
	.homepage-retrouvez-nous-reseaux-sociaux-row .et_pb_column {
    	width: 30% !important;
		margin-bottom: 8px !important;
	}
	.homepage-retrouvez-nous-reseaux-sociaux-row {
		margin-bottom: 32px !important;
	}
}

@media (max-width: 479px) {
	.homepage-social-networks-section .homepage-retrouvez-nous-reseaux-sociaux-row .et_pb_column {
		margin-bottom: 8px !important;
	}
}

/******SECTION INSTA******/

.homepage-instagram-logo-hashtag-module {
	background-color: var(--primary-color);
	width: 100%;
	padding: 1.5rem 6%;
	height: 100%;
	margin-right: 4px;
	display: flex;
    align-items: center;
}

.homepage-instagram-logo-hashtag-column .et_pb_image {
	display: flex;
    justify-content: center;
}
.homepage-instagram-logo-hashtag-column .et_pb_main_blurb_image {
	margin-bottom: 0;
}

.homepage-instagram-logo-hashtag-column img {
	width: 44px;
	margin-bottom: 24px;
}

.homepage-instagram-logo-hashtag-column p {
	color: var(--white);
	text-align: center;
}

.homepage-instagram-logo-hashtag-column p span {
	font-family: "Muli-Bold";
}

.homepage-instagram-row .eapps-instagram-feed-posts-slider-nav-icon {
	display: none !important;
}

.homepage-instagram-row #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--white);
}

.homepage-instagram-row .eapps-instagram-feed-posts-slider-next,
.homepage-instagram-row .eapps-instagram-feed-posts-slider-prev {
	box-shadow: -2px 0 5px rgba(0,0,0,0);
	background: rgba(255, 255, 255, 0.8) !important;
}

.homepage-instagram-row .eapps-instagram-feed-posts-slider-next:hover,
.homepage-instagram-row .eapps-instagram-feed-posts-slider-prev:hover {
	background: rgba(255, 255, 255, 1) !important;
}

.homepage-instagram-row .eapps-instagram-feed-posts-slider-prev::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-left.png);
	background-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(4px, -50%);
}

.homepage-instagram-row .eapps-instagram-feed-posts-slider-next::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-right.png);
	background-size: 20px;
    top: 50%;
    right: 50%;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(-4px, -50%);
}

.homepage-instagram-row .et_pb_column_1_4 {
	width: 17.5%;
	margin-right: 4px !important;
}


.homepage-instagram-row .et_pb_column_3_4 {
	width: 82.5%;
}

@media (min-width: 980px) {
	.homepage-instagram-row .et_pb_column_1_4 {
	width: 16% !important;
	}
	.homepage-instagram-row .et_pb_column_3_4 {
	width: 84% !important;
	}
}

@media(max-width:980px){
	.homepage-instagram-row .et_pb_column_1_4{
		display:none;
	}
	.homepage-instagram-row .et_pb_column_3_4{
		width:100% !important;
	}
}
/******FIN SECTION INSTA******/

/*******************************
 *FIN SECTION RETROUVEZ-NOUS
********************************/

/*==============================FIN ACCUEIL==============================*/

/*==============================CHAMBRES=================================*/

/*******************************
 *SECTION PARAGRAPHE PRESENTATION
********************************/
.chambres-presentation-section {
	padding-top: 48px !important;
}
.chambres-paragraphe-presentation-module {
	max-width: 960px;
	margin: auto;
	line-height: 1.5;
}

.chambres-paragraphe-presentation-module p {
	text-align: center;
}
/*******************************
 *FIN SECTION PARAGRAPHE PRESENTATION
********************************/
.chambres-junior-suite-section {
	padding-bottom: 48px !important;
}
.chambres-bedroom-title-module {
	width: calc(100% - 8px) !important;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	margin-bottom: 28px !important;
}

.chambres-bedroom-title-module h3 {
	padding: 16px !important;
	color: var(--white);
	font-family: var(--main-title);
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}

.chambres-bedroom-section .chambres-bedroom-description-code-module {
	margin-bottom: 40px !important;
	margin-top: 24px !important;
}

.chambres-bedroom-section .chambres-bedroom-title-description-btn-left-column {
	margin-right: 40px ;
}

.chambres-bedroom-section .chambres-bedroom-title-description-btn-right-column {
	margin-left: 40px;
}

.chambres-bedroom-picto-text-blurb-module {
	width: 48%;
}

.chambres-bedroom-text-description-module {
	margin-bottom: 24px !important;
}

.chambres-bedroom-description-btn-container {
	background-color: var(--primary-color);
    border: 0px;
    border-radius: 0px;
    color: #fff;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	font-family: var(--button-text);
	display: inline-block;
	transition: var(--transition);
}


.chambres-bedroom-description-btn-container:hover {
	background-color: #6697A3 !important;
	border: 0px !important;
	padding: 0.5rem 1.5rem !important;
	cursor: pointer;
}

.chambres-junior-suite-section .chambres-bedroom-junior-suite-bathtub-picto-text-blurb-module .et_pb_blurb_container {
	margin-right: 0;
}

@media(max-width:980px){
	.chambres-bedroom-description-right-row {
		display: flex;
    	flex-direction: column-reverse;
	}
	.chambres-bedroom-section .chambres-bedroom-description-code-module {
		margin-bottom: 24px !important;
	}
	.chambres-bedroom-title-description-btn-column .et_pb_button_module_wrapper {
		text-align: center;
	}
	.chambres-bedroom-btn-code-module {
		text-align: center;
	}
	.chambres-bedroom-section .chambres-bedroom-title-description-btn-left-column {
		margin-right: 0px ;
	}
	.chambres-bedroom-section .chambres-bedroom-title-description-btn-right-column {
		margin-left: 0px;
	}
	.chambres-bedroom-title-description-btn-column {
		margin-bottom: 24px!important;
	}
	.chambres-bedroom-picto-text-blurb-module {
		width: 48%;
	}
}

@media(max-width:479px){
	.chambres-bedroom-section .chambres-bedroom-title-description-btn-column {
    	margin-bottom: 24px!important;
	}
	.chambres-bedroom-picto-text-blurb-module {
		width: 100%;
	}
	.chambres-bedroom-picto-text-blurb-module .et_pb_blurb_container {
		margin-right: 0;
	}
}

/******POPUPS******/

.chambres-bedroom-popup-section {
	max-width: 800px;
	width: 80%;
/* 	max-width: 1280px; */
	margin: auto;
	margin-top: 88px;
	margin-bottom: 88px;
	padding: 6px !important;
	border: 2px solid var(--white);
}

.chambres-bedroom-popup-section .et_pb_row {
	width: 100% !important;
}

.chambres-bedroom-popup-title-row {
	height: 400px;
    display: flex;
    align-items: center;
}

.chambres-bedroom-popup-title-column {
	display: flex;
	justify-content: center;
}

.chambres-bedroom-popup-title-module {
	max-width: calc(440px - 8px) !important;
	margin-left: 40px;
    margin-right: 40px;
	position: relative;
}

.chambres-bedroom-popup-title-module h3 {
	padding: 16px 40px !important;
	color: var(--white);
	font-family: var(--main-title);
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}

.chambres-bedroom-popup-information-row {
	background-color: var(--white);
	padding: 32px 8% !important;
}

.chambres-bedroom-popup-information-row .et_pb_button_module_wrapper {
	text-align: center;
	margin-top: 28px !important;
}

.chambres-bedroom-popup-section .chambres-bedroom-popup-description-text-module p {
	text-align: center;
}

.chambres-bedroom-popup-section .chambres-bedroom-popup-description-text-module {
	margin-bottom: 48px !important;
	padding: 0 6%;
}

.chambres-bedroom-description-title-module {
	margin-top: 12px;
}

@media(max-width:980px){
	.chambres-bedroom-popup-section {
		width: 90%;
		margin-top: 56px;
		margin-bottom: 56px;
	}
	
	.chambres-bedroom-popup-title-module h3 {
		padding: 16px 24px !important;
	}
	
	.chambres-bedroom-popup-title-row {
		height: 240px;
	}
}

@media(max-width:580px){
	.chambres-bedroom-popup-information-row .chambres-bedroom-picto-text-blurb-module {
		width: 90%;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
	.chambres-bedroom-popup-section .chambres-bedroom-popup-description-text-module {
		padding: 0 4%;
	}
}
/****** FIN POPUPS******/

/*==============================FIN CHAMBRES==============================*/


/*==============================PETIT-DEJEUNER==============================*/

.petit-dejeuner-info-text-module {
	margin-top: 28px;
}

.petit-dejeuner-picto-cadre-blurb-module {
	position: relative;
    width: calc(100% - 8px) !important;
    margin-left: auto;
    margin-right: auto;
	padding: 12px 24px;
}

.petit-dejeuner-picto-cadre-blurb-module p {
	color: var(--white);
	font-size: 20px;
	text-align: center;
}

.petit-dejeuner-info-text-module p span {
	font-family: "Muli-Bold", sans-serif !important;
/* 	font-size: 18px; */
	text-transform: uppercase;
}

.petit-dejeuner-picto-cadre-blurb-module .et_pb_main_blurb_image {
    background-color: var(--white);
    width: 64px;
    height: 64px;
    display: flex;
    margin: auto;
	margin-bottom: 8px;
    border-radius: 64px;
}

.petit-dejeuner-picto-cadre-blurb-module img {
	width: 36px;
    height: 36px;
}

/*******************************
 *SECTION PETIT DEJEUNER 100% BIO
********************************/
.petit-dejeuner-first-section {
	padding-top: 48px !important;
}

.petit-dejeuner-video-module {
	height: 100%;
	position: relative;
}

.petit-dejeuner-first-section-frame-text-column {
	margin-left: 40px;
}

@media(max-width:980px){
	.petit-dejeuner-video-text-row {
		display: flex;
    	flex-direction: column-reverse;
	}
	.petit-dejeuner-first-section .petit-dejeuner-video-text-row .petit-dejeuner-first-section-frame-text-column {
		margin-bottom: 24px;
		margin-left: 0px;
	}
}

@media(max-width:479px){
	.petit-dejeuner-first-section .petit-dejeuner-video-text-row .petit-dejeuner-first-section-frame-text-column {
		margin-bottom: 24px !important;
	}
}

/*******************************
 *SECTION PETIT DEJEUNER 100% BIO
********************************/


/*******************************
 *SECTION ET DAVANTAGE
********************************/
.petit-dejeuner-davantage-section {
	padding-bottom: 48px !important;
}

.petit-dejeuner-davantage-section .petit-dejeuner-text-slider-row .petit-dejeuner-davantage-left-column {
	margin-right: 40px;
}

@media(max-width:980px){
	.petit-dejeuner-davantage-section .petit-dejeuner-text-slider-row .petit-dejeuner-davantage-left-column {
		margin-right: 0px;
	}
	
	.petit-dejeuner-davantage-section .petit-dejeuner-text-slider-row .petit-dejeuner-davantage-frame-text-column {
		margin-bottom: 24px;
	}
}

@media(max-width:479px){
	.petit-dejeuner-davantage-section .petit-dejeuner-text-slider-row .petit-dejeuner-davantage-frame-text-column {
		margin-bottom: 24px !important;
	}
}

/*******************************
 *FIN SECTION ET DAVANTAGE
********************************/
/*==============================FIN PETIT-DEJEUNER==============================*/

/*==============================BOUTIQUE==============================*/

/*******************************
 *SECTION PRESENTATION
********************************/
.boutique-presentation-section {
	padding-top: 48px !important;
}

.boutique-presentation-row {
	padding: 20px 40px !important;
}

.boutique-presentation-section p {
	text-align: center;
	color: var(--white);
}

@media(max-width:980px){
	.boutique-presentation-row {
		padding: 20px 5% !important;
	}
}

/*******************************
 *FIN SECTION PRESENTATION
********************************/

.boutique-paragraphe-hotel-boutique-module, .boutique-paragraphe-produits-signature-module {
    max-width: 880px;
    margin: auto;
    padding-bottom: 24px;
}

.boutique-produits-signatures-section {
	padding-bottom: 48px !important;
}

.boutique-paragraphe-hotel-boutique-module p, .boutique-paragraphe-produits-signature-module p {
	text-align: center;
}

/*******************************
 *SLIDERS SLICK
********************************/

.boutique-slider-photos-row .slick-arrow {
	position: absolute;
	top: 0;
	z-index: 2;
	top: 50%;
    transform: translate(0px, -50%);
	background-color: rgba(255,255,255,0.8);
    border: 1px solid #fff;
    height: 60px;
    width: 30px;
    color: transparent;
    font-size: 0;
    padding: 0;
	transition: var(--transition);
}

.boutique-slider-photos-row .slick-arrow.slick-prev {
	border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.boutique-slider-photos-row .slick-arrow.slick-prev::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-left.png);
	background-size: 20px;
    top: 50%;
    left: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(4px, -50%);
}

.boutique-slider-photos-row .slick-arrow.slick-next::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-right.png);
	background-size: 20px;
    top: 50%;
    right: 0;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(-4px, -50%);
}

.boutique-slider-photos-row .slick-arrow.slick-next {
	right: 0;
	border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.boutique-slider-photos-row .slick-arrow:hover {
	background-color: rgba(255,255,255,1);
	cursor: pointer;
}

.boutique-slider-slick-cta-module {
	height: 200px;
	padding: 0px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin: 0px 8px;
	background-size: cover;
	transition: var(--transition);
}

.boutique-slider-slick-cta-module .et_pb_promo_description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    transition: var(--transition);
}

.boutique-slider-slick-cta-module .et_pb_promo_description, .boutique-slider-slick-cta-module h3 {
	padding-bottom: 0px;
}

.boutique-slider-photos-column .slick-list.draggable {
	margin: 0px -8px 0px -8px !important;
}

.boutique-slider-photos-column {
	overflow: hidden;
}

.boutique-slider-slick-cta-module .et_pb_promo_description div {
	padding: 0px 10%;
}

.boutique-slider-slick-cta-module .et_pb_promo_description h3 {
	font-family: var(--secondary-title);
	line-height: 1.25;
	font-size: 22px;
	z-index: 2;
	top: 8px;
    position: relative;
}

.boutique-slider-slick-cta-module .et_pb_promo_description {
	height: 100%;
	width: 100%;
}

.boutique-slider-slick-cta-module .et_pb_promo_description div {	
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boutique-slider-slick-cta-module .et_pb_promo_description div h3:after {
	content:'+';
	font-size: 24px;
	color: var(--secondary-color);
	background-color: var(--white);
	z-index: 2;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: auto;
	border-radius: 24px;
	margin-top: 16px;
	transition: var(--transition);
}

.boutique-slider-slick-cta-module:hover .et_pb_promo_description:before {
	cursor: pointer;
	background: rgba(0,83,103,0.75);
}

.boutique-slider-slick-cta-module .et_pb_promo_description div:hover {
	cursor: pointer;
}

.boutique-slider-slick-cta-module:hover .et_pb_promo_description h3:after {
	color: var(--white);
	background-color: var(--secondary-color);
}

/*******************************
 *FIN SLIDERS SLICK
********************************/

/*******************************
 *POPUPS BOUTIQUE
********************************/
.boutique-slider-slick-cta-module .et_pb_button_wrapper {
	display: none;
}

.boutique-popup-section {
	max-width: 800px;
	width: 80%;
	margin: auto;
	margin-top: 88px;
	margin-bottom: 88px;
	padding: 6px !important;
	border: 2px solid var(--white);
}

.boutique-popup-section .et_pb_row {
	width: 100% !important;
}

.boutique-popup-row {
	min-height: 280px;
}

.boutique-popup-section .boutique-popup-img-column {
	width: 38%;
}

.boutique-popup-section .boutique-popup-text-column {
	width: 62%;
}

.boutique-popup-section .boutique-popup-text-column {
	background-color: var(--white);
	padding: 32px 40px;
}

.boutique-popup-section .boutique-popup-text-column h3 {
	font-size: 32px;
	font-family: var(--main-title);
	color: var(--primary-color);
	padding-bottom: 24px;
}

.boutique-popup-section .boutique-popup-text-column .et_pb_button_module_wrapper {
	margin-top: 40px !important;
}

.boutique-popup-image-module {
	height: 100%;
	min-height: 200px;
}

@media(max-width:980px){
	.boutique-popup-section {
		width: 90%;
		margin-top: 56px;
		margin-bottom: 56px;
	}
	
	.boutique-popup-section .boutique-popup-img-column {
		width: 100%;
	}

	.boutique-popup-section .boutique-popup-text-column {
		width: 100%;
	}
	
	.boutique-popup-section .boutique-popup-text-column {
		padding: 32px 40px;
	}
}

@media(max-width:479px){
	.boutique-popup-section .boutique-popup-text-column .et_pb_button_module_wrapper {
		text-align: center;
	}
}
/*******************************
 *FIN POPUPS BOUTIQUE
********************************/

/*==============================FIN BOUTIQUE==============================*/

/*==============================FACILITES==============================*/

/*******************************
 *SECTION PRESENTATION
********************************/
.facilites-presentation-section {
	padding-top: 48px !important;
}

.facilites-presentation-row {
	padding: 20px 40px !important;
}

.facilites-presentation-section p {
	text-align: center;
	color: var(--white);
}

@media(max-width:980px){
	.facilites-presentation-row {
		padding: 20px 5% !important;
	}
}

/*******************************
 *FIN SECTION PRESENTATION
********************************/

/*******************************
 *SECTION EN CONFIANCE AU CHAVANEL
********************************/

.facilites-video-module {
	height: 100%;
	position: relative;
}

.facilites-en-confiance-text-column {
	margin-left: 40px;
}

@media(max-width:980px){
	.facilites-video-text-row {
		display: flex;
    	flex-direction: column;
	}
	.facilites-en-confiance-text-column {
		margin-left: 0px;
	}
	
	.facilites-en-confiance-section .facilites-video-text-row .facilites-en-confiance-video-column {
		margin-bottom: 24px;
	}
}

@media(max-width:479px){
	.facilites-en-confiance-section .facilites-video-text-row .facilites-en-confiance-video-column {
		margin-bottom: 24px !important;
	}
}

/*******************************
 *FIN SECTION EN CONFIANCE AU CHAVANEL
********************************/


/*******************************
 *SECTION E-CONCIERGERIE
********************************/

.facilites-e-conciergerie-text-column {
	margin-right: 40px !important;
}

.facilites-image-module {
	height: 100%;
	min-height: 412px;
}

.facilites-e-conciergerie-text-module p {
	margin-bottom: 16px;
}

.facilites-app-blurb-module {
	background-color: var(--secondary-color);
    padding: 6px 8px;
	margin-top: 28px;
	display: inline-block;
	transition: var(--transition);
}

.facilites-app-blurb-module:hover {
	background-color: var(--primary-color);
	cursor: pointer;
}

.facilites-e-conciergerie-section .facilites-app-app-store-blurb-module {
	margin-right: 4% !important;
}

.facilites-app-blurb-module .et_pb_blurb_content {
	display: flex;
    align-items: center;
}

.facilites-app-blurb-module .et_pb_main_blurb_image {
	margin-bottom: 0;
    width: 30px;
    height: 30px;
}

.facilites-app-blurb-module p {
	color: var(--white);
    line-height: 1.2;
	margin-left: 6px;
	position: relative;
	top: -2px;
	font-size: 14px;
}

.facilites-app-blurb-module p span {
	font-size: 10px;
    line-height: 10px;
}

@media(max-width:980px){
	.facilites-e-conciergerie-text-column {
		margin-right: 0px !important;
	}
	.facilites-e-conciergerie-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.facilites-e-conciergerie-row .facilites-e-conciergerie-image-column {
		margin-bottom: 24px !important;
	}
	.facilites-image-module {
		min-height: 264px;
	}
	.facilites-e-conciergerie-section .facilites-app-app-store-blurb-module {
		margin-left: calc(47.5% - 131.38px);
	}
}

@media(max-width:479px){
	.facilites-e-conciergerie-section .facilites-e-conciergerie-row .facilites-e-conciergerie-image-column {
		margin-bottom: 24px !important;
	}
}

@media(max-width:362px){
	.facilites-e-conciergerie-section .facilites-app-app-store-blurb-module {
		margin-left: 0;
	}
}
/*******************************
 *FIN SECTION E-CONCIERGERIE
********************************/

/*******************************
 *SECTION NOUS CONTACTER
********************************/
.facilites-nous-contacter-section {
	padding-bottom: 48px !important;
}

.facilites-nous-contacter-column {
	text-align: center;
	padding: 20px 40px !important;
	overflow: hidden;
}

.facilites-nous-contacter-column:before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;  
	opacity: .16; 
	z-index: -1;
	background-image: url("/wp-content/uploads/2020/06/filigrane.png") !important;
	background-size: cover;
	transition: var(--transition);
}

.facilites-nous-contacter-row:hover .facilites-nous-contacter-column:before {
	width: 104%; 
	height: 104%;
	top: -2%;
	left: -2%;
}

.facilites-nous-contacter-row .facilites-nous-contacter-module {
	display: inline-block;
}

.facilites-nous-contacter-row .facilites-nous-contacter-module {
	color: var(--primary-color);
	background-color: var(--white);
	border: 4px solid var(--secondary-color);
	padding: 4px 20px;
	transition: var(--transition);
}

.facilites-nous-contacter-row p {
	font-size: 20px;
	text-align: center;
	font-family: var(--main-title);
	transition: var(--transition);
}

.facilites-nous-contacter-row .facilites-nous-contacter-module:hover {
	border: 4px solid var(--white);
	background-color: var(--secondary-color);
	cursor: pointer;
}
.facilites-nous-contacter-row .facilites-nous-contacter-module:hover  p {
	color: var(--white);
}

/*******************************
 *FIN SECTION NOUS CONTACTER
********************************/
/*==============================FIN FACILITES==============================*/


/*==============================GALERIE==============================*/

/*******************************
 *SECTION TITRE PAGE
********************************/
.gallery-title-section {
	padding: 0px !important;
    height: 180px;
    display: flex;
    align-items: center;
	background-color: var(--primary-color);
}

@media(max-width:980px){
	.gallery-title-section {
		height: 140px;
	}
}

/*******************************
 *FIN SECTION TITRE PAGE
********************************/

/*******************************
 *SECTION GALERIE
********************************/
.gallery-neto-menu-section {
	padding-top: 48px !important;
	padding-bottom: 40px !important;
}

.gallery-menu-row {
	width: calc(80% - 8px);
}

.gallery-neto-menu-section .gallery-menu-row .gallery-div-trigger {
	display: flex;
    align-items: center;
	justify-content: center;
}

.gallery-menu-row {
	scrollbar-width: thin ;
	scrollbar-color: rgba(255, 255, 255, .8) var(--primary-color);
}
.gallery-menu-row::-webkit-scrollbar {
    -webkit-appearance: none;
}
.gallery-menu-row::-webkit-scrollbar:horizontal {
    height: 12px;
}
.gallery-menu-row::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
	border: 4px solid var(--primary-color);
}

html body #page-container .gallery-neto-menu-section .gallery-menu-row .gallery-div-trigger .et_pb_button_module_wrapper a {
	background-color: transparent;
	padding: 12px !important;
	text-transform: none !important;
	font-family: var(--secondary-title);
	font-size: 20px !important;
/* 	min-width: 160px; */
	white-space: nowrap;
}

html body #page-container .gallery-neto-menu-section .gallery-menu-row .gallery-div-trigger.active .et_pb_button_module_wrapper a {
	font-family: var(--main-title);
}

.homepage-hotel-for-slider-buttons-row .et_pb_column:before {
	content: "";
    position: absolute;
    left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
    width: 2px;
    height: 32px;
    background: var(--secondary-color);
}

.homepage-hotel-for-slider-buttons-row .et_pb_column:first-child:before {
	display: none;
}

.gallery-neto-menu-section .gallery-menu-row a:hover {
	background-color: transparent !important;
	padding: 16px !important;
}

.gallery-div-trigger:hover {
	cursor: pointer;
}

.gallery-div-trigger:hover a {
	opacity: 0.8;
}

.global-gallery-row {
	margin-top: 40px;
	width: calc(80% + 16px);
}

.masonry-grid {
	display: flex !important;
    flex-wrap: wrap !important;
    height: 100% !important;
}
.masonry-grid-item {
    position: unset !important;
}

.global-gallery-row .et_pb_gallery_item .et_pb_gallery_image {
	border: solid 8px transparent;
}

.global-gallery-row .et_pb_gallery_item .et_pb_gallery_image .et_overlay {
	background-color: rgba(0,83,103,0.7);
    border-color: rgba(0,83,103,0.7);
}

.global-gallery-row .et_pb_gallery_item .et_pb_gallery_image .et_overlay::before {
	    color: var(--white);
}

@media(max-width:980px){
	.gallery-neto-menu-section {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.gallery-menu-row.blue-frame:before{
		display: none;
	}
	.global-gallery-row{
		margin-top: 34px;
	}
	.gallery-menu-row {
		flex-wrap: nowrap;
		border: 4px solid var(--secondary-color);
		width: 80%;
	}
	.gallery-neto-menu-section .gallery-menu-row .gallery-div-trigger .et_pb_button_module_wrapper {
		margin: 0px 32px;
	}
	.gallery-select-list-code-module, 
	.gallery-select-list-code-module select{
		width: 100%;
	}
	.gallery-select-list-code-module select{
		background: transparent;
    	border: none;
    	padding: 10px;
    	color: white;
    	font-size: 16px;
		width: 97%;
	}
	.gallery-select-list-code-module select option,
	.gallery-select-list-code-module select option:checked{
		color:var(--black);
	}
	body.iphone .gallery-select-list-code-module .et_pb_code_inner:after{
		content: '';
    	position: absolute;
    	border: 0.4em solid transparent;
    	border-top: 0.5em solid white;
    	top: 50%;
    	right: 0;
    	transform: translate(-12px, -21%);
	}
}


@media(max-width:480px){
	.global-gallery-row .et_pb_gallery_item .et_pb_gallery_image {
		border-left: 0px;
		border-right: 0px;
	}
	
	.gallery-menu-row {
		width: calc(80% + 16px);
	}
	
	.gallery-neto-menu-section .gallery-menu-row .gallery-div-trigger .et_pb_button_module_wrapper {
		margin: 0px 24px;
	}
}

/******POPUP PHOTOS******/
.mfp-bg {
	opacity: 0.6 !important;
}

.mfp-gallery .mfp-container {
	padding: 0px;
}

.mfp-gallery:hover, .mfp-gallery .mfp-close:hover,.mfp-gallery .mfp-zoom-out-cur {
	cursor: pointer;
}

.mfp-gallery figcaption {
	display: none;
}

.mfp-gallery button.mfp-close {
	opacity: 1;
	width: 32px;
    height: 32px;
    border-radius: 32px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
    text-align: center;
	right: 0;
	padding-right: 0;
	top: 0;
	transform: translate(-8px, calc(100% + 16px));
}

.mfp-gallery button.mfp-arrow:hover {
	background-color: transparent !important;
}

.mfp-zoom-out-cur {
	width: calc(100% + 17px);
}

.gallery-iframe {
    display: block !important;
}

.mfp-gallery img.mfp-img {
    max-height: 800px !important;
}

@media(max-width:980px){
	.mfp-zoom-out-cur {
		width: 100%;
	}
}
/******FIN POPUP PHOTOS******/

/******VIDEOS******/

.gallery-videos-link-blurb-module {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(57,118,216,0) !important;
    transition: var(--transition);
}

.gallery-videos-link-blurb-module:hover {
    background-color: rgba(0,83,103,0.7) !important;
	cursor: pointer;
}

.gallery-videos-link-blurb-module .et_pb_blurb_content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-videos-link-blurb-module .et_pb_main_blurb_image {
	margin-bottom: 0;
}

.gallery-videos-link-blurb-module .et_pb_main_blurb_image img {
	width: 20px;
    transform: translateX(2px);
}

.gallery-videos-row {
	margin-top: 0px;
}

.first-gallery-videos-row {
	margin-top: 40px;
}

.gallery-videos-column {
	border: 8px solid transparent;
}

@media(max-width:480px){
	.gallery-videos-column {
		border-left: 0px;
		border-right: 0px;
	}
}

/******FIN VIDEOS******/

/******POPUP VIDEOS******/

.mfp-container {
	padding: 0;
}

.mfp-content .gallery-iframe {
    max-width: 1066px;
    max-height: 600px;
    height: 100vh;
    width: 100%;
    margin: auto;
}

@media (max-width: 980px) {
	.mfp-content .gallery-iframe {
		max-height: 320px;
	}
}

/******FIN POPUP VIDEOS******/

/*******************************
 *FIN SECTION GALERIE
********************************/

/*==============================FIN GALERIE==============================*/



/*==============================SOCIAL WALL==============================*/

/*******************************
 *SECTION TITRE PAGE
********************************/

.social-wall-title-section {
	background-color: var(--primary-color);
}

.social-wall-insta-logo-title-module {
	text-align: center !important;
	margin-top: 24px;
	margin-bottom: 16px !important;
}

.social-wall-insta-logo-title-module img {
	width: 40px;
	height: 40px;
}

.social-wall-insta-username-title-module p {
	color: var(--white);
	font-size: 18px;
	text-align: center;
}

.social-wall-insta-username-title-module p a {
	color: var(--white);
	font-size: 18px;
	transition: var(--transition);
}

.social-wall-insta-username-title-module p a:hover {
	opacity: 0.8;
}

@media (max-width: 980px) {
	.social-wall-title-section {
		height: unset;
    	padding: 24px 0 !important;
	}
}

/*******************************
 *FIN SECTION TITRE PAGE
********************************/

/*******************************
 *SECTION INSTAGRAM FEED
********************************/

.social-wall-instagram-feed-section {
	padding: 4px !important;
}

.social-wall-instagram-feed-section .eapps-instagram-feed-posts-slider-nav-icon {
	display: none !important;
}

.social-wall-instagram-feed-section #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--white);
}

.social-wall-instagram-feed-section .eapps-instagram-feed-posts-slider-next,
.social-wall-instagram-feed-section .eapps-instagram-feed-posts-slider-prev {
	box-shadow: -2px 0 5px rgba(0,0,0,0);
	background: rgba(255, 255, 255, 0.8) !important;
}

.social-wall-instagram-feed-section .eapps-instagram-feed-posts-slider-next:hover,
.social-wall-instagram-feed-section .eapps-instagram-feed-posts-slider-prev:hover {
	background: rgba(255, 255, 255, 1) !important;
}

.social-wall-instagram-feed-section .eapps-instagram-feed-posts-slider-prev::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-left.png);
	background-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(4px, -50%);
}

.social-wall-instagram-feed-section .eapps-instagram-feed-posts-slider-next::before {
	content: "";
    background: url(/wp-content/uploads/2020/07/inner-arrow-right.png);
	background-size: 20px;
    top: 50%;
    right: 50%;
    position: absolute;
    width: 20px;
    height: 18px;
    transform: translate(-4px, -50%);
}

/*******************************
 *FIN SECTION INSTAGRAM FEED
********************************/

/*==============================FIN SOCIALL WALL==============================*/


/*==============================CONTACT ET ACCES==============================*/
.contact-access-form-access-section {
	padding-top: 48px !important;
}
/*******************************
 *SECTION UNE QUESTION
********************************/

.contact-access-form-access-section .contact-access-form-column {
	margin-right: 20px;
}

.contact-access-form-module {
	background-color: var(--primary-color);
	padding: 24px;
}

.contact-access-form-access-section .contact-access-form-module p:nth-child(3) {
	width: 100%;
}

.contact-access-form-access-section .contact-access-form-module p input,.contact-access-form-access-section .contact-access-form-module p textarea {
	background-color: transparent;
	border: 2px solid var(--white);
	font-size: 16px;
	color: var(--white);
	font-family: var(--body-text);
}

.contact-access-form-module p input::placeholder, .contact-access-form-module p textarea::placeholder {
	font-size: 18px;
	color: var(--secondary-color);
}

.contact-access-form-access-section .contact-access-form-module p,.contact-access-form-module .et-pb-contact-message {
	color: var(--white);
}

.contact-access-form-access-section .contact-access-form-module p textarea {
	resize: vertical;
}

.contact-access-form-access-section .contact-access-form-module .et_pb_contact_submit {
	background-color: var(--secondary-color);
	padding: 0 1.5rem;
	height: 40px;
	margin-left: 24px !important;
}

.contact-access-form-access-section .contact-access-form-module .et_pb_contact_submit:hover {
	background-color: #478391 !important;
	padding: 0 1.5rem !important;
	height: 40px;
	margin-left: 24px !important;
}

.contact-access-form-access-section .contact-access-form-module .et_contact_bottom_container {
	margin-top: 0;
	display: flex;
    align-items: center;
}

.contact-access-form-access-section .contact-access-form-module p.et_pb_contact_field {
	margin-bottom: 16px;
}

.contact-access-form-access-section .contact-access-form-module p input, .contact-access-form-access-section .contact-access-form-module p textarea {
	padding: 12px 16px;
}

.contact-access-form-module p input.et_pb_contact_captcha {
	padding: 8px;
	width: 40px;
}

.contact-access-form-module .et_pb_contact_field_options_title {
	display: none;
}

.contact-access-form-module .et_pb_contact p input[type=checkbox]+label i {
    width: 16px;
    height: 16px;
    background-color: transparent;
    margin-right: 12px;
    border: 2px solid var(--white);
}

.contact-access-form-module .et_pb_contact p input[type=checkbox]:checked+label i {
	background-color: var(--secondary-color);
}

.contact-access-form-module .et_pb_contact p input[type=checkbox]:checked+label i:before {
    color: var(--white);
    width: 16px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

@media (max-width: 980px) {
	.contact-access-form-access-section .contact-access-form-column {
		margin-right: 0px;
	}
	.contact-access-form-access-section {
		padding-bottom: 48px !important;
	}
}


@media (max-width: 480px) {
	.contact-access-form-module .et_contact_bottom_container {
		align-items: flex-end !important;
    	flex-direction: column;
	}
	
	.contact-access-form-module .et_contact_bottom_container .et_pb_contact_right {
		margin-bottom: 16px;
	}
}

/*******************************
 *FIN SECTION UNE QUESTION
********************************/

/*******************************
 *SECTION COMMENT VENIR
********************************/

.contact-access-form-access-section .contact-access-access-card-column {
	margin-left: 20px;
}

.contact-access-form-access-section .contact-access-access-card-column:before {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 68px);
	background-color: var(--white);
    border: 2px solid var(--primary-color);
	z-index: -1;
}

.contact-access-form-access-section .contact-access-access-card-column .contact-access-access-card-title-module {
	background-color: var(--primary-color);
	text-align: center;
	margin-bottom: 24px;
}

.contact-access-form-access-section .contact-access-access-card-column h3 {
	color: var(--white);
	font-size: 24px;
	font-family: var(--main-title);
	padding: 24px;
}

.contact-access-form-access-section .contact-access-access-card-column p span {
    font-family: "Muli-Bold", sans-serif !important;
    text-transform: uppercase;
}

.contact-access-form-access-section .contact-access-picto-text-blurb-module {
	padding: 0 24px;
}

.contact-access-form-access-section .contact-access-picto-text-blurb-module:last-child {
	margin-bottom: 24px !important;
}
.contact-access-form-access-section .contact-access-picto-text-blurb-module a{
	color: var(--primary-color, #005367);
    font-size: 1rem;
    font-family: var(--body-text);
	transition:var(--transition);
}
.contact-access-form-access-section .contact-access-picto-text-blurb-module a:hover{
	opacity: 0.6;
}
@media (max-width: 980px) {
	.contact-access-form-access-section .contact-access-access-card-column h3 {
		font-size: 22px;
	}
	.contact-access-form-access-section .contact-access-access-card-column {
		margin-left: 0px;
		margin-top: 48px !important;
	}
	.contact-access-form-access-section .contact-access-access-card-column:before {
		height: calc(100% - 100px);
	}
}

/*******************************
 *FIN SECTION COMMENT VENIR
********************************/

/*******************************
 *SECTION MAP
********************************/
.contact-access-map-section {
	padding-bottom: 48px !important;
}

.contact-access-map-section .et_pb_column.homepage-access-column {
	padding-right: 20px;
}

.contact-access-map-section .dwd_map_extended {
	height: 360px;
}

.contact-access-map-section .dwd_map_extended::before {
    content: "";
    background: url(/wp-content/uploads/2020/06/chavanel-logo-maps.png);
    background-size: 185px;
    top: 10px;
    right: 10px;
    position: absolute;
    width: 185px;
    height: 48px;
    z-index: 1;
}

.contact-access-map-section .dwd_map_extended button.gm-control-active.gm-fullscreen-control {
	top: 58px !important;
}

.contact-access-map-section .gm-style-iw.gm-style-iw-c {
    padding: 4px !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    border-radius: 0;
    top: -4px;
    min-width: 140px !important;
    min-height: 64px!important;
}
.contact-access-map-section .gm-style .gm-style-iw-t::after {
	top: -4px;
}
.contact-access-map-section .gm-style-iw-d {
	border: 1px solid var(--secondary-color);
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden !important;
	height: 100%;
	position: relative;
	min-height: 54px;
	padding: 8px;
}

.contact-access-map-section .gm-style-iw-d:before {
	position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(/wp-content/uploads/2020/06/chavanel-logo-maps.png) center;
    background-size: 80%;
    background-repeat: no-repeat;
	z-index: -1;
}

.contact-access-map-section .gm-style-iw.gm-style-iw-c h3 {
	text-align: center;
	font-family: var(--secondary-title);
	color: var(--primary-color);
	font-size: 16px;
	padding-bottom: 0;
}

.contact-access-map-section .gm-style-iw.gm-style-iw-c button {
	top: 0px !important;
    right: 0px !important;
}

/* filtre teintes de gris sur la carte */
.contact-access-map-section .et_pb_map_extended_0 .gm-style>div>div>div>div>div>img {
	filter: saturate(0%);
    backface-visibility: hidden;
}
/**/

/*Info Window*/
.map-info-window{
	display:none;
}
/**/
@media (max-width: 980px) {
	.contact-access-map-section{
		padding-top: 0 !important;
	}
	.contact-access-map-section .dwd_map_extended {
		height: 320px !important;
	}
	.contact-access-map-section .dwd_map_extended::before {
		display: none;
	}
	.contact-access-map-section .dwd_map_extended button.gm-control-active.gm-fullscreen-control {
		top: 0px !important;
	}
}
/*******************************
 *FIN SECTION MAP
********************************/

/*==============================FIN CONTACT ET ACCES==============================*/

/*==============================MENTIONS LÉGALES==============================*/

/*******************************
 *SECTION TITRE PAGE
********************************/

.legal-notices-title-section {
	padding: 0px !important;
    height: 180px;
    display: flex;
    align-items: center;
	background-color: var(--primary-color);
}

@media(max-width:980px){
	.legal-notices-title-section {
		height: 140px;
	}
}

/*******************************
 *FIN SECTION TITRE PAGE
********************************/
.legal-notices-blocks-section {
	padding-top: 48px !important;
}

.legal-notices-copyright-section {
	padding-bottom: 48px !important;
}

.legal-notices-blocks-section .legal-notices-block-column {
	border: 2px solid var(--primary-color);
	background-color: var(--white);
}

.legal-notices-blocks-section .legal-notices-block-title-module {
	background-color: var(--primary-color);
}

.legal-notices-blocks-section .et_pb_module {
	margin-bottom: 0 !important;
}

.legal-notices-blocks-section h3 {
	font-family: var(--main-title);
	color: var(--white);
	padding: 16px 24px;
    text-align: center;
    line-height: 1.2;
}

.legal-notices-blocks-section .legal-notices-block-column p span {
	font-family: "Muli-Bold", sans-serif;
}

.legal-notices-block-column a {
	font-family: "Muli-Bold", sans-serif;
	color: var(--secondary-color);
	transition: var(--transition);
}


.legal-notices-block-column a:hover {
	color: var(--primary-color);
}

.legal-notices-block-text-code-module {
	padding: 24px;
}

.legal-notices-block-text-code-module p {
	text-align: left;
}

@media(max-width:980px){
	.legal-notices-block-column:nth-child(1), .legal-notices-block-column:nth-child(2) {
		margin-bottom: 24px !important;
	}
}

/*==============================FIN MENTIONS LÉGALES==============================*/

/*==============================CONDITIONS GENERALES DE VENTE==============================*/

/*******************************
 *SECTION TITRE PAGE
********************************/

.general-conditions-of-sale-title-section {
	padding: 0px !important;
    height: 180px;
    display: flex;
    align-items: center;
	background-color: var(--primary-color);
}

@media(max-width:980px){
	.general-conditions-of-sale-title-section {
		height: 140px;
	}
}

@media(max-width:479px){
	.general-conditions-of-sale-title-section {
		height: 180px;
	}
}

/*******************************
 *FIN SECTION TITRE PAGE
********************************/

.general-conditions-of-sale-condition-first-section {
	padding-top: 48px !important;
}

.general-conditions-of-sale-condition-section:last-child {
	padding-bottom: 48px !important;
}

.general-conditions-of-sale-condition-section strong {
	font-weight: 400;
	font-family: 'Muli-Bold', sans-serif;
}
.general-conditions-of-sale-condition-section:last-child .et_pb_row{
	padding-bottom: 50px !important;
}
.general-conditions-of-sale-condition-section .et_pb_text .et_pb_text_inner{
	color: var(--primary-color, #005367);
    font-size: 1rem;
    font-family: var(--body-text);
    text-align: justify;
}
/*==============================FIN CONDITIONS GENERALES DE VENTE==============================*/

/*==============================POLITIQUE DE CONFIDENTIALITÉ==============================*/
.privacy-policy-section {
	padding-bottom: 0px !important;
	padding-top: 48px !important;
}

body .privacy-policy-section h1 {
	font-family: var(--main-title);
	text-align: center;
	color: var(--primary-color);
	text-transform: none;
	line-height: 1em;
	font-size: 40px;
	padding-bottom: 32px;
}

.privacy-policy-section .et_pb_text {
	margin-bottom: 48px !important;
}

body .privacy-policy-section .et_pb_row {
	padding-top: 0px !important;
}

body .privacy-policy-section h2 {
	font-family: var(--main-title);
	text-align: center;
	color: var(--primary-color) !important;
	text-transform: none;
	line-height: 1em;
	font-size: 32px;
	font-variant: normal;
}

body .privacy-policy-section h3 {
	font-family: "Muli-Bold", sans-serif !important;
	color: var(--primary-color) !important;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 20px;
	padding-bottom: 12px;
	padding-top: 16px;
}

body .privacy-policy-section h4 {
	font-family: "Muli-Bold", sans-serif !important;
	color: var(--primary-color) !important;
	padding-bottom: 8px;
	padding-top: 12px;
}

body .privacy-policy-section p {
	padding-bottom: 8px;
}

@media(max-width:980px){
	body .privacy-policy-section h1 {
		font-size: 32px;
	}
	body .privacy-policy-section h2 {
		font-size: 28px;
	}
}

/*==============================FIN POLITIQUE DE CONFIDENTIALITÉ==============================*/

/*==============================LIVIE==============================*/
body .Livie-Comparateur-jour {
    font-size: 28px;
}
body .Livie-Comparateur-mois{
	font-size: 18px;
}
body .Livie-Comparateur-titre-2{
	font-weight: 600;
	font-size: 14px;
}
body .Livie-Comparateur-titre{
	padding: 19.45px 17px 20.55px 23px;
}
/*==============================FIN LIVIE==============================*/

body .section-pixel{
	display : none !important;
}