@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1024px)
{
/*Animation*/

@keyframes arive{
	from{
		margin-left:-100%;
	}
	to{
		margin-left:0%;
	}
}

@keyframes menu{
	from{
		height:3vh;
	}
	to{
		height:8vh;
	}
}
/*General */
html{
	min-height:100%;
	width:100%;
	min-width:100%;
	max-width:100%;
	margin:0;
	padding:0;
	border:0;
	background:rgba(255,255,255,1);
}
body{
	min-height:100%;
	width:100%;
	min-width:100%;
	max-width:100%;
	margin:0;
	padding:0;
	border:0;
}
.site-container{
	width: 100%;
	min-height: 100%;
}
header{
	width: 100%;
	height: 50px;
	padding-bottom: 1vh;
	display: table;
	position: fixed;
	overflow: hidden;
	z-index: 4;
}
.content{
	height: auto;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	display: table;
	position: relative;
}
@keyframes slidy {
  0% { left: 0%; }
  20% { left: 0%; }
  25% { left: -100%; }
  45% { left: -100%; }
  50% { left: -200%; }
  70% { left: -200%; }
  75% { left: -100%; }
  95% { left: -100%; }
  100% { left: 0%; }
}
div#slider {
	width: 100%;
	height: 275px;
	max-width: 100%;
	overflow: hidden;
	border-bottom-left-radius: 0% 0px;
	border-bottom-right-radius: 0% 0px;
} 
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
  animation: 30s slidy infinite;
}
div#slider figure img {
	width: 20%;
	padding-top:50px;
	max-height: 250px;
	float: left;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.contenu{
	display: table;
	vertical-align: top;
	width: 98%;
	position: relative;
	text-align: center;
	min-height: 35vh;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	overflow-x: hidden;
	border-left:1px solid #86b917;
}
footer{
	width: 100%;
	position: relative;
	top: 100%;
	vertical-align: bottom;
	display:table;
}
/* Texte */
@font-face {
  font-family: mael;
  src: local("mael2"),
       local("mael2"),
       url(mael.ttf);
}
@font-face {
  font-family: simpleness;
  src: local("simpleness"),
       local("simpleness"),
       url(simpleness.ttf);
}
*{
	font-family: simpleness;
	color: #333;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
}
h1{
	font-family: mael;
	font-size: 14px;
	color: #86b917;
	text-align: left;
	text-decoration: none;
	display: inline-table;
	width: 100%;
}
.h1-2{
	font-family: mael;
	font-size: 14px;
	color: #86b917;
	text-align: center;
	text-decoration: none;
	display: inline-table;
	width: 100%;
}
.h1-3{
	font-family: mael;
	font-size: 14px;
	color: #86b917;
	text-align: left;
	text-decoration: none;
	display: inline-table;
	width: 100%;
}
h2{
	font-size: 14px;
	color: #86b917;
	text-align: left;
	text-decoration: none;
	display: inline-table;
	width: 100%;
}
h3{
	font-size: 14px;
	color: #86b917;
	text-align: left;
	text-decoration: none;
	margin:0;
	padding:0;
	border:0;
}
.pres{
	color: #e09e02;
	font-size: 14px;
	font-style: normal;
}
p{
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}
.text-accueil{
	color: #b8b8b8;
	font-variant: normal;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.copy{
	font-size: 10px;
	color: #86b917;
	text-align: center;
	text-decoration: none;
	margin:0;
	padding:0;
	border:0;
}

.cat{
	font-size: 14px;
	color: #6c91d1;
	text-align: left;
	text-decoration: none;
	display: inline-table;
	width: 100%;
}
.cat2{
	font-size: 14px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	display: inline-table;
	width: 100%;
}
.cat3{
	font-size: 14px;
	color: #6c91d1;
	text-align: left;
	text-decoration: none;
	display: inline-table;
	width: 100%;
}
/* Header */
.headercadre{
	width: 100%;
	text-align: left;
	height: 50px;
	position: fixed;
	z-index: 2;
	background-color: #FFF;
	border-bottom:1px solid #bcd880;
}
.logo{
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	border-bottom:none;
	border-right:none;
}
.logo2{
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	height: 75px;
	border-top:5px solid #86b917;
}
/* Corps */

.menu{
	display: inline-table;
	vertical-align: top;
	min-height: 81vh;
	height: 81vh;
	width: 10vw;
	padding-top: 5vh;
	position: fixed;
	text-align: center;
	z-index: 3;
	border-radius: 0;
}
.menu1{
	display: inline-table;
	z-index: 3;
	float: right;
	padding-right: 20px;
	}
.menu2{
	display:none;
}
.menu3{
	display: inline-table;
	color: #151515;
	font-size: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.menu3:hover{
	display: inline-table;
	color: #a0a0a0;
	border-bottom: 3px solid #151515;
}
.menu4{
	display: inline-table;
	margin-right: 1vw;
	color: #FFFFFF;
	font-size: 12px;
}
.menu4:hover{
	display: inline-table;
	margin-right: 1vw;
	color: #e2e2e2;
	border-bottom: 3px solid #e2e2e2;
}
.social{
	height: 30px;
	display: block;
	vertical-align:top;
}
#actu{
	display:none;
	margin:0;
	padding:0;
	border:0;
}
#actu:target{
	width: 80vw;
	padding-right: 5vw;
	padding-left: 250px;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	display: inline-table;
	vertical-align: top;
	animation-name: arive;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	padding-top: 50px;
	position: fixed;
	z-index: 2;
	text-align: justify;
	top: 0px;
}
#hamb{
	display:none;
	margin:0;
	padding:0;
	border:0;
}
#hamb:target{
	width: 90%;
	padding-right: 5vw;
	padding-left: 30px;
	min-height: 100%;
	background-color: rgba(255,255,255,0.9);
	display: inline-table;
	vertical-align: top;
	animation-name: arive;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	padding-top: 150px;
	position: absolute;
	z-index: 2;
	text-align: justify;
	top: 0px;
	overflow-y: scroll;
	bottom: 0px;
}
#rapp{
	display:none;
	margin:0;
	padding:0;
	border:0;
}
#rapp:target{
	width: 80vw;
	padding-right: 5vw;
	padding-left: 20vw;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	display: inline-table;
	vertical-align: top;
	animation-name: arive;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	padding-top: 5vh;
	position: fixed;
	z-index: 2;
	text-align: justify;
	top: 0px;
}
#cont{
	display:none;
	margin:0;
	padding:0;
	border:0;
}
#cont:target{
	width: 80vw;
	padding-right: 5vw;
	padding-left: 20vw;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	display: inline-table;
	vertical-align: top;
	animation-name: arive;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	padding-top: 5vh;
	position: fixed;
	z-index: 2;
	text-align: justify;
	top: 0px;
}
.titre-actu{
	font-size:12px;
}
.formulaire{
	width: 70%;
	height: 40vh;
	margin-top: 20vh;
	background-color: rgba(255,255,255,0.5);
	display: inline-table;
	margin-left: 10%;
	margin-right: 10%;
	vertical-align: top;
	text-align: justify;
}
.form{
	width:100%;
	text-align:center;
}
.form2:nth-child(odd){
	text-align: center;
	display: table;
	width: 100%;
	background-color:#eeafc0;
	border:1px solid #eeafc0;
	margin-left:0;
	margin-right:0;
	margin-top:5px;
	margin-bottom:5px;
}
.form2:nth-child(even){
	text-align: center;
	display: table;
	width: 100%;
	background-color:#FFF;
	border:1px solid #eeafc0;
}
.social-class{
	width:90%;
	text-align:left;
	margin-left:1.1vw;
}
.social2{
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-color: #86b917;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.label1{
	width: 25%;
	margin-left: 2%;
	text-align: left;
	display: inline-table;
	vertical-align: top;
}
.input1{
	width: 60%;
	text-align: left;
}
.text1{
	width: 60%;
	text-align: left;
}
.sub1{
	width:100%;
}
.cookie{
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	z-index: 5;
	color: #FFFFFF;
	font-style: normal;
	padding:1vh;
}
.lien-cookie{
	color: #FFFFFF;
	font-style: normal;
	background-color: rgba(0,0,0,1);
	border-radius: 2px;
	padding:2px;
}
.titre-page{
	position: relative;
	width: 98%;
	height: 55%;
	background-color: rgba(255,255,255,0.9);
	text-align: justify;
	text-align-last: start;
	padding-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}
