@charset "UTF-8";
/* CSS Document */

.global {
	overflow: hidden;
}

.head  {
    width: 100%;
}

body {
    background:#D5DFE5;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #727272;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}


#titre{
    margin-top: 50px;
    align-content: center;
    height: auto;
    text-align:center;
    padding: 20px;	
}

titre {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
	font-weight: 800;
    color:#FF9F1C;	
}
	
#fleche{
	width: auto;
	margin-bottom: 50px;
}



.fleches {
	display:inline-flex;
	margin-bottom: 20px;
}

#flechegauche {
	display: inline-flex;
	float: left;
	margin-left: 20%;
	
}

#flechegauche:hover{
    opacity: 50%;
	transform: translateX(-5px);
	transition: transform 400ms;
}

#flechedroite {
	display: inline-flex;
	float: right;
	margin-right: 20%;
	}

#flechedroite:hover{
    opacity: 50%;
	transform: translateX(5px);
	transition: transform 400ms;
}

#video{
	align-content:center;
    background-color: white;
    padding: 30px;
    margin-bottom: 0px;
    border-radius: 50px 50px 50px 50px;
    margin-top: 0px;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}	
	
contact{
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 20px;
}

#contact{
    align-content: center;
    height: auto;
    text-align:center;
    padding: 30px;	
}

#infos{
	text-align: center;
    background-color: white;
    padding: 20px;
    margin-bottom: 0px;
    border-radius: 50px 50px 50px 50px;
    margin-top: 0px;
	height: auto;
	max-width: 720px;
	min-height: 20px;
	margin-right: auto;
	margin-left: auto;
}

.infosbtn{
   display: inline-flex;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   font-size: 20px;
   border: none;
   background: none;
}

.infosbtn:hover{
	cursor: pointer;
	opacity: .5;
}

.reveal{
	display: none;
}

.reveal:target{
	display:inherit;
}

p.description{
   text-align: center;
   margin-bottom: 0px;
   display: inline-flex;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 18px;
	margin-top: -10px;

}


p.titre{
   text-align: center;
   margin-bottom: 0px;
   display: inline-flex;
   font-family: 'Roboto', sans-serif;
   font-weight: 600;
   font-size: 18px;

}

p.main{
    text-align: left;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-left: 40px;
	margin-right: 40px;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1032px){
	
contact{
   font-size: 24px;
}	
	
p.titre{
	font-size: 22px;	
}
	
p.main{	
	font-size: 22px;	
}
	
p.description{
	font-size: 24px;	
}
}	