@charset "utf-8";
/* reset*/
html {
    margin:0;
    padding: 0;
}
body {
    margin: 0;
}
h1 {
    margin: 0;
}
a {
    color: #032a0e;
    text-decoration-color: #77C966;
    text-decoration-style : double;
}
a[target="_blank"] {
    background-image: url('lienExt.svg');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}
* {
	font-family: Tahoma;
}
/* ENTETE */
header {
    background-color: #32383e;
    /* positionnement toujours visible en haut sur toute la largeur */
    position: sticky;
    z-index: 1;
    top: 0;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    padding : 20px 0 20px 0;
}
header a, header label, footer a {
    color: white;
    text-decoration: none;
    margin: 0 10px 0 10px;
}
header :hover, footer a:hover {
    color: #77C966;
}
#che44 {
    /* espace entre le titre et les éléments du menu */
    margin-right: auto;
}
header h2 {
    font-size: 20px;
    margin : 0;
}
/* MENU */
#cbxMenu { /* checkbox permettant de savoir si le menu est déplié */
    display: none;
}
nav li {
    list-style: none;
}
nav ul {
    margin: 0;
    padding: 0;
}
/* TITRE PAGE */
.fondPhoto, .texte {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
h1.fondPhoto {
    /*-webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;/*#77C966;*/
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: 0 0 10px #77C966;
    font-family: Georigia;
}
.texte {
    padding : 0 20px 20px 20px;
    max-width: 70ch;
}

.texte p {
    text-align: justify;
}

.encadre {
    float: left;
    width: inherit;
    padding: 0 20px 20px 0;
}

.fondPhoto {
    color: #fff;
    height: 400px;
    align-items: center;
    text-align: center;
}
main .fondPhoto {
    height: 50vh;
    justify-content: center;
    background-color: #32383e;
}
footer {
    background-color: #32383e;
    justify-content: space-around;
}

footer img {
    height: 250px;
}

section {
    max-width: 1000px;
    margin: auto;
}

.favorable, .aEtudier {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.5em;
}

.favorable {
	color: #56a12b;
}

.aEtudier {
	color: #e06b0a;
}

.card {
    margin-bottom: 20px;
}

[required] {
    border-color: #8fbfd3;
}

.medium {
    margin-bottom: 20px;
}

.big {
    margin-bottom: 100px;
}