@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
} 
*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	min-height: 100%;
	font-family: 'Comfortaa', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #F2F2F2;
	background-color: #010e16;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-flow: column;
}
body.com_k2.view-item {
	padding-top:140px;
}
img{
	border-style:none;
	pointer-events: none;
}
ul {
	list-style-type:none;
}
a {
	text-decoration:none;
	outline:none;
	color: #A1708D
}
a:hover {
	color:#B293AB;
}
br {
	letter-spacing: normal;
}
iframe {
	border: none;
}
fieldset {
	border: none;
}
span.text-br {
	display:inline-block;
}
span.br:before {
		/*content: '\A';*/
		white-space: pre;
}
.center {
	text-align: center !important;
}

h1 {
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
}
h2 {
	font-size: 3.8rem;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
h3 {
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
h4 {
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
h5 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2em;
}
p {
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.vert {
	color: #004458;
}
.rose {
	color: #A1708D;
}
.wh {
	color: #F2F2F2;
}
.bk {
	color: #002D38;
}


/* MainMenu */
header {
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	padding: 20px 30px;
	z-index:1000;
	position:fixed;
	top:0;
	display: flex;
	column-gap: 20px;
	transition: transform .3s ease-in-out;
}
header.is-hide {
	transform: translateY(-100%);
	transition: transform .3s ease-in-out;
}
.site_logo {
}
.site_logo a {
	width: 60px;
	height: 100%;
	display: block;
	background: url("../images/logo_header.png") no-repeat left center;
	background-size: contain;
}

.main-menu {
	flex: 1;
	z-index: 1001;
}
.main-menu > ul {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.main-menu > ul li {
	position: relative;
	text-align: center;
}
.main-menu > ul li a, 
.main-menu > ul li span, 
.menu li .nav-header {
	color:#FFF;
	font-size:1.4rem;
	font-weight: 300;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	display:block;
	position: relative;
	cursor:pointer;
}
.main-menu > ul li.active a {
	color: #A1708D;
}
.main-menu > ul li.item-101 {
	display: none;
}
.main-menu > ul li.item-114 {
    display: none;
}

/* toggle-menu */
#nav-toggle {
	height: 26px;
	cursor: pointer;
	z-index: 1003;
	display: none;
}
#nav-toggle > div {
	width: 28px;
	position: relative;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #A1708D;
	position: absolute;
	transition: transform .3s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

.menu-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	display: none;
	z-index: 999;
}
.menu-overlay.active {
	display: block;
}

.icon-menu > ul {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
.icon-menu > ul li {
	height: 32px;
}
.icon-menu > ul li:nth-child(1),
.icon-menu > ul li:nth-child(2) {
	display: none;
}
.icon-menu > ul li a {
	height: 100%;
	display: block;
}
.icon-menu > ul li a img {
	height: 100%;
}


/* Contents */
.wrapper {
	width: 100%;
	min-width: 768px;
	min-height: 100%;
	position: relative;
	top: 0;
	transition: all .5s;
	flex: 1;
	z-index: 997;
}
section {
	width: 100%;
	position: relative;
}

.container {
	width: 100%;
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 24px;
	position: relative;
	text-align: center;
}

/* Page Accueil */
.itemid-101 .wrapper {
	background-color: #001b24;
}
.itemid-101 .section1 {
	height: 50vw;
	max-height: 700px;
	background-color: #010217;
	z-index: 1;
	overflow: hidden;
}
.itemid-101 .section1 .bg {
	width: 100%;
	height: 50vw;
	max-height: 100%;
	background: url(../images/img_header.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	z-index: 1;
}
.itemid-101 .section1 .logo {
	width: 100%;
	height: 50%;
	max-height: 250px;
	background: url("../images/logo_slogan2.png") no-repeat	center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 30%;
	z-index: 2;
	opacity: 0;
}
/*.itemid-101 .section1 .logo::before {
	width: 30px;
	height: 100%;
	content: "";
	background-color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: -100px;
	mix-blend-mode: darken;
	opacity: 0;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
	animation: kiran 0.5s linear 1;
	animation-delay: 4s;
}*/
.itemid-101 .section1 .perroquet {
	width: 50%;
	height: 60%;
	max-height: 350px;
	background: url("../images/perroquet.png") no-repeat left center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 3;
	opacity: 0;
}
.itemid-101 .section1 .feuille1 {
	width: 360px;
	height: 400px;
	background: url("../images/feuille_01.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: calc(50% - 290px);
	top: 13%;
	z-index: 3;
	opacity: 0.8;
}
.itemid-101 .section1 .feuille2 {
	width: 360px;
	height: 400px;
	background: url("../images/feuille_04.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: calc(50%);
	top: 15%;
	z-index: 4;
	opacity: 0.8;
}
.itemid-101 .section1 .feuille3 {
	width: 450px;
	height: 350px;
	background: url("../images/feuille_03.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: calc(50% - 225px);
	top: 45%;
	z-index: 4;
	opacity: 1;
}
.itemid-101 .section1 .feuille4 {
	width: 500px;
	height: 330px;
	background: url("../images/feuille_02.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: calc(50% + 30px);
	top: 50%;
	z-index: 3;
	opacity: 0.8;
}

.itemid-101.loaded .section1 .logo {
	animation: logo 4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	animation-delay: 1s;
}
.itemid-101.loaded .section1 .perroquet {
	animation: perroquet 3s cubic-bezier(.4,.42,0,1) 1 forwards;
	animation-delay: 3s;
}
.itemid-101.loaded .section1 .feuille1 {
	animation: feuille1 3s cubic-bezier(.7,.28,.69,.94) 1 forwards;
}
.itemid-101.loaded .section1 .feuille2 {
	animation: feuille2 4s cubic-bezier(.7,.28,.69,.94) 1 forwards;
}
.itemid-101.loaded .section1 .feuille3 {
	animation: feuille3 4s cubic-bezier(.7,.28,.69,.94) 1 forwards;
}
.itemid-101.loaded .section1 .feuille4 {
	animation: feuille4 3s cubic-bezier(.7,.28,.69,.94) 1 forwards;
}
@keyframes feuille1 {
	30% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 0.8;
	}
	100% {
		transform: translate(-100%, -50%) rotate(-60deg);
	}
	98%,100% {
		opacity: 0;
	}
}
@keyframes feuille2 {
	30% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 0.8;
	}
	100% {
		transform: translate(100%, -50%) rotate(80deg);
	}
	98%,100% {
		opacity: 0;
	}
}
@keyframes feuille3 {
	30% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: translate(-10%, 50%) rotate(-30deg);
	}
	98%,100% {
		opacity: 0;
	}
}
@keyframes feuille4 {
	30% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 0.8;
	}
	100% {
		transform: translate(100%, 50%) rotate(30deg);
	}
	98%,100% {
		opacity: 0;
	}
}
@keyframes perroquet {
	0%,30% {
		transform: translate(-300px, 350px) scale(0.5);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0)scale(1);
	}
	30%,100% {
		opacity: 1;
	}
}
@keyframes logo {
	0%,30% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
	}
	90%,100% {
		opacity: 1;
	}
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.bulls {
	width: 100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 2;
}

.bulls span {
	position:relative;
	opacity: 0.8;
}

.bulls span:before {
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 5px;
	background-color: #FFF;
	position: absolute;
	filter: blur(1px);
}
.bulls span.s:before{
	transform:scale(0.4);
}

.bulls span.m:before{
	transform:scale(0.55);
}

.bulls span.l:before{
	transform:scale(0.7);
}

.bulls span:nth-child(2n):before {
	background: #BF95BA;
}
.bulls span:nth-child(3n):before {
	background: #538FB3;
}
.bulls span:nth-child(1){left:20%; top:20%; animation: star-anim 8s 0s infinite;}
.bulls span:nth-child(2){left:80%; top:30%; animation: star-anim 6s 1s infinite;}
.bulls span:nth-child(3){left:50%; top:33%; animation: star-anim 5s 2s infinite;}
.bulls span:nth-child(4){left:30%; top:70%; animation: star-anim 7s 3s infinite;}
.bulls span:nth-child(5){left:80%; top:75%; animation: star-anim 7s 4s infinite;}

.bulls span:nth-child(6){left:42%; top:35%; animation: star-anim 4s 0s infinite;}
.bulls span:nth-child(7){left:20%; top:50%; animation: star-anim 7s 1s infinite;}
.bulls span:nth-child(8){left:45%; top:52%; animation: star-anim 8s 2s infinite;}
.bulls span:nth-child(9){left:85%; top:65%; animation: star-anim 5s 3s infinite;}
.bulls span:nth-child(10){left:80%; top:50%; animation: star-anim 7s 4s infinite;}

.bulls span:nth-child(11){left:86%; top:20%; animation: star-anim 5s 0s infinite;}
.bulls span:nth-child(12){left:20%; top:80%; animation: star-anim 6s 1s infinite;}
.bulls span:nth-child(13){left:25%; top:40%; animation: star-anim 7s 2s infinite;}
.bulls span:nth-child(14){left:60%; top:80%; animation: star-anim 8s 3s infinite;}
.bulls span:nth-child(15){left:80%; top:50%; animation: star-anim 7s 4s infinite;}

@keyframes star-anim {
	0% {opacity:0;}
	5% {opacity:0.8;}
	10% {opacity:0;}
	55% {opacity:0;}
	60% {opacity:0.8;}
	95% {opacity:0;}
	100% {opacity:0.8;}
}

.itemid-101 .fond {
	width: 100%;
	position: absolute;
	top: 300px;
	z-index: 3;
}
.itemid-101 .fond .bg1 {
	height: 20vw;
	background: url(../images/img_top1.png) no-repeat center top;
	background-size: cover;
}
.itemid-101 .fond .bg2 {
	height: 45.71vw;
	background: url(../images/img_top2.jpg) no-repeat center top;
	background-size: cover;
}
.itemid-101 .section2 {
	z-index: 4;
}
.itemid-101 .section2 .container {
	padding-top: 0;
	padding-bottom: 15px;
}

.itemid-101 .section3 {
	z-index: 4;
}
.itemid-101 .section3 .container {
	max-width: 820px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0;
}
.itemid-101 .section3 .row {
	width: 50%;
	min-height: 160px;
	color: #F2F2F2 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	border: 1px solid transparent;
}
.itemid-101 .section3 .row:nth-child(1) {
	margin-bottom: -1px;
}
.itemid-101 .section3 .row:nth-child(3) {
	width: calc((100% - 100px) /2);
	min-height: 180px;
}
.itemid-101 .section3 .row:nth-child(5) {
	width: calc((100% - 100px) /2);
	min-height: 180px;
}
.itemid-101 .section3 .row:nth-child(6) {
	top: 1px;
	margin-top: -80px;
}
.itemid-101 .section3 .row:nth-child(7) {
	top: 1px;
	margin-top: -80px;
}

.itemid-101 .section3 .row::before {
	content: "";
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.3);
	border: 0px solid rgb(0,19,25);
	position: absolute;
	display: none;
}
.itemid-101 .section3 .row:nth-child(1)::before {
	width: 100px;
    height: 50px;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	border-top-width: 1px;
	left: calc(50% -49.5px);
	bottom: -50px;
}
.itemid-101 .section3 .row:nth-child(3)::before,
.itemid-101 .section3 .row:nth-child(5)::before {
	width: 50px;
	height: 100px;
	top: 0px;
}
.itemid-101 .section3 .row:nth-child(3)::before {
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	border-left-width: 1px;
	right: -50px;
}
.itemid-101 .section3 .row:nth-child(5)::before {
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	border-right-width: 1px;
	left: -50px;
}
.itemid-101 .section3 .row:nth-child(6)::before,
.itemid-101 .section3 .row:nth-child(7)::before {
	width: 50px;
	height: 50px;
	border-bottom-width: 1px;
	top: -50px;
}
.itemid-101 .section3 .row:nth-child(6)::before {
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	right: -1px;
}
.itemid-101 .section3 .row:nth-child(7)::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	left: -1px;
}
.itemid-101 .section3 .row:nth-child(6)::after,
.itemid-101 .section3 .row:nth-child(7)::after {
	content: "";
	width: 1px;
	height: 50px;
	background-color: #A1708D;
	position: absolute;
	top: -50px;
	left: 100%;
	display: none;
}
.itemid-101 .section3 .row:nth-child(7)::after {
	left: -1px;
}

.itemid-101 .section3 .row.croix {
	width: 100px;
	min-height: 100px;
	z-index: 999;
}
.itemid-101 .section3 .row.croix span {
	width: 142.8355px;
	height: 1.5px;
	background-color: #A1708D;
	transform: rotate(45deg);
	position: absolute;
	top: 49.5px;
}
.itemid-101 .section3 .row.croix span:nth-child(2) {
	transform: rotate(-45deg);
	top: 49.5px;
}

.itemid-101 .section3 .row .text {
	display: none;
	font-size: 1.4rem;
	line-height: 1.6em;
	color: #F2F2F2;
	padding: 10px;
}
.itemid-101 .section3 .row .text span {
	width: 130px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	padding: 5px 0;
	margin: 10px auto 0;
	display: block;
}

.itemid-101 .section3 .row h3 {
	font-size: 2.4rem;
	position: absolute;
}
.itemid-101 .section3 .row:nth-child(1) h3 {
	left: calc(50% - 135px);
	bottom: 40px;
}
.itemid-101 .section3 .row:nth-child(3) h3 {
	right: 100px;
	top: 28px;
}
.itemid-101 .section3 .row:nth-child(5) h3 {
	left: 90px;
	top: 28px;
}
.itemid-101 .section3 .row:nth-child(6) h3 {
	right: 80px;
	top: 33px;
}
.itemid-101 .section3 .row:nth-child(7) h3 {
	left: 80px;
	top: 33px;
}
.itemid-101 .section3 .row h3::before {
	width: 46px;
    height: 46px;
    content: "";
    background: no-repeat right center;
    background-size: contain;
    vertical-align: -15px;
    margin-right: 15px;
    display: inline-block;
	background-image:url("../images/icon_massage.png");
}
.itemid-101 .section3 .row:nth-child(3) h3::before {
	background-image:url("../images/icon_location.png");
}
.itemid-101 .section3 .row:nth-child(5) h3::before {
	background-image:url("../images/icon_coaching.png");
}
.itemid-101 .section3 .row:nth-child(6) h3::before {
	background-image:url("../images/icon_gite.png");
}
.itemid-101 .section3 .row:nth-child(7) h3::before {
	background-image:url("../images/icon_spa.png");
}
.itemid-101 .section3 .row .text,
.itemid-101 .section3 .row:hover h3 {
	display: none;
}

.itemid-101 .section3 .row:not(:nth-child(4)):hover {
	border-color: #A1708D;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 998;
}
.itemid-101 .section3 .row:not(:nth-child(4)):hover::before,
.itemid-101 .section3 .row:not(:nth-child(4)):hover::after {
	display: block;
}
.itemid-101 .section3 .row:nth-child(3):hover,
.itemid-101 .section3 .row:nth-child(5):hover{
	background: rgba(0,0,0,0.3);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100px, rgba(0,19,25,1) 70%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100px, rgba(0,19,25,1) 70%);
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100px, rgba(0,19,25,1) 70%);

}
.itemid-101 .section3 .row:hover .text {
	padding: 15px;
	display: block;
}
.itemid-101 .section3 .spacer {
  	width: 100%;
}

