@charset "utf-8";

@font-face {
font-family: 'Rubik-Light';
src: url('Rubik-Light.ttf');
}
@font-face {
font-family: 'Rubik-Medium';
src: url('Rubik-Medium.ttf');
}
@font-face {
font-family: 'Rubik-Regular';
src: url('Rubik-Regular.ttf');
}
@font-face {
font-family: 'JuliusSansOne-Regular';
src: url('JuliusSansOne-Regular.ttf');
}

html{
	height: 100%;
	display: flex;
	justify-content: center;

}
body{
	font-family: 'Rubik-Regular';
	min-height: 100%;
	position: relative;
	font-size: 1rem;
	width: 100%;
	max-width: 2200px;
}
#container{
	font-size: 1.2rem;
	width: 100%;
}
.cadrePaddingGeneral{
	padding:0rem 2rem 0rem 2rem;

	/*min-height: 70%; mettre ca sur une page pour le footer je crois créer une nouvelle classe pour cette règle*/ 
}
#minHeight{
	
}
@media screen and (max-width: 1275px){
	#container{
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 660px){
	.cadrePaddingGeneral{
		padding:0rem 1rem 2rem 1rem;
	}
}
@media screen and (max-width: 450px){
	.cadrePaddingGeneral{
		padding:0rem 0.3rem 2rem 0.3rem;
	}
}
.ecritureGrasse{
	font-family: 'Rubik-Medium';
}
.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;
}
.paddingCotes2rem{
	padding: 0rem 2rem 0rem 2rem;
}
@media screen and (max-width: 660px){
	.paddingCotes2rem{
	padding: 0rem 0.5rem 0rem 0.5rem;
}
}
.paddingCadre{
	position: relative;
	padding: 0rem 4rem 0rem 4rem;
}
@media screen and (max-width: 1000px){
	.paddingCadre{
		padding: 0rem 2rem 0rem 2rem;
	}
}
@media screen and (max-width: 600px){
	.paddingCadre{
		padding: 0rem 1rem 0rem 1rem;
	}
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.flex1{
	flex: 1;
}
.flex2{
	flex: 2;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
	color: #ce0000;
}
.texteGras{
	font-weight: bold;
}
.texteItalique{
	font-style: italic;
}
.weight600{
	font-weight: 600;
}
.couleurSecondaire{
	color: #ce0000;
}
																							/*Header*/
.menu{
	display: flex;
	justify-content: center;
	width: 100%;
}
.menu ul{
	font-family: 'JuliusSansOne-Regular';
	
	display: flex;
	justify-content: center;
	font-size: 1.1rem;
	color: #1c1b21;
	margin: 1rem 0rem 0.5rem 0rem;
	letter-spacing: 0.2rem;
}

.menu ul li{
	padding: 0rem 0.5rem 0rem 0.5rem;
	font-weight: normal;
	transition: .25s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1080px){
	.menu ul li{
		padding: 0.5rem;
	}
}
.menu ul li a.active{
background-color: #e5e5e5;
color: #ce0000;
}
.menu ul li:hover{
	transition: .25s ease-in-out;
}
.menu ul li a{
	padding: 8px 80px;
  margin: 10px 4px;
  color: #636363;;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
  border-radius: 8px;
}
.menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scaleY(0.1);
  transform: scaleY(0.1);
  transition: all 0.4s;
}
.menu ul li a:hover {
  color: #ce0000;
}
.menu ul li a:hover::before {
  opacity: 1;
  background-color: #e5e5e5;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
}
.menu ul li a:active {
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.7);

}

