/**********************************************/
/*reset*/
/**********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	/*border: 0;*/
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
/*    float:left;*/
}

/**********************************************/
/*only iPhone*/
/**********************************************/

@media only screen and (max-device-width: 920px) {

    /*fixes too big font in mobile Safari*/

    html {
        -webkit-text-size-adjust:none;
    }
 }

/**********************************************/
/*Tablette / Mobile*/
/**********************************************/

@media screen and (max-width: 460px) {

	.news > span {
		display:none;
	}
}

/**********************************************/
/*Tablette / Mobile*/
/**********************************************/

@media screen and (max-width: 920px) {


    html {
        -webkit-text-size-adjust:none;
    }

	#global{
		width:100%;
	}

		.desktop{
			display:none;
		}

		.mobile{
			display:block;
		}

	 /* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
	 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
	   max-width: 100%;
	 }

	header{
		display: block;
	}

	nav {
		display: block;
		padding:0 30px 10px 30px;
	}


		nav ul li {
			display: block;
			padding:0;
		}

		/**************************************/
		/***********MENU XL************/



		nav .menuxl section {
			float: inherit;
		}

		nav .menuxl {
			border:0px;
			left:0px;
			-moz-box-shadow: 0px 3px 6px -1px #434332;
			-khtml-box-shadow: 0px 3px 6px -1px #434332;
			-webkit-box-shadow: 0px 3px 6px -1px #434332;
			-o-box-shadow: 0px 3px 6px -1px #434332;
			box-shadow: 0px 3px 6px -1px #434332;
			behavior: url(js/PIE/PIE.htc);
			-webkit-transition: all .3s linear 0.1s;
			-moz-transition: all .3s linear 0.1s;
			-o-transition: all .3s linear 0.1s;
			transition: all .3s linear 0.1s;
			width:100%;
			display:none;
			position:relative;
			height:auto;
			padding:0 0 10px 0;
			margin:0 0 10px 0;
		}


		nav .menuxl section ul {
			width:210px;
			padding:10px 10px 0 30px;
			margin:0px;
			float:left;
		}

		nav .menuxl section  ul li {
			display:block;
			padding:1px;
			margin:0px;
		}

		nav .menuxl section  ul li a {
			padding:0px;
			margin:0px;
			color:#ffffff;
		}

		nav .menuxl section  ul li a:hover {
			padding:0px;
			margin:0px;
			color:#3f2800;
		}

		nav .menuxl section article, nav .menuxl aside {
			display:none;
		}


	section {
		display: block;
		width:100%;
	}

	article {
		display: block;
	}

		article.widget-big  {
			width:auto;
		}

	aside{
		display: block;
		float:left;
		width:100%;
	}

		aside article.widget-medium  {
			display:none;
		}

		aside .sommaire {
			display:block;
			width: 100%;
			margin-left:0px;
		}

		aside .w-mini {
			display:none;
		}


	figure {
		display:none;
	}


	footer {
		display: block;
	}

    #slider-code .viewport {
        width: 100%;
    }
    #slider-code .overview li {
        width: 100%;
    }

}


/**********************************************/
/*Desktop*/
/**********************************************/

