@charset "utf-8";
/* CSS Document */
html, body {
  margin:0;
  padding:0;
  text-align:center;
 
  
}
:root {
  --vert:  #004C22;
}
body{ overflow-x:hidden;}
@font-face {
    font-family: 'mhiba';
    src: url('fonts/acaslonpro-regular-webfont.woff2') format('woff2'),
         url('fonts/acaslonpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@viewport {
  width: device-width;height: device-height;
}
@-ms-viewport{width: device-width;height: device-height;}
@-o-viewport{width: device-width;height: device-height;}
body a{
	color: inherit;
	text-decoration: none;
	
}
body a href{
	color: inherit;
	text-decoration: none;
}
@media screen and (min-width: 1025px) {	
	.video{
		width:70%;
		height:60vh;
		position:fixed;
		display:none;
		left:15%;
		top:10vh;
		z-index: 300;
	}
	.screenvid{width:100%;height:80vh;}
	
	
	.messtravaux{width:50%;margin:auto;height:45vh;margin-top:27.5vh;background-color: var(--vert);font-size:10vh;color:#FFFFFF;padding-top:5vh;border:medium solid #000000;}
.menu_m {display:none;}
.open_menu_m {display:none;}
#close_menu_m{display:none;}
.logo_merch{
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 8vw;
	position: fixed;
	z-index: 15;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
.header_top{
	font-family: "mhiba";
	background-color:  var(--vert);
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	margin: 0px;
	height: 3.5vh;
	width: 100vw;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;	
}

.btn_header_top{
	font-family: "mhiba";
	background-color:  var(--vert);
	font-size: 1.5vh;
	color: #FFF;
	text-align: center;
	display: inline-block;
	height: 2.8vh;
	width: auto;
	padding-top: 0.6vh;
	padding-right: 1vw;
	padding-bottom: 0.1vh;
	padding-left: 1%;
	-webkit-transition: background-color 0.5s ease 0s;
	-moz-transition: background-color 0.5s ease 0s;
	-ms-transition: background-color 0.5s ease 0s;
	-o-transition: background-color 0.5s ease 0s;
	transition: background-color 0.5s ease 0s;
	vertical-align: middle;
	margin-top:0vh;
}
.btn_header_top img{
	height:2.5vh;
	vertical-align:middle;
	margin:0;
}
.btn_header_top:hover{
	cursor: pointer;
	background-color: #000;	
}
.logo{
	text-align: center;
	display: block;
	margin: auto;
	padding: 0px;
	height: auto;
	width: auto;
	font-family:"mhiba";
	font-weight: bold;
	font-size:3.5vh;
	color:  var(--vert);
}
.logo img{
	height: auto;
	width: auto;
	max-width:30%;
	max-height:30vh;	
	}
.menu{
	
	display: block;
	height: 5vh;
	width: 100vw;
	padding: 0px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	margin-top: 3vh;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	white-space: 0;
}

.menu_fixe{
	
	display: block;
	height: 5vh;
	width: 100vw;
	padding: 0px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	white-space: 0;
	position: fixed;
	z-index: 5;
	left: 0px;
	top: 0px;
	right: 0px;
	
}

.btn_menu{
	height:2vh;
	width: auto;
	padding-top:1.5vh;
	padding-right: 1%;
	padding-bottom:1.5vh;
	padding-left: 1%;
	font-family: "mhiba";
	font-size: 1vw;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #000;
	background-color: #FFF;
	-webkit-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
}	
.btn_menu:hover{
	background-color:  var(--vert);
	color: #FFF;
	cursor:pointer;
}
.btn_page{
	background-color: #000000;
	color: #FFF;
	height:2vh;
	width: auto;
	padding-top:1.5vh;
	padding-right: 2vw;
	padding-bottom:1.5vh;
	padding-left: 2vw;
	font-family: "mhiba";
	font-size: 2vh;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
	-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;}
.btn_menu deroul{
	font-family: "mhiba";
	color: #000;
	font-weight: normal;
	text-align: center;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 0.1vh;
	width: auto;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 5vh;
	right: auto;
	bottom: auto;
	-webkit-transition: opacity 3s ease-in-out 0s;
	-moz-transition: opacity 3s ease-in-out 0s;
	-ms-transition: opacity 3s ease-in-out 0s;
	-o-transition: opacity 3s ease-in-out 0s;
	transition: opacity 3s ease-in-out 0s;
	
}
.btn_menu_d{
	height: auto;
	width: 100%;
	padding-top: 0.5vh;
	padding-right: 2vw;
	padding-bottom: 0.5vh;
	padding-left: 2vw;
	font-family: "mhiba";
	font-size: 2vh;
	font-weight: normal;
	margin: 0;
	color: #000;
	text-decoration: none;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	display: inline-block;
	position: relative;
	-webkit-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease 0s, color 0.5s ease-in-out 0s;
	border-top-width: 0.5px;
	border-right-width: thin;
	border-bottom-width: 0.5px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:  var(--vert);
	border-right-color:  var(--vert);
	border-bottom-color:  var(--vert);
	border-left-color:  var(--vert);
}	
.btn_menu_d:hover{
	background-color:  var(--vert);
	color: #FFF;
	cursor:pointer;
}
.btn_menu_d deroulin{
	font-family: "mhiba";
	color: #000;
	font-weight: normal;
	text-align: center;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 0.1vh;
	width: auto;
	position: absolute;
	z-index: 5;
	left: 100%;
	top: -5vh;
	right: auto;
	bottom: auto;
	-webkit-transition: opacity 3s ease-in-out 0s;
	-moz-transition: opacity 3s ease-in-out 0s;
	-ms-transition: opacity 3s ease-in-out 0s;
	-o-transition: opacity 3s ease-in-out 0s;
	transition: opacity 3s ease-in-out 0s;
	
}
	
	.btn_menu_d deroulin2{
	font-family: "mhiba";
	color: #000;
	font-weight: normal;
	text-align: center;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 0.1vh;
	width: auto;
	position: absolute;
	z-index: 5;
	left: 100%;
	top: -2vh;
	right: auto;
	bottom: auto;
	-webkit-transition: opacity 3s ease-in-out 0s;
	-moz-transition: opacity 3s ease-in-out 0s;
	-ms-transition: opacity 3s ease-in-out 0s;
	-o-transition: opacity 3s ease-in-out 0s;
	transition: opacity 3s ease-in-out 0s;
	
}
.container_ban{
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px;
	height:36vh;
	width: 100%;
	overflow:hidden;
	position:relative;
}
.container_ban img{
	width:auto;
	height:auto;
	min-width:100%;
	min-height:36vh;
	position:absolute;
	left:0;
	
}
.txt_acc{
	font-family: "mhiba";
	background-color: #FFF;
	text-align: center;
	display: block;
	margin: auto;
	margin-top:1.5vh;
	height: auto;
	width: 80%;
	padding-top: 1vh;
	padding-right:2%;
	padding-bottom: 1vh;
	padding-left: 2%;
	line-height: 4vh;
	
}
.block{
	
	text-align: center;
	display: block;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 98%;
}
.tt_news{
	text-align: center;
	display: block;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: "mhiba";
	font-weight: bold;
	font-size: 3.5vh;
	color:  var(--vert);
	margin-top: 4vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
.vign_news{
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 0.5%;
	height: auto;
	width: 15%;
	margin-top: 4vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: thin solid  var(--vert);
}
.vign_news img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:10vh;
	
	
		}
.title_news{
	font-family: "mhiba";
	font-size: 2vh;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.date_news{
	font-family: "mhiba";
	font-size: 1.5vh;
	font-weight: normal;
	color: #666;
	text-align: left;
}
.btn_lire{
	font-family: "mhiba";
	font-style: italic;
	color: #666;
	background-color: #FFF;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0.5%;
	height: auto;
	width: 100%;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.btn_lire:hover{
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}
.tt_partenaire{
	font-family: "mhiba";
	color:  var(--vert);
	text-align: left;
	display: block;
	height: auto;
	font-size:3vh;
	width: 90vw;
	margin-top: 2vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0.5vh;
	padding-right: 0.5vh;
	padding-bottom: 0.5vh;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color:  var(--vert);
	border-right-color:  var(--vert);
	border-bottom-color:  var(--vert);
	border-left-color:  var(--vert);	
	
	}
.partenaire{
	vertical-align: middle;
	display: inline-block;
	margin: 0px;
	height: auto;
	width: 10%;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vh;
	padding-left: 1vw;
}
.partenaire img{
	width:100%;
	height:auto;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.partenaire:hover{cursor: pointer;}
.partenaire:hover img{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

}

.partenaire2{
	vertical-align: middle;
	display: inline-block;
	margin: 0px;
	height: auto;
	width: 6%;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vh;
	padding-left: 1vw;
}
.partenaire2 img{
	width:100%;
	height:auto;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.partenaire2:hover{cursor: pointer;}
.partenaire2:hover img{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

}	
.cover{
	background-color: rgba(0,0,0,0.8);
	display: none;
	height: auto;
	width: auto;
	position: fixed;
	z-index: 20;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.cover_cale{
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	width: 1px;
	
}
.img_grde{
	display: inline-block;
	height: auto;
	width: auto;
	max-height: 95vh;
	max-width: 95vw;
	min-height:70vh;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0.5vh;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 4px solid #FFF;
	background-color: #000;
	vertical-align: middle;	
	-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
}
.btn_close{
	display: block;
	padding: 0px;
	height: auto;
	width: 2%;
	margin-top: 0.5vh;
	margin-right: 0.5%;
	margin-bottom: 0.5vh;
	margin-left: auto;
	position: absolute;
	left: auto;
	top: 2vh;
	right: 2vw;
	bottom: auto;
	opacity: 0.6;
	-webkit-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.btn_close:hover{cursor:pointer; opacity:1; }
.part_footer{


background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(68%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

	text-align: center;
	display: block;
	height: auto;
	width: auto;
	position: fixed;
	z-index: 15;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 0px;
}
.partenaire_f{
	vertical-align: middle;
	display: inline-block;
	margin: 0px;
	height: auto;
	width: 5vw;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vh;
	padding-left: 1vw;
}
.partenaire_f img{
	width:100%;
	height:auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.partenaire_f:hover{cursor: pointer;}
.partenaire_f:hover img{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

}
.deux_col{
	font-family: "mhiba";
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin: auto;
	height: auto;
	width: 45%;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vw;
	padding-left: 1vw;
}
.deux_col tt{
	font-family: "mhiba";
	font-size: 1.5vh;
	font-weight: bold;
	color:  var(--vert);
	text-align: left;
	display: block;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5vh;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color:  var(--vert);
	border-right-color:  var(--vert);
	border-bottom-color:  var(--vert);
	border-left-color:  var(--vert);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	margin-left: auto;
}
	
.deux_col_opt{
	font-family: "mhiba";
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin: auto;
	height: auto;
	width: 60%;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vw;
	padding-left: 1vw;
}
.deux_col_opt tt{
	font-family: "mhiba";
	font-size: 2vw;
	font-weight: bold;
	color:  var(--vert);
	text-align: left;
	display: block;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5vh;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color:  var(--vert);
	border-right-color:  var(--vert);
	border-bottom-color:  var(--vert);
	border-left-color:  var(--vert);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	margin-left: auto;
}	
	.deux_col_pay{
	font-family: "mhiba";
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin: auto;
	height: auto;
	width: 34%;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vw;
	padding-left: 1vw;
}
.deux_col_pay tt{
	font-family: "mhiba";
	font-size: 1.5vh;
	font-weight: bold;
	color:  var(--vert);
	text-align: left;
	display: block;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5vh;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color:  var(--vert);
	border-right-color:  var(--vert);
	border-bottom-color:  var(--vert);
	border-left-color:  var(--vert);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	margin-left: auto;
}	
.boite_message{
	font-family: "mhiba";
	font-size: 2vh;
	font-weight: bold;
	color:  var(--vert);
	background-color: #FFF;
	text-align: center;
	display: none;
	height: auto;
	width: auto;
	padding-top: 1vh;
	padding-right: 1vw;
	padding-bottom: 1vh;
	padding-left: 1vw;
	border: medium solid  var(--vert);
	position: fixed;
	z-index: 50;
	left: 35vw;
	line-height:15vh;
	top: 40vh;
	right: 35vw;
	bottom: 40vh;
	-webkit-box-shadow: 6px 6px 11px -3px rgba(0,0,0,0.74);
-moz-box-shadow: 6px 6px 11px -3px rgba(0,0,0,0.74);
box-shadow: 6px 6px 11px -3px rgba(0,0,0,0.74);
}
.btn_close{
	display: block;
	padding: 0px;
	height: auto;
	width: 4%;
	margin-top: 0.5vh;
	margin-right: 0.5%;
	margin-bottom: 0.5vh;
	margin-left: auto;
}
.btn_close:hover{cursor:pointer; }
.mess_cov{display:none;}
	
	

	.fenfo{
		font-family:"mhiba";
		font-weight: bold;
		font_size:2vh;
		position:fixed;
		top:40vh;
		bottom:40vh;
		left:40%;
		right:40%;
		background-color:#FFF;
		border:medium solid  var(--vert);
		display:block;
		z-index: 30;
		color: var(--vert);
		padding-top:4vh;
		
	}	
	
	.btn_inscription{
		display:inline-block;
	vertical-align:bottom;
		width:22%;
		height:auto;
		opacity:0.8;
		margin_right:2%;
	}
	.btn_inscription:hover{cursor:pointer; opacity:1;} 
	
	.formule_desc_cont{
		
		
		
		display:inline-block;
		vertical-align:top;
		width:30%;
	    text-align:center;
		margin-bottom:2vh;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(203,255,199,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(203,255,199,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(203,255,199,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(203,255,199,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(203,255,199,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(203,255,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbffc7', GradientType=0 );

		
		
	}
	.formule_desc{
		
		
		
		color: var(--vert);
		display:block;
		margin:auto;
		vertical-align:top;
		font-family: "mhiba";
		font-size:2vh;
		width:97%;
		border:solid thin  var(--vert);
		padding-top:1vh;
		padding-bottom:1vh;
		padding-left:1%;
		padding-right:1%;
		text-align:left;
		margin-top:1vh;
		font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size:1vw;
		min-height:60vh;
	  
	}
	.formule_desc ul li u:hover{cursor:pointer;}
	.formule_apercu{
		width:30%;
		height:auto;
		position:fixed;
		display:none;
		top:10vh;
		left:33vw;
		background-color:#FFFFFF;
		border: medium solid  var(--vert);
		z-index:100;
		
		
	}
	.formule_desc_cont tt{
		width:auto;
		height:auto;
		background-color: var(--vert);
		padding:3%;
		padding-bottom:0.5vh;
		padding-top:0.5vh;
		margin:auto;
		margin-bottom:1vh;
		color:#FFFFFF;
		font-family: "mhiba";
		font-size:1.5vw;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;}
	
	.formule_descduo_cont{
		
		
		
		display:inline-block;
		vertical-align:top;
		width:91%;
	    text-align:center;
		

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(120,199,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(120,199,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(120,199,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(120,199,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(120,199,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(120,199,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#78c7ff', GradientType=0 );

		
		
	}
	.formule_descduo{
		
		
		
		color: var(--vert);
		display:block;
		margin:auto;
		vertical-align:top;
		font-family: "mhiba";
		font-size:2vh;
		width:97%;
		border:solid thin  var(--vert);
		padding-top:1vh;
		padding-bottom:1vh;
		padding-left:1%;
		padding-right:1%;
		text-align:center;
		margin-top:1vh;
		font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size:1vw;
		
	  
	}
	.formule_descduo_cont tt{
		width:auto;
		height:auto;
		
		background-color: var(--vert);
		padding:3%;
		padding-bottom:0.5vh;
		padding-top:0.5vh;
		margin:auto;
		margin-bottom:1vh;
		color:#FFFFFF;
		font-family: "mhiba";
		font-size:1.8vw;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;}
	
	.duo_colc{
		width:20%;
		height:auto;
		display:inline-block;
		vertical-align:middle;
	}
	.duo_colc img{
		width:85%;
	}
	.duo_colm{
		width:58%;
		height:auto;
		font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size :2vw;
		display:inline-block;
		vertical-align:middle;
	}
	.duo_colm_ex{
		width:100%;
		margin-top:1vh;
		background-color: #262B5C;
		border-top:medium solid #FF0000;
		border-bottom: medium solid #FF0000;
		font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size:1.5vw;
		text-align:left;
		padding-left:1%;
		font-weight: bold;
		position:relative;
		color:#FFFFFF; }
		
	.duo_colm_ex_img{
		position:absolute;
		top:0vh;
		right:2vh;
		border:solid medium #ffffff;
		transform:rotate(10deg);
		width:auto;
		height:auto;
		max-width:20%;
		max-height:40vh;
	}	
	.duo_colopt{
		width:35%;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		text-align:left;
		
	}
	
	.duo_colopt ul li u:hover{cursor:pointer;}
	.duo_colchx{
		width:60%;
		padding-top:15vh;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		
	}
	.duo_chx{width:100%;
		height:auto;
		display:block;
		border:thin dotted  var(--vert);
	font-size:2vw;}
	.duo_chx_col_desc{
		width:50%;
		font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
		font-size:2vw;
		display:inline-block;
		vertical-align:middle;
	}
	.duo_chx_col_desc blue{color:#262B5C;}
	.duo_chx_col_btn{
		width:50%;
		display:inline-block;
		vertical-align:middle;
	}
	.duo_colchx_all{
		width:60%;
		padding-top:1vh;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		
	}
	.duo_col_cad_all{
		width:35%;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		
	}
	.duo_chx_cont_all{
		width:100%;
		display:block;
		margin:auto;
		border-top: thin solid #044c22;
		padding-top:0vh;
		padding-bottom:1vh;
		
	}
	
	.duo_col_cad_all_col{
		width:35%;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		text-align: center;
		line-height:2vh;
		
		
	}
	.duo_col_cad_all_col_ou{
		width:15%;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		text-align: center;
		ont-size: 3vh;
		font-weight:bold;
		
	}
	
	.duo_col_cad_all h1{
		font-size: 3vh;
		font-weight:bold;
	}
	.btn_mhhv{
		width:70%;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		height:auto;
		color:#262B5C;
		border: medium solid #FF0000;
		border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
		margin:auto;
		text-align:center;
		font-size:1vw;
	}
	.btn_mhhv:hover{
		Background-color:#FFFFFF;
		color:#FF0000;cursor:pointer;
}
	
	.formule_descr{
		
		
		background-color: #FFF;
		color: var(--vert);
		font-family: "mhiba";
		font-size:1.5vh;
		width:30%;
		border:solid medium  var(--vert);
		display:inline-block;
		padding-top:1vh;
		padding-bottom:1vh;
		padding-left:1%;
		padding-right:1%;
		text-align:left;
		vertical-align: top;
	    overflow-y:auto;
		overflow-x:hidden;
		
	}
	.colm{display:inline-block;
		margin:auto;
	vertical-align:top;
		position:relative;
		border: thin dotted  var(--vert);
		margin-top:1vh;
		width:24%;
	
	}
	.colm tt{display:block; width:100%;text-align:center; font-size:2vh;font-weight:bold;
	vertical-align:top;}
	
	.colr{display:inline-block;
	vertical-align:top;
		border: thin dotted  var(--vert);
		margin-top:1vh;
		width:80%;
		font-size:2vh;
		margin-left:17%;
	}
	.colr tt{display:block; width:95%;text-align:center; font-size:2vh;font-weight:bold;
	vertical-align:top;}
	
	.colv{display:inline-block;
	vertical-align:top;
		border: thin dotted  var(--vert);
		margin-top:1vh;
		width:48%;
	}
	.colv tt{display:block; width:95%;text-align:center; font-size:2vh;font-weight:bold;
	vertical-align:top;}
	.colblock{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		z-index: 90;
		background-color:rgba(255,255,255,0.7);
		}
	.bablock{
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-top:30vh;
		margin-bottom:auto;
		height:auto;
		color:#FFF;
		font-family:"ctc","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:3vh;
		padding-top:7vh;
		padding-bottom:7vh;
		background-color:#044c22;
		text-align: center;
		
		
		
	}
	
	.tarifs{background-color: var(--vert);
	color:#FFF;
	font-size:2vh;
	font-weight:bold;
	width: auto;
	max-width:80%;
	height:auto;
	padding:0.5vh;
	margin-right:0;
		margin-left:auto;
		margin-top:0.5vh;
	}
	.btn_pre_inscr{
		background-color: var(--vert);
		width:97%;
		margin:auto;
		margin-top:0.5vh;
		margin-bottom:0.5vh;
		text-align:center;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		padding-left:1%;
		padding-right:1%;
		height:auto;
		color:#FFF;
		font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size:1vw;
		display:block;
		vertical-align:middle;
		font-weight: bold;
		border:solid thin  var(--vert);
			}
.btn_pre_inscr_all{
		background-color: var(--vert);
		width:97%;
		margin:auto;
		margin-top:0.5vh;
		margin-bottom:0.5vh;
		text-align:center;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		padding-left:1%;
		padding-right:1%;
		height:auto;
		color:#FFF;
		font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size:1vw;
		line-height: 2vh;
		display:block;
		vertical-align:middle;
		font-weight: bold;
		border:solid thin  var(--vert);
			}	
.btn_pre_inscr:hover{	
	background-color:#FFF;
	color: var(--vert);
	border:thin solid  var(--vert);
	cursor:pointer;
}
	.btn_pre_inscr_all:hover{	
	background-color:#FFF;
	color: var(--vert);
	border:thin solid  var(--vert);
	cursor:pointer;
}
	.btn_pre_inscr_courrier{
		
		width:97%;
		margin:auto;
		margin-top:0.5vh;
		margin-bottom:0.5vh;
		text-align:center;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		padding-left:1%;
		padding-right:1%;
		height:auto;
		color: var(--vert);
		font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size:0.7vw;
		display:block;
		vertical-align:middle;
		font-weight: bold;
		border:solid thin  var(--vert);
			}
	
.btn_pre_inscr_courrier:hover{	
	background-color:#FFF;
	color: var(--vert);
	border:thin solid  var(--vert);
	cursor:pointer;
}
	.img_etape{width:50%;}
	
.container_part{
	background-color: #FFF;
	display: block;
	margin: 0px;
	padding: 1vh;
	height: auto;
	min-height:30vh;
	width: 100vw;
	overflow:auto;
	position:relative;
	
}
	.part_titre{
		width:100%;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:2vh;
		font-weight: bold;
		color: var(--vert);
		
		
	}
	.part_titre2{
		width:100%;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:1.5vh;
		font-weight: bold;
		color: var(--vert);
		
		
	}
	
	
	.tableinscrit{
		width:95%;
		display:block;
	}
	.celinscritnom{
		display:inline-block;
		width:15%;
		height:3vh;
		font-size:1vw;
		padding-top:0.7vh;
		padding-bottom:0.5vh;
		text-align:center;
		vertical-align:middle;
		border:thin solid #000000;
		
		
	}
	.celinscrit{
		display:inline-block;
		width:15%;
		height:3vh;
		font-size:1vw;
		padding-top:0.7vh;
		padding-bottom:0.5vh;
		text-align:center;
		vertical-align:middle;
		border:thin solid #000000;
		
		
	}
	.celinscritmod{
		display:inline-block;
		width:22%;
		height:3vh;
		font-size:1vw;
		padding-top:0.7vh;
		padding-bottom:0.5vh;
		text-align:center;
		vertical-align:middle;
		border:thin solid #000000;
		
		
	}
	.celinscritan{
		display:inline-block;
		width:6%;
		height:3vh;
		font-size:1vw;
		padding-top:0.7vh;
		padding-bottom:0.5vh;
		text-align:center;
		vertical-align:middle;
		border:thin solid #000000;	
	}
	.celinscritnum{
		display:inline-block;
		width:4%;
		height:3vh;
		font-size:1vw;
		padding-top:0.7vh;
		padding-bottom:0.5vh;
		text-align:center;
		vertical-align:middle;
		border:thin solid #000000;	
	}
	.celinscrit2{
		display:inline-block;
		width:8%;
		height:3vh;
		font-size:2vh;
		padding-top:0.7vh;
		padding-bottom:0.5vh;
		text-align:center;
		vertical-align:middle;
		border:thin solid #000000;
		
		
	}
	.cel_flag{vertical-align:middle; height:3vh;}
	.imgauto{
		vertical-align:middle;
		height:3vh;
		
	}
	.imgauto:hover{cursor:zoom-in;}
	
	
	.ress_vign{
		display:inline-block;
		border:thin dotted  var(--vert);
		width:15%;
		padding-top:0.5vh;
		padding-left:0.5%;
		padding-bottom:0.5vh;
		padding-right:0.5%;
		height:30vh;
		overflow:auto;
		vertical-align:top;
		text-align:center;
		
		
	}
	.ress_vign_chx{
		display:inline-block;
		border:medium solid  var(--vert);
		width:15%;
		padding-top:0.5vh;
		padding-left:0.5%;
		padding-bottom:0.5vh;
		padding-right:0.5%;
		height:30vh;
		overflow:auto;
		vertical-align:top;
		text-align:center;
		background-color:mediumseagreen
		
		
	}

	.ress_cal{
		width:1px;
		height:15vh;
		display:inline-block;
		vertical-align:middle;
		
	}
	.ress_ico{
		width:auto;
		height:auto;
		max-width:85%;
		max-height:18vh;
		display:inline-block;
		vertical-align:middle;
		
		
	}
	.ress_ico:hover{cursor:zoom-in;}
	.ress_titre{
		font-family:"mhiba", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:1.5vh;
	display:block;
	vertical-align:top;
		
		height:6vh;
		max-width:95%;
		margin-bottom:1.5vh;
		overflow:hidden;
	}
	
	.ress_fen{
		display:none;
		width:auto;
		height:auto;
		
		color: var(--vert);
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:1.5vh;
		
		
	}
	.ress_demande{
		display:none;
		position:fixed;
		width:auto;
		height:auto;
		top:20vh;
		bottom:20vh;
		left:20%;
		right:20%;
		z-index: 30;
		background-color:#FFFFFF;
		border:solid thin #044C22;
		text-align:center;
		
		
		
	}
	.btn_coche{
		
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:1.5vh;
		height:2vh;
		max_width:80%;
		background-color:#FFFFFF;
		border: thin solid #044C22;
		color:  var(--vert);
		margin-top:0.5vh;
		margin-left:auto;
		margin-right:auto;
		display:block;
		text-align:center;
	}
	.btn_coche:hover{
		cursor:pointer;
		background-color: var(--vert);
		color: #FFFFFF;
	}
	.comm_vign{
		display:inline-block;
		width:30%;
		height:13vh;
		border:thin dotted #044C22;
		text-align:left;
		
	}
	.comm_cal{
		width:1px;
		height:10vh;
		display:inline-block;
		vertical-align:middle;
		
	}
	.comm_ico{
		width:auto;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		max-width:20%;
		max-height:10vh;
		
		
		
	}
	.comm_titre{
		font-family:"mhiba", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:2vh;
	display:inline-block;
	vertical-align:middle;
		
		height:auto;
		max-height:10vh;
		max-width:75%;
		
		overflow:hidden;
	}
	.btn_telcomm{
		
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size:1.5vh;
		height:2vh;
		width:60%;
		background-color:#FFFFFF;
		border: thin solid #044C22;
		color:  var(--vert);
		margin-top:0.5vh;
		margin-left:auto;
		margin-right:1%;
		display:block;
		text-align:center;
	}
	.btn_telcomm:hover{
		cursor:pointer;
		background-color: var(--vert);
		color: #FFFFFF;
	}
	
	.btn_paydir{
		width:35%;
		display:inline-block;
		border: thin dotted #044c22;
		margin:2vh;
			}
	.btn_paydir:hover{ cursor:pointer;border: thin solid #044c22;}
	
	.offre{
		display: block;
		position:fixed;
		top:5vh;
		left:35vw;
		right:35vw;
		bottom:auto;
		-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
		z-index:40;
		
	}
	.fen_info_taille{
		display:none;
		position:fixed;
		top:5vh;
		bottom:5vh;
		padding-top:3vh;
		left:10%;
		right:10%;
		background-color:rgba(255,255,255,0.9);
		overflow-x:hidden;
		overflow-y:auto;
	}	
	.cadre_info_taille{
		width:45%;
		height:auto;
		display:inline-block;
		vertical-align:top;
		border:thin solid  var(--vert);
	}
	.cadre_info_taille h1{
		width:100%; 
		font-size:1.5vw;
		background-color:#044c22;
		color: #ffffff;
		overflow:auto;
		
		
	}
	
	
	.paypl_btn{
	
background-color:#FFF;
	display: block;
	height: auto;
	width: 15%;
	margin:auto;
	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
position:relative;
border:medium solid #FFF;	

}
.paypl_btn:hover{
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.91);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.91);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.91);
border:medium solid  var(--vert);	
	}
	.paypl_img{
	height:auto;
	width:90%;
	margin:auto;
}
	.tailles_cadre_chx_cont{
		display:none;
		position:fixed;
		z-index:600;
		top:0vh;
		bottom:0vh;
		left:0;
		right:0;
		background-color:rgba(255,255,255,0.6);
		text-align:center;
		
	}
	.tailles_cadre_chx{
		display:block;
		width:40%;
		height:auto;
		margin:auto;
		padding-top:2vh;
		padding-bottom:2vh;
		padding-left:4%;
		padding-right:4%;
		margin-top:5vh;
		background-color:#FFFFFF;
		border:medium solid  var(--vert);-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	}
	.tailles_cadre_chx_guide{
		display:block;
		width:46%;
		height:auto;
		margin:auto;
		padding-top:1vh;
		padding-bottom:1vh;
		padding-left:1%;
		padding-right:1%;
		margin-top:1vh;
		background-color:#FFFFFF;
		border:medium solid  var(--vert);-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	}
	.tailles_cadre_chx_btn 
	{display:inline-block;
	width:30%;;
		font-size:1.5vw;
		height:auto;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		padding-right:3%;
		padding-left:3%;
		background-color:#FFFFFF;
		border:thin solid #044c22;
		color:#044c22;
		font-weight:bold;
		font-family: Verdana, Geneva, sans-serif;
		margin:auto;
		margin-bottom:0.5vh;
	
	}
	.tt_chx_taille{
		font-size:2vw;
		color:#044c22;
		font-weight:bold;
		font-family: "mhiba";}
	
	.tailles_cadre_chx_btn:hover{background-color:#044c22;
		border:thin solid #044c22;
		color:#FFFFFF;cursor:pointer;}
	
	.tailles_cadre_chx_btn_no
	{display:inline-block;
	width:30%;;
		font-size:2vw;
		height:auto;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		padding-right:3%;
		padding-left:3%;
		background-color:#E1E0E0;
		border:thin solid #737373;
		color:#737373;
		font-weight:bold;
		font-family: Verdana, Geneva, sans-serif;
		display:none;
		margin:auto;
		margin-bottom:0.5vh;
	
	
	}
	.tailles_cadre_chx_btn_no:hover{
	cursor:not-allowed;}
	.tailles_cadre_info{
		width:98%;
		height:auto;
		display:block;
		vertical-align:top;
		border:thin solid  var(--vert);
	}
	.tailles_cadre_info h1{
		width:100%; 
		font-size:1vw;
		background-color:#044c22;
		color: #ffffff;
		overflow:auto;
		
		
	}
	.taille_infos_guide_txt{
		width:auto;;
		height:auto;
		display:inline-block;
		vertical-align:middle;
		font-weight:bold;
		font-family: Verdana, Geneva, sans-serif;
		font-size:0.6vw;
	}
	.taille_infos_guide_img{
		width:4%;
		height:auto;
		display:inline-block;
		vertical-align:middle;
	}
	.btn_v_engagf{

background: rgba(0,76,34,1);
background: -moz-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(2,120,53,1) 23%, rgba(0,76,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,76,34,1)), color-stop(23%, rgba(2,120,53,1)), color-stop(100%, rgba(0,76,34,1)));
background: -webkit-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(2,120,53,1) 23%, rgba(0,76,34,1) 100%);
background: -o-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(2,120,53,1) 23%, rgba(0,76,34,1) 100%);
background: -ms-linear-gradient(top, rgba(0,76,34,1) 0%, rgba(2,120,53,1) 23%, rgba(0,76,34,1) 100%);
background: linear-gradient(to bottom, rgba(0,76,34,1) 0%, rgba(2,120,53,1) 23%, rgba(0,76,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' var(--vert)', endColorstr=' var(--vert)', GradientType=0 );

	font-family: Verdana, Geneva, sans-serif;
	font-size: 2vh;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	height: auto;
	width: 25%;
	margin-top: 0.5vh;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0.5vh;
	padding-right: 2%;
	padding-bottom: 0.5vh;
	padding-left: 2%;
	border: thin solid #000;
}
.btn_v_engagf:hover{
		background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,76,34,1) 35%, rgba(0,76,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(35%, rgba(0,76,34,1)), color-stop(100%, rgba(0,76,34,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,76,34,1) 35%, rgba(0,76,34,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,76,34,1) 35%, rgba(0,76,34,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,76,34,1) 35%, rgba(0,76,34,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,76,34,1) 35%, rgba(0,76,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr=' var(--vert)', GradientType=0 );

	cursor:pointer;
}
	.speech_ass{
		width:80%;
		height:auto;
		font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2vh;
		color:#000000;
		line-height:1.5vh;
		margin-top:1vh;
	}
	.logo_jvlvev{
		position:absolute;
		top:12vh;
		right:20%;
		width:10%;
		
		}
	.logo_lion{
		position:absolute;
		top:15vh;
		left:10%;
		width:25%;
		}
	/* INSCRIPTIONS 2023 --------------------------------------------------------------------------------------------------------------------------------------------*/
	.cadre_avantguerre{
		display:block;
		padding-top:1vh;
		padding-bottom:1vh;
		padding-left:1vw;
		padding-right:1vw;
		width:86%;
		border: medium solid var(--vert);
		text-align: center;
		margin:auto;
		margin-top:2vh;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		font-size: 2em;
		color:var(--vert);
		
		
	}
	.cadre_cas_coche_avantguerre
	{ width: 60%;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		border: thin solid var(--vert);
		text-align:center;
		margin:auto;
		
	}
	.casecoche_avantguerre{
		width:3vw;
		height:3vw;
		border : thin solid var(--vert);
		background-color: #FFFFFF;
		position :relative;
		display:inline-block;
		vertical-align:middle;
	}
	.mess_coche_avtg{
		width:auto;
		margin-left:2%;
		font-family: mhiba;
		color: var(--vert);
		font-size:1.5vw;
		font-weight: bold;
		display:inline-block;
		vertical-align:middle;
	}
	.casecoche_avantguerre:hover{ cursor: pointer;}
	
	.tip_avantguerre{
		position:absolute;
		top:-0.5vw;
		left:-0.5vw;
		width:4vw;
		height:4vw;
		display:none;
	}
	.mess_choisissez{
		font-family: mhiba;
		font-size: 1.25vw;
		color: var(--vert);
		font-weight: bold;
		
		
	}
	
	.colonne_formule{
		display:inline-block;
		vertical-align:top;
		padding-top:1vh;
		padding-bottom:1vh;
		padding-left:1vw;
		padding-right:1vw;
		width:27%;
		border: medium solid var(--vert);
		text-align: center;
		margin:auto;
		margin-top:2vh;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		
	}
	.formule_titre{
		
		font-family: mhiba;
		font-size: 1.5vw;
		color: var(--vert);
		font-weight: bold;
	}
	.formule_contenu{
		text-align:left;
		font-family: mhiba;
		font-size: 1vw;
		color: var(--vert);
		
	}
	.btn_inscription{
		width:80%;
		height:auto;
		background-color: var(--vert);
		color:#FFFFFF;
		font-family: mhiba;
		padding-top:0.3vh;
		padding-bottom:0.3vh;
		font-size:1.2vw;
		font-weight: bold;
		margin-bottom:0.5vh;
	}
	.vass_cont_ttchx{
		width:90%;
		display:block;
		margin-bottom:1vh;
	}
	.vass_cont_chx{
		width:30%;
		display:inline-block;
		vertical-align:middle;
		text-align:left;
		padding-top:0.2vh;
		padding-bottom:0.2vh;
		padding-left:0.5%;
		padding-right:0.5%;
		}	
	.vass_chx_case{
		width:2vh;
		height:2vh;
		border:thin solid #000000;
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.vass_chx_case:hover{cursor:pointer;}
	.vass_chx_coche{
		width:3vh;
		height:3vh;
		position:absolute;
		top:-1vh;
		left:-1vh;
		display:none;
	}
	.vass_chx_txt{
		width:auto;
		text-align:left;
		display:inline-block;
		vertical-align:middle;
					
	}
	.vass_massage_chx{
		width:100%;
		padding-top:0.5vh;
		padding-bottom:0.5vh;
		border:thin solid #ff0000;
		text-align: center;
		color:#ff0000;
		font-weight: bold;
		display:none;
	}
}