#bandeauHeader{
	border-width: 1px;
	border-color: #ce0000;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#NomSiteBandeau{
	font-family: 'Rubik-Medium';
	font-size: 3rem;
}
@media screen and (max-width: 450px){
	#NomSiteBandeau{
	font-size: 2.5rem;
}
}
#NomSiteConfirmation{
	font-size: 1.5rem;
}
#nomSecondaireBandeau{
	font-family: 'Rubik-Light';
	font-size: 1.5rem;
	letter-spacing: 0.7rem;
}
@media screen and (max-width: 1000px){
	#nomSecondaireBandeau{
margin-bottom: 1.5rem;
}
}
@media screen and (max-width: 550px){
	#nomSecondaireBandeau{
	font-size: 1.4rem;
	letter-spacing: 0.6rem;
}
}
@media screen and (max-width: 470px){
	#nomSecondaireBandeau{
	font-size: 1rem;
	letter-spacing: 0.6rem;
}
}
@media screen and (max-width: 400px){
	#nomSecondaireBandeau{
	letter-spacing: 0.4rem;
}
}
@media screen and (max-width: 350px){
	#nomSecondaireBandeau{
	letter-spacing: 0.3rem;
}
}
																							/*FIN Header*/


																							/*Index*/
@media	screen and (max-width: 750px){
#imagesBandeau{
	display: none;
}}
#imagesBandeauResponsive{
	display: none;
}
@media	screen and (max-width: 750px){
#imagesBandeauResponsive{
	display: block;
}}
html body div#imagesBandeau img{
	width: 100%;
	border-width: 1px;
	border-color: #ce0000;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}
.agencementH3{
	width: 100%;

}
.petitePhraseBasDiapo{
	font-family: 'Rubik-Light';
	font-size: 14px;
	letter-spacing: 0rem;
	text-align: center;
	color: #595959;
	margin:	1rem 0rem;
}

#logo{
	position: absolute;
top: 47px;
left: 40px;
width: 129px;
}
@media screen and (max-width: 1350px){
	#logo{
		top: 16px;
		left: 19px;
		width: 100px;
	}
}
@media screen and (max-width: 1000px){
	#logo{
	display: none;
	}
}