@media screen and (min-width: 920px) {

	#global{
		width:920px;
	}

		.image {
			display:block;
			height: auto;
		}

		.desktop{
			display:block;
		}

		.mobile{
			display:none;
		}

	header{
		display: block;
		height:150px;
	}

	nav {
		display: block;
		padding:0 30px ;
	}

	nav ul li {
		display: inline-block;
		padding:0 30px 23px 0;
	}

	/**************************************/
	/***********MENU XL************/


	nav ul li:hover > .menuxl , nav ul li:hover > .fleche{
		z-index:9999999;
		visibility:visible;
		opacity:1;
        display:block;
		transition-delay:0s;
		cursor:default;
	}

	nav .menuxl {
		border:0px;
		left:0px;
		-moz-box-shadow: 0px 5px 15px -1px #333322;
		-khtml-box-shadow: 0px 5px 15px -1px #333322;
		-webkit-box-shadow: 0px 5px 15px -1px #333322;
		-o-box-shadow: 0px 5px 15px -1px #333322;
		box-shadow: 0px 5px 15px -1px #333322;
		behavior: url(js/PIE/PIE.htc);
		-webkit-transition: all .2s linear 0.1s;
		-moz-transition: all .2s linear 0.1s;
		-o-transition: all .2 linear 0.1s;
		transition: all .2s linear 0.1s;
		width:920px;
		display:block;
		position:absolute;
		min-height:200px;
		visibility:hidden;
		opacity:0;
		padding:0 0 10px 0;
		margin:23px 0 0 0;
	}

	nav .fleche {
		position:relative;
		visibility:hidden;
		opacity:0;
		-webkit-transition: all .5s linear 0.1s;
		-moz-transition: all .5s linear 0.1s;
		-o-transition: all .5s linear 0.1s;
		transition: all .5s linear 0.1s;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 15px 24px 15px;
		border-color: transparent transparent #aea78a;
	}


	nav .menuxl section ul {
		width:210px;
		padding:10px 10px 0 20px;
		margin:0px;
		float:left;
	}

	nav .menuxl section  ul li {
		display:block;
		padding:1px;
		margin:0px;
	}

	nav .menuxl section  ul li a {
		padding:0px;
		margin:0px;
		color:#ffffff;
		font-size:12px;
	}

	nav .menuxl section  ul li a:hover {
		padding:0px;
		margin:0px;
		color:#3f2800;
	}

	nav .menuxl section article {
		width:190px;
		padding:10px;
		margin:0px;
		float:right;
	}



	section {
		display: block;
		width:450px;
	}

		section.version {
			display: block;
			width:600px;
		}

	article {
		display: block;
	}

		article.widget-big {
			width:450px;
		}

			article.widget-big  section{
				width:430px;
			}

		article.widget-big.version, article.widget-big.version section {
			width:100%;
		}

	aside{
		display: block;
		float:right;
		width:450px;
	}
		
		aside.version{
			display: block;
			float:right;
			width:300px;
		}

		aside .sommaire {
			display:block;
			width: 300px;
			margin-left:-10px;
		}

		aside.version .sommaire {
			margin-left:0px;
		}

		aside .w-mini {
			display:block;
			width: 150px;
			margin-left:-10px
		}

	figure {
		display:block;
	}

	footer {
		display: block;
	}

    #slider-code .viewport {
        width: 450px;
    }
    #slider-code .overview li {
        width: 450px;
    }

 }


/**********************************************/
/*Commun*/
/**********************************************/


body{
	font-family:'Roboto', Arial, sans-serif;
	font-size:1em;
	color:#3f2800;
}

a img {
    border: none;
}

a, article {
	text-decoration:none;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
}

