
@font-face {
    font-family: 'opensans_light';
    src: url('opensans_light/OpenSans-Light-webfont.eot');
    src: url('opensans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans_light/OpenSans-Light-webfont.woff') format('woff'),
         url('opensans_light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('opensans_light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_regular';
    src: url('opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('open_sansbold/OpenSans-Bold-webfont.eot');
    src: url('open_sansbold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('open_sansbold/OpenSans-Bold-webfont.woff') format('woff'),
         url('open_sansbold/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('open_sansbold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body 
{
	width: 960px;
	margin: 5px auto 40% auto;
	font-family: 'opensans_regular', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	background: url("../img/herbes_foues.jpg");
	background-size: 100%;
	background-attachment: fixed;
}

@media screen and (max-width: 980px)
{
	body
	{
		width: auto;
		margin: 5px 10px 0 10px;
		background-color: white;
		background: url("../img/herbes_foues.jpg");
		background-size: 100%;
		background-attachment: fixed;
	}
}

a
{
	text-decoration: none;
}

h2
{
	margin:auto;
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: rgb(237,127,16);
	margin: 5px 0 10px 0;
}

h3
{
	margin:auto;
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: rgb(92,115,29);
	margin: 3px 0 2px 0;
}

h4
{
	margin:auto;
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: rgb(30,30,30);
	margin: 15px 0 15px 0;
}

h6
{
	margin:auto;
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: rgb(255,114,86);
	margin: 5px 0 10px 0;
	border-radius: 10px;
	border: 1px solid rgb(69,139,0);
	background-color: rgb(100,159,50);
	position: fixed;
	top: 100px;
}

.texte_gris
{
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: grey;
	font-size: 0.8em;
}

.alert, .alert2
{
	background-color: rgb(255,127,80);
	color: black;
}

strong
{
	font-family: 'opensans_bold', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.remarque
{
	color:rgb(110,0,110);
}

.souligne
{
	text-decoration: underline;
}

/* XXXXXXXXXX  HEADER >>> XXXXXXXXXXX*/

header 
{
	text-align: center;
	height: 100px;
}

h1
{
	margin:auto;
	height: 75px;
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: white;
	text-shadow: 0px 0px 5px black;
	background: url("../img/grass_02.png") no-repeat bottom;
	background-size: 100%;
}

.logo
{
	float:left;
	height: 100px;
}

.head_petit
{
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: white;
	padding-left: 50px;
	text-shadow: 0px 0px 5px black;
}

.maj_titre
{
	
}

/* XXXXXXXXXX <<< HEADER  XXXXXXXXXXX*/

/* XXXXXXXXXX  MENU >>> XXXXXXXXXXX*/

#menu
{
	width: 100%;
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;  
	background: rgb(255, 215, 0);
	background: -moz-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0)); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255, 215, 0)),color-stop(1, rgb(255, 230, 20)));	
	background: -webkit-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));	
	background: -o-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));
	background: -ms-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));
	background: linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px rgba( 0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba( 0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba( 0,0,0,0.5);
	text-align: left;
}

#menu li
{
	float: left;
	margin-left: 0px;
	padding: 0 0 6px 25px;
	position: relative;
	/*line-height: 0;*/
	border-right: 1px solid black;
}

#menu a 
{
	float: left;
	height: 15px;
	padding: 0 25px;
	color: rgb(70, 70, 70);
	/*font: bold 12px/25px Arial, Helvetica;*/
	text-decoration: none;
	font-size: 0.9em;
	/*text-shadow: 0 1px 0 #000;*/
}	

#menu li:last-child
{   
    border-right: none;    
}

#menu li:hover > a
{
	color: black;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 99999;    
	background: rgb(255, 215, 0);
	background: -moz-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0)); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255, 215, 0)),color-stop(1, rgb(255, 230, 20)));	
	background: -webkit-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));	
	background: -o-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));
	background: -ms-linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));
	background: linear-gradient(rgb(255, 230, 20), rgb(255, 215, 0));
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px rgba( 0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba( 0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba( 0,0,0,0.5);
}

#menu ul ul
{
  top: 0;
  left: 190px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 5px;
	height: 10px;
	width: 180px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

#menu ul a:hover
{
	background: rgb(255, 125, 0);
	background: -moz-linear-gradient(rgb(255, 140, 20), rgb(255, 125, 0)); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(255, 125, 0)),color-stop(1, rgb(255, 140, 20)));	
	background: -webkit-linear-gradient(rgb(255, 140, 20), rgb(255, 125, 0));	
	background: -o-linear-gradient(rgb(255, 140, 20), rgb(255, 125, 0));
	background: -ms-linear-gradient(rgb(255, 140, 20), rgb(255, 125, 0));
	background: linear-gradient(rgb(255, 140, 20), rgb(255, 125, 0));
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: black; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: black; 
    border-bottom-color: transparent; 	
}

.logo_facebook
{
	height: 1.4em;
}

#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* XXXXXXXXXX <<< MENU  XXXXXXXXXXX*/

/* XXXXXXXXXX  SECTION >>> XXXXXXXXXXX*/

