@charset "utf-8";

@font-face {
font-family: 'OpenSans-Regular';
src: url('OpenSans-Regular.ttf');
}
@font-face {
font-family: 'Jokerman';
src: url('Jokerman.otf');
}
@font-face {
font-family: 'Nexa-ExtraLight';
src: url('Nexa-ExtraLight.ttf');
}
@font-face {
font-family: 'Nexa-Light';
src: url('Nexa-Light.otf');
}
@font-face {
font-family: 'Nexa-Bold';
src: url('Nexa-Bold.otf');
}
@font-face {
font-family: 'Nexa-Heavy';
src: url('Nexa-Heavy.ttf');
}

html {
		font-family: 'Nexa-ExtraLight';
    min-height: 100vh;
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('/images/fond-ecran-pa.jpg'); /* Image par défaut (paysage) */
}

@media (orientation: portrait) {
    html {
        background-image: url('/images/fond-ecran-po.jpg'); /* Image pour l'orientation portrait */
    }
}
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: 2200px;
}
#content{
	font-size: 1.1rem;
	width: 100%;
	flex: 1;
	display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1250px){
	#content{
		font-size: 1rem;
	}
}
.color_base{
	color: #000;
}
.marginTop05rem{
	margin-top: 0.5rem;
}
.marginTop1rem{
	margin-top: 1rem;
}
.marginTop2rem{
	margin-top: 2rem;
}
.marginTop3rem{
	margin-top: 3rem;
}
.marginTop5rem{
	margin-top: 5rem;
}
.marginBotton05rem{
	margin-bottom: 0.5rem;
}
.marginBottom1rem{
	margin-bottom: 1rem;
}
.marginBottom2rem{
	margin-bottom: 2rem;
}
.marginBottom3rem{
	margin-bottom: 3rem;
}
.marginBottom4rem{
	margin-bottom: 4rem;
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.texteGras{
	font-weight: bold;
}
.texteItalique{
	font-style: italic;
}
.flexCenterY{
	display: flex;
	justify-content: center;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
}
.couleurViolette{
	color: #6e5386;
}
.couleurPrimaire{

}
.ecritureTitre{
	font-family: 'Jokerman';
}
.nexaLight{
	font-family: 'Nexa-Light';
}
.nexaBold{
	font-family: 'Nexa-Bold';
	color: #5d5d5d;
}
.nexaHeavy{
	font-family: 'Nexa-Heavy';
}
.letterSpacing{
	letter-spacing: 0.03rem;
}
																/*Header*/
#divLogo{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -1rem;
	margin-bottom: 1rem;
}
@media screen and  (max-width:1000px){
	#divLogo{
	margin-top: 0rem;
}
}
#logo{
	width:400px;
}
@media screen and  (max-width:1000px){
	#logo{
	width:300px;
}
}
@media screen and  (max-width:500px){
	#logo{
	width:200px;
}
}
.phraseSousTitre{
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	font-family: 'Jokerman';
	color: #6e5386;
}
@media screen and  (max-width:1000px){
	.phraseSousTitre{
	font-size: 1.2rem;
}
}
.phrase2SousTitre{
	padding: 0rem 0.5rem;
}
@media screen and  (max-width:450px){
	.phrase2SousTitre{
	text-align: justify;
}
}
#header{
	width: 100%;
}
#agencementBandeauTopContact{
	width: 100%;
	padding: 0.3rem 0rem;
	display: flex;
	justify-content: space-between;
}
#logos_reseaux{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/*z-index: 40;*/
}
#agencementBandeauTopContact img{
	width: 30px;
	margin-right: 10px;
}
@media screen and (max-width: 1000px){
	#logos_reseaux{
	position: absolute;
	top: 3px;
	right: 0px;
}
#agencementBandeauTopContact img{
	width: 20px;
	margin-right: 10px;
}
}
#telBandeauContact{
	font-family: 'Nexa-Light';
	padding-left: 10px;
	display: flex;
	color: #000;
	font-size: 1.2rem;
}
#telBandeauContact img{
	width: 20px;
}

																/*FIN Header*/
																
																/*Global*/
.texteNoir{
	color: #000;
}
.texteSouligne{
	text-decoration: underline;
}
																/*Fin Global*/

																/*Index*/
.cadrePresentation {
    display: flex;
    width: 1230px;
    align-items: center;
    border: 1px solid #6e5386;
    margin-top: 2rem;
    padding: 0.5rem;
}