a:hover, article:hover {
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

strong {
	font-weight:bolder;
}

.hgroup span {
	position:absolute;
	top:20px;
	font-size:14px;
	color:#C1B896;
}

h1 {
	font-size:34px;
	font-weight:lighter;
	padding:0;
	margin:0;
}

h2 {
	font-size:26px;
	font-weight:lighter;
	padding:0;
	margin:0;
}

h3 {
	font-size:14px;
	font-weight:bolder;
	padding:0;
	margin:0;
}


figure {
	padding-bottom:10px;
	min-height:100px;
	margin:0;
	background:white;
}

	figcaption {
		padding:0;
		margin: 0;
		font-size:12px;
		line-height:14px;
		list-style-type: none;
	}

	figure img {
		width: 100%;
		min-width:300px;
		position:relative;
		width:inherit;
		min-height:auto;
	}





/* Nuancier */

.fond-blanc{background-color:#ffffff; color:#3f2800!important;}
.fond-perle{background-color:#EAE5D5; color:#3f2800!important;}
.fond-taupe{background-color:#aea78a; color:#ffffff!important;}
.fond-gris{background-color:#9b906d; color:#fff!important;}
.fond-marron{background-color:#3f2800; color:#fff!important;}
.fond-dore{background-color:#cd8327; color:#fff!important;}
.fond-gueules{background-color:#ff0000; color:#fff!important;}
.fond-sinople{background-color:#149414; color:#fff!important;}
.fond-azur{background-color:#1e7fcb; color:#fff!important;}
.fond-or{background-color:#ffd700; color:#000000!important;}

.text-marron{color:#3f2800}
.text-blanc{color:#ffffff}
.text-gueules{color:#ff0000}
.text-or{color:#ffd700}
.text-sinople{color:#149414}
.text-azur{color:#1e7fcb}

.ombre:hover {
	-moz-box-shadow: 0 0 10px 1px #332 inset;
	-khtml-box-shadow: 0 0 10px 1px #332 inset;
	-webkit-box-shadow: 0 0 10px 1px #332 inset;
	-o-box-shadow: 0 0 10px 1px #332 inset;
	box-shadow: 0 0 10px 1px #332 inset;
	behavior: url(js/PIE/PIE.htc);
}

.ombrebis {
	font-size:12px;
	padding:5px;
	background-color:#da8f32;
	border:none;
	margin:0 5px 0 0;
}

.ombrebis:hover {
	padding:5px;
	-moz-box-shadow: 0 0 8px 1px #332 inset;
	-khtml-box-shadow: 0 0 8px 1px #332 inset;
	-webkit-box-shadow: 0 0 8px 1px #332 inset;
	-o-box-shadow: 0 0 8px 1px #332 inset;
	box-shadow: 0 0 8px 1px #93570d inset;
	behavior: url(js/PIE/PIE.htc);
	border:none;
}

a.prev {
	color:#fff;
	height:23px;
	padding:7px 10px 0 10px;
	margin:0 0 -10px 0;
	display:block;
	font-size: 12px;
}

a.next {
	color:#fff;
	height:23px;
	padding:7px 10px 0 10px;
	margin:0;
	display:block;
	clear:both;
	font-size: 12px;
}

a.prev img, a.next img{
		display:inline-block;
		vertical-align: middle;
		height: 13px;
		width: 17px;
}



	nav .menuxl section  ul li a:before {
		content: "- ";
	}

#global{
	/* Propriété(s) "Responsive"
	****************************
	width
	***************************/
	height: auto;
	margin:0;
	padding:0;
	position:relative;
	-moz-box-shadow: 0 0 10px 1px #332;
	-khtml-box-shadow: 0 0 10px 1px #332;
	-webkit-box-shadow: 0 0 10px 1px #332;
	-o-box-shadow: 0 0 10px 1px #332;
	box-shadow: 0 0 10px 1px #332;
	behavior: url(js/PIE/PIE.htc);
}

	#global .image {
		max-height: 100px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#global .sautdeligne {
		clear:both;
		min-height:0px;
	}

	#global .ariane{
		min-height: 30px;
		margin: 0px;
		padding: 6px 10px 0px 30px;
		background-color:#3f2800;
		color:#fff;
		font-size:14px;
	}

	#global .ariane img{
		display:inline-block;
		vertical-align: middle;
		height: 13px;
		width: 17px;

	}

	#global .left{
		float:left;
		margin-right:10px;
	}

	#global .right{
		float:right;
	}


header{
	/* Propriété(s) "Responsive"
	****************************
	height
	***************************/
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:url('../img/griffon.png') no-repeat 685px 25px #9b906d;
}

	header .hgroup {
		margin:0px;
		padding:30px;
	}

nav {
	/* Propriété(s) "Responsive"
	****************************
	padding
	***************************/
}

nav ul li{
	/* Propriété(s) "Responsive"
	****************************
	padding, display
	***************************/
	color:#ffffff;
	font-size:14px;
	cursor:pointer;
}

ul#menu li > a {
    color: inherit;
}


section {
	margin:10px 0 0 0;
	float:left;
}


article  p{
	font-size:14px;
	font-weight:normal;
	padding:7px 0 0 0;
	margin:0;
	line-height:20px;
}


article  p a, div span a, #global .ariane a, article.widget-big  div section a{
	border-bottom:1px dotted;
	color:inherit;
}

article  p a:hover, div span a:hover, #global .ariane a:hover, article.widget-big  div section a:hover{
	border-bottom:1px solid;
	color:inherit;
}


	article.widget-big {
		/* Propriété(s) "Responsive"
		****************************
		width
		***************************/
		min-height:90px;
		margin:0;
		padding:210px 0 0 0 ;
		clear:both;
		background-repeat:no-repeat;
	}

		article.widget-big  div {
			padding:0 10px 10px 10px;
			margin:0 0 0 0;
			position:relative;
			min-height:70px;
		}

		article.widget-big  div section {
			padding:20px 0 0 0;
		}

			article.widget-big  div section  div {
				padding:0px 0 0 0;

			}

		article.widget-big  div section ul {
			font-size:13px;
			padding:10px 15px;
			line-height:auto;
		}

		article.widget-big  div section ul li {
			list-style-type: square;
		}

	article.widget-medium {
		min-height:100px;
		margin:10px 0 0 0;
		padding:0px;
		background-repeat:no-repeat;
		clear:both;
		color:#ffffff;
	}

		section article.widget-medium  {
			background-position:right;
			background-color:#9b906d;
		}

		aside article.widget-medium  {
			/* Propriété(s) "Responsive"
			****************************
			display
			***************************/
			background-position:left;
		}

		aside article.widget-maxi  {
			margin-left:150px;
		}

		article.widget-medium  article {
			padding:10px 0 0 0;
			margin:0 20px 0 10px;
			height: auto;
			position:relative;
		}


		article.widget-medium article.widget-mini  {
			width:150px;
			min-height:80px;
			margin:0;
			padding:10px;
			clear:both;
			float:right;
		}


		section article.widget-medium article.widget-maxi  {
			min-height:80px;
			margin:0px 150px 0 0;
			padding:10px;
			clear:both;
			float:left;
		}

	article.widget-agenda {
		font-size:14px;
		font-weight:normal;
		min-height:280px;
		margin: 0 0 0 0;
		padding:10px 20px;
	}


		article.widget-agenda  ul, span.news {
			padding:0;
			margin: 0;
			font-size:12px;
			line-height:14px;
			list-style-type: none;
		}

			article.widget-agenda  ul  li{
				margin: 10px 0 0 0;
				padding: 0;
			}

			article.widget-agenda  ul  li a{
				text-decoration:none;
				display:block;
				color:#3f2800;
			}

			article.widget-agenda  ul  li a:hover span{
				color:#3f2800;
			}

			article.widget-agenda  ul  li a span{
				clear:both;
				color:#ffffff;
			}

aside{
	/* Propriété(s) "Responsive"
	****************************
	float
	width
	***************************/
	margin:10px 0 0 0;
}


		aside article.widget-medium article.widget-maxi  {
			min-height:80px;
			margin:0px 0 0 150px;
			padding:10px;
			clear:both;
			float:left;
		}

footer {
	height:auto;
	position:relative;
	margin:20px 0 0 0;
	background-color:#aea78a;
}

	footer section, footer aside, footer article.widget-medium {
		margin:0;
		background-color:#aea78a;
	}

	aside article.mini, div.menuxl aside article.mini, footer article.mini{
		float:right;
		width:150px;
		min-height:100px;
		padding:10px;
		margin:0;
	}


	footer > article.foot {
		clear:both;
		height:auto;
		margin:0px;
		padding:5px 10px 10px 10px;
		background-color:#ffffff;
		position:relative;
	}

	footer > article.foot a {
		font-size:12px;
		color:#3f2800;
		padding:0 20px 0 0;
	}



    #slider-code {  overflow:hidden; }
    #slider-code .viewport { float: left; height: 100px; overflow: hidden; position: relative; margin: 10px 0 0;}
/*    #slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
    #slider-code .next { margin: 30px 0 0 10px;  }*/
    #slider-code .disable { visibility: hidden; }
    #slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
    #slider-code .overview li{ float: left; margin: 0 20px 0 0; height: 100px; }
    #slider-code .overview li article.widget-medium {margin:0;}


    #slider-code-2 {  overflow:hidden; }
    #slider-code-2 .viewport { float: left; height: 100px; overflow: hidden; position: relative; margin: 10px 0 0;}
/*    #slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
    #slider-code .next { margin: 30px 0 0 10px;  }*/
    #slider-code-2 .disable { visibility: hidden; }
    #slider-code-2 .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
    #slider-code-2 .overview li{ float: left; margin: 0 20px 0 0; height: 100px; }
    #slider-code-2 .overview li article.widget-medium {}

    #slider-code-2 .viewport {
        width: 450px;
    }
    #slider-code-2 .overview li {
        width: 450px;
    }

    #slider-code-2 .viewport.archive {
        margin-top: 0px;
    }

    .langue{
    	position: absolute;
    	top:0px;
    	right:0px;
    	list-style: none;
    }

    .langue li{
    	padding:8px;
    }