/*************************************
Auteur du tutoriel : imiximik
**************************************/
/*-------------RESET CSS----------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 20;
	padding: 0;
}



img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
  object { max-width: 100%;
   height: auto;
}
 video { max-width: 100%;
   height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, navh, section { 
    display: block;
}

/*-------------CSS GENERAL---------------*/
body {
	background: #000  no-repeat center top;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #1e8f69;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

ul {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

h1, h2, h3 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 16px;
}


/*-------------RESET DU INPUT STYLE----------------*/


/*-------------CSS STRUCTURE DU SITE----------------*/
.site {
	width: auto;
	
	margin: 0 ;
}

/*-------------EN TETE----------------*/
#header {
	position: relative;
	height: 223px;
}
.titreh {
	top:100px;}
	
.haut { color:#FFF;
font-family:Arial, Helvetica, sans-serif;
top:100px;
}




/* Logo */
.site-logo {
	
	margin: 0;
	width: 500px;
	height: 135px;
	text-indent: -9999px;
	position: absolute;
	top: 1px;
	left: 28%;
}
.site-description {
	font: italic 150%/180% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 121px;
	left: 547px;
	height: 32px;
}



/*-------------MENU PRINCIPAL----------------*/
#mainh-navh {
	width: 100%;
	margin: 0px;
	padding: 2px;
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 100;
	background-color:#000;/*#231f20*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);

}
#mainh-navh li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#mainh-navh li:first-child {
	margin-left: 10px;
}
#mainh-navh a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mainh-navh a:hover {
	color: #231f20;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navigation1{
	position:relative;
	top : 12px;
	background: #fff;
	width: 70%;
	clear: both;
	padding-top: 8px;/*hauteur audessus du texte*/
	margin-left: 13%;
	margin-bottom: 3%;
	padding-bottom: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 20px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	z-index: 10;
}

/*Ajout*/

p {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

p.intro {
  font-size: 1.25em;
  color: #555;
  font-weight: bold;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}


.nav-collapse {
  position: absolute;
  width: 24%;
  top: 2em;
  left: 0;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse a {
  color: #aaa;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  text-shadow: 0 -1px rgba(0,0,0, .5);
  border-bottom: 1px solid rgba(0,0,0, .2);
  border-top: 1px solid rgba(255,255,255, .1);
  display: block;
  padding: .6em 2em;
  width: 100%;
}

.nav-collapse a:hover { background: rgba(255,255,255, .1) }
.nav-collapse .active a { color: #fff; background: rgba(0,0,0, .3) }
.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
.nav-toggle { display: none }
/*-------------CONTENT----------------*/
.contentgauche {
	background: #fff;
	margin: 50px 20px 20px;
	padding: 5px 5px;
	width: 20%;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	
}
/*******Mise en forme content gauche*********************/
.contentgauche title  {
	
	margin: 0 0 5px;
	padding: 0;	
}
.contentgauche ul {
	margin: 0;
	padding: 0;
}
.contentgauche li {
	color:#000;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	
}
.contentgauche ul li a {
	-webkit-transition:0.5s; 
	-moz-transition:0.5s; 
	transition-duration:0.5s; 
	-ms-transition-duration:0.5s;}
	
	.contentgauche a {
	color:#000;
	
}

.contentgauche ul li a:hover:before {
 
	color:#000;
}



/***********************************/

.content {
	background: #fff;
	margin: 30px 0px 30px;
	padding: 30px 30px;
	width: 50%;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	height: auto;
}

.post {
	margin-bottom: 10px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: 26px Arial, Helvetica, sans-serif;
	 margin-bottom: 1px;
}
.post-title a {
	text-decoration: none;
	color: #231f20;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

.post-image {
	margin:0 0 15px;
}

/*-------------SIDE BAR----------------*/
aside {
	width: 280px;
	float: left;
	margin: 10px 0 10px;
}

.contentdroit {
	

	 color: white; 
	margin:  5 px  ;
	padding: 10px 15px ;
	width: 21%;
	float: right;
	top:100px;
	
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	
}
.text-div {
            color: white;
            padding: 20px;
            border: 2px solid white;
            margin: 20px 0;
			 
            margin-bottom: 5px;
       
        }
           
        }

/*-------------fOOTER----------------*/
#footer {
	clear: both;
	color: #fff;
	font-size: 85%;
	background-color:#231f20;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer p{text-align:center;}
#footer p a {
	color: #fff;
	font-weight:bold;
	font-size:14px;
}


/*-------------CLASS CLEAR POUR LES FLOAT----------------*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }




.video-container {
	width:80%;
	margin-left:10%;
	 
    position: relative;
	padding-bottom: 48%;
	
    margin-bottom: 5px;
	/*------------padding-bottom: 56.6%;--------------*/
	
	
	height: 0;
	
}
 /* Styles supplémentaires */
        .video-description {
            margin-top: 15px;
            color: #666;
			font-size:14px;
            line-height: 1.6;
        }
.video-container video,  
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;

	width: 100%;
	height: 100%;
	
}
.video-wrapper {
    width: 600px;
	max-width: 100%;
}
.carte-container {
	width:80%;
	margin-left:2%;
    position: relative;
	
	
	
	height: 450px;
	
}
.video-container object{
	position: absolute;

	width: 100%;
	height: 100%;
	
}
.macarte

