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

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, article, section{ 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*--------------------------------------------------------- Bt retour haut de page ------------------------------------------------------*/
.backtotopinstance{
    position: fixed;
    right: 5px;
    bottom: 5px;
	width:60px;
	height:60px;
	background: url(../image/back.png) #fff;
	background-size:70% 70%;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	opacity:0.8;
	transition: 0.3s ease-out;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	z-index:9999; -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.backtotopinstance:hover{
	background: url(../image/back.png) #CBBB9D;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
	opacity:1;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}


/* —————————————————————————— Généralité ——————————————————— */

html, body{
	border:0px solid transparent;
    margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}

a{
	text-decoration:none;
}

p{
	font-size:1em;
	text-align:justify;
	margin:10px 0 0 0;
	font-weight:normal;
	font-stretch:normal;
	font-style:normal;
}
section{
	width:100%;
	margin:auto;
}

h1{
	font-size:2.5em;
}

h2{
	font-size:2em;
}

h3{	
	font-size:1.7em;
	}

/* —————————————————————————— HEADER général ——————————————————————————————————————————————————— */
#header{
    height: 400px;
	max-width:1000px;
	width:100%;
	margin:auto;
}


#header h3{
	text-align:center;
	color:#fff;
	font-size:4em;
	margin-top:100px;
	text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	opacity:0.8;
}


/* ————————————————— diaporama HEADER général——————————————————— */


header{
    position: relative;
    height: auto;
    background: transparent url(../image/pattern.png) repeat top left; 
}
.background{
    width: 100%;
	height:400px;
    top: 0px;
    left: 0px;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size:cover; /* pour Firefox */
  -o-background-size:cover; /* pour Opera */
    background-size: cover;
    z-index:-99; 
}

/* ————————————————— Boutons "bt" général——————————————————— */

.bt {
	display:inline-block;
	color:#333;
	border:transparent solid 1px;
	width:auto;
	margin:0px 5px;
	background-color:transparent;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
  	transition-delay:0.2s;
}
.bt a, send.bt{	padding:5px 20px;}
.bt:hover, .active{
	background-color: #fff;
	color:#92A701;
	border: #92A701 solid 1px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}




/* ———————————————————————————————— HEADER—————————————————*/

#header-accueil{
    height: 900px;
}
#block-header{
	position:fixed;
	top:0;
	width:100%;
	background-image:url(../image/fond-menu.png);
	-moz-box-shadow: 0px 1px 8px #0F6EA8;
	-webkit-box-shadow: 0px 1px 8px #0F6EA8;
	-o-box-shadow: 0px 1px 8px #0F6EA8;
	box-shadow: 0px 1px 8px #0F6EA8;
	z-index:999;
}
#block-menu{
	max-width:1000px;
	width:100%;
	margin:auto;
}
#logo{
	height:80px;
	margin:15px 0 5px 5px;
	float:left;
}


/* —————————————————————————————————————————————————————— Menu général ——————————————————— */

#menu{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:auto;
	z-index:999;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
  	transition-delay:2s;
}

.block-bt-menu{
	float:right;
	right:0;
 	list-style-type:none;
	margin:35px 0 0;
}

.block-bt-menu li {
	display:inline-block;
	position:relative;
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:1.6em;
	width:auto;
	margin:0;
	cursor:pointer;
 }
.block-bt-menu li a {
 	text-align:center;
	display:block;
	color:#333;
	text-decoration:none;
	font-size:1em;
 }
 
.block-bt-menu li:hover, .active{
	-moz-box-shadow: 0px 1px 8px #92A701;
	-webkit-box-shadow: 0px 1px 8px #92A701;
	-o-box-shadow: 0px 1px 8px #92A701;
	box-shadow: 0px 1px 8px #92A701;
 }
.block-bt-menu li:hover a{
	color:#92A701;
 }


/* —————————————————————————————————————————— diaporama ——————————————————————————————————— */

.diaporama,
.diaporama:after {
    width: 100%;
	height:auto;
    margin: 0px;
    z-index:-99; 
}
.headerimg {
    width: 100%;
	height:900px;
    position: absolute;
    margin: 0px;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size:cover; /* pour Firefox */
	-o-background-size:cover; /* pour Opera */
    background-size: cover;
    background-position:50% 50%;
    background-repeat: no-repeat;
    z-index:-100; 
}

/* HEADER TEXT */
#headertxt { font-family:Arial, Helvetica, sans-serif; width:100%; margin:150px 0% 10px 0%; clear:both; position:absolute; top:10px;}
#firstline { background:#000; color:#fff; font-size:5em; padding:10px 20px 10px 100px; float:left; display:block; font-family: 'Amatic SC', cursive; text-align:left; }
#secondline {background:#92A701; color:#fff; text-decoration:none; font-weight:bold; font-size:2em; padding:10px 30px; float:left; display:block; clear:both; max-width:40%; text-align:left;}

