/* Pour que les fonts soient téléchargées si non présente sur la machine qui affiche le site */

@font-face {
	font-family: "Gabriola";
	src: url('fonts/Gabriola.ttf');
}

@font-face {
	font-family: "Gabriola_switch";
    src: url('fonts/andalus-webfont.woff2') format('woff2'),
         url('fonts/andalus-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Andalus';
    src: url('fonts/andalus-webfont.woff2') format('woff2'),
         url('fonts/andalus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Page complète */

body
{
    color: #181818;
}

#bloc_page
{
	width: 1080px;
	margin: auto;
}

/* Header */

header
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

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

header h1
{
    font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 2.0em;
    font-weight: normal;
	color: #7DB1A7;
    margin: 0 0 0 0;
}

header h2
{
    font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 1.8em;
	font-style: italic;
    font-weight: normal;
	color: #7DB1A7;
	margin-top: -15px;
}

/* Navigation */

nav {
	margin-bottom: 14px;
}

nav ul {
    list-style-type: none;
    display: flex;
}

nav li {
    margin-right: 15px;
}

nav li a, .dropbtn {
	font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 1.3em;
    color: #181818;
    text-decoration: none;
}

nav li a:hover, .dropdown:hover .dropbtn {
    color: #7DB1A7;
    border-bottom: 3px solid #7DB1A7;
}

nav li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 10px;
    z-index: 1;
}

.dropdown-content a {
	font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 1.2em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover  {
    color: black;
    border-bottom: none;
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.sousmenu {
	color: #31849B;;
	/*color: #7DB1A7;*/
	font-weight: bold;
}

/* Bannière */

#banniere_image
{
    margin-top: 2px;
    height: 250px;
    border-radius: 5px;
    background: url('images/banniere.jpg') no-repeat;
	background-size: 100%;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#banniere_description
{
	font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 1.05em;
    position: absolute;
	text-align: right;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 45px;
    padding-top: 4px;
    padding-right: 4px;
    background-color: rgba(24,24,24,0.8);
    color: white;
}

/* Corps */

section
{
    display: flex;
    margin-bottom: 20px;
}

section h1
{
	font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 2.75em;
	text-align: center;
	margin: 0 0 0 0;
}

section h2
{
	font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 2.00em;
	text-align: center;
}

section h3
{
	font-family: 'Gabriola', 'Gabriola_switch';
    font-size: 1.75em;
	text-align: center;
}

section p
{
	text-align: justify;
	margin: 0 0 0 0;
}

article
{
    margin-right: 20px;
    flex: 3;
}

article p
{
    font-size: 0.8em;
	text-indent: 2em;
}

aside
{
    flex: 1.2;
    position: relative;
    background-color: #D4AA80;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

fieldset
{
	border: none;
	border-top: 1px solid #7DB1A7;
}

fieldset label
{
    display: block;
    width: 150px;
    float: left;
}

#texte_intro
{
	font-family: 'Gabriola', 'Gabriola_switch';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
	text-align: center;
	text-indent: 0em;
}

#texte_page
{
	font-family: 'Andalus';
    font-weight: normal;
    font-style: normal;
    font-size: 1.15em;
	text-indent: 1.5em;
}

#texte_page_center
{
	font-family: 'Andalus';
    font-weight: normal;
    font-style: normal;
    font-size: 1.15em;
	text-align: center;
	text-indent: 0em;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#info_pratique
{
	font-family: 'Andalus';
    font-size: 1.1em;
}

#form_titre
{
	font-family: 'Andalus';
    font-size: 1.4em;
}

#form_contenu
{
	font-family: 'Andalus';
    font-size: 1.1em;
}

#mention_legale
{
	font-family: 'Andalus';
    font-size: 1em;
}

#bouton_formulaire
{
	border-radius:12px 0 12px 0;
	background: #7DB1A7;
	border:none;
	color:#fff;
	font:bold 0.9em Andalus;
	padding:6px 6px 6px 6px;
	cursor: pointer;
	cursor: hand;
}

.info_pratique_lien
{
	text-decoration: none;
	color: white;
}

.important
{
	color: #31849B;
}

.gras
{
	font-weight: bold;
}

/* Footer */

footer
{
    display: flex;
    justify-content: space-between;
	border-top: 1px solid grey;
}

footer p
{
    font-size: 0.8em;
}

#copyright
{
    font-size: 0.9em;
	color: grey;
}

#mentions_legales
{
	float: right;
    font-size: 0.9em;
	color: grey;
}
