@charset "utf-8";

@font-face {
font-family: 'OpenSans-Regular';
src: url('OpenSans-Regular.ttf');
}
@font-face {
font-family: 'Calligraffiti';
src: url('Calligraffiti.ttf');
}
@font-face {
font-family: 'Lucian-Schoenschrift-CAT';
src: url('Lucian-Schoenschrift-CAT.ttf');
}
@font-face {
font-family: 'segoepr';
src: url('segoepr.ttf');
}
@font-face {
font-family: 'Buda-Light';
src: url('Buda-Light.ttf');
}
@font-face {
font-family: 'comic';
src: url('comic.ttf');
}
@font-face {
font-family: 'calibri-regular';
src: url('calibri-regular.ttf');
}
@font-face {
font-family: 'calibri-italic';
src: url('calibri-italic.ttf');
}
@font-face {
font-family: 'CormorantGaramond-SemiBold';
src: url('CormorantGaramond-SemiBold.ttf');
}
@font-face {
font-family: 'Arima-VariableFont_wght';
src: url('Arima-VariableFont_wght.ttf');
}
html{
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
}
body{
	font-family: 'Arima-VariableFont_wght';
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	max-width: 2200px;
	/*background-image: url('/images/fondBambou.png');
  background-size: cover;
  background-attachment: fixed;*/
  background-color: #fbf1ed;
}
#content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	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;
}
.marginTop6rem{
	margin-top: 6rem;
}
.marginBottom05rem{
	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;
}
.texteItalic{
	font-style: italic;
}
.flexCenterY{
	display: flex;
	justify-content: center;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
	color: #00b9bf;
}
.couleurViolette{
	color: #694290;
}
.couleurVerte{
	color: #00b9bf;
}

																/*Header*/
#header{
	width: 100%;
}
#agencementBandeauTopContact{
	width: 100%;
	padding: 0.3rem 0rem;
	display: flex;
	justify-content: space-between;
}
#telBandeauContact{
	padding-left: 10px;
	display: flex;
	color: #694290;
	font-size: 1.2rem;
}
#logos_reseaux{
	display: flex;
	justify-content: flex-end;
	/*z-index: 40;*/
}
#agencementBandeauTopContact img{
	width: 30px;
	margin-right: 10px;
}
#telBandeauContact img {
	width: 20px;
	height: 25px;
}
@media screen and (max-width: 1000px){
	#logos_reseaux{
	position: absolute;
	top: 0px;
	right: 0px;
}
#agencementBandeauTopContact img{
	width: 20px;
	margin-right: 10px;
}
}

																/*FIN Header*/

																/*Menu*/
																/*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: #C0C0C0;
	font-size: 35px;
	/*margin: 25px;*/
	cursor: pointer;
	top: 45px;
	left: 6px;
	z-index: 2;
}
@media screen and (min-width: 1001px){
  .menu-btn{  
  	display: none;
  }
}
/*menuResp*/

																/*Global*/
.TitrePage{
	font-family: 'Lucian-Schoenschrift-CAT';
	text-align: center;
	margin-top: 2rem;
	color: #FFF;
}
.h1Top{
	color: #00b9bf;
	font-size: 4rem;
}
.h1bottom{
	font-size: 2.5rem;
}
.agencementLienBlock{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
}
/*.agencementLienBlock img{
	max-width: 250px;
	margin-top: -1.5rem;
}*/
.lienBlock {
	font-size: 1.2rem;
  color: #FFF;
 /* border-radius: 5px;
  background-color: #FFF;
  padding: 0rem 0.5rem;
  border: 1px solid #000;*/
  letter-spacing: 0.1rem;
  transition: .25s ease-in-out;
  padding: 0.1rem 1rem;
  background-color: #00b9bf;
  border-radius: 5px;
  color: #FFF;
}
.lienBlock:hover {
  background-color: #694290;
  color: #FFF;
}
.separateurLong{
	margin-top: 2rem;
	width: 100%;
	border-top: 2px solid #00b9bf;
}
.texteClassique{
	margin-top: 2rem;
	text-align: justify;
	color: #000;
	width: 90%;
}
.texteClassique p{
	margin-top: 0.5rem;
}
																/*fin Global*/
																/*Index*/