#secondline:after { 
     margin:200px -5% 10px 5%;
	 delay:1s; 
}

/* CONTROLS */
.btn{
	margin:350px 0% 0 0%;
	opacity:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
  	transition-delay:2s;
}
header:hover .btn#back{
	margin:350px 0 0 5%;
	height:100px;
	opacity:0.25;
}
header:hover .btn#next{
	margin:350px 5% 0 0;
	height:100px;
	opacity:0.25;
}
header:hover .btn#back:hover{
	background:url(../image/back.png) #92A701;
	opacity:0.7;
}
header:hover .btn#next:hover{
	background:url(../image/next.png) #CBBB9D;
	opacity:0.7;
}
#back { background:url(../image/back.png) #fff; height:100px; width:100px; float:left; cursor:pointer;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}
#next { background:url(../image/next.png) #fff; height:100px; width:100px; float:right; cursor:pointer; -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}


#bandeau{
	width:100%;
	height:180px;
	background-image:url(../image/bandeau.png);
    background-repeat: no-repeat;
	background-position:center;
	margin:-180px auto 0 auto;
}


/* —————————————————————————————————————————————————————————————————————————————— Contenu page ACCUEIL ——————————————————— */


/*--------------------------------------------------------- CLOCK------------------------------------------------------*/
#clock{
	background-color:#333;
	margin:0;
}
.clock {width:100%; margin:0 auto; padding:5px 0; color:#fff;}
#clock #Date {font-family: 'Amatic SC', cursive; margin:0 auto; font-size:2.5em; width:250px; text-align:center; padding:5px 0; }

.clock ul { width:100%; margin:0 auto; padding:0; list-style:none; text-align:center; }
.clock ul li {font-family: 'Amatic SC', cursive; display:inline-block; font-size:4em; text-align:center;}
.clock .progression {margin:10px auto -15px; border-bottom:1px solid #CBBB9D;}
.clock #sec {color:#333; margin:0px auto -10px auto; width:30px; height:30px; font-size:24px; text-align:center; font-family: 'Amatic SC', cursive; background-color:#CBBB9D; border-radius:50%;}

 ul li#point { padding-left:5px; padding-right:5px; display:inline-block;}
 
.permanence{
}

/*--------------------------------------------------------- fleche------------------------------------------------------*/

.fleche{
	width: 0%;
	height: 0px;
	margin:auto;
	border-style: solid;
	border-width: 30px 120px 0 120px;
	border-color: #333 transparent transparent transparent;
}

/*--------------------------------------------------------- NEWS - Caroussel------------------------------------------------------*/
.slider{
	margin:0 auto;
	min-width:300px;
	overflow:hidden;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; height:410px; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; margin: 0; display: block; zoom: 1; opacity:0.5; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }

.slick-slide { float: left; display: none; }
.slick-initialized .slick-slide { display: block; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-slider{margin:30px 0px 0 0px;}

.slick-prev, .slick-next { position: absolute; display: block; height: 100px; width: 100px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 20%; padding: 0; border: none; outline: none; }

.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-size: 80px; line-height: 1; color:#A0B500; opacity: 0.80; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 5px; opacity:0; transition-duration:1s; }
.slick-prev{background:url(../image/back.png) #fff; height:100px; width:100px; float:left; cursor:pointer; }

.slick-next { right: 5px;opacity:0;  transition-duration:1s;}
.slick-next{background:url(../image/next.png) #fff; height:100px; width:100px; float:right; cursor:pointer; }

.slick-slider:hover .slick-prev{left: 20px; opacity:0.50; -webkit-transition: all 0.5s ease-in;	-moz-transition: all 0.5s ease-in;	-o-transition: all 0.5s ease-in;}
.slick-slider:hover .slick-next {right: 20px; opacity:0.50;	-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}

.slick-prev:hover{background:url(../image/back.png) #92A701; opacity:0.70;}
.slick-next:hover{background:url(../image/next.png) #CBBB9D; opacity:0.70;}

/* Dots */

.slick-dots {list-style: none; display: block; text-align: center; padding: 15px; width: auto; margin:30px auto 0; background:#333;}
.slick-dots li { position: relative; display: inline-block; height: 30px; width: 30px; margin:0 5px; cursor: pointer; }
.slick-dots li button { border:0; background: transparent; display: block; height: 30px; width: 30px; outline: none; line-height: 0; font-size: 0; color: transparent; cursor: pointer;  -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;	-o-transition: all 0.5s ease-out;}
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: '•'; width: 30px; height: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 30px; line-height: 28px; text-align: center; color:#fff; transition:0.5s; }
.slick-dots li button:hover { background-color:#000;  color:#92A701; -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;	-o-transition: all 0.5s ease-in;}
.slick-dots li.slick-active button:before {background-color:#fff; color:#92A701;  content: '▸';font-size: 30px; -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;	-o-transition: all 0.5s ease-in;}
.slick-slider:hover .slick-dots li.slick-active button:before {background-color:#A0B500; color:#fff;  content: '=';font-size: 30px; font-weight:bold; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in;	-o-transition: all 0.2s ease-in; -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);}
.slick-slider:hover .slick-dots li.slick-active:hover  button:before {background-color:#A0B500; color:#fff;  content: '▸';font-size: 30px; font-weight:bold; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in;	-o-transition: all 0.2s ease-in; -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);}

.slick-slide{
	color:#999;
	opacity:0.6;
	-webkit-transition: all 0.2s ease-Out;
	-moz-transition: all 0.2s ease-Out;
	-o-transition: all 0.2s ease-Out;
}
.slick-active{
	color:#333;
	opacity:1;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}

.news div{
	padding:0 40px;
}

.news h2{
	border-bottom:solid 1px #333;
	padding:10px 0;
	font-size:3em;
	line-height:1em;
}


.news p{
	padding:10px 0;
	font-size:1em;
}



/* —————————————————————————————————————————— presentation ——————————————————————————————————— */

#atelier{
	background:transparent url(../image/pattern.png) repeat top left;
	padding:0px 0 55px;
}

#atelier h1{
	background-color:#725E45;
	font-family: 'Amatic SC', cursive;
	font-size:3em;
	line-height:1.4em;
	text-align:center;
	padding:50px 0 30px;
	margin:0px 0 50px;
	color:#fff ;
}
#atelier h1 strong{
	padding:0 20px;
	font-size:1.2em;
	border-bottom:dashed 2px #fff;
	-moz-text-shadow: 2px 2px 0px #41281B;
	-webkit-text-shadow: 2px 2px 0px #41281B;
	-o-text-shadow: 2px 2px 0px #41281B;
	text-shadow: 2px 2px 0px #41281B;
}

.pattern{
	background:transparent url(../image/pattern.png) repeat top left;
	width:100%;
	padding:100px 0;
}

#atelier .page, .plus .page{
	background-color:#fff;
	width:95%;
	padding:10px 10px;
	margin: 0 auto 20px auto;
	-moz-box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	-o-box-shadow: 1px 2px 3px #ccc;
	box-shadow: 1px 2px 3px #ccc;
}
#atelier .page .texte, .plus .page .texte{
	background-color: #fff;
	width:55%;
	padding:20px 40px 50px;
	margin: 0 0 20px -40px;
	border:1px solid #CBBB9D;
	-moz-box-shadow: 4px 4px 0px #CBBB9D;
	-webkit-box-shadow: 4px 4px 0px #CBBB9D;
	-o-box-shadow: 4px 4px 0px #CBBB9D;
	box-shadow: 4px 4px 0px #CBBB9D;
	color:#725E45;
}
#atelier .page .texte h2, .plus .page .texte h2{
	color:#CBBB9D;
}

#atelier .page .texte2, .plus .page .texte2{
	background-color: #fff;
	width:55%;
	padding:20px 40px 50px;
	margin: 20px 0 20px 0;
	color:#666;
}
#atelier .page .texte2 h2, .plus .page .texte2 h2{
	font-size:2.5em;
	color:#725E45;
}
#atelier .page .texte2 h3, .plus .page .texte2 h3{
	font-size:1.5em;
	color:#92A701;
}

.droite{
	float:right;
	width:30%;
	clear:right;
	color:#333;
	margin: 0 0 0px 0%;
	padding:0px 20px 20px 0;
}

#atelier .encart2, .plus .encart2{
	border-left:1px solid #CBBB9D;
	margin: 0 0 40px 0;
	color:#725E45;
}
#atelier .encart1, .plus .encart1{
	width:37%;
	height:400px;
	float:right;
	overflow:hidden;
	margin:-10px -10px 0px -41px;
	padding:0px -41px 0 0px;
}
#atelier .encart1 img, .plus .encart1 img{
	float:right;
	height:100%;
}