.article-page:nth-child(odd){
	position: relative;
	width: 100%;
	height: 50%;
	text-align: justify;
	text-align-last: start;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.article-page:nth-child(even){
	position: relative;
	width: 100%;
	height: 50%;
	text-align: justify;
	text-align-last: start;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.cat_produit{
	text-align: center;
	color: #151515;
	font-size: 13px;
	display: inline-table;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	padding-left: 2vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
	font-weight: bold;
	border:none;
	background:none;
}
.cat_produit:hover{
	transform:scale(1.1);
}
.cat_produit2{
	background-color: #FFF;
	border-bottom:2px solid #6c91d1;
	border-top:2px solid #6c91d1;
	border-right:none;
	border-left:none;
	text-align: center;
	color: #6c91d1;
	font-size: 12px;
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	padding-left: 2vw;
}
.cat_produit2:hover{
	transform:scale(0.9);
}
.atout{
	width:40%;
	display: inline-table;
	vertical-align:top;
}
.atout1{
	width: 100%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-bottom: 1vh;
	background-color: #e09e02;
	padding-left: 2vw;
	color:#FFF;
}
.atout2{
	width: 100%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-bottom: 1vh;
	background-color: #bad54b;
	padding-left: 2vw;
	color:#FFF;
}
.atout3{
	width: 100%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-bottom: 1vh;
	background-color: #e686a1;
	padding-left: 2vw;
	color:#FFF;
}
.atout4{
	width: 100%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-bottom: 1vh;
	background-color: #FFF;
	overflow-x: scroll;
}
.miniature{
	height:75px;
	margin-right:5px;
}
.miniature:hover{
	transform:scale(1.1);
}
.miniature2{
	width: 100px;
}
.miniature3{
	width: 100px;
	float: left;
	vertical-align: top;
	margin-right: 15px;
}
.miniature4{
	height:100px;
	float: left;
	margin-right: 15px;
	vertical-align: top;
}
.devis{
	width: 45%;
	margin-left: 5%;
	display: inline-table;
	vertical-align: top;
	text-align:center;
}
.adhesion{
	width: 100%;
	vertical-align:top;
	cursor:pointer;
}
/* Footer */
.cadrefooter{
	width: 100%;
	height:100%
	padding: 0;
	border: 0;
	text-align: center;
	margin: 0;
	vertical-align: bottom;
	bottom: 0px;
	position: relative;
}
.footercell{
	width: 40%;
	display: inline-table;
	margin-left: auto;
	margin-right: 2%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	text-align: center;
}
.copyright{
	width: 100%;
	text-align: center;
	margin:0;
	padding:0;
	border:0;
}
.copyright2{
	width: 100%;
	text-align: right;
	display: table;
	padding-bottom:5px;
	height:35px;
	border-top:1px solid #bcd880;
	overflow-x: hidden;
}
.gmap{
	display:none;
}
.gmap2{
	display:table;
	width:100%;
	vertical-align:top;
	height:200px;
	text-align:center;
	border-top:3px solid #9f151c;
}
.plan-site{
	width:75px;
	cursor:pointer;
}
#plan{
	display:none;
}
#plan:target{
	display:block;
	width:100%;
	animation-name:deroule;
	animation-duration:2s;
	animation-iteration-count:1;
	animation-timing-function:linear;
}
@keyframes deroule {
	from{
		height:0;
		opacity:0;
	}
	99%{
		height:auto;
		opacity:0.5;
	}
	to%{
		height:100%;
		opacity:1;
	}
}
.article-page2{
	text-align: justify;
	vertical-align: top;
	color: #333;
	font-style: normal;
	font-size: 12px;
	width: 100%;
	display: inline-table;
}
.article-page3{
	text-align: left;
	vertical-align: top;
	width: 150px;
	display: inline-table;
}
.article-page4{
	position: relative;
	width: 80%;
	min-height: 200px;
	text-align: justify;
	text-align-last: start;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background-color: #FFF;
	border:1px solid #d8d8d8;
	margin-right: 1%;
	display: block;
	vertical-align:top;
}
.article-page4:hover{
	transform:scale(0.98);
}
.article-page5{
	text-align: left;
	vertical-align: top;
	padding-left: 5%;
	width: 50%;
	display: table;
}
.article-page6{
	text-align: left;
	vertical-align: top;
	padding-left: 25%;
	display: table;
}
.plan1{
	display: inline-table;
	width: 45%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	min-height: 10vh;
	padding-left: 5vh;
	background-color:#6c91d1;
}
.plan2{
	display: inline-table;
	width: 45%;
	padding-top: 1vh;
	padding-bottom: 1vh;
	min-height: 10vh;
	padding-left: 5vh;
	background-color: #FFFFFF;
}
.plan-text{
	color:#666;
}
.plan-text:hover{
	color:#6c91d1;
}
.plan-text1{
	color:#FFF;
}
.plan-text1:hover{
	color:#e2e2e2;
}
.contact1{
	width: 70%;
	vertical-align: top;
	display: inline-table;
	margin-right: 1%;
}
.contact2{
	width:25%;
	vertical-align:top;
	display: inline-table;	
}