/* Bloc Reservation */
#mod-custom91 {
	background-color: #A1708D;
	z-index: 4;
}
#mod-custom91 .h1 {
	width: 100%;
	height: 90px;
	background: url("../images/h1_reservation.png") no-repeat center;
	background-size: contain;
}
#mod-custom91 a {
	color: #F2F2F2;
	display: table;
	margin: 5px auto;
}

.itemid-101 #mod-custom91 .h1,
.itemid-107 #mod-custom91 .h1,
.itemid-108 #mod-custom91 .h1,
.itemid-113 #mod-custom91 .h1 {
    background-image: url(../images/h1_reservation_bk.png);
}
.itemid-101 #mod-custom91 p,
.itemid-107 #mod-custom91 p,
.itemid-108 #mod-custom91 p,
.itemid-113 #mod-custom91n p, 
.itemid-101 #mod-custom91 a,
.itemid-107 #mod-custom91 a,
.itemid-108 #mod-custom91 a,
.itemid-113 #mod-custom91 a {
    color: #002D38;
}
.itemid-101 #mod-custom91 a:first-of-type,
.itemid-107 #mod-custom91 a:first-of-type,
.itemid-108 #mod-custom91 a:first-of-type,
.itemid-113 #mod-custom91 a:first-of-type {
	border-color: #002D38;
}

