@charset "utf-8";
/* CSS Document */

/*########################################################################################################## */
/* ====== PHONE ET GENERAL ======== */
/*########################################################################################################## */

/* ------------------------------*/
/*   Divers                      */
/* ------------------------------*/
body {
	background-color:#E0E0E0;
	font-family: 'Open sans', sans-serif; 

}

h1, h2, h3, h4 {
	font-size:1.4em;
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: 'Open sans', sans-serif; 
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}

a {
	color:#9D6011;
}

#page {
	width: auto;
	max-width: 1280px;
	margin: auto;
	background-color: #ffffff;
	font-family: 'Open sans', sans-serif; 
	color:#1E1E1E;
	font-size: 1.0em;
}

#main { /* Partie de contenu */
	background-color: #ffffff;
	min-height: 300px;
	padding:20px;
}

#footer1 {
	background-color: #FFAE0C ; /* #85C241 */
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px; 
}

#footer2 {
	display: block;
	background-color: #ffffff;
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px; 
}


.non_mobile {
	display:none;
}
.non_ecran {
	display:block;
}

#logo_mobile {
	display:block;
}

.evidence_bloc{
	background-color: #F4F4F4;
	padding: 10px;
}


/* ----------------------------------*/
/*   Spécial banner     */
/* ----------------------------------*/

.banner {
	max-width:100%;
	height:auto;
}


/* ----------------------------------*/
/*   Gestion des photo & VIDEO              */
/* ----------------------------------*/

.photo_grande, .photo_petite, .photo_enorme  { /* pour formater une photo */
	border:7px solid #ffffff;
	/* box-shadow: 0px 0px 10px #cccccc; */
	margin:10px;
	max-width:90%;
	text-align:center;
	height:auto;
}
.photo_petite  { /* pour formater une photo */
	max-width:33%;
	max-height:250px;
	/* float:right; */
}
.photo_enorme  { /* pour formater une photo 100 % largeur */
	max-width:95%;
}
.zoom-images { /* Pour le micro zoom sur les imagee */
  width: 25%;
  height: 150px;
  margin: 2%;
  display: block;
  position: relative;
  float: left;
  width: 26%;
  height: 215px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------*/
/*   Les menu de premier choix   */
/* ------------------------------*/

.nav_menu_top {
	display: block;
	width: 100%;
}
.nav_menu_top2 {
	display: block;
	width:auto;
	max-width:80%;
}
.nav_menu_top ul, .nav_menu_top2 ul {
	list-style-type: none;
}
.nav_menu_top li, .nav_menu_top2 li {
	display: block;
	margin-left:-40px;
	padding-left: 10px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.nav_menu_top li {
	background-color: #FFC859; /* #85C241 */
}
.nav_menu_top2 li {
 	background-color: #FFAE0C; 
}

.nav_menu_top li:over {
	color: #CF1459;
}

.nav_menu_top2 li:over {
	color: #CF1459;
}

.nav_menu_top a {
	color: #532A01;
	text-decoration: none;
	width:100%;
}
.nav_menu_top2 a {
	color: #ffffff;
	text-decoration: none;
	width:100%;
}
.nav_menu_top a:hover {
	color: #ffffff;
}

.nav_menu_top2 a:hover {
	color: #934900;
}

/* ------------------------------*/
/*   Back to top button          */
/* ------------------------------*/

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(125, 32, 43, 0.80); /* rgba(235, 235, 235, 0.80) */
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

/*########################################################################################################## */
/* ======== TABLETE ET PC > 600 px ======= */
/*########################################################################################################## */

@media only screen and (min-width: 600px) {


h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.6em;
}

.nav_menu {
	padding:10px;
}

.nav_menu_top {
	display:inline-block;
	background-color: #FFC859; /* #85C241 */
}
.nav_menu_top2 {
	display:inline-block;
	width: auto;
	max-width:90%;
}
.nav_menu_top2 ul {
	background-color: #FFAE0C; 
	width:calc(100% + 10px);
}

.nav_menu_top li, .nav_menu_top2 li {
	display: inline-block;
	margin-left:0px;
	padding-left: 4px;
	margin-right:20px;
	margin-top:0px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

#footer2 {
	display: block;
}

.non_mobile {
	display:block;
}
.non_ecran {
	display:none;
}

#logo_mobile {
	display:none;
}


/* ----------------------------------*/
/*   Gestion des photo               */
/* ----------------------------------*/

.photo_grande,   { /* pour formater une photo */
	max-width:50%;
	text-align:right;
	height:auto;
}
.photo_petite  { /* pour formater une photo */
	max-width:33%;
	float:right;
}
.photo_enorme  { /* pour formater une photo 100 % largeur */
	max-width:90%;
	text-align:center;
}

	
}

/* ############################################### */
/* ======== PC > 768 px ======= */
/* ############################################### */



@media only screen and (min-width: 768px) {





}