@media screen and (max-width: 1250px) {
    .cadrePresentation {
        width: 1000px;
    }
}

@media screen and (max-width: 1050px) {
    .cadrePresentation {
        width: 800px;
    }
}

.imageIdentite {
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
}

.textePresentation {
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
    /*padding-right: 0.5rem;*/
    text-align: justify;
}

.titresSecondaires {
    font-family: 'Jokerman';
    display: flex;
    justify-content: flex-start;
    font-size: 2rem;
    color: #000;
    margin-left: 1.5rem;
    width: 100%;
}
@media screen and (max-width: 850px) {
	.titresSecondaires {
		font-size: 1.5rem;
		margin-left: 0rem;
		justify-content: center;
	}
}
@media screen and (max-width: 850px) {
    .cadrePresentation {
        width: 95%;
        display: block; /* Change to block to allow text wrapping */
        overflow: hidden; /* To contain the floated elements */
    }
    
    .imageIdentite {
        float: left; /* Float the image to the left */
        height: 200px;
        margin-right: 1rem; /* Add some space between the image and text */
        margin-bottom: 0.5rem; /* Add some space below the image */
    }
    
    .textePresentation {
        display: block; /* Change to block for better text wrapping */
    }
}
@media screen and (max-width: 450px) {
    .cadrePresentation {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .imageIdentite {
        float: none;
        margin-right: 0;
        margin-bottom: 1rem;
        width: auto;
        height: auto;
        max-height: 200px;
    }
    
    .textePresentation {
        width: 100%;
        padding: 0 1rem;
    }
}

.cadreMassageDetail{
	display: flex;
  flex-direction: column;
  align-items: center;
  width: 1230px;
  margin-top: 4rem;
}
@media screen and (max-width:1250px){
	.cadreMassageDetail{
		width: 1000px;
	}
}
@media screen and (max-width:1050px){
	.cadreMassageDetail{
		width: 800px;
	}
}
@media screen and (max-width:850px){
	.cadreMassageDetail{
		width: 99%;
	}
}
.titreMassage{
	font-family: 'Nexa-Light';
	font-size: 1.5rem;
	color: #6e5386;
	width: 100%;
	margin-left: 1.5rem;
}
.titreMassage2{
	font-size: 1.4rem;
	font-family: 'Nexa-Bold';
}

@media screen and (max-width:850px){
	.titreMassage{
		font-size: 1.2rem;
		margin-left: 0rem;
		padding: 0rem 0.5rem;
	}
	.titreMassage2{
		font-size: 1.1rem;
	}
}
@media screen and (max-width:550px){
	.titreMassage{
		font-size: 1.1rem;
	}
	.titreMassage2{
		font-size: 1rem;
	}
}

@media screen and (max-width:550px){
	.titreMassage{
		/*
		display: flex;
		flex-direction: column;
		*/
		text-align: center;
	}
}
.cadreMassageDetail img{
	width: 100%;
}
.texteMassage{
	width: 100%;
	text-align: justify;
	padding: 0rem 1rem;
/*	text-shadow: 2px 2px 2px #FFFFFF;*/
}
.lienDansTexte{
	display: flex;

}
.lienDansTexte a{
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0.5rem;
  margin: 0rem 1rem 0rem 0rem;
  background-color: #6e5386;
  width: 120px;
  color: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 600px){
	.lienDansTexte a{
		height: 24px;
		margin-top: 0.3rem;
	}
}
.lienDansTexte a:hover{
	background-color: #a785c5;
}
.liensMassage{
	margin-top: 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.liensMassage a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.1rem 1rem;
	margin: 0rem 1rem;
	background-color: #6e5386;
	width: 120px;
	color: #FFF;
	border-radius: 5px;
}
.liensMassage a:hover{
	background-color: #a785c5;
}
.phraseCenter{
	font-family: 'Jokerman';
	text-align: center;
	margin-top: 4rem;
	color: #849b4e;
	font-size: 1.5rem;
	width: 1230px;
}
@media screen and (max-width:1250px){
	.phraseCenter{
		width: 1000px;
	}
}
@media screen and (max-width:1050px){
	.phraseCenter{
		width: 800px;
	}
}
@media screen and (max-width:850px){
	.phraseCenter{
		width: 95%;
		text-align: justify;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:450px){
	.phraseCenter{
		font-size: 1rem;
	}
}
.ajustementPhraseCenter{
	margin-top: 0rem;
	margin-bottom: 1rem;
}
.motVertGras{
	color: #56682c;
	font-weight: bold;
}
.texteCure{
	font-size: 1rem;
}
.duree{
	display: inline-block;
	min-width:56px;
}
																/*FIN index*/


                        										/*Footer*/
.phraseSurFooter{
	text-align: center;
	padding: 0rem 0.5rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 600px){
	.phraseSurFooter{
		text-align: justify;
	}
}
#footer{
	width: 100%;
}
                       											/*Fin Footer*/

																/*Menu*/
#menu{
	font-family: 'Nexa-Light';
	position: relative;
	/*color: #f1bd69;*/
	color: #000;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	max-width: 2200px;
	text-align: right;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 1400px){
	#menu{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1200px){
	#menu{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1000px){
	#menu{
		justify-content: flex-start;
	}
}
#menu ul{
	width: 100%;
	display: flex;
  justify-content: flex-end;
  z-index: 4;
}
#menu ul li{
	display: inline;
	padding: 1rem;
	transition: .25s ease-in-out;
}
#menu ul li:hover{
	transition: .25s ease-in-out;
}
#menu ul li a{
	padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