.itemid-102 #mod-custom91 {
	background-color: #62705F;
}
.itemid-103 #mod-custom91 {
    background-color: #262145;
}
.itemid-104 #mod-custom91 {
	background-color: #4A4956;
}
.itemid-105 #mod-custom91 {
	background-color: #B2A583;
}
.itemid-106 #mod-custom91 {
	background-color: #33332F;
}

#mod-custom91 a:first-of-type {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: 0.5s;
}
#mod-custom91 a:first-of-type:hover {
	color: #F2F2F2;
	background-color: #002D38;
	border: 1px solid #002D38;
}

/* Bloc Localisation */
#mod-custom92 {
	background-color: #004458;
}
#mod-custom92 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	
}
#mod-custom92 .container iframe {
	width: 400px;
	max-width: 100%;
	filter: grayscale(70%) opacity(70%) saturate(150%);
	-webkit-filter: grayscale(70%) opacity(70%) saturate(150%);
	border-radius: 5px;
}
#mod-custom92 .container iframe:hover {
	filter:grayscale(0%) opacity(100%) saturate(100%);
	-webkit-filter:grayscale(0%) opacity(100%) saturate(100%);
}
#mod-custom92 .container p {
	margin: 20px 0;
}



/* Page contents */
section.head-image {
	width: 100%;
	height: 50vw;
	background: no-repeat center bottom;
	background-size: cover;
}
section.content {
	width: 100%;
	background: #0F2439 no-repeat center top;
	background-size: cover;
	padding-bottom: 60px;
}
section.content .container {
	padding-top: 0;
    padding-bottom: 0;
}