#atelier .encart2 h2, .plus .encart2 h2{
	font-family: 'Amatic SC', cursive;
	font-size:3.2em;
	height:41px;
	line-height:1em;
	padding:0px 0 10px 20px;
	border-bottom:1px solid #CBBB9D;
}
#atelier .encart2 p, .plus .encart2 p{
	padding:10px 0 10px 20px;
}

#atelier h2 b, .plus h2 b{
	display:inline-block;
	text-align:center;
	width:30px;
	height:40px;
	font-family: 'Amatic SC', cursive;
	font-size:1.4em;
	line-height:1em;
	border:1px solid #CBBB9D;
	color:#CBBB9D;
	float:left;
	padding:5px;
	margin:0px 0 0px -41px;
}

.bloc-fleche{
    background:url(../image/fond-presta.jpg) #92A701;
	background-repeat:repeat-x;
	background-position:center;
	background-attachment:fixed;
	width:100%;
	
}
.blanc{
	background-color:#fff;
	margin:auto;
	width:240px;
	height:30px;
	
}
.les-fleches{
	background:transparent url(../image/pattern.png) repeat top left;
	height:50px;
}
.fleche2{
	width: 0;
	display:inline-block;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 120px;
	border-color: transparent transparent transparent #92A701;
	
}

.fleche3{
	width: 0;
	display:inline-block;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 120px;
	border-color: transparent transparent #92A701 transparent;
}


