/*Corp du site*/

#banniere {
	display:flex;
	width:100%;
	height:100px;
	position:relative;
}

body {
	color:#353531;
	width:100%;
	margin:auto;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight:lighter;
	line-height:1.5;
	font-size:120%;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

footer {
	text-align:center;
	font-size:85%;
	color:#868e96;
	display: block;
	background-color:#f7f7f7;
	padding:2%;
	height:15%;
}

/*Balises générales*/

.rs {
	height:80px;
	padding:50px;
}

h1 {
	color:#7c92e4;
}

.H1 {
	text-align:center;
}

h2 {
	color:#7c92e4;
	text-align:center;
}
h3 {
	text-align:center;
}

p {
	text-indent:50px;
	margin:10px;
}

header a {
	color:#CFD1ED;
	transition: color 0.3s ease;
}
a {
	color:#5d5d5b;
	transition: color 0.3s ease;
}

a:hover {
	color:white;
	text-decoration:underline;
}

a:link {
	text-decoration:none;
}

hr {
	display:flex;
	margin: 25px auto;
	width: 50%;
	height: 2px;
	background-color: #f90;
	border: none;
}

.asideImg {
	display:flex;
	width:90%;
	margin:auto;
	margin-top:10px;
}

/*Menu principal*/

nav {
	white-space:nowrap;
	width:100%;
	align-items:center;
	flex-direction:row;
	background-color:black;
	display:flex;
	position:relative;
	font-size:110%;
}

nav div {
	display:flex;
	position:relative;
}

/*changement de display lors du survol pour le sous-menu*/

nav > div:hover .submenu {
	display:block;
}

nav a {
	padding:10px 15px;
}

/*sous-menu*/

.submenu {
	background-color:black;
	position:absolute;
	display:none;
	width:100%;
	top:100%;
	color:#CFD1ED;
	z-index:1;
}
	
#logoHome {
	height:35px;
	max-height:100%;
}

/*Menu burger responsive*/

#menuToggle
{
	display:none;
	position:relative;
	top:8px;
	left:10px;
}

#menuToggle input
{
	display:block;
	width:47px;
	height:40px;
	position:absolute;
	top:-7px;
	left:-5px;
	cursor:pointer;
	opacity:0;
	z-index:3;
}

#menuToggle span {
	display:block;
	width:45px;
	height:8px;
	margin-bottom:5px;
	position:relative;
	background-color:#cdcdcd;
	border-radius:3px;
	z-index:2;
	transform-origin:10px 0px;
	transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
 
#menuToggle input:checked ~ span {
	transform:rotate(90deg) translate(8px, -30px);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform:rotate(90deg) translate(-18px, 0px);
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	transform:rotate(90deg) translate(-5px, -15px);
}

#menu {
	position:absolute;
	width:300px;
	margin:-100px 0 0 -10px;
	padding:50px;
	padding-top:125px;
	background-color:black;
	list-style-type:none;
	transform:translateY(-100%);
	z-index:1;
	transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
	padding:10px 0;
	font-size:22px;
}

#menuToggle input:checked ~ ul {
	transform:none;
}

/*HolyGrail*/

.holyGrail-body {
	display:flex;
	flex:1;	
	background-color:#f7f7f7;

}

.holyGrail-asideleft, .holyGrail-asideright {
	width:20%;
	background-color:white;
	box-shadow: inset 0em 0em 4em 1em #aeada4;
	-webkit-filter: brightness(90%);
}

.holyGrail-asideleft:hover, .holyGrail-asideright:hover{
	box-shadow: none;
	-webkit-filter: brightness(100%);
	transition: 1s;
}

.holyGrail-main {
	margin-left:10px;
	margin-right:10px;
	width:60%;
	flex:1;
	background-color:white;
}

.HolyGrail, .HolyGrail-body {
  display:flex;
  flex-direction: column;
  width:100%;
}

#holyGrail-asideleft_presse, #holyGrail-asideright_presse {
	width:20%;
	background-color:white;
	box-shadow: inset 0em 0em 4em 1em #aeada4;
	-webkit-filter: brightness(90%);
}

