@charset "utf-8";

@font-face {
font-family: 'Rubik-Light';
src: url('Rubik-Light.ttf');
}
@font-face {
font-family: 'Photoshoot';
src: url('Photoshoot.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');
}
@font-face {
font-family: 'Mirage';
src: url('Mirage.otf');
}
@font-face {
font-family: 'now-light';
src: url('now-light.otf');
}

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;
	background-color: #262628;
	color: #C0C0C0;

}
#container{
	padding:0rem 2rem 2rem 2rem;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 1000px){
	#container{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 750px){
	#container{
		font-size: 1rem;
	}
}
@media screen and (max-width: 500px){
	#container{
		padding:0rem 0.5rem 2rem 0.5rem;
	}
}
.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;
}
.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: #df6440;
}
.texteGras{
	font-weight: bold;
}
.texteItalique{
	font-style: italic;
}
.weight600{
	font-weight: 600;
}
.couleurSecondaire{
	color: #df6440;
}
																							/*Header*/
#menu{
	display: flex;
	justify-content: center;
	width: 100%;
}
#menu ul{
	font-family: 'JuliusSansOne-Regular';
	
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	color: #f8f8f8;
	margin: 2.5rem 0rem 0.5rem 0rem;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 1500px){
	#menu ul{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 1250px){
	#menu ul{
		font-size: 1.5rem;
	}
}

#menu ul li{
	padding: 0rem 1.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{
		font-size: 1.4rem;
	}
}
#menu ul li:hover{
	transition: .25s ease-in-out;
	color:  #e5c76e;
}
#bandeauHeader{
		margin-bottom: 0.5rem;
	z-index: 1;
	border-width: 1px;
	border-color: #e3d634;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#bandeauNomContact{
	width: 100%;
	padding-left: 8rem;
	padding-right: 1.5rem;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1000px){
	#bandeauNomContact{
		padding-left: 8rem;
	}
}

#NomSiteBandeau{
	font-family: 'Mirage';
	font-size: 3rem;
}
@media screen and (max-width: 1000px){
#NomSiteBandeau{
	font-size: 2.5rem;
}
}
#nomSecondaireBandeau{
	font-family: 'Photoshoot';
	font-size: 1.4rem;
	width: 100%;
	padding-left: 13.5rem;
}
@media screen and (max-width: 1000px){
	#nomSecondaireBandeau{
		display: flex;
		justify-content: center;
		padding-left: 0rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 750px){
	#nomSecondaireBandeau{
		margin-top: 0rem;
	}
}
#nomH1{
	font-family: 'Rubik-Light';
	font-size: 1.4rem;
	width: 100%;
	letter-spacing: 0.7rem;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 0rem 0.3rem;
}
@media screen and (max-width: 530px){
	#nomH1{
		font-size: 1.2rem;
		letter-spacing: 0.5rem;
	}
}
@media screen and (max-width: 530px){
	#nomH1{
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
	}
}
#tel{
	margin-top: 1rem;
	font-size: 1.1rem;
	display: flex;
	flex-direction: column;
}
#N2Num{
	letter-spacing: 0.03rem;
	margin-left: 1.2rem;
}
.numTelUnder750 img{
	margin-top: 0.2rem;
}
#regroupTelU750{
margin-left: 0.5rem;
}
@media screen and (max-width: 750px){
	#tel{
		display: none;
	}
	#telUnder750{
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 0rem 0.3rem;
	}
	#telUnder750 img{
	height: 20px;
}
#telUnder750 a{
display: flex;
}
.numTelUnder750{
	margin-right: 1rem;
}
.N2emeNumTelUnder750{
	margin-left: 1.2rem;
	margin-right: 1rem;
letter-spacing: 0.01rem;
}
}
.boutonDemandeDevis{
	background-color: #df6440;
	font-family: 'JuliusSansOne-Regular';
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	padding: 0.1rem 0.3rem;
	color: #FFF;
	margin-top: 0.5rem;
	justify-content: center;
	transition: .25s ease-in-out;
}
.boutonDemandeDevis:hover {
	background-color: #1a98db;
	color: #FFF;
}
.boutonDemandeDevis:hover a {
	color: #FFF;
}
@media screen and (max-width: 750px){
	.boutonDemandeDevis{
		display: flex;
		align-items: center;
	margin-top: 0.2rem;
	max-height: 30px;
	}
}
@media screen and (max-width: 600px){
	.numTelUnder750{
		font-size: 0.8rem;
	}
		.N2emeNumTelUnder750{
		font-size: 0.8rem;
	}
	.boutonDemandeDevis{
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 400px){
	#telUnder750{
		margin-bottom: 0.5rem;
	}
}