.demiBordureGauche{
	padding: 0rem 0rem 0rem 1rem;
	width: 35%;
	border-width: 0px 0px 1px 2px;
	border-color: #ce0000;
	border-style: solid;
	border-right-style: none;
	border-top-style: none;
}
.TitreAccueil{
	margin: 2rem 0rem 1rem 0rem;
	font-family: 'Rubik-Light';
	font-size: 1.7rem;
	letter-spacing: 0.3rem;
}
@media screen and (max-width:1791px){
	.demiBordureGauche{
	width: 40%;
	}
}
@media screen and (max-width:1575px){
	.demiBordureGauche{
	width: 45%;
	}
}
@media screen and (max-width:1410px){
	.demiBordureGauche{
	width: 50%;
	}
}
@media screen and (max-width:1275px){
	.TitreAccueil{
		font-size: 1.5rem;
	}
	.demiBordureGauche{
	width: 50%;
	}
}
@media screen and (max-width:1180px){
	.demiBordureGauche{
	width: 55%;
	}
	.TitreAccueil{
		letter-spacing: 0.2rem;
	}
}
@media screen and (max-width :1000px){
		.demiBordureGauche{
	width: 65%;
	}
}
@media screen and (max-width: 840px){
		.TitreAccueil{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 760px){
		.TitreAccueil{
		letter-spacing: 0.1rem;
	}
}
@media screen and (max-width: 675px){
		.TitreAccueil{
		padding: 0rem 0rem 0rem 0.3rem;
	}
}
@media screen and (max-width: 660px){
		.TitreAccueil{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 590px){
	.demiBordureGauche{
	width: 75%;
	}
	.TitreAccueil{
		letter-spacing: 0.05rem;
	}
}
@media screen and (max-width: 476px){
	.demiBordureGauche{
	width: 80%;
	}
	.TitreAccueil{
		letter-spacing: 0rem;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 388px){
	.demiBordureGauche{
	width: 90%;
	}
}
@media screen and (max-width: 346px){
	.demiBordureGauche{
	width: 98%;
	}
}









.agencementH3 h3{
	font-size: 40px;
	color: #ce0000;
	text-align: center;
}
@media screen and (max-width: 820px){
	.agencementH3 h3{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px){
	.agencementH3 h3{
		font-size: 1.5rem;
	}
}
.agencementH4 h4{
	color: #ce0000;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.blockParagraphes{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.paragrapheIndex{
	text-align: center;
	font-family: 'Rubik-Regular';
	max-width: 970px;
}
.QuestionIndex{
	font-size: 1.5rem;
}
@media screen and (max-width: 820px){
	.QuestionIndex{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px){
	.QuestionIndex{
		font-size: 1.2rem;
	}
}
.partieIcones{
	background-color: #e5e5e5;
	padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	margin: 2rem 0rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.IconesPourQui{
	display: flex;
	justify-content: center;
	width: 100%;
}
@media screen and (max-width: 1000px){
	.IconesPourQui{
			justify-content: center;
			flex-wrap: wrap;
	}
}
@media screen and (max-width: 657px){
	.IconesPourQui{
			justify-content: space-around;
			flex-wrap: wrap;
	}
}
.IconesPourQui div p{
	text-align: center;
}
.containerImgIcones{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 242px;
	margin: 1rem 1rem 0rem 1rem;
}
@media screen and (max-width: 1000px){
div.IconesPourQui div.containerImgIcones{
		width: 299px;
	}
}
@media screen and (max-width: 722px){
div.IconesPourQui div.containerImgIcones{
		width: 292px;
	}
}
@media screen and (max-width: 657px){
div.IconesPourQui div.containerImgIcones{
		width: 216px;
	}
}
@media screen and (max-width: 506px){
div.IconesPourQui div.containerImgIcones{
		width: 164px;
	}
}
@media screen and (max-width: 402px){
	div.IconesPourQui div.containerImgIcones{
		width: 123px;
	}

}

	.IconesPourQui div.containerImgIcones img{
		width: 100px;
	}

.containerImgIconesAgence{
	display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 299px;
	 margin: 1rem 1rem 0rem 1rem;
}
@media screen and (max-width: 672px){
div.IconesPourQui div.containerImgIconesAgence{
		width: 242px;
	}
}
@media screen and (max-width: 558px){
div.IconesPourQui div.containerImgIconesAgence{
		width: 193px;
	}
}
@media screen and (max-width: 350px){
	div.IconesPourQui div.containerImgIconesAgence{
		
	}
}

.SousTitresImagesAgence{
	height: 72px;
}
@media screen and (max-width: 500px){
.SousTitresImagesAgence{
	height: 56px;
}
.supprimeHeight{
	height: 27px;
}
}
@media screen and (max-width: 459px){

}
.containerImgIconesAgence p.SousTitresImagesAgence{
font-size: 1.5rem;
}
@media screen and (max-width: 500px){
	.containerImgIconesAgence p.SousTitresImagesAgence{
font-size: 1.2rem;
}
}
@media screen and (max-width: 400px){
	.containerImgIconesAgence p.SousTitresImagesAgence{
}
}
.IconesPourQui div.containerImgIconesAgence img{
		width: 100px;
}

.texteSousImagesAngence{
	font-size: 14px;
}

																							/*FIN index*/
																							/* etablissement*/
.cadrePhotos{
	font-family: 'JuliusSansOne-Regular';
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cadrePhotos div img{
	width: 100%;
}
.description{

}
.grandsTitres{
font-family: 'JuliusSansOne-Regular';
font-size: 2rem;
text-align: center;
color: #636363;
letter-spacing: 0.2rem;
}
																							/*FIN etablissement*/
																							/*Réalisations*/
.cadrePhotoIndividuelRealisations{
  margin: 2rem 0.5rem 0rem 0.5rem;
  /* Slide */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-width: 1px;
	border-color: #0d0c0c;
	border-style: solid;
	padding: 0.25rem;
	height: 370px;
	width: 25rem;
}
@media screen and (min-width: 1664px) and (max-width: 1727px){
	.cadrePhotoIndividuelRealisations{
width: 24rem;
}
}
@media screen and (min-width: 1600px) and (max-width: 1663px){
	.cadrePhotoIndividuelRealisations{
width: 23rem;
}
}
@media screen and (min-width: 1536px) and (max-width: 1599px){
	.cadrePhotoIndividuelRealisations{
width: 22rem;
}
}
@media screen and (min-width: 1168px) and (max-width: 1311px){
	.cadrePhotoIndividuelRealisations{
width: 22rem;
}
}
@media screen and (min-width: 1072px) and (max-width: 1167px){
	.cadrePhotoIndividuelRealisations{
width: 20rem;
}
}
@media screen and (min-width: 976px) and (max-width: 1071px){
	.cadrePhotoIndividuelRealisations{
width: 18rem;
}
}
@media screen and (min-width: 880px) and (max-width: 975px){
	.cadrePhotoIndividuelRealisations{
width: 16rem;
}
}
@media screen and (min-width: 768px) and (max-width: 879px){
	.cadrePhotoIndividuelRealisations{
width: 21rem;
}
}
@media screen and (min-width: 704px) and (max-width: 767px){
	.cadrePhotoIndividuelRealisations{
width: 19rem;
}
}
@media screen and (min-width: 640px) and (max-width: 703px){
	.cadrePhotoIndividuelRealisations{
width: 19rem;
}
}
/*slide+*/
.cadrePhotoIndividuelRealisations:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-color: #ce0000;
}
.cadrePhotoIndividuelRealisations a.lienTitre{
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 0.25rem;
}
.cadrePhotoIndividuelRealisations a.lienImage{
display: flex;
flex-direction: column;
}
.cadrePhotoIndividuelRealisations img {
  object-fit: cover;
  height: 300px;
}
.nomEtablissementRealisations{
	text-align: center;
}

#container a#ancreTop img{
	position: fixed;
	bottom: 50%;
	left: 3px;
	width: 50px;
	z-index: 10;
}
@media screen and (max-width: 1000px){
	#container a#ancreTop img{
		display: none;
	}
}
																							/*FIN Réalisations*/
                    				      						/*Footer*/
                    				      						/*FIN Footer*/
                    				      						/*menu hamburger*/
#menuToggle{
position: fixed;
top: 19px;
left: 10px;
z-index: 7;
-webkit-user-select: none;
user-select: none;
width: 100%;
}
@media screen and (min-width: 1001px){
  #menuToggle{  
  	display: none;
  }
}
#menuToggle a{
padding: 5px;
transition: .25s ease-in-out;
}
#menuToggle a:hover{
transition: .25s ease-in-out;
background-color: #cdc2c6;
}
#menuToggle input{
display: block;
width: 40px;
height: 32px;
position: absolute;
top: -7px;
left: -5px;
cursor: pointer;
opacity: 0;
z-index: 7;
-webkit-touch-callout: none;
}
#menuHamb{
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
width: 100%;
margin: -168px 0px 0px -10px;
padding-top: 125px;
padding-bottom: 1rem;
list-style-type: none;
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */
transform-origin: 0% 0%;
transform: translate(0, -100%);
transition: transform 0.5s;
line-height: 1.3;
font-size: 1.3rem;
background-color: #fff;
border-width: 1px;
border-color: #ce0000;
border-style: solid;
border-right-style: none;
border-left-style: none;
border-top-style: none;
}
#menuHamb a{
width: 100%;
text-align: center;
color: #636363;
}
@media screen and (max-width: 800px){
#menuHamb a{
font-size: 1.3rem;
}
}
#menuHamb a:hover{
-webkit-box-shadow:inset 0px 0px 0px 1px #ce0000;
-moz-box-shadow:inset 0px 0px 0px 1px #ce0000;
box-shadow:inset 0px 0px 0px 1px #ce0000;
background-color: #636363;
color: #e5e5e5;
}
#menuToggle input:checked ~ .ulHamburger{
transform: none;
}