/*--------------------------------------------------------- Contenu------------------------------------------------------*/


.contenu{
	background-color:#fff;
	position:relative;
	width:100%;
	height:auto;
	z-index:3;
	margin:0;
	padding:0;
}

#prestation{
    background:url(../image/fond-presta.jpg) #92A701;
	background-repeat:repeat-x;
	background-position:center;
	background-attachment:fixed;
	width:100%;
	padding:100px 0;
}


.page{
	width:100%;
	max-width:1000px;
	margin:auto;
}


#prestation .page h2{
	color:#fff;
	font-size:3em;
	line-height:1em;
	-moz-text-shadow: 2px 2px 1px #92A701;
	-webkit-text-shadow: 2px 2px 1px #92A701;
	-o-text-shadow: 2px 2px 1px #92A701;
	text-shadow: 2px 2px 1px #92A701;
	border-bottom:1px solid #fff;
	padding:10px;
}

#prestation .page p{
	color:#000;
	font-size:1.5em;
	padding:10px;
	-moz-text-shadow: 1px 2px 1px #92A701;
	-webkit-text-shadow: 1px 2px 1px #92A701;
	-o-text-shadow: 1px 2px 1px #92A701;
	text-shadow: 1px 2px 1px #92A701;
}

#prestation .page .bloc-a{
	width:50%;
	clear:both;
}

#prestation .page .bloc-b{
	float:right;
	width:50%;
	clear:both;
	text-align:right;
}
#prestation .page .bloc-b p{
	text-align:right;
}

/* —————————————————————————————————————————————————————————————————————————————— PROJET ——————————————————— */

#projets{
	position:relative;
	background-color:#333;
	width:100%;
	height:auto;
	background:#333;
	padding:1px 0 25px 0;
    margin:0;
}
.projet{
	background:#fff;
	width:100%;
	min-height:350px;
	height:auto;
	clear:both;
	position: relative;
	margin:25px 0 0 0;
	-webkit-transition: all 0.2s ease-Out;
	-moz-transition: all 0.2s ease-Out;
	-o-transition: all 0.2s ease-Out;
}
.bloc-projet{
	background:#fff;
	color:#333;
	float:right;
	width:30%;
	height:350px;
	margin:0;
	position: relative;
	overflow:hidden;
	padding:0;
	border:0;
	-webkit-transition: all 0.2s ease-Out;
	-moz-transition: all 0.2s ease-Out;
	-o-transition: all 0.2s ease-Out;
}
.bloc-projet img{
	margin:auto;
	height:450px;
	margin-top:-50px;
	border:0;
	position:absolute; 
}

.texte{
	top:0;
	left:0;
	padding:70px 70px;
}
.texte h3, .texte p{
	width:100%;
}
.bloc-projet h2{
	font-family: 'Amatic SC', cursive;
	font-size:3em;
}
.bouton{
	background:url(../image/next.png) #CBBB9D;
	background-repeat:no-repeat;
	background-position:center;	
	color:#333;
	height:350px;
	float:right;
	width:10%;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-Out;
	-moz-transition: all 0.2s ease-Out;
	-o-transition: all 0.2s ease-Out;
}
.bouton:hover{
	background:url(../image/next.png) #92A701;
	background-repeat:no-repeat;
	background-position:right;
	width:25%;
	-webkit-transition: all 0.3s ease-In;
	-moz-transition: all 0.3s ease-In;
	-o-transition: all 0.3s ease-In;
}
.bouton:hover ~ .bloc-projet {	
	width:25%;
	-webkit-transition: all 0.3s ease-In;
	-moz-transition: all 0.3s ease-In;
	-o-transition: all 0.3s ease-In;
}
.bouton p{
	font-size:1.2em;
	opacity:0;
	padding:160px 0 0 0;
	-webkit-transition: all 0.2s ease-Out;
	-moz-transition: all 0.2s ease-Out;
	-o-transition: all 0.2s ease-Out;
}
.bouton:hover p{
	padding:160px 0 0 40%;
	opacity:1;
	-webkit-transition: all 0.3s ease-In;
	-moz-transition: all 0.3s ease-In;
	-o-transition: all 0.3s ease-In;
	transition-delay:0.3s;
}