.bannierePc{
	border-top: 1px solid #00b9bf;
}
.marginEntreBlock{
	margin-top: 6rem;
}/*
.blockGauche{
	max-width: 1250px;
	display: flex;

	padding: 1rem;
}
.divImgGauche{
	position: relative;
	width: 500px;
	display: flex;
	align-items: center;

	flex-shrink: 0;
}
.blockGauche img{
	width: 100%;

	position: relative;
}
*/
.block{
	max-width: 1250px;
	display: flex;
	align-items: center;
	/*box-shadow: 5px 15px 40px rgba(0,0,0,0.2);*/
	padding: 1rem;
}
.divImg{
	position: relative;
	width: 500px;
	display: flex;
	align-items: center;
	/*border: 1px solid #000;*/
	flex-shrink: 0;
}
.block img{
	width: 100%;
	position: relative;
}
.blockTexteImgGauche{
	padding: 0rem 0rem 0rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	text-align: justify;
	color: #000;
}
.blockTexteImgGauche p{
	margin-top: 0.5rem;
}
.traitSeparateur {
  width: 50px;
  height: 3px;
  margin-bottom: 0.5rem;
  background-color: #00b9bf;
}
.TitresBlock{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.titreBlock1 {
  font-size: 2rem;
  color: #00A0AE;
}
.titreBlock2 {
  font-size: 1.2rem;
  color: #694290;
}
/*
.blockDroit{
	max-width: 1250px;
	display: flex;
	padding: 1rem;
}
.divImgDroit{
	position: relative;
	width: 500px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.divImgDroit img{
	width: 100%;
	position: relative;
}
*/
.blockTexteImgDroit{
	padding: 0rem 2rem 0rem 0rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	text-align: justify;
	color: #000;
}
.blockTexteImgDroit p{
	margin-top: 0.5rem;
}
																						/*FIN index*/

																						/*présentation*/
.imageBandeau{
	padding: 0.3rem 0rem;
	border-top: 2px  solid #00A0AE;
	border-bottom: 2px  solid #00A0AE;
}
.texteSansPhoto{
	margin: 3rem 0rem;
	width: 80%;
}
																						/*FIN présentation*/


                        										/*Footer*/
#footer{
	margin-top: 2rem;
	border-top: 2px solid #00b9bf;
	width: 100%;
	color: #694290;
	font-size: 0.9rem;
	padding: 0rem 1rem;
}
#footer a:hover{
	color: #00A0AE;
}
                       											/*Fin Footer*/

																/*Menu*/
#menu {
    position: absolute;
    top: 45px;
    color: #FFF;
    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;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}
@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: #00b9bf;
}
.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;
  background-color: #FFF;
  z-index: 3;
}
.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: #262628;
}
#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;
}
#menu ul li.menu-deroulant ul.sous-menu li{
	padding: 0rem;
	margin-top: 0.3rem;
}

																/*FIN Menu*/
                      							  			  /*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{
	width: 90%;
	display: flex;
	justify-content: space-between;
	color: #636363;
	padding: 1rem;
}
@media screen and (max-width: 1200px){
	#agencementContact{
		flex-direction: column;
		justify-content: center;
	}
}
#coordonees{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1050px){
	#coordonees{
font-size: 16px;
}
}
#coordonees span{
		margin-right:	1rem;
}
@media screen and (max-width: 1200px){
	#coordonees span{
		margin:	0.5rem 1rem 0rem 0rem;
}
}
#coordonees iframe{
	padding: 1rem 1rem 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;
}
}

               										           /*fin formulaire contact*/
               										           /*a VOIR si nécessaire ce-dessous*/
              										           /*contact*/
.NomSite{
font-size: 1.5rem;
}
.NomSite2{
font-size: 1.2rem;
}
#contact{
font-size: 2rem;
text-align: center;
	border-width: 1px;
	border-color: #274227;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