/*Effet petites barres menu*/
#menuToggle span{
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #9d9d9d;
border-radius: 3px;
z-index: 6;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
}
#menuToggle span:first-child
{
transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #636363;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
transform: rotate(-45deg) translate(0, -1px);
}
@media screen and (max-width: 1000px) {
.menu{
display: none;
}
}

                    				      						/*FIN menu hamburger*/
                       							  			  /*formulaire contact*/
.formulaire_contact{
  font-size: 1.2rem;
  padding: 1rem 0rem 1rem 0rem;
  display: flex;
	justify-content: center;
}
@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;
	background-color: #e5e5e5;
	/*
	
	background-image: url("/images/Parralax-gris-epsilon2.jpg");
	 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 */
}
@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*/
                          /*Modifs formulaire*/
.formulaire_contact.justifyCenter{
	justify-content: center;
}
                          /*fin modifs formulaire*/
                          /*contact*/
.NomSite{
font-family: 'Rubik-Medium';
font-size: 1.5rem;
}
#contact{
font-family: 'JuliusSansOne-Regular';
font-size: 2rem;
text-align: center;
	border-width: 1px;
	border-color: #ce0000;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
color: #636363;
letter-spacing: 0.2rem;
}
                          /*Fin contact*/

                          /*Galerie*/
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  animation: fadeIn .3s both;
}
.modal-wrapper {
  overflow: auto;
  width: 100vw;
  height: 100vh;
  /*max-width: calc(100vw - 20px);*/
  background-color: #0d0c0c;
  animation: slideFromTop .3s both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 450px){ /*correction bug affichage sur UNE image sur tel - de 450px*/
  .modal-wrapper {
width: auto;
}
}
.modal[aria-hidden="true"] {
  animation-name: fadeOut;
}

