@charset "utf-8";

@font-face {
font-family: 'Rubik-Regular';
src: url('Rubik-Regular.ttf');
}
@font-face {
font-family: 'Calligraffiti';
src: url('Calligraffiti.ttf');
}
@font-face {
font-family: 'Vogue';
src: url('Vogue.ttf');
}
@font-face {
font-family: 'Quicksand-Regular';
src: url('Quicksand-Regular.ttf');
}
@font-face {
font-family: 'Nexa-ExtraLight';
src: url('Nexa-ExtraLight.ttf');
}
@font-face {
font-family: 'Nexa-Light';
src: url('Nexa-Light.otf');
}
html{
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;

}
body{
	font-family: 'Nexa-Light';
	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;
	background-image: url('/images/fond.jpg');
	background-size: cover;
	background-attachment: fixed;
/*	background-color: #f8f8f8;*/
}
@media screen and (max-width: 1275px){
	#content{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 900px){
	#content{
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px){
	#content{
		font-size: 15px;
	}
}
.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;
}
.marginBottom1rem{
	margin-bottom: 1rem;
}
.marginBottom2rem{
	margin-bottom: 2rem;
}
.marginBottom3rem{
	margin-bottom: 3rem;
}
.marginBottom4rem{
	margin-bottom: 4rem;
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.texteBold{
	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: #ee6223;
}
.couleurSecondaire{
	color: #ee6223;
}
.couleurPrimaire{

}
.policeCaligraphique{
font-family: 'Calligraffiti';
}
.boutonContact{
	padding: 0.5rem 2rem;
	border: 2px solid #ee6223;
	color: #ee6223;
	background-color: #FFF;
	transition: .25s ease-in-out;
	margin-bottom: 2rem;
}
.boutonContact:hover{
	border: 2px solid #FFF;
	color: #FFF;
	background-color: #ee6223;	
	transition: .25s ease-in-out;
}

																/*Header*/
#header{
	width: 100%;
}
@media screen and (max-width: 999px){
	#bandeauPc{
		display: none;
	}
}
@media screen and (max-width: 999px){
	#bandeauTel{
		display: block;
	}
}
@media screen and (min-width: 1000px){
	#bandeauTel{
		display: none;
	}
}
																/*FIN Header*/

																/*Menu*/
