body {
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	
	margin: 0px;
	padding: 0px;
	
	border: 0px solid #06F;
	
}


/*********************/
/* Navigation Mobile */
/*********************/

#navigation_mobile_div {
	
	display: block;
	
	position: absolute;
	
	z-index: 4;
	
	display: flex;
	flex-direction: column;
	
	width: 100%;
	height: 420px;
	
	top: 60px;
	left: 0px;
	
	background-color: #f7f7f9;
	
	border: 0px solid #F60;
	
}

@media all and (max-width: 780px) {
	
	#navigation_mobile_div {
		
		
		
	}
	
}


#section_navigation_mobile_div {
	
	display: block;
	
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	
	/*
	display: flex;
	flex-direction: column;
	*/
	
	width: 80%;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 15px;
	
	border: 0px solid #0CF;
	
}

@media all and (max-width: 780px) {
	
	#section_navigation_mobile_div {
		
		
		
	}
	
}


.ligne_navigation_mobile {
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		
		width: 100%;
		height: 30px;
		
		border: 0px solid #0CF;
		
}

@media all and (max-width: 880px) {
	
	.ligne_navigation_mobile {
		
		
		
	}
	
}


a.lien_navigation_mobile {
	
	font-size: 16px;
	color: #666;
	text-decoration: none;
	
	border: 0px solid #CCC;
	
}

a.lien_navigation_mobile:hover {
	
	text-decoration: underline;
	
	
}


/**********/
/* Header */
/**********/

header {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	
	width: auto;
	height: auto;  
	
	border: 0px solid #36F;
	
}

@media all and (max-width: 880px) {
	
	header {
		
		flex-direction: row;
		align-items: flex-start;
		
	}
	
}


#header_logo_navigation_box {
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	
	width: 80%;
	height: 60px;
	
	border: 0px solid #0F6;
	
}

@media all and (max-width: 880px) {
	
	#header_logo_navigation_box {
		
		
		
	}
	
}


#burger_logo_header_div {
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	width: 225px;
	height: 38px;
	
	border: 0px solid #666;
	
}

@media all and (max-width: 880px) {
	
	#burger_logo_header_div {
		
		margin-left: 10px;
		
	}
	
}


#burger_header_div {
	
	width: 27px;
	height: 26px;
	
	margin-top: 5px;
	
	border: 0px solid #F00;
	
}

@media all and (max-width: 880px) {
	
	#burger_header_div {
		
		
		
	}
	
}

#close_header_div {
	
	
	
	width: 27px;
	height: 26px;
	
	margin-top: 5px;
	
	border: 0px solid #F00;
	
}

@media all and (max-width: 880px) {
	
	#close_header_div {
		
		
		
	}
	
}


#logo_header_div {
	
	width: 185px;
	height: 38px;
	
	border: 0px solid #09F;
	
}

@media all and (max-width: 880px) {
	
	#logo_header_div {
		
		
		
	}
	
}


/**************/
/* Navigation */
/**************/

nav {
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	width: auto;
	height: auto;
	
	border: 0px solid #000;
	
}

@media all and (max-width: 880px) {
	
	nav {
		
		display: none;
		
	}
	
}


a.lien_navigation_header {
	
	font-size: 16px;
	color: #313231;
	text-decoration: none;
	
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	margin-left: 10px;
	
	border: 0px solid #CCC;
	
}

a.lien_navigation_header:hover {
	
	color: #000;
	background-color: #eff0f3;
	
}


/********/
/* Main */
/********/

main {
	
	display: flex;
	flex-direction: column;
	
	width: auto;
	height: auto;
	
	padding: 0px;
	margin: 0px;
	
	border: 0px solid #0F0;
	
}

@media all and (max-width: 880px) {
	
	main {
		
		
		
		
		
	}
	
}


#fond_paysage_div {
	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	
	width: 100%;
	min-height: 350px;
	
	background-image: url(../../picts/background_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
	border: 0px solid #0F6;
	
}

@media all and (max-width: 880px) {
	
	#fond_paysage_div {
		
		
		
	}
	
}


#page_div {
	
	width: auto;
	height: auto;
	
	margin-left: 200px;
	margin-top: -120px;
	
	border: 0px solid #09F;
	
}

@media all and (max-width: 880px) {
	
	#page_div {
		
		width: 100%;
		margin-left: 0px;
		
	}
	
}


#bandeau_marron_div {
	
	display: flex;
	flex-direction: column;
	
	width: auto;
	height: auto;
	
	padding: 0px;
	margin: 0px;
	
	background-color: #807466;
	
	border: 0px solid #F30;
	
}

@media all and (max-width: 880px) {
	
	#bandeau_marron_div {
		
		padding-bottom: 20px;
		
		
		
	}
	
}