/* —————————————————————————————————————————————————————————————————————————————— rouge-gorge ——————————————————— */


#rouge-gorge{
	background:url(../image/rouge-gorge.jpg) #fff;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
    top: 0px;
    left: 0px;
	width:100%;
	height:600px;
	border-top:25px solid #CBBB9D;
	border-bottom:25px solid #CBBB9D;
}
/* —————————————————————————————————————————————————————————————————————————————— CONTACT ——————————————————— */

#contact{background:#333; width:100%; padding:0;}

.formulaire{
	max-width:600px;
	width:60%;
}


.hout{display:none;
visibility:hidden;}


form{
	color: #333;
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	height:auto;
	padding:20px 30px 50px 30px;
	margin:0 0 20px 0;
	background-color: #eceded;
	-moz-box-shadow: 2px 5px 5px #000;
	-webkit-box-shadow: 2px 5px 5px #000;
	box-shadow: 2px 5px 5px #000;
	
}

form section{
	margin:auto;
	width:100%;
}
form section div{
	margin-bottom:10px;
	width:100%;
}
form section div span{
	margin-bottom:5px;
}
.send:hover{
	background-color:#92A701;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color:#fff;
	-moz-box-shadow: 1px 2px 5px #999;
	-webkit-box-shadow: 1px 2px 5px #999;
	box-shadow: 1px 2px 5px #999;
}
.send{
	width:150px;
	height:40px;
	background-color:#fff;
	border:solid 2px #333;
	cursor:pointer;
	color:#333;
	font-size:1em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.intro{
	margin:auto;
	padding:20px 1% 30px 1%;
	height:auto;
	background-color:#725E45;
	-moz-box-shadow: 2px 5px 5px #000;
	-webkit-box-shadow: 2px 5px 5px #000;
	box-shadow: 2px 5px 5px #000;
	margin-bottom:20px;
	
}
.intro h3{
	color:#CBBB9D;
	text-align:left;
	margin:0 0 10px 0;
	display:block;
	height:30px;
	width:95%;
	margin-left:5%;
	
}
.intro p{
	text-align:justify;
	color:#fff;
	width:90%;
	margin-left:5%;
	
}
textarea, input{
	padding:1%;
	margin:5px 0;
	width:98%;
	background-color:#fff;
	border:solid 2px #333;
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
input{
	max-width:400px;
}
textarea:focus, input:focus{
	background-color:#FFC;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
}
select{
	text-align:center;
}
.txtform{
	color:#92A701;
}
.txtform2 { color:#E46821; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}

.letter{
	padding:50px 5%;
	margin:0 auto 50px auto;
	background: url(../images/letter.png) no-repeat right top #FFF;
	background-size:30%;
	-moz-box-shadow: 2px 3px 3px #000;
	-webkit-box-shadow: 2px 3px 3px #000;
	box-shadow: 2px 3px 3px #000;
}
.reponse a{
	padding:10px 20px;
	margin:20px auto 50px auto;
	background:#FFF;
	color:#92A701;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
  	transition-delay:0.2s;
}
.reponse a:hover{
	background:#92A701;
	color:#fff;
	-moz-box-shadow: 2px 3px 3px #000;
	-webkit-box-shadow: 2px 3px 3px #000;
	box-shadow: 2px 3px 3px #000;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
  	transition-delay:0.2s;
}


/*------------------------------------------------------------case Check ------------------------------------*/

input[type=checkbox] {
	visibility: hidden;
}

.copy {
	width: 20px;
	height: 20px;
	display:inline-block;
	position: relative;
	background:#92A701;
	border: 2px solid #333;
	margin: 30px 0 10px 0;
}
.copy label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 2px;
	top: 2px;
}

.copy label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=00);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.copy label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.copy input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

#mention-coche{
	display:inline-block;
}


#contact .droite{
	width:38%;
	clear:right;
	color:#CBBB9D;
	margin: 0 0 20px 1%;
	padding:0 0 0 30px;
}
.encart, #contact .encart2, .encart3{
	padding:20px 5% 25px 5%;
	width:90%;
	-moz-box-shadow: 2px 5px 5px #000;
	-webkit-box-shadow: 2px 5px 5px #000;
	box-shadow: 2px 5px 5px #000;
}
.encart{
	color:#333;
	background:#fff;
}