@media screen and (max-width: 1000px) {
#menu{
	display: none;
}}
.menuPrincipal{
	/*background-image: url('/images/centreAccueilSaintMarthe.jpg');*/
	position: absolute;
	font-family: 'Nexa-ExtraLight';
}
.menuPrincipal ul{
	position: absolute;
	width: 100%;
	top: 35px;
	display: flex;
	justify-content: center;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
.menuPrincipal ul li{
	border: 1px solid #ee6223;
	margin: 0rem 1.5rem;
	padding: 0rem 0.5rem;
	transition: .25s ease-in-out;
}
.menuPrincipal ul li:hover{
	border: 1px solid #FFF;
	transition: .25s ease-in-out;
	background-color: #FFF;
	color: #ee6223;
}


																/*FIN Menu*/

                    				      						/*menu hamburger*/
                    				      						/*
#agencementTitreSite{
	position: absolute;
	width: 100%;
	top: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
}
.bienvenuSite{
	font-family: 'Calligraffiti';
	font-size: 2.5rem;
	color: #ee6223;
}
.titreCentre{
	font-family: 'Vogue';
	font-size: 4rem;
}
@media screen and (max-width: 1500px){
	.titreCentre{
		font-size: 3.5rem;
	}
}
.sousTitreBandeau{
	font-size: 1.7rem;
	display: flex;
}
.sousTitreBandeau div{
	margin: 0rem 1rem;
}*/
                    				      						/*FIN menu hamburger*/

																/*Index*/
h1{
	
}

.agencementAccueilBlock{
	z-index: 50;
	display: flex;
	margin-top: 36%;
	width: 80%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1500px){
	.agencementAccueilBlock{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 1330px){
	.agencementAccueilBlock{
		font-size: 1rem;
	}
}
@media screen and (max-width: 1000px){
	.agencementAccueilBlock{
		margin-top: 41.5%;
	}
}
@media screen and (max-width: 600px){
	.agencementAccueilBlock{
		font-size: 15px;
	}
}
@media screen and (max-width: 500px){
	.agencementAccueilBlock{
		width: 91%;
	}
}
.agencementBlockGauche{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	text-align: justify;
}
@media screen and (max-width: 1200px){
		.agencementBlockGauche{
			flex-direction: column-reverse;
			align-items: center;
	}
}
.agencementBlockDroit{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	text-align: justify;
}
@media screen and (max-width: 1200px){
		.agencementBlockDroit{
			flex-direction: column;
			align-items: center;
	}
}
.bordureImageGauche{
	border: 2px solid #ee6223;
	max-width: 500px;
	padding: 20px 0px;
	max-height: 419px;
}
.bordureImageDroit{
	border: 2px solid #ee6223;
	max-width: 500px;
	padding: 20px 0px;
	max-height: 419px;
}
.bordureImageGauche img{
	max-width: 500px;
	position: relative;
	left: 20px;
}
@media screen and (max-width: 600px){
	.bordureImageGauche img{
	max-width: 400px;
	}
}
@media screen and (max-width: 500px){
	.bordureImageGauche img{
	max-width: 300px;
	}
}
@media screen and (max-width: 400px){
	.bordureImageGauche img{
	max-width: 270px;
	left: 10px;
	}
}
.bordureImageDroit img{
	max-width: 500px;
	position: relative;
	right: 20px;
}
@media screen and (max-width: 600px){
	.bordureImageDroit img{
	max-width: 400px;
	}
}
@media screen and (max-width: 500px){
	.bordureImageDroit img{
	max-width: 300px;
	}
}
@media screen and (max-width: 400px){
	.bordureImageDroit img{
	max-width: 270px;
	right: 10px;
	}
}
.texteBlockGauche{
	margin-left: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
@media screen and (max-width: 1330px){
	.texteBlockGauche{
	margin-left: 6rem;
	}
}
@media screen and (max-width: 1200px){
	.texteBlockGauche{
		margin-bottom: 1rem;
	margin-left: 0rem;
	}
}
.texteBlockDroit{
	margin-right: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
@media screen and (max-width: 1330px){
	.texteBlockDroit{
	margin-right: 6rem;
	}
}
@media screen and (max-width: 1200px){
	.texteBlockDroit{
	margin-right: 0rem;
	margin-bottom: 1rem;
	}
}
.surTitreBlock{
	font-family: 'Calligraffiti';
	font-weight: bold;
	font-size: 1.7rem;
	color: #ee6223;
}
.titreBlock{
	font-size: 1.7rem;
	font-family: 'vogue';
}
@media screen and (max-width: 1000px){
	.titreBlock{
	font-size: 1.4rem;
	}
}
@media screen and (max-width: 500px){
	.titreBlock{
	font-size: 1.2rem;
	}
}
.texteBlockGauche p{
	margin: 0.2rem 0rem;
}
.texteBlockDroit p{
	margin: 0.2rem 0rem;
}
.lienBlockA{
	color: #ee6223;
	font-family: 'vogue';
	font-size: 1rem;
	letter-spacing: 0.1rem;
	padding: 0.2rem 0.5rem;
	border: 1px solid #ee6223;
	background-color: #FFF;
	transition: .25s ease-in-out;
}
.lienBlockA:hover{
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #ee6223;
	transition: .25s ease-in-out;
}
.traitSeparateur{
	width: 50px;
	height: 3px;
	margin-bottom: 0.5rem;
	background-color: #ee6223;
}
.bordureLongue{
	border-top: 2px solid #ee6223;
	border-bottom: 2px solid #ee6223;
	padding: 0.5rem 0rem;
	width: 100%;
}
.bordureLongue1Trait{
	width: 100%;
	border-top: 2px solid #ee6223;
	margin-bottom: 1rem;
}
.agencementAccueilBlockHistoire{
	z-index: 50;
	display: flex;
	margin-top: 2rem;
	width: 80%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 500px){
	.agencementAccueilBlockHistoire{
		width: 91%;
	}
}
.adeletteEspace{
	margin-top: 36%;
}
@media screen and (max-width: 1000px){
	.adeletteEspace{
	margin-top: 41.5%;
}
}
#dons{
	width: 80%;
	text-align: justify;
}
																/*FIN index*/

																/*Restauration*/
.MarginPourContentSousBandeau{
	margin-top: 36%;
}
@media screen and (max-width: 1000px){
	.MarginPourContentSousBandeau{
	margin-top: 41.5%;
}
}

																/*FIN Restauration*/


																/*slider*/

.slideshow-container {
	max-width: 500px;
	position: relative;
	left: 20px;
	margin: auto;
	overflow: hidden;
	transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 400px){
	.slideshow-container{
	left: 10px;
	}
}
    .slides {
      display: flex;
      transition: transform 1s ease-in-out;
      min-width: 500px;
    }
	@media screen and (max-width: 600px){
		.slides{
		min-width: initial;
		max-width: 400px;
		}
	}
	@media screen and (max-width: 500px){
		.slides{
		max-width: 300px;
		}
	}
	@media screen and (max-width: 400px){
		.slides{
		width: 270px;
	
		}
	}

    .slide {
    	display: flex;
      min-width: 100%;
      box-sizing: border-box;
      max-height: 375px;
      justify-content: center;
      align-items: center;
      background-color: #000;
    }

    #prev, #next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      cursor: pointer;
      background-color: #FFF;
      color: #ee6223;
      padding: 0.2rem 0.5rem;
    }

    #prev { left: 10px; }
    #next { right: 10px; }

.bordureImageDiapo{
	border: 2px solid #ee6223;
	max-width: 500px;
	max-height: 377px;
	padding: 20px 0px;
}
@media screen and (max-width: 600px){
	.bordureImageDiapo{
	max-width: 400px;
	}
}
@media screen and (max-width: 500px){
	.bordureImageDiapo{
	max-width: 300px;
	}
}
@media screen and (max-width: 400px){
	.bordureImageDiapo{
	max-width: 270px;

	}
}
.bordureImageDiapo img{
	max-width: 500px;
	position: relative;
}
@media screen and (max-width: 600px){
	.bordureImageDiapo img{
	max-width: 400px;
	}
}
@media screen and (max-width: 500px){
	.bordureImageDiapo img{
	max-width: 300px;
	}
}
@media screen and (max-width: 400px){
	.bordureImageDiapo img{
	max-width: 270px;

	}
}
																/*FIN slider*/





                        										/*Footer*/
#footer{
	width: 100%;
	border-top: 2px solid #ee6223;
	background-color: #FFF;
	padding: 0.5rem 0.5rem;
	color: #ee6223;
}
@media screen and (max-width: 500px){
	#footer{
		font-size: 13px;
	}
}
                       											/*Fin Footer*/

                       							   /*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: 1250px){
	.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;
  color: #ee6223;
}
.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: 40rem;
  padding:0.5rem;
  border: 1px solid #ee6223;
  background-color: #FFF;
  color:#0d0c0c;
}
@media screen and (max-width: 1440px){
.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: 16rem;
}}
@media screen and (max-width: 355px){
.inputedit{
  width: 14rem;
}}
#valider{
  cursor: pointer;
  transition: .25s ease-in-out;
  color: #262628;
  margin-top: 1.5rem;
  padding:0rem 0.7rem 0rem 0.7rem;
  height: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #C0C0C0;
  border: 1px solid #262628;
}
@media screen and (max-width: 480px){
#valider{
  font-size: 1.1rem;
}}
#valider:hover{
  transition: .25s ease-in-out;
  color: #C0C0C0;;
  background-color: #262628;
  border: 1px solid #C0C0C0;
}
#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-family: "Calligraffiti";
		font-size: 30px;
		color: #ee6223;
}
@media screen and (max-width: 1000px){
#titre_form{
  font-size: 1.2rem;
}}
#agencementContact{
	display: flex;
	justify-content: space-between;
	padding: 1rem 2rem 1rem 2rem;
	margin-bottom: 1rem;
	width: 80%;
}
@media screen and (max-width: 1250px){
	#agencementContact{
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (max-width: 500px){
	#agencementContact{
		width: 91%;
	}
}
#coordonees{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1050px){
	#coordonees{
font-size: 13px;
}
}
#coordonees span{
		margin:	1rem 1rem 0rem 0rem;
}
#coordonees iframe{
	padding: 1rem 1rem 1rem 0rem ;
}
@media screen and (max-width: 1360px){
	#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: 400px){
	#mapTel iframe{
		width: 17rem;
}
}
@media screen and (max-width: 370px){
	#mapTel iframe{
		width: 15rem;
}
}
@media screen and (max-width: 1250px){
#coordonees iframe{
display: none;
}
}
#mapTel{
	display: none;
	margin: auto;
}
@media screen and (max-width: 1250px){
#mapTel{
	margin-bottom: 1rem;
display: block;
}
}
#GrosTitreEncadre{
	text-align: center;
	font-family: 'Vogue';
 	font-size: 4rem;
 	color: #ee6223;
 	background-color: #FFF;
}
@media screen and (max-width: 1200px){
	#GrosTitreEncadre{
		font-size: 3rem;
	}
}
@media screen and (max-width: 800px){
	#GrosTitreEncadre{
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 530px){
	#GrosTitreEncadre{
		font-size: 2rem;
	}
}
@media screen and (max-width: 450px){
	#GrosTitreEncadre{
		font-size: 1.7rem;
	}
}
.nomCentreContact{
	font-family: 'Vogue';
	font-size: 1.9rem;
	color: #ee6223;
}
@media screen and (max-width: 850px){
	.nomCentreContact{
	font-size: 1.5rem;
	}
}
@media screen and (max-width: 570px){
	.nomCentreContact{
	font-size: 1.1rem;
	}
}
@media screen and (max-width: 450px){
	.nomCentreContact{
	font-size: 1rem;
	}
}
/*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: 10px;
	left: 6px;
	z-index: 2;
}
@media screen and (min-width: 1001px){
  .menu-btn{  
  	display: none;
  }
}
/*menuResp*/

                          /*fin formulaire contact*/