@media screen and (min-width: 751px){
	#telUnder750{
		display: none;
	}
}
#tel img{
	height: 20px;
}

#tel a{
	display: flex;
}

html body div#imagesBandeau img{
	padding-bottom: 0.5rem;
	width: 100%;
	border-width: 1px;
	border-color: #e3d634;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	margin-bottom: 2rem;
}
#logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}
@media screen and (max-width: 1000px){
		#logo{
			left: 48px;
	}
}
@media screen and (max-width: 1000px){
		#logo{
			width: 70px;
	}
}
@media screen and (max-width: 750px){
		#logo{
			left: 22px;
			top: 51px;
	}
	#bandeauNomContact{
		padding-left: 6.5rem;
	}
}
@media screen and (max-width: 600px){
	#NomSiteBandeau{
		font-size: 1.8rem;
	}
	#nomSecondaireBandeau{
		font-size: 0.8rem;
	}
	#logo{
		  left: 42px;
  		top: 42px;
  		width: 58px;
	}
}
@media screen and (max-width:400px){
	#NomSiteBandeau{
		font-size: 1.2rem;
	}
	#logo{
	left: 47px;
	top: 44px;
	width: 53px;
	}
}
#logo img{
	width: 100%;
}

																							/*FIN Header*/
																							/*Index*/
#bandeauActivitees{
	font-family: 'now-light';
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
}
@media screen and (max-width: 800px){
	#bandeauActivitees{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 700px){
	#bandeauActivitees{
		font-size: 1rem;
	}
}
.blockActivitees{
	font-family: 'now-light';
margin-top: 3rem;
	width: 90%;
}
@media screen and (max-width: 1000px){
.blockActivitees{
margin-top: 3rem;
	width: 100%;
}}
.agencementActivitees{
display: flex;
justify-content: center;
margin: 0rem 0.2rem;
}
@media screen and (max-width: 650px){
	.agencementActivitees{
		flex-wrap: wrap;
	}
}
.enumerationActivitees{
	display: flex;
	margin: 0rem 0rem;
	width: 200px;
	justify-content: center;
}
@media screen and (max-width: 1612px){
	.enumerationActivitees{
		justify-content: flex-start;
	}
}
@media screen and (max-width: 800px){
	.enumerationActivitees{
		width: 155px;
	}
}
@media screen and (max-width: 700px){
	.enumerationActivitees{
		width: 150px;
	}
}
.enumerationActivitees img{
	height: 30px;
}
.blockActivitees h2{
	font-family: 'JuliusSansOne-Regular';
	color: #c0c0c0;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
@media screen and (max-width: 600px){
	.blockActivitees h2{
		font-size: 1.5rem;
		text-align: center;
	}
}
@media screen and (max-width: 550px){
	.blockActivitees h2{
		font-size: 1.3rem;
	}
}
.agencementBlockActivitees{
	display: flex;
	text-align: justify;
}
.imageParagraphe{
	min-width: 320px;
	max-width: 320px;
}
@media screen and (max-width: 1000px){
.imageParagraphe{
	display: none;
}
}
.agencementBlockActivitees img{
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
	width: 100%;
	border-width: 1px;
	border-color: #df6440;
	border-style: solid;
	border-left-style: none;
	border-bottom-style: none;
}
.agencementBlockActivitees p{
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}
.agencementBlockActivitees ul{
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 1000px){
.agencementBlockActivitees p{
padding-left: 0rem;
}
.agencementBlockActivitees ul{
	padding-left: 0rem;
}
}
.Under1000{
	display: none;
}
	.paragraphe{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 3rem;
	}
@media screen and (max-width: 1000px){
.paragraphe{
	display: block;
	float: left;
}
}
@media screen and (max-width: 1000px){
.paragraphe img.Under1000{
	display: block;
	float: left;
	width: 300px;
	margin: 0rem 1rem 0rem 0rem;
}
}
@media screen and (max-width: 700px){

	.paragraphe{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0rem 0rem 1rem 0rem;
	}
.paragraphe img.Under1000{
	display: flex;
	float: none;
	width: 350px;
	margin: 0rem 0rem 1rem 0rem;
	border-radius: 30px;
}
}
.divAvis{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 2rem;
}

@media screen and (max-width: 420px){
	.divAvis{
		flex-direction: column;
		max-width: 300px;
	}
}

.divAvis  img{
	width: 300px;
}
.vignettesAvis{
	margin: 2rem 2rem;
	display: flex;
	flex-direction: column;
	text-align: center;

}
@media screen and (max-width: 790px){
	.vignettesAvis{
		margin: 0rem 0.5rem;
	}
}

@media screen and (max-width: 480px){
	.vignettesAvis{
		margin: 0rem 0.2rem;
	}
}
@media screen and (max-width: 420px){
	.vignettesAvis{
		margin: 0.2rem 0rem;
	}
}

.vignettesAvis img{
		padding: 1rem;
	border: 1px solid #FFF;
}
/*.boutonLaisserAvis{
	margin-top: 1rem;
	transition: .25s ease-in-out;
	font-weight: bold;
}*/
.boutonLaisserAvis {
    display: flex;
    width: 250px;
    text-align: center;
    padding: 0.5rem 1rem;
}

.centrerBouton {
    text-align: center;
}
.vignettesAvis a:hover{
	color: #FFF;
}


																							/*FIN index*/
                    				      						/*menu hamburger*/
#menuToggle{
position: fixed;
top: 35px;
left: 4px;
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{
font-family: 'JuliusSansOne-Regular';
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
width: 100%;
margin: -168px 0px 0px -4px;
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;
}
#menuHamb a{
width: 100%;
text-align: center;
color: #df6440;
}
@media screen and (max-width: 800px){
#menuHamb a{
font-size: 1.3rem;
}
}
@media screen and (max-width: 500px){
#menuHamb a{
font-size: 1.1rem;
}
}
#menuHamb a:hover{
-webkit-box-shadow:inset 0px 0px 0px 1px #e5c76e;
-moz-box-shadow:inset 0px 0px 0px 1px #e5c76e;
box-shadow:inset 0px 0px 0px 1px #e5c76e;
background-color: #df6440;
color: #000;
}
#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: #000;
}
#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;
}
#menu{
	height: 75px;
}
}
                    				      						/*FIN menu hamburger*/
                       							  			  /*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;
	background-color: #e5e5e5;
	width: 100%;
}
@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*/
              										           /*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: #df6440;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
color: #636363;
letter-spacing: 0.2rem;
}
                   										       /*Fin contact*/
                    				      						/*Footer*/