#menu ul li a:hover{
}

@media screen and (max-width: 1000px) {
#menu ul{
	display: none;
}}
.menu-deroulant > a:after{
  content: '❯';
  font-size: 15px;
  margin-left: 7px;
  display: inline-block;
  color: #f1bd69;
}
.menu-deroulant:hover > a:after{
  animation: rotationFleche 0.2s linear forwards;
}
@keyframes rotationFleche {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100%{
    transform: rotate(90deg);
  }
}
.sous-menu {
	position: absolute;
	justify-content: flex-start;
  flex-direction: column;
  margin-top: var(--hauteur-menu);
  max-width: 250px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  border-radius: 2px;
  z-index: 3;
  background-color: #FFF;
}
.menu-deroulant:hover > .sous-menu {
  animation: apparitionSousMenu 1s forwards;
}
@keyframes apparitionSousMenu {
  0% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
    border-top: 3px solid #FFF;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {
    max-height: 50em;
    border-top: 3px solid #FFF;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
}
.sous-menu > li:hover {
  background-color: #6e5386;
  color: #FFF;
}
#menu ul li.menu-deroulant ul.sous-menu > li > a {
  align-items: center;
  display: flex;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  letter-spacing: 0rem;
  font-size: 1.2rem;
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
  font-size: 1rem;
}
#menu ul li.menu-deroulant ul.sous-menu li{
	padding: 0rem;
	margin-top: 0.3rem;
}
#menu ul li.menu-deroulant ul.sous-menu li a{

}

																/*FIN Menu*/
/*menuResp*/
.side-bar{
 background: #1b1a1b;
 backdrop-filter: blur(15px);
 width: 250px;
 height: 100vh;
 position: fixed;
 top: 0;
 left: -250px;
 overflow-y: auto;
 transition: 0.6s ease;
 transition-property: left;
 z-index: 99;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}
.side-bar.active{
 left: 0;
}

.side-bar .menu{
 width: 100%;
 margin-top: 50px;
}

.side-bar .menu .item{
 position: relative;
 cursor: pointer;
}

.side-bar .menu .item a{
 color: #fff;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 5px 10px;
 line-height: 50px;
}

.side-bar .menu .item a:hover{
 background: #33363a;
 transition: 0.3s ease;
}

.side-bar .menu .item i{
 margin-right: 15px;
}

.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 20px;
 transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu{
 background: #262627;
 display: none;
}

.side-bar .menu .item .sub-menu a{
 padding-left: 30px;
}

.rotate{
 transform: rotate(90deg);
}

.close-btn{
 position: absolute;
 color: #fff;

 font-size: 23px;
 right:  0px;
 margin: 15px;
 cursor: pointer;
}

.menu-btn{
	position: fixed;
	color: #6e5386;
	font-size: 35px;
	/*margin: 25px;*/
	cursor: pointer;
	top: 23px;
	left: 6px;
	z-index: 2;
}
@media screen and (min-width: 1001px){
  .menu-btn{  
  	display: none;
  }
}
/*menuResp*/
                      							  			  /*formulaire contact*/
