

/*****************************************
                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;
}
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;
}

/*****************************************
                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;
}

/******************************************
                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;
}
section{
    height:auto;
    margin:auto;
    padding-top:70px;
    padding-bottom:70px;
}
.coteacote{
    display:flex;
    flex-direction:row;
    padding-top:50px;
    padding-bottom:50px;
    height:450px;
}
 /*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;
}
