

/*****************************************
                GENERAL
*****************************************/

body{
    margin:0;
    padding:0;
    background-color:#180f0d;
    color:#E6DFDF;
}

a{
    text-decoration:none;
    padding:0;
    margin:0;
}
p{
    text-align:justify;
    font-size:20px;
    font-family: 'gill_sans_novabook';
}

/************************************************
                    HEADER
************************************************/
header{
    width:100vw;
    height:100vh;
}
.bord1{
    z-index:99;
    position:absolute;
    border:solid 5px;
    border-color:white;
    border-style:double;
}
#titre{
    top:45%;
    left:12%;
    width:76%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#bouton{
    top:75%;
    left:40%;
    width:20%;
    align-items:center;
    padding:0;
}

#bouton:hover{
    Box-shadow:10px 0px 10px white,-10px 0px 10px white;
    background-color:#E1A901;
}
H1,H2{
    color:white;
    text-align:center;
    font-weight: 400;
    text-transform:uppercase;
    letter-spacing:2px;
}

H1{
    padding-bottom:10px;
    margin-bottom:0;
    border-bottom: solid 1px #B47809;
}
#video{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index:-2;  
}

/*****************************************
                NAV
******************************************/
#barre{
    position:fixed;
    top:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    background-color:#701B20;
    z-index:99;
    opacity:90%;
    height:75px;
}
.k_apparition{
    opacity:0;
    animation-duration:5s;
    animation-name:apparition;
    animation-iteration-count:1;
    opacity:1;
}
#lienlogo{
    width:10%;
    display:flex;
    align-items:center;
    margin:10px;
}
#logo{
    width:100%;
    height:auto;
}
nav input[type=checkbox], .nav-mobile {
	display: none;
}
nav{
    color:white;
    align-self:center; 
}
#nav{
    margin:0;
    padding:0;
    display:flex;
    list-style-type:none;
}
.choixnav{
    padding:10px;
    margin-right:10px;
    text-transform:uppercase;
    color:white;
    font-family: 'gill_sans_novabold';
}
.choixnav:hover{
    background-color:#E1A901;
    cursor:pointer;
    Box-shadow:10px 5px 5px black;
}

/******************************************
                FOND D'ECRAN SCROLL
******************************************/
#fond1{
    background:linear-gradient(rgb(30, 34, 67, 0.5), rgb(30, 34, 67, 0.5)),url(../img/07.jpg) no-repeat fixed;
    background-position:50% 0px;
    background-size:cover;
}


#fond3{
    background: linear-gradient(rgb(30, 34, 67, 0.5), rgb(30, 34, 67, 0.5)), url(../img/08.jpg) no-repeat fixed;
    background-position:50% 0px;
    background-size:cover;
    width:100%;
    height:600px;
    display:grid;
   grid-template-columns:15% 15% 15% 15% 15% 15%;
   column-gap:2%;
   grid-template-rows:20% 30% 30% 20%;
   grid-template-areas:
   ". . . . . ."
   ". pictoH pictoF pictoE pictoC ."
   ". texteH texteF texteE texteC ."
   ". . . . . .";
}
.immobile {
    width:100vw;
    height:100vh;
    overflow: hidden;
    position:relative;
}

/******************************************
                MAIN
******************************************/
main{
    width:100%;
    margin:auto;
    display:flex;
    flex-direction:column;

}
H3{
    font-family: 'gill_sans_novacondensed_bold';
    text-transform:uppercase;
    font-size:40px;
    border-bottom: solid 1px #B47809;
    padding-bottom:10px;
    margin:0;
    color:white;
}
H4{
    font-family: 'gill_sans_novacondensed_bold';
    font-size:30px;
    text-align:center;
    color:white;
}
.lateraux{
    border:#B47809 5px;
	border-radius:5px;
	border-style:double;
    padding-top:30px;
    padding-bottom:30px;
    padding-right:20px;
    padding-left:20px;
}
.section{
    width:80%;
    height:auto;
    margin:auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding-top:70px;
    padding-bottom:70px;
}
 /*CONTACT*/
 #contact{
    width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	display:flex;
	justify-content:space-between;
}

#infocontact{
    display:inline;
	width:50%;
	text-align:center;
}
#form{
	width:50%;
}
form{
	width:100%;
	display:inline-flex;
	flex-direction:column;
}
.ligne{
	height:36px;
	margin:5px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
#captcha{
	Height:auto;
	width:48%;
}
input[type="text"],input[type="submit"],input[type="email"],input[type="Number"],textarea{
    border:2px solid #e1a901;
	border-radius:10px;
	font-family: 'gill_sans_novabook';
}
input[type="text"]{
	height:auto;
	width:48%;
	margin:0;
	padding:0;
}
input[type="email"],input[type="Number"]{
	height:30px;
	margin:5px;
}
textarea{
	height:100px;
	margin:5px;
}

input[type="submit"]{
	width:33%;
	height:36px;
	align-self:flex-end;
	margin:5px;
	background-color:#e1a901;
	color:white;
	font-size:20px;
	font-weight:bold;
    text-transform:uppercase;
}
input[type="submit"]:hover{
	border-color:white;
    background-color:#b47809;
}
.span{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