.modal[aria-hidden="true"] .modal-wrapper {
  animation-name: slideToBotton;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideFromTop {
  from {
    transform: translateY(-50px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideToBotton {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-50px);
  }
}

ul#miniatures {
  padding: 1rem 0rem 1rem 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}

.cadrePhotoIndividuel{
	height: auto;
}
/*slide+*/
.cadrePhotoIndividuel:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.cadrePhotoIndividuel img {
  object-fit: cover;
  height: 300px;
  cursor: zoom-in;
}
#modal1{
  z-index: 10;
}
#modal1.modal div.modal-wrapper.js-modal-stop div img{
  height: calc(100vh - 20px);
  width: auto;
  padding: 0rem 0.2rem;
}
@media screen and (max-width: 900px){
  #modal1.modal div.modal-wrapper.js-modal-stop div img{
  height: auto;
  width: 100vh;
}
}
.js-modal-close{
  position: absolute;
  top: 0;
  color: #e5e5e5;
  width: 100%;
  text-align: center;
  background-color: #0d0c0c;
  font-size: 1.5rem;
  font-family: 'JuliusSansOne-Regular';
}
.js-modal-close span{
  /* soulignement */
  background: linear-gradient(to top, rgba(205, 194, 198, 0.5) 0%, rgba(205, 194, 198, 0.5) 3px, transparent 5px) no-repeat;
  background-size: 0 100%;
  transition: background-size .8s;
  font-size: 1.1rem;
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  z-index: 11;
}
*:focus-visible{
outline: 1px solid #8B0000;
}
/*soulignement+*/
.js-modal-close span:hover {
  background-size: 100% 100%;
}
#modal1.modal div.modal-wrapper.js-modal-stop div a{
margin: 0rem 1rem 0rem 1rem;
}
.flechesPc{
	color: #fff;
	font-size: 2rem;
	font-family: 'JuliusSansOne-Regular';
}
                          /*Fin galerie*/
                          /*Footer*/
#bandeauFooter{
border-width: 1px;
border-color: #ce0000;
border-style: solid;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
#CGU{
	color: #636363;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 1rem 0.5rem 1rem;
}
@media screen and (max-width: 366px){
	#CGU{
	padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	font-size: 0.9rem;
}
}
                          /*Fin Footer*/
                          