.encart h3{
	font-family: 'Amatic SC', cursive;
	font-size:3em;
	line-height:1em;
	text-align:center;
}
#contact .encart2{
	color:#fff;
	background:#92A701;
}
.encart3{
	color:#333;
	background:#CBBB9D;
}
#contact .encart2 h3{
	border-bottom: dashed 2px #fff;
	padding:0 0 20px 0;
	margin:0 0 0px 0;
	font-family: 'Amatic SC', cursive;
	font-size:3em;
	text-align:center;
	line-height:1em;
	padding:0 0 10px 0;
}
.encart tr.ligne{
	border-top:dashed 2px #333;
	border-bottom: dashed 2px #333;
	height:70px;
}
.encart3 h3{
	padding:0 0 10px 0;
	font-family: 'Amatic SC', cursive;
	font-size:3em;
	color:#fff;
	text-align:center;
}
.encart h3{
	line-height:1em;
	border-bottom: dashed 2px #333;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.droite iframe{
	width:90%;
	margin:auto;
	height:385px;
	position:relative;
	border:solid 15px #fff;
	-moz-box-shadow: 2px 3px 3px #725E45;
	-webkit-box-shadow: 2px 3px 3px #725E45;
	-o-box-shadow: 2px 3px 3px #725E45;
	box-shadow: 2px 3px 3px #725E45;
}

.vert{
	font-family: 'Amatic SC', cursive;
	font-size:2em;
	color:#92A701;
	padding:0 10px 0 0;
}
.bold{
	font-weight:bold;
	font-size:1.1em;
}


/* —————————————————————————————————————————————————————————————————————————————— PAGE PROJET ——————————————————— */
.plus{
	background:#fff url(../image/pattern.png) repeat top left;
	margin:0;
	width:100%;
	padding:25px 0;
	border-bottom:25px solid #333;
	border-top:135px solid #92A701;
}

.bloc{
	width:60%;
	height:auto;
	padding:0 0 50px 0;
	-webkit-transition: all 0.3s ease-In;
	-moz-transition: all 0.3s ease-In;
	-o-transition: all 0.3s ease-In;
}
.bloc img{
	width:100%;
	max-width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	position: relative;
}
.bloc2{
	background-color:#333;
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s ease-In;
	-moz-transition: all 0.3s ease-In;
	-o-transition: all 0.3s ease-In;
	margin:20px auto;
	text-align:center;
}
.bloc2 img{
	display:inline-block;
	max-width:510px;
	width:100%;
	height:auto;
	margin:15px 0;
}

.plus .droite{
	width:28%;
	clear:right;
	color:#333;
	margin: 0 0 20px 0;
	padding:70px 5% 20px 0;
}
.plus .droite#haut{
	padding:20px 5% 20px 0;
}
.plus .encart2 p{
	text-align:left;
}

#autre-projet{
	background-color:#CBBB9D;
	text-align:center;
}
#autre-projet h2{
	font-family: 'Amatic SC', cursive;
	font-size:3em;
	margin:20px 0px;
}
#autre-projet .bt{
	background-color:#fff;
	display:inline-block;
	width:45%;
	max-width:500px;
	min-width:280px;
	padding:20px 0;
	margin:0 10px 30px;
}
#autre-projet .bt:hover{
	-moz-box-shadow: 2px 3px 3px #725E45;
	-webkit-box-shadow: 2px 3px 3px #725E45;
	box-shadow: 2px 3px 3px #725E45;
}
#autre-projet .bt .bloc-bt{
	display:inline-block;
	width:46%;
	height:200px;
	overflow:hidden;
}
#autre-projet .bt .bloc-bt img{
	height:100%;
}
#autre-projet .bt .bloc-bt .texte{
	padding:20px 10px;
}