section, .calendrier
{   
	margin: 2em 0 10em 0;
	padding: 10px 10px 0 10px;
	text-align: justify;
	border: 1px solid rgb(255,114,86);
	margin-bottom: 25px;
	border-radius: 10px;
	background-color: rgba(240,255,240,0.6);
	box-shadow: 5px 5px 15px rgba( 0,0,0,0.5);
}

.activite_sec, .projet_sec, .guide_sec
{
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	text-align: justify;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}

.button
{
	font-size: 0.9em;
	border-radius: 20px;
	border: 1px solid rgb(69,139,0);
	background-color: rgba(100,159,50,0.5);
	padding: 0 7px 0 7px;
}

.objectifs
{
	margin-left: 200px;
}

.float_left
{
	float: left;
}

.clear_left
{
	clear: left;
}

.float_right
{
	float: right;
}

.clear_right
{
	clear: right;
}

.image_dessin_dom
{
	border-radius: 10px;
	box-shadow: 5px 5px 15px rgba( 0,0,0,0.5);
	display: block;
	margin: auto;
}

.image_qui_logo
{
	float: left;
	border-radius: 10px;
	border: none;
	margin: 25px 12px 0 0;
	width: 225px;
}
.image_qui
{
	float: left;
	border-radius: 10px;
	border: none;
	margin: 5px 12px 0 0;
	width: 225px;
}

.image_guide
{
	height: 200px;
	width: 150px;
	border-radius: 10px;
	margin: 10px 10px 10px 0;
	float: left;
}

.activite, .projet, .guide
{
	border: 1px solid rgb(255,114,86);
	padding: 0 10px 0 10px;
	margin-bottom: 25px;
	border-radius: 10px;
	background-color: rgba(240,255,240,0.6);
	box-shadow: 5px 5px 15px rgba( 0,0,0,0.5);
}

.date_activite
{
	font-family: 'opensans_light', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: rgb(92,115,29);
	margin: 3px 0 2px 0;
	border-bottom: 1px solid rgb(255,114,86);
		
}

.guide
{
	clear: left;
	min-height: 200px;
}

.guide p
{
	margin-bottom: -12px;
}

.info_guide
{
	margin-top: 25px;
}

.activite legend, .projet legend, .guide legend
{
	margin: 0 10px 0 10px;
	padding: 3px 10px 3px 10px;
	border: 1px solid rgb(69,139,0);
	border-radius: 10px;
	background-color: rgb(255,127,80);
	box-shadow: 5px 5px 5px rgba( 0,0,0,0.5);
}

.description
{
	margin: 0px -10px 5px -10px;
	padding: 20px 10px 10px 10px;
	border-top: 1px solid rgb(69,139,0);
	border-bottom: 1px solid rgb(69,139,0);
	background-color: rgba(100,159,50,0.25);
}

.description p
{
	margin: -3px 0 2px 0;
}


.details p
{
	margin: 0px 0 2px 0;
}

.enveloppe, .telephone, .crayon, .check
{
	height: 1em;
}

.complement
{
	margin: 5px 0 7px -9px;
}

.complement td
{
	vertical-align: top;
	padding: 10px 7px 0 7px;
	margin: 5px 0 0 -7px;
}

.rens
{
	margin: -2px 0 0 -9px;
}

.rensprojet
{
	margin: 5px 0 5px 0;
}

.rens td
{
	vertical-align: top;
	padding: 0 7px 0 7px;
}

#carteRDV, .carte
{
	width: 600px;
	height: 400px;
}

#conseil td
{
	padding: 0 10px 10px 10px;
}

#menu_membres
{
	list-style: none;
}

#menu_membres li
{
	float: left;
	padding: 0 5px 0 5px;
}

.liste_membres
{
	margin: 10px 0 15px 0;
}

.liste_membres td, .liste_membres th
{
	padding: 0 15px 0 10px;
}

.liste_membres_entete
{
	background-color: rgba(100,159,50,0.50);
}

.membres
{
	background-color: rgba(100,159,50,0.25);
}

.compte_rendu
{
	margin: 0px -10px 5px -10px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid rgb(69,139,0);
	border-bottom: 1px solid rgb(69,139,0);
	background-color: rgba(237,127,16,0.25);
}

/* XXXXXXXXXX <<< SECTION  XXXXXXXXXXX*/

/* XXXXXXXXXX  calendrier >>> XXXXXXXXXXX*/



/* XXXXXXXXXX <<< calendrier  XXXXXXXXXXX*/

/* XXXXXXXXXX  PHOTOS >>> XXXXXXXXXXX*/

.links a
{
	margin: -1px;
}

.links a img
{
	width: 75px;
	height: 75px;
	object-fit: cover;
	overflow: hidden;
	margin: 0;
	border-radius: 10px;
}

.image_upload_div
{
	border-radius: 5px;
	border-color: red;
}

/* XXXXXXXXXX <<< PHOTOS  XXXXXXXXXXX*/

/* XXXXXXXXXX  FOOTER >>> XXXXXXXXXXX*/

footer 
{
	text-align: center;
}

/* XXXXXXXXXX <<< FOOTER  XXXXXXXXXXX*/

iframe
{
	width: 99%;
	height: 25em;
	margin: auto;
	border: none;
}