#holyGrail-main_presse {
	margin-left:10px;
	margin-right:10px;
	width:60%;
	flex:1;
	background-color:white;
	box-shadow: inset 0em 0em 4em 1em #aeada4;
}

/* Index */

#holyGrail-IndexBody {
	display:flex;
	background-color:black;
	flex:1;
}

/*Metiers*/

#postuler {
	z-index:1;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding: 1.5vh;
	background-color: white;
}

#postuler > a {
	padding: 1vh 9vh;
	background-color:#f90;
	border-radius:5px;
}

span {
	display:flex;
}

fieldset .inputPostuler {
	display:flex;
	position:absolute;
	left:39%;
}
#bouttonEnvoyerPostuler {
	position:sticky;
	left:39%;
}

/*Contact*/

.formulaire {
	margin-top:10%;
}

.inputContact {
	display:flex;
	position:absolute;
	left:39%;
}

#textareaContact {
	position:relative;
	left:19%;
}

/*FAQ*/

#questions a:hover {
	color:grey;
}

#questions {
	padding : 25px;
}

#answer{
	text-align:left;
	font-size:100%;
	display: flex;
	flex-direction:column;
	padding:2%;
}

#answer1,#answer2,#answer3,#answer4,#answer5 {
	text-indent :10px;
}

#answer1{
	border-left:solid black;
}
#answer2{
	border-left:solid #333333;
}
#answer3{
	border-left:solid #808080;
}
#answer4{
	border-left:solid #b3b3b3;
}
#answer5{
	border-left:solid #d9d9d9;
}

#answer p{
	font-size:100%;
	margin:0px 10px 15px 10px;	
}
#answer a{
	text-decoration:none;
	color:black;
}

/*Barre de recherche*/

#recherche {
	position:absolute;
	right:10px;
	align-items:center;
	display:flex;
	width:150px;
	height:24px;
	background:white;
	border-radius:2em;
}

#recherche input[type=text] {
	background:none;
	width:100px;
	padding:0 9px;
	color:#666;
}

#recherche input {
	left: 10px;
	border:0;
	height:20px;
	position:relative;
}
video#video1 {

	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*Produit*/

.produit {
	width: 50%;
	height:50%;
	margin: 10px;
}
.detect {
	width: 50%;
	margin: 10px;
}

.contenuproduit {
	width:50%;
}

.divProduit {
	display:flex;
	width:100%;
}

/*Presse*/

#vrai-phare {
	display:flex;
	width: 90%;
	margin:auto;
	margin-bottom:20px;
	margin-top:20px;
}

#legend {
	margin-left:5%;
	text-indent:0;
	font-style:italic;
}


/* equipe */

.photoequipe {
	width:45%;
}

.contenuEquipe {
	width:50%;
	float:right;
}

.divEquipe {
	margin:20px;
	padding-top:20px;
}

/* logo haut de page */

#hdp {
	position: fixed;
	bottom: 0;
	right: 0;
	text-align:end;
	padding: 1.5vh;
	z-index:1;
}

#imageHdp {
	height:60px;
}

/*Nous rejoindre*/

.metiersLiens {
	padding:15px;
	margin:auto;
	display:block;
	width:20%;
	background-color:#7c92e4;
	border-radius:5px;
}

#divBoutons {
	padding:20px;
	text-align:center;
	align-items:center;
}

/*Responsive*/

@media ( max-width:700px ) {
	header {
		min-height: 50px;
		background-color:black;
	}
	#menuToggle {
		display: block;
	}
	nav {
		display: none;
	}
	#banniere {
		display: none;
	}
	.holyGrail-asideleft, .holyGrail-asideright {
		display: none;
	}
	#recherche {
		display: none;
	}
}

@media ( max-width:1000px ) {
	#banniere {
		display: none;
	}
	nav > #recherche {
		display: none;
	}
	.holyGrail-asideleft, .holyGrail-asideright {
		display: none;
	}
}