/* —————————————————————————————————————————————————————————————————————————————— PAGE Infos légales ——————————————————— */
.info{
	background:#fff url(../image/pattern.png) repeat top left;
	margin:0;
	width:100%;
	padding:100px 0;
	border-bottom:25px solid #333;
	border-top:135px solid #92A701;
	text-align:center;
}
.info .page{
	width:90%;
	max-width:420px;
	margin:20px 20px 0;
	display:inline-block;
}
.info .page .texte{
	background-color: #fff;
	padding:10px 30px 10px;
	margin: 0 auto 20px;
	border:1px solid #CBBB9D;
	-moz-box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	-o-box-shadow: 1px 2px 3px #ccc;
	box-shadow: 1px 2px 3px #ccc;
	color:#725E45;
}
.info .page .texte h2{
	text-align:left;
	font-size:2.5em;
	color:#CBBB9D;
	margin:15px 0 50px 0;
	
}
.info .page .texte h3{
	font-family: 'Amatic SC', cursive;
	text-align:left;
	font-size:2.5em;
	line-height:1em;
	padding:5px 0;
	
}
.info .page .texte p{
	margin:0px 0 15px 0;
	text-align:left;
	
}
.info .page .texte2{
	background-color: #CBBB9D;
	padding:0px 30px 20px;
	margin: 0 auto 20px auto;
	border:1px solid #CBBB9D;
	-moz-box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	-o-box-shadow: 1px 2px 3px #ccc;
	box-shadow: 1px 2px 3px #ccc;
	color:#725E45;
}
.info .page .texte2 h3{
	text-align:left;
	font-family: 'Amatic SC', cursive;
	font-size:2.5em;
	line-height:1em;
	margin:10px 0 0 0;
	
}
.info .page .texte2 p{
	color:#fff;
	text-align:left;
	
}
.info .page .texte2 a.bt{
	color:#fff;
	padding:5px 5px;
	
}
.info .page .texte a.bt{
	color:#725E45;
	padding:5px 5px;
	
}
.info .page .texte2 a.bt:hover, .info .page .texte a.bt:hover{
	color:#92A701;
	
}

/* —————————————————————————————————————————————————————————————————————————————— FOOTER ——————————————————— */

footer{
	height:auto;
	width:100%;
	background:url(../image/bg-footer.png) no-repeat right bottom fixed;
	background-color:#000;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size:cover; /* pour Firefox */
	-o-background-size:cover; /* pour Opera */
	background-size:cover; /* version standardisée */
	z-index:999;
	margin:0;
	padding:20px 0 20px 0;
}

.footer, .footer-logo, .footer p {
	text-align:center;
	color:#666;
	margin:0;
	font-size:1em;
}
.footer-logo img {
	width:140px;
}
.footer, .footer p a, .footer-texte p a{
	text-align:center;
	color:#999;
	font-size:1em;
	padding:10px 20px;
	margin:0 5px;
}
 .footer-texte p{
	border-bottom:1px solid #333;
	text-align:center;
	color:#fff;
	padding:0 0 10px 0;
	font-size:1.1em;
}


/* Switching box model for all elements
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
 */
@media screen and (max-width: 767px) {
	/* ------------------------------------- Général ------------------------------------- */
	h1{font-size:2em; line-height:1.2em;}
	h2{font-size:1.7em; line-height:1em;}
	
	
	header{
		background:none;
	}
	#firstline {font-size:2.5em; padding:10px 20px 10px 40px;}
	#secondline {font-size:1em;}
		
	/* Responsive Navigation styles begin here */
	
	/* Theming opened nav */
	[id=menu] ul{
		width:100%;
		height:auto;
		position:relative;

		/* translate with hardware acceleration */
		-webkit-transform: translateZ(0); 
		-ms-transform: translateZ(0);
		        transform: translateZ(0);
		-webkit-transition: max-height .4s;
		        transition: max-height .4s;

		/* global styles */
		margin: 0;
		padding: 0;
		list-style: none;
	}
	 [id=menu] li{			
		width:100%;
		padding:0px 0 0px 0;
		margin:0;
		
	 }
	 [id=menu] li a{			
		width:100%;
		float:none;
		
	 }
	
	/* Theming closed nav */
	[id=menu].is-closed ul {
		max-height: 0;
		overflow: hidden;
	}

	/* Global styling nav button */	
	[id="toggle-nav"] {
		display: block;
		position: absolute;
		top: 1rem;
		right: 1rem;
		z-index: 1;
		height: 3rem; width: 3rem;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333)), -webkit-gradient(linear, left top, right top, from(#333), to(#333)), -webkit-gradient(linear, left top, right top, from(#333), to(#333));
		background-image: -webkit-linear-gradient(left, #92A701, #92A701), -webkit-linear-gradient(left, #92A701, #92A701), -webkit-linear-gradient(left, #92A701, #92A701);
		background-image: linear-gradient(to right, #92A701, #92A701),
			linear-gradient(to right, #92A701, #92A701),
			linear-gradient(to right, #92A701, #92A701);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 3.5rem .8rem;
		background-size: 3.5rem .8rem;
		padding: 0;
		outline: 0;
		border: 0;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s;
		        transition: .2s;
	}
	
	/*  Removing Firefox's dotted outline on button */	
	[id="toggle-nav"]::-moz-focus-inner {
		border: 0;
	}
	
	/* Theming opened nav button */	
	[id=menu]:not(.is-closed) [id="toggle-nav"] {
		-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;
	}
	
	/* ------------------------------------- Accueil ------------------------------------- */
	
	/* ------------------- HEADER ------------------------------------- */
	
	#header-accueil{height:600px;}
		
	.headerimg {
		height:100%;
	}
	
	#logo{margin-top:10px;
	}
	
/* CONTROLS */
	.btn{
	display:none}
	
	/* ------------------- Page Accueil ------------------------------------- */
	.contenu{
		width:100%;
		height:auto;
		z-index:3;
		margin:0;
	}
	.droite {
		text-align:center;
		margin-top:50px;
		margin:auto;
		width:80%;
		max-width:767px;
		height:auto;
		float:none;
		background-color:#fff;
		padding:20px 0 150px 0;
	}
	
	
	/* —————————————————————————————————————————— presentation ——————————————————————————————————— */
	
	
	#atelier .page, .plus .page{
		background-color:#fff;
		width:95%;
		padding:30px 0 50px;
		margin: 0 auto 20px auto;
		-moz-box-shadow: 1px 2px 3px #ccc;
		-webkit-box-shadow: 1px 2px 3px #ccc;
		-o-box-shadow: 1px 2px 3px #ccc;
		box-shadow: 1px 2px 3px #ccc;
	}
	#atelier .page .texte, .plus .page .texte{
		background-color: #fff;
		width:85%;
		padding:20px 2% 50px;
		margin:0 auto;
	}
	#atelier .page .texte2, .plus .page .texte2{
		background-color: #fff;
		width:90%;
		padding:20px 2% 50px;
		margin: 20px auto;
		color:#666;
	}
	#atelier .page .texte2 h2, .plus .page .texte2 h2{
		font-size:2em;
	}
	#atelier .page .texte2 h3, .plus .page .texte2 h3{
		font-size:1.1em;
	}
	
	.droite{
		float:none;
		width:80%;
		margin:0 auto;
		padding:0;
	}
	
	#atelier .encart1, .plus .encart1{
		width:95%;
		height:300px;
		float:none;
		margin:-10px auto 0;
		padding:0px auto;
	}
	#atelier .encart1 img, .plus .encart1 img{
		float:none;
		height:160%;
	}
	
