/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ^^^^ end reset Css ^^^^ */


body{
    background-color: rgb(240, 255, 255);
    min-height: 1600px;
    font-family:Trebuchet MS;
}
.nav_head{
    height: 5em;
    color: white;
    background-color: rgb(34, 34, 36);
    display: flex;
    padding-left: 2em;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
}
.nav_head ul{
    height: 100%;
    display: flex;
    align-items: center;
}
.nav_head li{
    display: flex;
    color: white;
    height: 100%;
}
.nav_head li a{
    color: white;
}
.nav_head li a:active{
    color: rgb(255, 255, 255);
}
.nav_head li a:hover{
    color: rgb(252, 218, 179);
    background-color: rgb(42, 45, 54);
}
.nav_head li a{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1.2em;
    text-decoration: none;
}
.nav_head li a:hover{
    color: rgb(247, 173, 76);
}
h1{
    display: flex;
    align-items: center;
    font-size: 2em;
    font-weight: 800;
    padding: 0 1.2em;
}

.content{
    padding: 0 4em 2em;
}
.section h2:first-child{
    margin-top: 3.5em;
}
.section h2{
    font-size: 1.4em;
    padding: 1em 1em 1em 5em; 
    background-color: rgb(206, 216, 216); 
    margin-bottom: 1em;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.082);
    font-weight: 800;
}
#projet{
    /* background-color: rgb(240, 255, 255);   */
}
#projet .content{
    display: flex;
    flex-direction: column;
}
#projet .content .liens{
    display: flex;
    margin-bottom: 0.5em;
}
.liens a{
    margin-right: 0.5em;
}
.liens p{
    padding: 0.7em 0;
    font-weight: 800;
}
#projet .content a{
    /* margin: 1em 0 0 1em; */
    padding: 0.7em 0;
    min-width: 12em;
    border-radius: 0.3em 0.3em 0 0.3em;
    background-color: rgb(109, 109, 109);
    text-align: center;
    color: white;
    text-decoration: none;
}
#projet .content a:active{
    color: rgb(255, 255, 255);
}
#projet .content a:hover{
    color: rgb(3, 3, 3);
    background-color: rgb(90, 90, 90);
}
.card{
    padding: 1em;
    min-height: 3em;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.3em;
    margin-bottom: 1em;
}
#reseaux{
    /* background-color: rgb(240, 255, 255); */
}

#a_propos{
    /* background-color: rgb(240, 255, 255); */
}