.accueil{
	width: 98%;
	display: table;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-bottom: 10px;	
	padding-top: 5px;
}
.accueil1{
	width: 98%;
	display: table;
	position: relative;
	float: left;
}
.accueil2{
	width: 98%;
	display:table;
	position: relative;
	float: none;
	margin:0;
	border-left:none;
	background-color:#FFF;
}
.accueil3:nth-child(odd){
	width: 98%;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFF ;
	border-radius: 0px;
}
.accueil3:nth-child(even){
	width: 98%;
	height: auto;
	padding: 5px;
	margin-bottom: 10px;
	background-color:#bcd880;
	border-radius: 0px;
}
.article-page10:nth-child(odd){
	position: relative;
	min-height:150px;
	width: 98%;
	text-align: justify;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #bcd880;
	border-radius: 0px;
	margin-right: 1%;
	vertical-align:top;
	margin-top: 25px;
}
.article-page10:nth-child(even){
	position: relative;
	min-height:150px;
	width: 98%;
	text-align: justify;
	margin-bottom: 15px;
	padding: 5px;
	background-color:#fff;
	border-radius: 0px;
	margin-right: 1%;
	vertical-align:top;
	margin-top: 25px;
}
.ensavoirplus{
	background:none;
	border: none;
	color: #9f151c;
	cursor:pointer;
}
.accueil-contact{
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#eeafc0;
}
.accueil-contact2{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.accueil-adresse{
	display:table-cell;
	width:50%;
	vertical-align:top;
	height:200px;
	padding-left:10px;
	border-right:3px solid #86b917;
	background-color:#bcd880;
}
.accueil-adresse2{
	display:table-cell;
	width:50%;
	vertical-align:top;
	height:200px;
	padding-left:10px;
}
.icone{
	width:75px;
	height:25px;
}
.icone:hover{
	transform:scale(0.95)
}
.icone2{
	width: 112px;
	height: 25px;
}
.icone2:hover{
	transform:scale(0.95)
}
.icone3{
	width: 120px;
	height:100px;	
	margin-top: 100px;
	margin-left: 5px;
	position: fixed;
	right: 5px;
	z-index:3;
}
#google_translate_element{
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
}
}