.massage section.head-image {
	background-image: url(../images/img_massage1.jpg);
	background-color: #ae997c;
}
.massage section.content {
	background-image: url(../images/img_massage2.jpg);
	background-color: #ae997c;
}
.spa section.head-image {
	background-image: url(../images/img_spa1.jpg);
	background-color: #005270;
}
.spa section.content {
	background-image: url(../images/img_spa2.jpg);
	background-color: #005270;
	background-size: 100%;
}
.gite section.head-image {
	background-image: url(../images/img_gite1.jpg);
	background-color: #d48b8b;
}
.gite section.content {
	background-image: url(../images/img_gite2.jpg);
	background-color: #d48b8b;
	background-size: 100%;
}
.location section.head-image {
	background-image: url(../images/img_location1.jpg);
	background-color: #1A4260;
}
.location section.content {
	background-image: url(../images/img_location2.jpg);
	background-color: #1A4260;
	background-size: 100%;
}
.coaching section.head-image {
	background-image: url(../images/img_coaching1.jpg);
	background-color: #ad6c70;
}
.coaching section.content {
	background-image: url(../images/img_coaching2.jpg);
	background-color: #ad6c70;
}
.c-cadeau section.head-image {
	height: 45vw;
	max-height: 620px;
	min-height: 530px;
	background-image: url(../images/img_cartecadeau.jpg);
	background-color: #020b1a;
	background-size: auto 100%;
}
.contact section.head-image {
	height: 45vw;
	background-image: url(../images/img_contact.jpg);
	background-color: #020b1a;
	background-size: contain;
}

