@font-face {
    font-family: 'bebasregular';
    src: url(polices/PoliceTitre/bebas___-webfont.woff2) format('woff2'),
        url(polices/PoliceTitre/bebas___-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'courier_prime_coderegular';
    src: url(polices/policeGeneral/courier_prime_code-webfont.woff2)format('woff2'),
        url('polices/policeGneral/courier_prime_code-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#entete {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 2em;
}

#recherche {
    color: black;
}

header {
    background-color: rgb(2, 10, 82);
    color: white;
    padding-bottom: 1em;
}

#tete {
    display: flex;
    flex-direction: column;
}

#menu{
    padding-left: 0px;
    padding-right: 0px;
}

#menu nav ul li.dropdown > a, a#home{
    color: white;
    font-size: 15px;
}

body {
    background-image: url(Images/FondEcran.jpg);
    font-family: 'courier_prime_coderegular';
}

main {
    color: white;
    font-size: 1.3em;
    letter-spacing: -0.2px;
    padding-left: 2em;
    padding-right: 2em;
}

footer {
    color: white;
    margin-top: 4em;
    
    display: flex;
    flex-direction: row;
}

footer p{
    margin: 1em auto;
    font-size: 1.2em;
    font-weight: 700;
}

header h1 {
    font-size: 8em;
    font-family: 'bebasregular';
    border-style: solid;
    border-width: 2px;
    border-color: red;
    padding: 0.2em;
    background: -webkit-gradient(linear, left top, left bottom, from(#D90000), to(#FFFFFF));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

main h1 {
    margin-bottom: 2em;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-left-style: double;
    border-left-color: red;
}

main h1 {
    margin-bottom: 1.5em;
    border-bottom-style: solid;
    border-bottom-color: red;
    border-left-style: double;
    border-left-color: red;
}
li > ul > li{
	font-size:1em;
}

.def{
    color : red;
}

aside{
    border-style : solid;
    border-color : white;
    padding : 1em;
}


dl{
  margin : 0.5em 0 0 0 ;  
}

dt{
    margin : 3em 0em 1em 0em ;
}

dd{
    margin-left : 2em;
}

#lienhautpage{
	color: lime;
	font-size: 1.2em;
}
#lienhautpage:hover{
	color: red;
}

@media screen and (max-width : 700px){
    header h1{
        display: none;
    }
    
    form {
        display : none;
    
    }
    
    body{
        padding: -2px;
    }
    
    main{
        font-size: 1.1em;
        padding-left: 0;
        padding-right : 0;
    }
    
    img{
        width: 300px;
        height: 300px;
    }
    
    nav{
        text-align: center;
    }
    
    footer {
    color: white;
    margin-top: 1em;
    
    display: flex;
    flex-direction: column;
    }
    
    .container-fluid{
        padding-right: 0;
    }
    
        main p {
        padding-left: 0.2em;
        margin-right: 0.5em;
        margin-bottom: 0.2em;
    }

    main h1 {
        margin-bottom: 0.7em;
        border-bottom-style: solid;
        border-bottom-color: red;
        border-left-style: none;
    }
	li > ul > li{
	font-size:1.2em;
}
}