@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Exodus Demo Stencil';
    src: url('fonts/ExodusDemo-Stencil.woff2') format('woff2'),
        url('fonts/ExodusDemo-Stencil.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans Bold';
    src: url('fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Lt';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


*{
	padding: 0px;
	margin : 0px;
}

body{
	font-family: 'Roboto Lt';
	background:#4D301F;
	color:#FFF;
	line-height: normal;
}
a{
	text-decoration:none;
	color:#FFF;
}
h1,h2,h3{
	font-weight:normal;
}

.bloc{
	width:100%;
	float:left;
}
.centre{
	width:100%;
	max-width:1246px;
	padding: 0 25px;
	box-sizing: border-box;
	margin:0 auto;
}
.centre-b{
	width:100%;
	max-width:625px;
	padding: 0 25px;
	box-sizing: border-box;
	margin:0 auto;
}
.centre-c{
	width:100%;
	max-width:830px;
	padding: 0 25px;
	box-sizing: border-box;
	margin:0 auto;
}
.centre-d{
	width:100%;
	max-width:765px;
	padding: 0 25px;
	box-sizing: border-box;
	margin:0 auto;
}
.ttr-ht {
    font-size: 66px;
    text-align: center;
    color: #FFF;
    font-family: 'Exodus Demo Stencil';
    text-transform: uppercase;
    letter-spacing: 46px;
	padding-left:30px;
	box-sizing: border-box; 
}
@media screen and (max-width: 1280px){
	.ttr-ht {
		font-size: 56px;
		letter-spacing: 36px;
	}	
}
@media screen and (max-width: 880px){
	.ttr-ht {
	    font-size: 46px;
        letter-spacing: 26px;
	}	
}
@media screen and (max-width: 580px){
	.ttr-ht {
		font-size: 33px;
		letter-spacing: 8px;
	}
}
.ttr,
.ttr h1, 
.ttr h2,
.ttr h3{
	color: #FFF;
    font-family: 'Exodus Demo Stencil';
	font-size:48px;
	letter-spacing:15px;
	float: left;
}
@media screen and (max-width: 880px){
	.ttr,
	.ttr h1, 
	.ttr h2,
	.ttr h3{
		font-size:38px;
	}	
}
@media screen and (max-width: 480px){
	.ttr,
	.ttr h1, 
	.ttr h2,
	.ttr h3{
		font-size:28px;
	}	
}
.ttr-b,
.ttr-b h2,
.ttr-b h3{
	color: #FFF;
	font-size:36px;
	letter-spacing:15px;
	float: left;
    text-transform: uppercase;
    line-height: 48px;
}
.ttr-c {
    color: #FFF;
    font-size: 26px;
    letter-spacing: 15px;
    float: left;
    text-transform: uppercase;
    line-height: 53px;
}
.txt {
    width: 100%;
    float: left;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 29px;
    font-family: 'Roboto Lt';
	text-align: justify;
}
.txt p:nth-child(n+2){
   margin-top:15px;
}
.ctr{
	text-align:center;
}
.mrg{
	margin-top:45px;
}
.mrg-b{
	margin-top:106px;
}
.cnt-btn{
	width:100%;
	float:left;
	margin-top:60px;
}
.btn,
.wp-block-buttons wp-element-button{
    width: 100%;
    max-width: 255px;
    height: 54px;
    box-sizing: border-box;
    border: 3px solid #CDA349;
}

.btn a,
.wp-element-button.wp-block-button__link{
	padding: 7px 0 0 0;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-family: 'Josefin Sans Bold';
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
	background:#4D301F;
	border-radius: inherit;
}
.btn a:hover{
	color:#FFF;
	background:#CDA349;
}
.ctr .btn,
.ctr .btn-b{
	margin: 0 auto;
}
.btn-b {
    width: 100%;
    max-width: 255px;
    height: 54px;
    padding: 18px 0 0 0;
    box-sizing: border-box;
    border: 3px solid #CDA349;
    color:#CDA349;
    display: block;
    font-family: 'Josefin Sans Bold';
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
	background:#4D301F;
}
.mea{
	font-size: 16px;
    color: #CDA349;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Josefin Sans Bold';
    letter-spacing: 2px;
	width:100%;
	max-width:185px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.gal{
	width:46%;
	float: left;
	display:table;
	background: #FFF;
	border-radius:50%;
	position: relative;
	/*border: 6px solid transparent;*/
	box-sizing: border-box;
}
@media screen and (max-width: 1280px){
	.gal{
		width:100%;
	    max-width:554px;
		margin-left: auto;
		margin-right:auto;
		float: none;
		background: #FFF;
		position: relative;
		border-radius:50%;
	}
}

.dco-gal{
	width:100%;
	height:100%;
	position: absolute;
	z-index: 1;
	float: left;
	border: 6px solid #CDA349;
	border-radius:50%;
	top:5px;
	left:10px;
	animation: dco-gal-float 6s ease-in-out infinite;
	will-change: top, left;
}

@keyframes dco-gal-float {
	0%   { top:-10px; left: 10px; }
	33%  { top: 10px; left: -10px; }
	66%  { top:-20px; left: -15px; }
	100% { top:-10px; left: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	.dco-gal{
		animation: none;
	}
}

.gal img{
	width:100%;
	height:100%;
	float: left;
	display: block;
}

.cnt-gal{
	width:54%;
	float: left;
	padding: 105px 50px 0 50px;
	box-sizing: border-box;
}
@media screen and (max-width: 1280px){
	.cnt-gal{
		width:100%;
		max-width:554px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

@media screen and (max-width: 480px){
	.cnt-gal{
		padding:60px 0 0;
	}
}

.n2-section-smartslider{
	overflow: hidden;
	border-radius: 50%;
}


/* */
.avn-lng-mask {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.avn-lng {
    position: absolute;
    top: 0; left: 0;
    width: 200%;
    height: 100%;
    background: url(../img/lng.webp) repeat-x left center;
    animation: scrollLeft 15s linear infinite;
    will-change: transform;
}
@keyframes scrollLeft {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* =========================================================
   ELEMENT 1 : avion seul (inchangé dans son principe)
   ========================================================= */
.cnt-avn {
    width: 100%;
    height: 92px;
	top:0;
    position: absolute;
	left: 0;
    right: 0;
}
.cnt-avn .avn-lng-mask { top: -46px; height: 92px; }

.cnt-avn .avn {
    width: 96px;
    height: 98px;
    background: url(../img/avion.webp) no-repeat;
    position: absolute;
    left: 20%;
    top: -46px;
    animation: flyForthBack 6s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
    will-change: transform;
}
@keyframes flyForthBack {
    0%   { transform: translateX(0); }
    100% { transform: translateX(150px); }
}

.pnt {
    width: 20px;
    height: 20px;
    background: url(../img/pnt.webp) no-repeat center center;
    margin-left: -10px;
    position: absolute;
    top: -10px;
    left: 50%;
}

.cnt-mnu .pnt{
	top: 35px;
}

/* =========================================================
   ELEMENT 2 : avion + menu interactif
   ========================================================= */
.avn-mnu {
   	width:100%;
	height:92px;
	float:left;
	position:relative;
	font-size:18px;
	color:#CDA349;
	margin-top: 85px;
	letter-spacing:1px;
}

/* piste sur laquelle l'avion se déplace : ne capte pas les clics */
.avn-track {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 92px;
    pointer-events: none;
    z-index: 2;
	overflow: hidden;
}

/* .avn-dock = "où" aller (transition pilotée par JS via --dock-x) */
.avn-dock {
    position: absolute;
    left: 0;
    width: 96px;
    height: 98px;
    transform: translateX(var(--dock-x, 0px));
    transition: transform 0.9s cubic-bezier(0.45, 0, 0.55, 1);
    will-change: transform;
}

/* .avn = "comment" bouger en continu (va-et-vient idle) */
.avn-dock .avn {
    position: static;
    width: 96px;
    height: 98px;
    background: url(../img/avion.webp) no-repeat;
    animation: idleWiggle 4s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
    will-change: transform;
}
/* survol en cours -> on fige le va-et-vient, seul .avn-dock bouge */
.avn-dock.is-hovering .avn {
    animation-play-state: paused;
}
@keyframes idleWiggle {
    0%   { transform: translateX(-40px); }
    100% { transform: translateX(40px); }
}

.cnt-mnu {
    position: absolute;
    left: 0; top: 0; right: 0;
    display: table;
	overflow-x: auto;
    overflow-y: hidden; /* on force explicitement les 2 axes : plus de clip vertical accidentel */
    width: 100%;
    text-align: center;
    z-index: 1;
}
.dpt-mnu {
    width: 30%;
    float: left;
    position: relative;
    text-align: center;
}
.pnt-dpt {
    width: 100%;
    height: 92px;
    max-width: 248px;
    position: relative;
    float: right;
}
.ttr-dpt {
    width: 100%;
    position: absolute;
    bottom: -30px;
    color: #CDA349;
}
.dtn-mnu {
    width: 20%;
    height: 92px;
    position: relative;
    text-align: center;
    display: inline-table;
    padding: 0 5px;
    box-sizing: border-box;
}
.ttr-mnu {
    top: -30px;
    position: absolute;
    width: 100%;
    color: #CDA349;
    text-shadow: 1px 1px #4D301F;
}
.btn-mnu {
    width: 100%;
    max-width: 238px;
    height: 45px;
    padding: 11px 0 0 0;
    box-sizing: border-box;
    border: 3px solid #CDA349;
    color: #FFF;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin: 100px auto 0;
    text-decoration: none;
    transition: background-color .3s, border-color .3s;
}
.btn-mnu:hover { background-color: #CDA349; }

@media screen and (max-width: 1080px) { .btn-mnu { font-size: 15px; } }
@media screen and (max-width: 980px)  { .btn-mnu { padding: 15px 0 0 0; font-size: 13px; } }

/* Contrôles de slide (flèches + points) : masqués par défaut, activés en mobile */
.mnu-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 14px;
}
.mnu-nav-btn {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 50%;
    border: 2px solid #CDA349;
    background: transparent;
    color: #CDA349;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.mnu-nav-btn:active { background: #CDA349; color: #FFF; }
.mnu-dots {
    display: flex;
    gap: 8px;
}
.mnu-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(205, 163, 73, .35);
    padding: 0;
    border: 0;
    cursor: pointer;
}
.mnu-dot.is-active { background: #CDA349; }

/* =========================================================
   RESPONSIVE < 880px : slider 1 slide = 1 bouton, avion centré fixe
   ========================================================= */
@media screen and (max-width: 880px) {
    .avn-mnu { height: auto; padding-bottom: 30px; overflow: visible; }
    .avn-mnu .avn-lng-mask { height: 92px; }

    /* bloc "Départ" désactivé en responsive : plus de slide, plus d'espace réservé */
    .dpt-mnu { display: none; }

    /* avion : plus de ciblage au survol (pas de hover fiable au tactile),
       centré, figé sur son point milieu, seul l'idleWiggle interne bouge */
    .avn-track { display: block; }
    .avn-dock {
        left: 50%;
        top: 0;
        margin-left: -48px; /* moitié de la largeur de l'avion (96px) */
        transform: none;
        transition: none;
    }

    .cnt-mnu {
        position: relative;
        display: flex;
        width: 100%;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;


        scrollbar-width: none;
        text-align: center;
    }
    .cnt-mnu::-webkit-scrollbar { display: none; }

    /* 1 slide = 100% de la largeur, hauteur AUTO (plus de contenu coupé)
       -> uniquement .dtn-mnu : .dpt-mnu reste display:none (règle ci-dessus) */
    .dtn-mnu {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: auto;
        scroll-snap-align: center;
        float: none;
        display: block;
        padding: 0 30px 10px;
    }

    .ttr-mnu { position: static; margin: 105px 0 20px; }
    .btn-mnu {
        margin: 0 auto;
        padding: 13px 0 0 0;
        font-size: 13px;
    }

    .mnu-nav { display: flex; }
}




#centre-de-bien-etre {
    float: left;
    padding-top: 150px;
}

.gal-ctr{
	width:100%;
	max-width:554px;
	margin-left: auto;
	margin-right:auto;
	float: left;
	background: #FFF;
	position: relative;
	border-radius:50%;
}
.gal-ctr img{
	width:100%;
	display:block;
	float: left;
}

#decouvrez{
	width:100%;
	float: left;
	padding:120px 0 48px;
	background:url(../img/deg-bas.webp) no-repeat center bottom;
	position: relative;
}
.lng-dec {
    width: 100%;
    height: 92px;
    top: -46px;
    background: url(../img/lng.webp) repeat-x center center;
    position: absolute;
}
.avn-dec{
	width:96px;
	height:98px;
	background:url(../img/avion.webp) no-repeat;
	margin: 0 0 0 20%;
}