.itemid-107 .wrapper {
	background-color: #A1708D;
}
.c-cadeau section.content {
	background-color: #A1708D;
	padding-top: 30px;
}
.c-cadeau section.content a.btn {
	min-width: 150px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #F2F2F2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 20px;
	display: inline-block;
	transition: 0.5s;
}
.c-cadeau section.content p.alert a {
	color:#002D38;
}
.c-cadeau section.content p.alert > a:hover {
	opacity: 0.7;
	background-color: transparent;
}
.c-cadeau section.content a:hover {
	color: #A1708D;
	background-color: rgba(255,255,255,0.7);
}
.tarif section.content,
.contact section.content {
	padding-top: 130px;
}

section.content h4 {
	font-weight: 700;
}
.coaching section.content h4 {
	color: #33332F;
    margin-bottom: 30px;
}
section.content h5 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 5px;
}
.massage section.content .tab-wrap h5 {
	font-weight: 700;
	color: #62705F;
}
.massage section.content h5:first-of-type {
	margin-top: 0;
}
.massage section.content h5,
.massage section.content p,
.coaching section.content h5,
.coaching section.content p {
	text-align: left;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.tab-label {
    font-size: 1.6rem;
	font-weight: 700;
    letter-spacing: 0.03em;
    background-color: rgba(0,0,0,0.2);
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid #FFF;
    padding: 18px 0;
    margin-bottom: 40px;
    opacity: 0.7;
    order: -1;
	flex-grow: 1;
}
.coaching .tab-label {
	width: 50%;
}
.tab-label:nth-of-type(1) {
	border-left: 1px solid rgba(255,255,255,0.5);
}
.tab-label:nth-of-type(2),
.tab-label:nth-of-type(4) {
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
}
.tab-label:nth-of-type(3) {
	border-right: 1px solid rgba(255,255,255,0.5);
}
.tab-label:nth-of-type(5) {
	border-right: 1px solid rgba(255,255,255,0.5);
}
.tab-content {
    width: 100%;
    display: none;
}
.tab-content .content-img {
	margin: 30px 0;
}
.tab-content .content-img img {
	width: 100%;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
 	background: none;
    opacity: 1;
    border: 1px solid #FFF;
    border-bottom: none;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
.tab-switch {
    display: none;
}


ul.sigFreeClassic {
    margin: 0 auto!important;
	margin-top: 50px !important;
    padding: 0!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
ul.sigFreeClassic li.sigFreeThumb {
    float: none;
    background: transparent !important;
    margin: 0;
    padding: 0;
}
li.sigFreeClear,
a.fancybox-button.fancybox-button--download,
.fancybox-caption__body {
	display: none !important;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    background-color:#FFF;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
    background: transparent url(../images/icon_zoom.png) no-repeat;
    background-size: cover;
}


.tarif .field-value:first-of-type ul {
    margin-top: 20px;
}
.tarif .field-value ul li {
	line-height: 1.5em;
    text-align: left;
	margin-bottom:15px;
}
.tarif .field-value ul li span.service-name {
	font-weight: 600;
	color: #A1708D;
}
.tarif .field-value.coaching ul li span.service-name,
.tarif .field-value.gite ul li span.service-name {
	display: block;
}
.tarif .field-value ul li span.alt {
	font-size: 0.5em;
    letter-spacing: 0.2em;
    vertical-align: text-bottom;
}
.tarif .horaires {
	margin-top: 50px;
}
.tarif .horaires span {
	font-size: 1.3rem;
}


.contact form {
	display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
	gap: 30px;
	justify-content: center;
}
.contact form .row {
	width: calc(50% - 15px);
}
.contact form .row.w100 {
	width: 100%;
}
.contact form input, 
.contact form select, 
.contact form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #A1708D;
    font-size: 1.6rem;
    color: #F2F2F2;
    display: block;
    cursor: text;
    outline: none;
    background-color: #202E41;
    -webkit-appearance: none;
}
.contact form select:invalid {
	font-size: 1.3rem;
	color: #A1708D;
}
.contact form select option {
	font-size: 1.6rem !important;
}
.contact form select option:first-child {
	font-size: 1.3rem;
	color: #A1708D;
	display: none;
}
.contact form textarea {
	min-height: 200px;
}
.contact ::placeholder{
	font-size: 1.3rem;
	color: #A1708D;
	text-transform: uppercase;
}
.contact ::-ms-input-placeholder{
	font-size: 1.3rem;
	color: #A1708D;
	text-transform: uppercase;
}
.contact :-ms-input-placeholder {
	font-size: 1.3rem;
	color: #A1708D;
	text-transform: uppercase;
}
.contact form .btn {
	min-width: 150px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #F2F2F2;
    background-color: transparent;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    margin: 30px 0 0;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: 0.5s;
}
.contact form .btn.submit:hover {
	color: #0F2439;
	background-color: #A1708D;
	border-color: #A1708D;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #202E41 inset;
	-webkit-text-fill-color: #F2F2F2;
}
.contact .succes,
.contact .erreur {
	display: none;
}
.contact .succes.active,
.contact .erreur.active {
	display: block;
}
.contact .succes p:nth-child(2) {
	margin-bottom: 30px;
}
.contact .erreur a {
	display: inline-block;
}
.contact .succes.active ~ *,
.contact .erreur.active ~ * {
	opacity: 0;
}


/* contre-indications */
#mod-custom93 {
	border: 1px solid #FFF;
    padding: 15px 20px;
    margin-top: 50px;
}
#mod-custom93 h5 {
    font-size: 1.3rem !important;
	font-weight: 700;
    text-align: center !important;
    text-transform: uppercase;
	margin-top: 0 !important;
}
#mod-custom93 p {
	font-size: 1.3rem;
    line-height: 1.2em;
	text-align: left;
    margin-bottom: 0;
}