.formulaire_contact{
  flex:4;
  font-size: 1.2rem;
  padding: 1rem 0rem 1rem 0rem;
  display: flex;
	justify-content: end;
}
@media screen and (max-width: 1200px){
	.formulaire_contact{
		justify-content: center;
	}
}
.formulaire_contact form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 580px){
.formulaire_contact form{
  font-size: 1rem;
}}
.formulaire_contact form div{
  margin-top: 1rem;
}
.autreContact{
flex:4;
font-size: 1.3rem;
margin-bottom: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 1rem;
text-align: center;
}
.autreContact p{
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px){
  .autreContact p{
font-size: 1rem;
}
}
.inputedit{
  width: 50rem;
  padding:0.5rem;
  border-width: 1px;
  border-color: #1d1d1d;
  border-style: solid;
  background-color: #c0c0c0;
  color:#0d0c0c;
}
@media screen and (max-width: 1600px){
.inputedit{
  width: 40rem;
}}
@media screen and (max-width: 1400px){
.inputedit{
  width: 35rem;
}}
@media screen and (max-width: 1000px){
.inputedit{
 width: 25rem;
}}

@media screen and (max-width: 600px){
.inputedit{
  width: 25rem;
}}
@media screen and (max-width: 500px){
.inputedit{
  width: 20rem;
}}
@media screen and (max-width: 355px){
.inputedit{
  width: 16rem;
}}
#valider{
  cursor: pointer;
  transition: .25s ease-in-out;
  color: #636363;
  margin-top: 1.5rem;
  padding:0rem 0.7rem 0rem 0.7rem;
  height: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #c0c0c0;
}
@media screen and (max-width: 480px){
#valider{
  font-size: 1.1rem;
}}
#valider:hover{
  transition: .25s ease-in-out;
  color: #fff;;
  background-color: #636363;
}
#textareamessage{
  padding:0.5rem;
  color:#0d0c0c;
  min-height: 10rem;
}
.formulaire_contact form ul li{
  text-align: center;
}
.asterisque{
  color:#c50303;
}
.error{
  color:#ec5f66;
}
#titre_form{
		font-size: 30px;
}
@media screen and (max-width: 1000px){
#titre_form{
  font-size: 1.2rem;
}}
#agencementContact{
	display: flex;
	justify-content: space-between;
	color: #636363;

}
@media screen and (max-width: 1200px){
	#agencementContact{
		flex-direction: column;
		justify-content: center;
	}
}
#coordonees{
	display: flex;
	flex-direction: column;
	margin-right: 3rem;
}
@media screen and (max-width: 1200px){
	#coordonees{
	margin-right: 0rem;
	padding: 0rem 1rem;
	}
}
@media screen and (max-width: 1050px){
	#coordonees{
font-size: 16px;
}
}
@media screen and (max-width: 1200px){
	#coordonees span{
		margin:	0.5rem 0rem 0rem 0rem;
}
}
#coordonees iframe{
	padding: 1rem 0rem 1rem 0rem ;
}
@media screen and (max-width: 1300px){
	#coordonees iframe{
		width: 30rem;
}
}
@media screen and (max-width: 1000px){
	#mapTel iframe{
		width: 30rem;
}
}
@media screen and (max-width: 600px){
	#mapTel iframe{
		width: 25rem;
}
}
@media screen and (max-width: 500px){
	#mapTel iframe{
		width: 20rem;
}
}
@media screen and (max-width: 355px){
	#mapTel iframe{
		width: 16rem;
}
}
@media screen and (max-width: 1200px){
#coordonees iframe{
display: none;
}
}
#mapTel{
	display: none;
	margin: auto;
}
@media screen and (max-width: 1200px){
#mapTel{
	margin-bottom: 1rem;
display: block;
}
}
.formulaire_contact form div{
	padding: 0rem 1rem;
}

               										           /*fin formulaire contact*/
               										           /*a VOIR si nécessaire ce-dessous*/
              										           /*contact*/
.traitSeparateur{
	border-top: 1px solid #6e5386;
	margin: 3rem 0rem;
	width: 100%;
}
.NomSite{
font-size: 1.5rem;
}
#contact{
  font-size: 1.5rem;
  text-align: center;
  border-width: 1px;
  border-color: #274227;
  border-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
                   										       /*Fin contact*/