@charset "UTF-8";
* {
	margin:0;
	padding:0;
	border: 0;
	line-height:normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	letter-spacing: normal; 
	word-spacing: normal; 
	text-rendering: optimizespeed;
	font-weight:400;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: border-box;
	-o-text-shadow: none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}
html, body {
	background-color: #FFF;
	color: #343832;
	/*font-family: Arial, Helvetica, sans-serif; changé le 18Oct20121*/
	font-family: futura-pt, sans-serif;
	font-weight:normal;
}
html {
    font-size: 62.5%;
	width:100%;
	height:100%;
}
body {
    font-size: 18px;
	font-size: 1.8rem; /* equiv 14px */
    line-height: normal; 
	margin: 0 auto;
	padding:0;
	width: 100%;
	min-width: 1200px;
	height: auto;
    min-height: 100vh;
	text-align:center;
	font-weight:400;
	word-wrap: break-word;
	position: relative;
}
input, textarea, select, button {
	font-family:inherit;
	color:currentcolor;
	-webkit-text-fill-color: currentcolor;
}
input:disabled, textarea:disabled, input:disabled::placeholder, textarea:disabled::placeholder {
	color:currentcolor;
	-webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
	opacity: 1; /* 2. correct opacity on iOS */
}
img, object, embed, canvas, video, audio, picture {
	max-width: 100%;
	height: auto;
}
:focus, img[usemap], map area{
     outline: 0;
}
a{
	color: inherit; /* color black #000 => dark grey 000*/
	text-decoration:none;
	cursor:pointer;
}
a img{ 
	border: 0; 
}
img{
	vertical-align: bottom;
}
pre { 
	white-space: pre-wrap; /* pour firefox et les <pre> */
} 
ul, li{
	list-style:none;
	overflow:hidden;
}
main, section, article{
	display: block;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6{
	font-size: 18px;
	font-size: 1.8rem;
	line-height:normal;
	font-weight:500;
}
strong, .strong{
	font-weight:500;
}
.bold{
	font-weight:600;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
	/*text-align-last: center;
	-webkit-text-align-last: center;
	-moz-text-align-last: center;
	-ms-text-align-last: center;
	-o-text-align-last: center;*/
}
.fll{
	float:left;
}
.flr{
	float:right;
}
.underline{
	text-decoration:underline;
}
.no-mg{
	margin:0;
}
.auto-mg{
	margin:auto;
}
.gris{
	color: #888;
}
.gris a{
	color: #888;
}
.font-big-big{
	font-size:24px;
	font-size:2.4rem;
}
.font-big{
	font-size:22px !important;
	font-size:2.2rem !important;
}
.font-medium{
	font-size:18px;
	font-size:1.8rem;
}
.font-small{
	font-size:14px;
	font-size:1.4rem;
}
.ml0{
	margin-left:.5rem;
}
.ml1{
	margin-left:1rem;
}
.ml2{
	margin-left:2rem;
}
.ml3{
	margin-left:3rem;
}
.ml4{
	margin-left:4rem;
}
.ml5{
	margin-left:5rem;
}
.ml6{
	margin-left:6rem;
}
.ml7{
	margin-left:11.4rem;
}
.mt0{
	margin-top: .5rem;
}
.mt02{
	margin-top: .2rem;
}
.mt1{
	margin-top: 1rem;
}
.mt2{
	margin-top: 2rem;
}
.mt3{
	margin-top:3rem;
}
.mt4{
	margin-top:4rem;
}
.mt5{
	margin-top:5rem;
}
.mt6{
	margin-top:6rem;
}
.mt7{
	margin-top:7rem;
}
.mt8{
	margin-top:8rem;
}
.mr0{
	margin-right:.5rem;
}
.mr1{
	margin-right:1rem;
}
.mr2{
	margin-right:2rem;
}
.mr3{
	margin-right:3rem;
}
.mr4{
	margin-right:4rem;
}
.mb0{
	margin-bottom:0.5rem;
}
.mb1{
	margin-bottom:1rem;
}
.mb3{
	margin-bottom:3rem;
}
.valt{
	vertical-align:top;
}
.valb{
	vertical-align:bottom;
}
.valm{
	vertical-align:middle;
}
.dinlb{
	display:inline-block;
}
.db{
	display:block;
}
.italic{
	font-style:italic;
}
.red{
	color: #FF0000;/* => new coulor orange instead of the old coulor red #FF7272*/
}
.green{
	color: #00FF00;/* => new coulor orange instead of the old coulor red #FF7272*/
}
.black{
	color:#343832;
}
.pdt0{
	padding-top:.5rem;
}
.pdl0{
	padding-left:0.5rem;
}
.pdl1{
	padding-left:1rem;
}
.pdr0{
	padding-right:.5rem;
}
.pdr1{
	padding-right:1rem;
}
.pdlr1{
	padding-left:1rem;
	padding-right:1rem;
}
.pdb1{
	padding-bottom:1rem;
}
.no-disp{
	display:none;
}
.border{
	border:1px solid #FFF;
}
.linh1{
	line-height:1rem;
}
.linh1-5{
	line-height:1.5rem;
}
.linh2{
	line-height:2rem;
}
.linh2-5{
	line-height:2.5rem;
}
.white{
    color: #FFF;
}
/******************************************************************* Header **************************************************/
.header{
	position:sticky;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	color:#242827;
	font-size:1.8rem;
	text-align:center;
	z-index:9;
	border: none;
}
.header .header_P1{
	display:block;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:2.5rem 2rem;
	font-size:1.8rem;
	text-align:center;
	color: #242827;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #BDBDBD;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
}
.header .header_P1 img{
	width:25%;
	height: auto;
	margin:0 auto;
	padding:0;
	vertical-align: bottom;
}
.header .affiche{
	position:absolute;
	top:0.7rem;
	left:0;
	right:0;
	width: 100%;
	/*max-width:1920px;*/
    margin: 0 auto;
	padding: 0 4rem;
	background-color: transparent;
	text-align:center;
    font-style: italic;
    font-size: 1.4rem;
    color: #f64f67;
}
.header .affiche a{
	font-weight:400;
    color: #f64f67;
    font-size: 1.4rem;
	text-decoration:underline;
}

/******************************************************************************* Main *****************************************************************************************/
.main{
	display:block;
	margin:0 auto;
	padding:0;
	width: 100%;
	height:auto;
	font-size:1.8rem;
	color:#343832;
	text-align:center;
    background-color: #F7F7F7;
}

/****************************************************************************** Footer ****************************************************************************************/
.footer{
	display:block;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
	font-size:1.8rem;
	text-align:center;
	overflow:visible;
    background-color: #FFF;
}
.footer .media{
	display:flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
    column-gap: 0.5rem;
	margin:0 auto;
	padding:2rem 0;
	text-align:center;
}
.footer .media img{
	vertical-align: bottom;
}

/****************************************************************************** Page Index ************************************************************************************/
.page_index{
	display: block;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:0;
	padding-bottom:3rem;
    font-size: 1.8rem;
}
.page_index .products{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 2rem;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	margin-top:4rem;
	padding:0 6rem;
}
.page_index .products > a{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    width: calc((100% - 10rem) * 1/6);
    height: auto;
    text-decoration: none;
    color: inherit;
    font-size: 2.2rem;
    font-weight: 500;
}
.page_index .products img{
	width:100%;
	height: auto;
	display:inline-block;
	vertical-align:bottom;
	border:none;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3));
}
.page_index .zyva{
    display: block;
    width: 41%;
    height: auto;
    margin: 0 auto;
    margin-top: 4rem;
    padding: 2rem 2rem 1rem 2rem;
    background-color: #E2E2E2;
    position: relative;
}
.page_index .zyva img{
	width:55%;
	height: auto;
	vertical-align:bottom;
	border:none;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3));
}
.page_index .zyva .absol{
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.page_index .zyva p{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
    font-weight:bolder;
}
.page_index .links{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    column-gap: 3rem;
    row-gap: 1rem;
    width: 40%;
    min-width: 70rem;
    height: auto;
    margin: 0 auto;
    margin-top: 4rem;
	padding:0;
    text-decoration: none;
    color: #FFF;
    text-align: center;
}
.page_index .links a{
    width: calc((100% - 3rem) * 1/2);
    height: auto;
    margin: 0 auto;
    padding: 1rem 0;
    text-decoration: none;
    color: #FFF;
    background-color: #616161;
    font-size: 2.2rem;
    font-weight: 500;
    border-radius: 8% / 50%;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3));
}


/************************************************************************************************MEDIA CSS**********************************************************************************/		

@media (max-width: 1024px) {
body {
	width: 1024px; /* 1024px */
	min-height: 100%;
	margin:auto;
}

}

/*@media (min-width: 1920px) {
body {
	height:auto;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
	border:1px solid #ccc;	
}
.header{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
}

}*/