/* Footer */
footer {
	width: 100%;
	background-color: #002D38;
	padding: 30px 50px;
	z-index: 996;
	display: flex;
	justify-content: space-between;
}
footer .col-L {
	display: flex;
    flex-wrap: wrap;
}
footer .footer-menu {
	width: 100%;
	margin-bottom: 20px;
}
footer .footer-menu ul {
	height: 130px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
    row-gap: 3px;
    column-gap: 15px;
}
footer .footer-menu ul li {
	width: 130px;
}
footer .footer-menu > ul li.item-114 {
    display: block;
	
}
footer .footer-menu ul li:last-child {
    margin-top: 41px;
}
footer ul li a {
	font-size: 1.3rem;
	color: #528894;
}
footer ul li a:hover {
    color: #A1708D;
}
footer .icon-menu > ul {
    justify-content: start;
}

footer .col-R {
	display: flex;
    flex-direction: column;
	align-items: flex-end;
}
footer .col-R img {
	flex-grow: 1;
	object-fit: contain;
    object-position: top;
}
footer .copyright {
	width: 100%;
	font-size: 1.2rem;
	color: #528894;
	text-align: right;
	margin: 0;
}
footer .icon-menu ul li a {
	width: 32px;
    background: url(../images/icon_tel_b.png) no-repeat;
    background-size: contain;
}
footer .icon-menu ul li:nth-child(2) a {
    background-image: url(../images/icon_wapp_b.png);
}
footer .icon-menu ul li:nth-child(3) a {
    background-image: url(../images/icon_fb_b.png);
}
footer .icon-menu ul li:nth-child(4) a {
    background-image: url(../images/icon_ig_b.png);
}
footer .icon-menu ul li a img {
    display: none;
}

#system-message-container {
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    top: 100px;
    z-index: 1000;
}
#system-message-container .alert {
    padding: 5px 20px 15px;
}
#system-message-container h4.alert-heading {
    font-size: 1.4rem;
}
#system-message-container .alert-message {
    font-size: 1.3rem;
}



body.itemid-115 {
	/*background-color: #A1708D;*/
}
.itemid-115 header, 
.itemid-115 footer, 
.itemid-115 .login + div,
.itemid-115 .login form fieldset .control-group:nth-child(1),
.itemid-115 .login form fieldset .control-group:nth-child(2) .control-label,
.itemid-115 .login form fieldset .control-group:nth-child(3) {
    display: none;
}
.itemid-115 #system-message-container {
    width: 100%;
    top: 0;
}
.itemid-115 .login {
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 180px);
}
.itemid-115 .login::before {
	content: "";
	width: 100%;
	height: 150px;
	background: url("../images/logo_slogan2.png") no-repeat center center;
	background-size: contain;
	margin-bottom: 30px;
	display: block;
	
}
.itemid-115 .login .login-description {
	color: #A1708D;
    margin-bottom: 30px;
}
.itemid-115 .login input {
    font-size: 1.6rem;
	text-align: center;
    border: none;
    padding: 15px;
}
.itemid-115 .login .btn {
	min-width: 150px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #F2F2F2;
    background-color: transparent;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    margin: 30px 0 0;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: 0.5s;
}
.itemid-115 .login .btn:hover {
	color: #0F2439;
	background-color: #A1708D;
	border-color: #A1708D;
}
.itemid-115 .login .btn.input-password-toggle,
.itemid-115 .login .com-users-login__remember,
.itemid-115 .login .com-users-login__reset,
.itemid-115 .login .com-users-login__remind,
.itemid-115 .login .com-users-login__submit .btn-secondary {
    display: none;
}