#bandeauFooter{
border-width: 1px;
border-color: #df6440;
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;
}
}
.basDePage{
position: fixed;
bottom: 0px;
width: 100%;
}
                    				      						/*FIN Footer*/
                                          /*réalisations */
.conteneurRealisations{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0rem 8rem 3rem 8rem;
}
@media screen and (max-width: 1000px){
	.conteneurRealisations{
	padding: 0rem 3rem 3rem 3rem;
}
}
@media screen and (max-width: 1000px){
	.conteneurRealisations{
	padding: 0rem 1rem 3rem 1rem;
}
}
.conteneurRealisations a{
	width: 32.5%;
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	background-color: #262628;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}
.conteneurRealisations a img{
	width: 100%;
	max-height: 700px;
}
.conteneurRealisations a:hover {
	-webkit-transform: scale(1.035);
	transform: scale(1.035);
}
#titrePageRealisations{
	margin-top: 4rem;
}
@media screen and (max-width: 800px){
	#titrePageRealisations{
	margin-top: 1rem;
}
}
@media screen and (max-width: 1000px){
#titrePageRealisations div.ecriture2CadreNosServices{
	max-width: 15rem;
}}

html body div#container div.conteneurRealisations a.sansBackgroundColor{
	background-color: #fff;
}
.conteneurRealisations div img{
	width: 100%;
}
html body div#container div.conteneurRealisations div.sansBackgroundColor{
	background-color: #262628;
	width: 32.5%;
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-color: #262628;
	border-style: solid;
	border-width: 1px;
}
.separateur{
	height: 2px;
	width: 100px;
	background-color: #df6440;
	margin-bottom: 0.5rem;
}
.H2Realisations{
	width: 100%;
	text-align: left;
	margin-top: 3rem;
	margin-bottom: 0rem;
	font-family: 'JuliusSansOne-Regular';
	font-size: 1.5rem;
}
.merciConfirmation{
	width: 100%;
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 0rem;
	font-family: 'JuliusSansOne-Regular';
	font-size: 1.5rem;
}
#menuRealisations{
	display: flex;
	font-family: 'JuliusSansOne-Regular';
	margin-top: 3rem;
	font-size: 1.5rem;
}
#menuRealisations a{
	padding: 0.2rem 1rem;
	margin: 0rem 1rem;
}
@media screen and (max-width: 1000px){
#menuRealisations{
	display: none;
}
}

                                          /*FIN page réalisations */
                                          /*page confirmation */
.messageRecu{
	text-align: center;
}
                                          /*FIN page confirmation */


                                          /*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 */