/* —————————————————————————————————————————— prestation ——————————————————————————————————— */
	
	#prestation .page .bloc-b, #prestation .page .bloc-a{
		float:none;
		width:90%;
		margin:0 auto 50px;
		clear:both;
	}
	#prestation .page .bloc-b p{
	}

/* —————————————————————————————————————————— BOUTON projet ——————————————————————————————————— */
	
	.bloc-projet{
		background:#fff;
		color:#333;
		float:right;
		width:30%;
		height:350px;
		margin:0;
		position: relative;
		overflow:hidden;
		padding:0;
		border:0;
		-webkit-transition: all 0.2s ease-Out;
		-moz-transition: all 0.2s ease-Out;
		-o-transition: all 0.2s ease-Out;
	}
	.bloc-projet img{
		margin:auto;
		height:400px;
		margin-top:-50px;
		border:0;
		position:absolute; 
	}
	.bloc-projet .texte{
		padding:10px;
	}
	
	.bloc-none{
		display:none;
	}
	.bouton{
		background:url(../image/next.png) #CBBB9D;
		background-repeat:no-repeat;
		background-position:center;	
		color:#333;
		height:350px;
		float:right;
		width:40%;
		cursor:pointer;
		-webkit-transition: all 0.2s ease-Out;
		-moz-transition: all 0.2s ease-Out;
		-o-transition: all 0.2s ease-Out;
	}
	.bouton:hover{
		width:50%;
	}
	.bouton:hover ~ .bloc-projet {	
		width:25%;
	}

/* —————————————————————————————————————————————————————————————————————————————— Contenu CONTACT ——————————————————— */


	.formulaire{
		max-width:767px;
		width:100%;
	}
	.intro h3{
		width:98%;
		margin-left:1%;
		
	}
	.intro p{
		text-align:justify;
		color:#fff;
		width:98%;
		margin-left:1%;
		
	}
	form{
		padding:20px 10px 50px 10px;
		margin:0 0 20px 0;
	}
	
	input{
		max-width:100%;
	}
		
	#contact .droite{
		width:100%;
		margin: 0 0 20px 0;
		padding:0 0 0 0;
	}

	/* —————————————————————————————————————————————————————————————————————————————— PAGE PROJET ——————————————————— */
	.bloc{
		width:95%;
		height:auto;
		padding:0 0 50px 0;
		margin:auto;
	}
	.plus .droite{
		width:85%;
		clear:right;
		color:#333;
		margin: 0 auto 20px auto;
		padding:70px 0 20px 0;
	}
	#autre-projet .bt .bloc-bt{
		display:block;
		width:100%;
		height:200px;
		overflow:hidden;
	}
/* —————————————————————————————————————————————————————————————————————————————— Contenu FOOTER ——————————————————— */

	
}