@media screen and (max-width: 2100px) {
	.itemid-101 .section1 .bg1 {
		max-height: 700px;
	}
	.itemid-101 .fond {
		top: 380px;
	}
	.itemid-101 .fond .bg1 {
		max-height: 345.882px;
	}
	.itemid-101 .fond .bg2 {
		max-height: 790.588px;
	}
}
@media screen and (max-width: 1700px) {
	.itemid-101 .fond {
		top: calc(360px + 2vw);
	}
}
@media screen and (max-width: 1400px) {
	.itemid-101 .section1 .bg {
		background-image: url(../images/img_header_1400w.jpg);
	}
}
@media screen and (max-width: 1300px) {
	.main-menu > ul {
		column-gap: 10px;
	}
	.itemid-101 .section1 .logo {
		height: 40%;
		max-height: none;
	}
	.itemid-101 .section1 .perroquet {
		height: 46%;
		max-height: none;
	}
	.itemid-101 .fond {
		top: 30vw;
	}
}

@media screen and (max-width: 1000px) {
	#nav-toggle {
		display: block;
	}
	header .main-menu {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex: 0;
		order: 1;
	}
	header .main-menu > ul {
		width: 300px;
		max-width: 300px;
		height: 100vh;
		background-color: rgba(0,27,36,0.9);
		position: fixed;
		right: -300px;
		top: 0;
		padding-top: 100px;
    	padding-bottom: 100px;
		flex-direction: column;
		justify-content: flex-start;
		row-gap: 20px;
		overflow-y: auto;
		transition: right .5s;
	}
	header .main-menu > ul li {
		width: 100%;
	}
	header .main-menu > ul li.item-101 {
		display: block;
	}
	header .icon-menu {
		flex: 1;
	}
	header .icon-menu > ul {
		justify-content: right;
	}
	
	header .main-menu.active > ul {
		right: 0;
		transition: right .5s;
		z-index: 999;
	}
	header .main-menu.active #nav-toggle span:nth-child(1) {
        top: 12px;
        transform: rotate(45deg);
    }
    header .main-menu.active #nav-toggle span:nth-child(2) {
        top: 12px;
        width: 0;
        left: 50%;
    }
    header .main-menu.active #nav-toggle span:nth-child(3) {
        top: 12px;
        transform: rotate(-45deg);
    }
	
	.itemid-101 .fond .bg1 {
		background-image: url(../images/img_top1_1000w.png);
	}
	.itemid-101 .fond .bg2 {
		background-image: url(../images/img_top2_1000w.jpg);
	}
}

@media screen and (max-width: 820px) {
	.itemid-101 .section3 .row:nth-child(3) h3 {
		right: 30px;
	}
	.itemid-101 .section3 .row:nth-child(5) h3 {
		left: 30px;
	}
	
	.massage section.head-image {
		background-image: url(../images/img_massage1_820w.jpg);
	}
	.massage section.content {
		background-image: url(../images/img_massage2_820w.jpg);
		background-size: 100%;
    	background-repeat: repeat-y;
	}
	.spa section.head-image {
		background-image: url(../images/img_spa1_820w.jpg);
	}
	.spa section.content {
		background-image: url(../images/img_spa2_820w.jpg);
	}
	.gite section.head-image {
		background-image: url(../images/img_gite1_820w.jpg);
	}
	.gite section.content {
		background-image: url(../images/img_gite2_820w.jpg);
	}
	.location section.head-image {
		background-image: url(../images/img_location1_820w.jpg);
	}
	.location section.content {
		background-image: url(../images/img_location2_820w.jpg);
	}
	.coaching section.head-image {
		background-image: url(../images/img_coaching1_820w.jpg);
	}
	.coaching section.content {
		background-image: url(../images/img_coaching2_820w.jpg);
		background-size: 100%;
	}
	.c-cadeau section.head-image {
		height: 64vw;
   		min-height: 250px;
		background-image: url(../images/img_cartecadeau_820w.jpg);
	}
}
@media screen and (max-width: 768px) {
	.wrapper,
	.container {
		min-width: 100%;	
		max-width: 100%;
	}
}