#bandeau_marron_ligne_1_div {
	
	width: auto;
	height: auto;
	
	margin-left: 30px;
	margin-top: 30px;
	
	border: 0px solid #F30;
	
}

@media all and (max-width: 880px) {
	
	#bandeau_marron_ligne_1_div {
		
		display: flex;
		flex-direction: column;
		
	}
	
}


#bandeau_marron_ligne_1_lien_2_a {
	
	width: auto;
	height: auto;
	
	margin-left: 20px;
	
	font-weight: bold;
	
	border: 0px solid #F30;
	
}

@media all and (max-width: 880px) {
	
	#bandeau_marron_ligne_1_lien_2_a {
		
		margin-left: 0px;
		
	}
	
}


a.lien_navigation_blanc_moyen {
	
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	
	border: 0px solid #CCC;
	
}

a.lien_navigation_blanc_moyen:hover {
	
	text-decoration: underline;
	
	
}


#bandeau_marron_ligne_2_div {
	
	display: flex;
	flex-direction: row;
	
	width: auto;
	height: auto;
	
	margin-left: 30px;
	margin-top: 10px;
	
	border: 0px solid #F30;
	
}

@media all and (max-width: 880px) {
	
	#bandeau_marron_ligne_2_div {
		
		display: none;
		
	}
	
}


a.lien_navigation_blanc_petit {
	
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	
	border: 0px solid #CCC;
	
}

a.lien_navigation_blanc_petit:hover {
	
	text-decoration: underline;
	
	
}


#bandeau_marron_ligne_3_div {
	
	display: flex;
	flex-direction: row;
	
	width: auto;
	height: auto;
	
	margin-left: 30px;
	margin-top: 30px;
	
	margin-bottom: 20px;
	
	font-size: 36px;
	color: #FFF;
	
	border: 0px solid #F30;
	
}

@media all and (max-width: 880px) {
	
	#bandeau_marron_ligne_3_div {
		
		
		
	}
	
}


#contenu_div {
	
	display: flex;
	flex-direction: row;
	
	width: auto;
	height: auto;
	
	
	border: 0px solid #0CF;
	
}

@media all and (max-width: 880px) {
	
	#contenu_div {
		
		
		
	}
	
}


#menu_gauche_div {
	
	display: flex;
	flex-direction: column;
	
	width: 265px;
	height: auto;
	
	margin-left: 35px;
	margin-top: 60px;
	
	border: 0px solid #0CF;
	
}

@media all and (max-width: 880px) {
	
	#menu_gauche_div {
		
		display: none;
		
		
	}
	
}


.ligne_menu_gauche {
		
		display: flex;
		flex-direction: column;
		justify-content: center;
		
		width: 100%;
		height: 60px;
		
		border-top: 1px solid #d8dbe1;
		
		/* border: 0px solid #0CF; */
		
}

@media all and (max-width: 880px) {
	
	.ligne_menu_gauche {
		
		
		
	}
	
}


a.lien_menu_gauche {
	
	font-size: 16px;
	color: #6b8db8;
	text-decoration: none;
	
	border: 0px solid #CCC;
	
}

a.lien_menu_gauche:hover {
	
	text-decoration: underline;
	
	
}


#contenu_droite_div {
	
	width: auto;
	height: auto;
	
	margin-left: 60px;
	margin-top: 60px;
	
	border: 0px solid #0CF;
	
}

@media all and (max-width: 880px) {
	
	#contenu_droite_div {
		
		margin-left: 20px;
		
	}
	
}


#titre_droite_div {
	
	width: auto;
	max-width: 645px;
	height: auto;
	
	font-family: 'Quicksand', sans-serif;
	font-size: 38px;
	
	
	border: 0px solid #0CF;
	
}

@media all and (max-width: 880px) {
	
	#titre_droite_div {
		
		
		
	}
	
}


#texte_droite_div {
	
	width: auto;
	max-width: 645px;
	height: auto;
	
	margin-top: 55px;
	padding-right: 10px;
	
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	
	border: 0px solid #0CF;
	
}

@media all and (max-width: 880px) {
	
	#texte_droite_div {
		
		
		
	}
	
}


p {
	
	margin-top: 30px;
	
	
	border: 0px solid #0CF;
	
}


.sous_titre {
	
	font-weight: 700;
	
	border: 0px solid #0CF;
	
}

@media all and (max-width: 880px) {
	
	.sous_titre {
		
		
		
	}
	
}



/**********/
/* Footer */
/**********/

footer {
	
	width: auto;
	height: 50px;
	
	border: 0px solid #F00;
	
}

@media all and (max-width: 780px) {
	
	footer {
		
		flex-direction: column;
		
	}
	
}