{ padding-top:1em; //Détermine l'espace entre le bord haut de l'élément et son contenu
  padding-right:1.75em; //Détermine l'espace entre le bord bas de l'élément et son contenu
  padding-bottom:2.75em; //Détermine l'espace entre le bord gauche de l'élément et son contenu
  padding-left:1.75em; //Détermine l'espace entre le bord droit de l'élément et son contenu
 
}
.embed-container{
   width : 100%
    overflow: hidden;
   
    position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed{
    height: 50%;
    left: 0;
    top: 0;
    width: 50%;
}
/*------------***************-LES MEDIAS QUERIES-***************---------------*/

/*-------------POUR UNE FENETRE NAVIGATEUR < 980PX----------------*/
@media screen and (max-width: 2000px) {
.haut {
	display:none;}


/*-------------POUR UNE FENETRE NAVIGATEUR < 650PX----------------*/
/*@media (min-width: 481px) and (max-width: 768px)*/
/*@media screen and (min-width: 481px) and (max-width: 768px*/
@media screen and (max-width: 850px)

 {
	#header {
		height: auto;
	}
	
	h1 {
	font-size: 1em;
}
h2 {
	font-size: 0.8em;
}
.haut  {
	height:60 px;
	display:block;
	font-size:24px;
	font-weight:200;
	font-style:italic;
	}

.haut2  {
	display: none;
	}	
	

	#mainh-navh {
		display: none;
	}
	.site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}
	.site-description {
		margin: 0 0 15px;
		position: static;
	}
	  .contentgauche  {
		float: left;  

		width: 100%;
		margin: 8px 2px 0px;
	padding: 0px 0px;
		
	}

#navigation{width: 100%;}
	
	.content {
		position:relative;
		width: 100%;
		float: left;
		margin: 3px 2px 0px;
	padding: 2px 1px;
	}
	.aside {
		width: 100%;
		margin: 0;
		float: left;
	}

	
   #navigation1 {display:none;}
   form {display:none;}
   #searchform {display:none;}
   
   
   .post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 16px/120% Arial, Helvetica, sans-serif;
}
   
   
   
  .contentdroit  {
	display: none;
}
 nav + * {
		position: relative;
	}

	/* Theming opened nav */	
	nav ul {		
		
		/* maximum height */
		max-height: 250em;
width: 100%;
/* translate with hardware acceleration */
		-webkit-transform: translateZ(0); 
		-ms-transform: translateZ(0);
		        transform: translateZ(0);
		-webkit-transition: max-height .4s;
		        transition: max-height .4s;
		will-change: max-height;

		/* global styles */
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav a {
		display: block;
		padding: 0.2rem;
		color: #333;
		background: #fff;
		text-decoration: none;
		margin-bottom: 2px;
	}
	nav a:hover, 
	nav a:focus,
	nav a:active
	{
		background: #eee;
	}
	
	/* Theming closed nav */
	nav.is-closed ul {
		max-height: 0;
		overflow: hidden;
	}
	/*Ajout pour Menu*/
	
		nav > label {
		display: block;
		position: absolute;
			top: 1.8rem; right: 1.5rem;
			z-index: 1;
		height: 4.5rem; width: 4.5rem;
		background: transparent;
		border: 0;
		border-radius: 50%;
		text-align: center;
		font-size: 10px;
		line-height: 1.6;
		color: #FFF;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s webkit-transform cubic-bezier(0, 1.8, 1, 1.2);
		        transition: .2s transform cubic-bezier(0, 1.8, 1, 1.2);
	}

	/* Global styling nav button */	
	nav > button {
		display: block;
		float:right;
			top: 5.2rem; right: 2.5rem;
		z-index: 1;
		height: 1.5rem; width: 1.5rem;
		background-color: #000;
		background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333)), -webkit-gradient(linear, left top, right top, from(#F0AAAA), to(#333)), -webkit-gradient(linear, left top, right top, from(#333), to(#333));
		background-image: -webkit-linear-gradient(left, #333, #333), -webkit-linear-gradient(left, #333, #333), -webkit-linear-gradient(left, #333, #333);
		background-image: linear-gradient(to right, #FFF, #FFF),
			linear-gradient(to right, #FFF, #FFF),
			linear-gradient(to right, #FFF, #FFF);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 3.5rem .3rem;
		        background-size: 3.5rem .3rem;
		padding: 0;
		outline: 0;
		border: 0;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s;
		        transition: .2s;
	}
		nav > input:checked + label {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	nav > input:checked + label::button {
		background-position: center, center, center;
	}
	
	/*  Removing Firefox's dotted outline on button */	
	nav > button::-moz-focus-inner {
		border: 0;
	}
	
	/* Theming opened nav button */	
	nav:not(.is-closed) > button {
		-webkit-transform: rotate(180deg) translateZ(0);
		        transform: rotate(180deg) translateZ(0);
		background-position: center, center, center;
	}
	
	
	/* Hide alternate text except from screen readers */
	.visually-hidden {
		position: absolute !important;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
		height: 1px;
		width: 1px;
	}
	





/* BONUS deco */


/* Global deco */

section {
	position: relative;
	margin-top: 1rem;;
	padding: 1rem;
	background: #fff;
}
h1, h2 {
	margin-top: 0; margin-bottom: 1rem;
	color: #345; text-shadow: 1px 1px 1px #fff;
}
h2 {margin-top: 2rem;}
a {color: #345}
ul {padding-left: 1em; list-style-position: inside}
section li {list-style: none;}
section li::before {content: "\2713 "; margin-right: .8rem;}





}