@media screen and (max-width: 600px) {
	.container {
		margin-right: 0;
		margin-left: 0;
		padding: 30px 15px;
	}
	header {
		max-width: 100%;
		height: 60px;
		background-color: #010e16;
		padding: 15px;
	}
	body {
		padding-top: 60px;
	}
	
	header .main-menu > ul {
		width: 100%;
		max-width: 100%;
		right: -100vw;
	}
	.icon-menu > ul li:nth-child(1), 
	.icon-menu > ul li:nth-child(2) {
		display: block;
	}
	
	.itemid-101 .section1 .bg {
		background-image: url(../images/img_header_600w.jpg);
	}
	.itemid-101 .fond .bg1 {
		background-image: url(../images/img_top1_600w.png);
	}
	.itemid-101 .fond .bg2 {
		background-image: url(../images/img_top2_600w.jpg);
	}
	.itemid-101 .section1 {
    	height: 55vw;
	}
	.itemid-101 .fond {
		top: 33vw;
	}
	section .container > img:first-child,
	.custom.reservation .h1 {
		height: 60px;
	}
	.itemid-101 .section1 .logo {
    	height: 60%;
		top: 10%;
		z-index: 3;
	}
	.itemid-101 .section1 .perroquet {
		height: 60%;
		left: 48%;
		top: 25%;
		z-index: 2;
	}
	.itemid-101 .section1 .feuille1 {
		width: 60vw;
		left: calc(50% - 50vw);
		top: -30px;
		background-position: center top;
	}
	.itemid-101 .section1 .feuille2 {
		width: 60vw;
		left: 50%;
		top: -30px;
		background-position: center top;
	}
	.itemid-101 .section1 .feuille3 {
		width: 70vw;
		left: calc(50% - 36vw);
    	top: 30%;
		background-position: center top;
	}
	.itemid-101 .section1 .feuille4 {
		width: 70vw;
		left: 50%;
    	top: 30%;
		background-position: center top;
	}
	
	.itemid-101 .section3 .container {
		padding: 0 0 30px;
	}
	.itemid-101 .section3 .row:not(.croix) {
		width: 40% !important;
		height: 20vw;
		min-height: 70px !important;
	}
	.itemid-101 .section3 .row:nth-child(6),
	.itemid-101 .section3 .row:nth-child(7) {
		margin-top: 0;
	}
	.itemid-101 .section3 .row.croix  {
		width: 20%;
		min-width: 50px !important;
		min-height: 70px;
		height: auto;
	}
	.itemid-101 .section3 .row.croix span {
		width: calc((100% - 30px) * 1.4142);
		top: calc(100% - (((20vw - 30px) * 1.4142) /2)) !important;
	}
	.itemid-101 .section3 .row h3 {
		font-size: clamp(1.6rem, 4vw, 2.4rem);
		left:  initial !important;
		right: initial !important;
		top: initial !important;
		bottom: initial !important;
	}
	.itemid-101 .section3 .row h3::before {
		margin-bottom: 5px;
	}
	.itemid-101 .section3 .row:nth-child(6) h3::before,
	.itemid-101 .section3 .row:nth-child(7) h3::before {
		margin-bottom: 0;
	}
	.itemid-101 .section3 .row:hover::before,
	.itemid-101 .section3 .row:hover::after,
	.itemid-101 .section3 .row h3::after,
	.itemid-101 .section3 .row a.text {
		display: none !important;
	}
	.itemid-101 .section3 .row:not(:nth-child(4)):hover {
		border-color: transparent;
    	background: none;
	}
	.itemid-101 .section3 .row:hover h3 {
		display: block;
	}
	
	.massage section.head-image {
		background-image: url(../images/img_massage1_480w.jpg);
	}
	.massage section.content {
		background-image: url(../images/img_massage2_480w.jpg);
	}
	.spa section.head-image {
		background-image: url(../images/img_spa1_480w.jpg);
	}
	.spa section.content {
		background-image: url(../images/img_spa2_480w.jpg);
	}
	.gite section.head-image {
		background-image: url(../images/img_gite1_480w.jpg);
	}
	.gite section.content {
		background-image: url(../images/img_gite2_480w.jpg);
	}
	.location section.head-image {
		background-image: url(../images/img_location1_480w.jpg);
	}
	.location section.content {
		background-image: url(../images/img_location2_480w.jpg);
	}
	.coaching section.head-image {
		background-image: url(../images/img_coaching1_480w.jpg);
	}
	.coaching section.content {
		background-image: url(../images/img_coaching2_480w.jpg);
	}
	.c-cadeau section.head-image {
		background-image: url(../images/img_cartecadeau_480w.jpg);
	}
	
	footer {
		flex-wrap: wrap;
    	justify-content: center;
    	row-gap: 10px;
		padding: 20px 15px;
	}
	footer .col-R {
		width: 100%;
	}
	footer .footer-menu,
	footer .col-R img{
		display: none;
	}
	footer .copyright {
		text-align: center;
	}
	
}

@media screen and (max-width: 480px) {
	.tab-wrap {
		gap: 10px;
		margin-top: 15px;
	}
	.tab-label{
		border: none !important;
		border-radius: 15px;
		padding: 10px calc((100vw - 310px) /4);
		margin: 0;
	}
	.coaching .tab-wrap {
		align-items: stretch;
	}
	.coaching .tab-label {
		width: 40%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.tab-switch:checked+.tab-label {
		color: rgba(0,0,0,0.3);
		background-color: #F2F2F2;
	}
	.tab-content {
		padding-top: 20px;
	}
}