color: #636363;
letter-spacing: 0.2rem;
}
                   										       /*Fin contact*/
                                     		     /*reveal */

.reveal-loaded .reveal [class*="reveal-"]{
	opacity: 0!important;
	transform: translateY(30px)!important;
	transition: 0s!important;
}
.reveal-loaded [class*="reveal-"]{
	transition: 1s /*cubic-bezier(.5,0,0,1)*/;
}
.reveal-loaded .reveal-2{
	transition-delay: .1s;
}
.reveal-loaded .reveal-3{
	transition-delay: .2s;
}
.reveal-loaded .reveal-4{
	transition-delay: .3s;
}

/*pour les utilisateur qui choisissent de ne pas avoir d'animation*/
@media (prefers-reduced-motion: reduce){
	.reveal [class*="reveal-"]{
	opacity: 1!important;
	transform: translateY(0)!important;
}
	[class*="reveal-"]{
	transition-duration: 0s!important;
	transition-delay: 0s!important;
}
}
                                      		    /*FIN  reveal */

                                      		    /* slideshow */
.blockSlideshow{
	max-width: 1250px;
	display: flex;
	align-items: center;
	/*box-shadow: 5px 15px 40px rgba(0,0,0,0.2);*/
	padding: 1rem;
}
.divImgSlideshowPortrait{
	position: relative;
	width: 500px;
	height: 500px;
	display: flex;
	align-items: center;
	/*border: 1px solid #000;*/
	flex-shrink: 0;
}
.divImgSlideshowPaysage{
	position: relative;
	width: 480px;
	/*height: 320px;*/
	height: 350px;
	display: flex;
	align-items: center;
	/*border: 1px solid #000;*/
	flex-shrink: 0;
}
.blockSlideshow img{
	width: 100%;
	/*padding: 0.7rem 0rem;*/
	position: relative;
}
.slideshow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slideshow img.active {
    opacity: 1;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    z-index: 1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
                                      		    /*FIN  slideshow */

                                      		    /*MediaQueries */
@media screen and (max-width: 1300px){
	.h1Top{
		font-size: 3rem;
	}
	.titreBlock1{
		font-size: 1.5rem;
	}
	.titreBlock2{
		font-size: 1rem;
	}
}
@media screen and (max-width: 1000px){
	.block{
		flex-direction: column;
		align-items: center;
	}
	.blockSlideshow{
		flex-direction: column;
		align-items: center;		
	}
	.blockTexteImgGauche{
		padding: 0.5rem 0rem 0.5rem 0rem;
	}
	.blockTexteImgDroit{
		padding: 0.5rem 0rem 0.5rem 0rem;
	}
	.agencementLienBlock{
		margin-top: 1rem;
	}
	.blockDroit{
		flex-direction: column-reverse;
	}
	.marginEntreBlock{
		margin-top: 3rem;
	}
}
@media screen and (max-width: 600px){
	#telBandeauContact{
		font-size: 1rem;
	}
  .h1Top {
  	font-size: 2rem;
  }
}
@media screen and (max-width: 550px){
	.marginEntreBlock{
		margin-top: 1rem;
	}
	.divImg{
		width: 400px;
	}
	.divImgSlideshowPortrait{
		width: 400px;
		height: 400px;
	}
	.divImgSlideshowPaysage{
		width: 400px;
		height: 286px;
	}
}
@media screen and (max-width: 450px){
	.titreBlock1{
		font-size: 1.3rem;
	}
	.divImg{
		width: 300px;
	}
	.divImgSlideshowPortrait{
		width: 300px;
		height: 300px;
	}
	.divImgSlideshowPaysage{
		width: 300px;
		height: 215px;
	}
}
@media screen and (max-width: 400px){
	.h1Top{
		font-size: 1.7rem;
	}
	.divImg{
		width: 288px;
	}
	.divImgSlideshowPortrait{
		width: 288px;
		height: 288px;
	}
	.divImgSlideshowPaysage{
		width: 288px;
		height: 192px;
	}
}
                                      		    /*FIN  MediaQueries */