html, body, div, span, 
h1, h2, h3, h4, address, img, strong,
ol, ul, li,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, hgroup, menu, nav, section, 
time {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font-family: Helvetica, Arial, sans-serif;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #22373A;
}

/* change border colour to suit your needs */
hr {
    border: none;
    margin: 1em 0;
	height: 30px;
	background: url(../img/FRISE.svg) no-repeat center center;
	background-size: contain;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 6, 2011 */
@font-face {
	font-family: 'Optimus';
	src: url('../font/optimusprinceps-webfont.eot');
	src: url('../font/optimusprinceps-webfont-.eot#iefix') format('embedded-opentype'), url('../font/optimusprinceps-webfont.woff') format('woff'), url('../font/optimusprinceps-webfont.ttf') format('truetype'), url('../font/optimusprinceps-webfont.svg#OptimusPrincepsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*==================*/

html{
 	background: url(../img/clouds.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	text-align: center;
}
a img{ border:none;}

h1,.tableTitle,.contactTitle{
	font-family: 'Optimus', Georgia, Times, Times new roman, Serif;
	font-size: 24px;
	color: #22373a;
	font-weight: lighter;
	margin-bottom:10px;
}

h2 , h2 a{
	font-family: Georgia, Times, Times new roman, Serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #555;
	font-style: italic;
	font-weight: lighter;
	margin-bottom:24px;
}

h2 a:hover{ color: #555;}

.mentions-legales h3, .mentions-legales p{
	margin-bottom: 20px;
}
p {
	font-size: 15px;
	line-height: 1.5em;
	color: #777;
	font-family: Arial,Helvetica,tahoma,verdana,sans-serif;
}

#container{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.certification {
	opacity:0.6;
}
#header {
	width: 100%;
	padding: 35px 0;
	position: relative;
}
.logoHeader {
	width: 250px;
	height: auto;	
	margin: 0 auto;
	display: block;
}
.siteTitle,.footerTitle{
	color: #87888A;
	font-size: 41px;
	font-variant: small-caps;
	margin: 0 auto 25px auto;
	width: 250px;
}
.siteBaseline,.footerBaseline{
	color: #3D3D3F;
	font-size: 25px;
}
#header .certification{
	display: none;
}
#navWrapp{
	position: relative;
	height: 32px;
}
.menu{
	max-height: 0;
	overflow: hidden;
	border: 2px solid rgba(152,155,155,0);
	border-width: 2px 0;
	position: absolute;
	left: 0;
	top: calc(100% - 13.5px);
	width: 100%;
	z-index: -1;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.menu.active{
	max-height: 250px;
	height: auto;
	border-color: rgba(152,155,155,1);
	background: linear-gradient(to bottom,  #164e53 0%,#091917 100%); /* W3C */
	z-index: 10;
	padding: 10px 0;
}
.menuItem{
	font-family: 'Optimus', Georgia, Times, Times new roman, Serif;
	font-size: 23px;
	font-variant: small-caps;
	margin: 12px 0;
}
.menuLink{
	color: #fff;
	text-decoration: none;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.menuLink:hover,.menuItem.current .menuLink{
	color: #7CB92D;
}
.submenu{
	display: none;
}
.burgerButton{
	display: flex;
	width: 32px;
	flex-direction: column;
	align-items: center;
	gap: 5px 0;
	margin: 0 auto;
	padding: 5.5px 2px;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.burgerLabel{
	position: absolute;
	top: calc(100% + 5px);
	text-align: center;
	font-variant: small-caps;
	color: #989B9B;
	font-family: 'Optimus', Georgia, Times, Times new roman, Serif;
}
.burgerButton::before,.burgerButton::after{
	content: "";
	position: absolute;
	width: calc(50% - 36px);
	height: 2px;
	background: #989B9B;
	margin: 11.5px 0 0 0;
	left: 0;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.burgerButton::after{
	left: auto;
	right: 0;
}
.burgerButton.active{
	border-radius: 50%;
	background: #fff;
	z-index: 12;
	position: relative;
	border: 2px solid #989B9B;
}
.burgerButton.active::before,.burgerButton.active::after{
	width: 0;
}
.burgerButton.active .burgerLabel{
	display: none;
}
.bar{
	border-radius: 15px;
	width: 100%;
	height: 5px;
	background: #989B9B;
	transform-origin: center center;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.active > .bar2{
	opacity: 0;
}
.active > .bar1{
	transform: translateY(10px) rotate(45deg);
}
.active > .bar3{
	transform: translateY(-10px) rotate(-45deg);
}

.contentWrapp{
	width: 100%;
}
.contentHeader{
	padding: 0 2%;
}
#sliderSection, #animSection {
	width: 100%;
	aspect-ratio: 1;
	margin: 0 0 55px 0;
	position: relative;
}
#animSection{
	aspect-ratio: 2.56;
}
.certification.mobileOnly{
	position: absolute;
	width: 130px;
	top: 10px;
	right: 10px;
	z-index: 9;
	opacity: .9;
}
.sliderWrapper,.sliderList,.sliderItem{
	width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
}
.imgSlider{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prevBtn,.nextBtn{
	font-size: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: calc(50% - 15px);
	background: url(../img/arrow.svg) no-repeat center center;
	background-size: contain;
	opacity: .6;
}
.prevBtn{
	left: 15px;
	right: auto;
	transform: rotate(180deg);
}
.sliderControls{
	display: flex;
	justify-content: center;
	gap: 0 10px;
	margin: 15px 0;
}
.sliderNavigLink{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #989B9B;
	transition-property:background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.sliderNavigLink.current,.sliderNavigLink:hover{
	background: #4F4E52;
}

.basic-no-effect, .basic{
	background:#fff;
	padding: 40px 15px;
	margin: 20px 0 0 0;
	position:relative;
	text-align: center;
}
.basic + .basic,.basic + .basic:nth-child(even){
	margin-top: 0;
}
.basic:nth-child(even){
	background: #EBECED;
}
.homeTitle{
	color: #ADAEAF;
}
.homeArticleImgLink{
	display: block;
	width: 100%;
}
.homeArticleImgLink > .imgAdapt{
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.button{
	cursor: pointer;
	font-family: 'Optimus', Georgia, Times, Times new roman, Serif;
	display: inline-block;
	padding: 10px 25px;
	background: #D1D2D3;
	color: #4F4E52;
	font-size: 1.2em;
	text-decoration: none;
	border-radius: 50px;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.button:hover{
	color: #D1D2D3;
	background: #4F4E52;
}

.fableWrapper{
	border: 5px solid #565656;
	margin: 60px 0 15px 0;
}
.linkFable{
	margin-top:20px;
}
.speakerIcon,.dlIcon{
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
}

.gridItem{
	padding: 10px 2%;
}
.boat{
	width:50%;
	margin:0 auto 15px auto;
}
.sidebarNav::after{
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background: url(../img/FRISE.svg) no-repeat center center;
	background-size: contain;
	margin: 10px 0;
}
.sideBarLink{ 
	margin:3px 0;
	line-height:30px;
	color:#777;
	text-decoration:none;
	text-align: left;
	font-size: 0.8em;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.sideBarLink::before{
	content:'';
	display: inline-block;
	width:15px; 
	height:15px;
	vertical-align: middle;
	background: url(../img/puce.svg) no-repeat center center;
	background-size: contain;
	margin: 0 10px 0 5px;
}
.sideBarLink:hover {
	color: #22373a;
	background: #EAEAEA;
	text-shadow: 1px 1px 0 #FFF;
	padding: 0 0 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius:5px;
	border-radius: 5px;
}
.quality{ 
	width: 30%;
	margin: 30px auto;
}
.sideBarAddress{
	font-style: normal;
	margin: 40px 0 20px 0;
	line-height: 1.4em;
	font-size: 15px;
}
.sideBarOpen,.sideBarAddress{
	color: #4F4E52;
}
.addressTitle{
	font-family: 'Optimus', Georgia, Times, Times new roman, Serif;
	color: #989B9B;
	font-size: 32px;
	margin: 0 auto 15px auto;
	width: 200px;
	line-height: 18px;
}
.addressSubTitle{
	color: #4F4E52;
	font-size: 19.5px;
}

/* footer */
#footerWrapp{
	margin-top:50px;
	background: #164e53; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NGU1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTE5MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #164e53 0%, #091917 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164e53), color-stop(100%,#091917)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #164e53 0%,#091917 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #164e53 0%,#091917 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #164e53 0%,#091917 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #164e53 0%,#091917 100%); /* W3C */
	padding: 25px 0 50px 0;
	color: #fff;
}
.footerTitle{
	font-size: 32px;
	width: 200px;
	color: #fff;
	margin-bottom: 10px;
}
.footerBaseline{
	font-size: 19.5px;
	color: #fff;
}
.friseIcon{
	width: 60px;
	height: 24px;
	margin: 0 auto;
}
#footerWrapp .friseIcon{
	margin-bottom: 20px;
}
.fNav{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	gap: 0 20px;
}
.footerNavLink{
	font-family: 'Optimus',Georgia, Times, Times new roman, Serif;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	padding: 12px 15px;
	transition-property:all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.footerNavLink:hover{
	color: #9fae00; 
}

.copyright{
	color:#fff; font-size:12px; line-height: 16px;
	font-style: italic;	
	margin:30px 10px 20px 10px;
}

.copyright a {
	color:#FFF; font-family:Arial; font-style:normal;
}

.copyright a span.starLogo{
	color:#FFA800;
}

/* =============== PRESTATIONS =============== */
/* ========= les tableaux de tarifs ========== */

.tableTitle{
	color: #989B9B;
	font-style: normal;
}
.tarifsDesc{
	font-style: italic;
	color: #000;
	padding: 0 10px;
	font-family: Georgia, Times, Times new roman, Serif;
}
.tarifs{ 
	width:100%;
	border:1px solid #96997C;
	font-family:Arial,Helvetica, tahoma, sans-serif; 
	font-size:12px;
	padding:10px 0 10px 0;
}
.tarifs th{ 
	padding: 10px 5px; 
	border:1px solid #96997C;
	vertical-align:middle;
	font-family: 'Optimus',Georgia, Times, Times new roman, Serif;
	font-size: 18px;
	font-weight: lighter;
}
.tarifs td{
	border:1px solid #96997C;
	padding: 10px 5px;
	vertical-align:middle;
	text-transform: uppercase;
	border-width: 1px 0;
}
.tarifs.noGuide td{
	border-width: 1px;
}
.tarifs td:first-child{
	text-transform: none;
	border-width: 1px;
}
.tarifs.guide tr:nth-child(even),.tarifs.noGuide tr:nth-child(even){
	background: #EBECED;
}
.duree{
	background:#96997C; 
	color:#FFF; 
	border:solid 1px #96997C;
}
.nbr{
	background:#DBD7B9;
	color: #6E6B6A;
}
.infos{
	color:#931A09;
	font-weight: bold;
	padding: 0 10px;
}
.infosTitle{
	margin: 60px 0 30px 0;
	color: #4F4E52;
}
.rens{
	color: #4F4E52;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.5em;
}
.phoneLink{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Optimus',Georgia, Times, Times new roman, Serif;
	color: #4F4E52;
}
.tarifFigure{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

/* visite */
.visite .gridItem[data-name=quality-logo]{
	margin-top: 50px;
}

/* Galerie */
.thumbsGallery{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.galleryThumb{
	aspect-ratio: 1;
	width: calc(50% - 5px);
}
.dlIcon{
	display: inl
}

/* contact */
.contactByPhone{
	margin: 30px 0;
	padding: 0 10px;
}
.mapContainer{
	background: rgba(235,236,237,0.3);
	padding: 30px 10px;
}
.contactTitle{
	color: #989B9B;
	font-style: normal;
}
.phoneNumber{
	text-align: center;
	color: #4F4E52;
	font-family: 'Optimus',Georgia, Times, Times new roman, Serif;
	font-size: 40px;
	font-weight: bolder;
	margin: 20px auto;
	text-decoration: none;
	font-style: italic;
}
.contactForm{
	text-align: left;
	margin: 40px 10px;
}
.formLabel{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
}
.formField{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 8px;
	border: 1px solid #4F4E52;
	color: #4F4E52;
	border-radius: 7px;
	width: calc(100%);
	font-size: 16px;
	margin: 0 0 15px 0;
	font-family:Arial,Helvetica, tahoma, sans-serif; 
}
.areaField{
	height: 120px;
}
.formButtonWrapper{
	margin: 20px 0;
	text-align: center;
}
.formButton{
	cursor: pointer;
	border: none;
	appearance: none;
	margin: 0 0 10px 0;
}
.formRetrun{
	line-height: 30px;
	font-weight: bold;
}
#contactStamp{
	width: 50%;
	margin: 20px auto;
	text-align: center;
}
.socialNav,.footerSocialNav{
	display: flex;
	justify-content: space-around;
	margin: 0 auto 35px auto;
	width: 180px;
}
.socialLink{
	color: #989A9B;
	transition-property:color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}
.socialLink:hover{
	color: #4F4E52;
}
.socialIcon{
	width: 40px;
	height: 40px;
}
.footerSocialNav{
	margin: 35px auto;
	width: 150px;
}
.footerSocialNav .socialLink{
	color: #fff;
}
.footerSocialNav .socialLink:hover{
	color: #9fae00; 
}
.footerSocialNav .socialIcon{
	width: 30px;
	height: 30px;
}
.contactMap{
	width: 98%;
	margin: 10px auto;
}
.fileLink{
	margin: 20px auto;
	text-align: center;
}
.cf-turnstile{
	width: 300px;
	margin: 8px auto;
}
#googleMap{
	width: 100%;
	aspect-ratio: 16/9;
}
#googleMap > iframe{
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.notMobile{
	display: none;
}
.contactByPhone > .contactTitle{
	text-align: left;
}

@media only screen and (min-width: 600px){
	.logoHeader {
		width: 250px;
		height: auto;	
	}
	.siteTitle{
		margin: 0 auto 25px auto;
		width: 250px;
		font-size: 41px;
		text-align: justify;
	}
	.siteBaseline{
		font-size: 25px;
	}
}
@media only screen and (min-width: 950px){
	
	.mobileOnly{
		display: none;
	}
	#container {
		width: 90%;
		max-width: 1400px;
		height: auto;
		margin: 0 auto;
	}
	
	#bt-top{
		display: none;
		width: 84px; height: 170px;
		position: fixed; z-index:99; top:45%; right:0px;
		background: url(../img/top.png) no-repeat right top; 
	}
	
	#header {
		padding: 35px 0 0 0;
		position: relative;
		margin: 0 0 30px 0;
	}
	#header .certification{
		display: block;
	}
	.certification {
		width: 156px;
		height: 116px;
		position: absolute;
		top: 35px;
		right: 0;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		-o-transition:.5s;
		-ms-transition:.5s;
		transition:.5s;
	}
	.certification:hover{
		opacity:1;
	}
	.burgerButton,.burgerButton::after,.burgerButton::before{
		display: none;
	}
	
	
	#navWrapp {
		height: 50px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-o-border-radius:5px;
    	-ms-border-radius:5px;
    	border-radius: 5px;
		background: #164e53; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NGU1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTE5MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #164e53 0%, #091917 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164e53), color-stop(100%,#091917)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #164e53 0%,#091917 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #164e53 0%,#091917 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #164e53 0%,#091917 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #164e53 0%,#091917 100%); /* W3C */
	}
	
	.menu {
		height: 50px;
		max-height: 50px;
		position: static;
		border: none;
	}
	
	.menuItem,.submenuItem{
		width:auto;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		font-size: 18px;
		font-weight: lighter;
		margin: 0;
	}
	
	.menuLink,.subMenuLink{
		display: block;
		text-decoration: none;
		color: #FFF;
		text-shadow: 1px 1px 2px #000;
		padding: 0 15px;
	
	}
	.subMenuLink{
		font-variant: none;
	}
	
	.menuLink:hover{
		width: auto;
		height: 50px;
		line-height: 50px;
		display: block;
		color: #fff;
		background: #c9d200; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZDIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Y2IyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #c9d200 0%, #5cb200 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9d200), color-stop(100%,#5cb200)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c9d200 0%,#5cb200 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c9d200 0%,#5cb200 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c9d200 0%,#5cb200 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #c9d200 0%,#5cb200 100%); /* W3C */
	}
	
	.menuItem.current .menuLink{
		background:url(../img/current.png) no-repeat bottom center;
		color: #fff;
	}
	
	/*================= SUBMENU ==================*/
	/*===========================================*/
	.submenu{
	
    	width:auto; 
    	position:absolute; 
		z-index:98 ;
    	box-shadow:0px 2px 10px #222222;
	
    	background: #164e53; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NGU1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTE5MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #164e53 0%, #091917 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164e53), color-stop(100%,#091917)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #164e53 0%,#091917 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #164e53 0%,#091917 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #164e53 0%,#091917 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #164e53 0%,#091917 100%); /* W3C */
	
	}
	
	.submenuItem{
    	font-family: Georgia,times, times new roman,serif; font-style: italic; 
    	height:40px;line-height:40px;
    	display:block; text-align:left;
    	border-bottom:1px solid #000000;
    	border-top:1px solid #164e53; 
    	font-size: 14px;
	
	}
	
	
	.subMenuLink{
		height:40px; line-height: 40px; 
    	color:#ffffff; font-size:13px; display: block;
		text-shadow: 0px 1px 1px #000000; background-image:none;
		
	}
	.subMenuLink:hover{
    	height:40px;line-height:40px;
    	color:#FFFFFF; 
    	text-shadow: 0px 1px 1px #000000;
    	background: #c9d200; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZDIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Y2IyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #c9d200 0%, #5cb200 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9d200), color-stop(100%,#5cb200)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c9d200 0%,#5cb200 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c9d200 0%,#5cb200 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c9d200 0%,#5cb200 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #c9d200 0%,#5cb200 100%); /* W3C */
	}
	
	.menuItem:hover .submenu{
    	display:block; 
	}
	
	/* structure */
	.contentWrapp{
		width: 100%;
		display: grid;
		grid-template-columns: 68% 27%;
		gap: 0 5%;
		position: relative;
	}
	
	/*================= SLIDER ==================*/
	/*===========================================*/
	
	#sliderSection, #animSection {
		aspect-ratio: 2.56;
		margin: 0 0 70px 0;
		grid-column: 1 / span 2;
		grid-row: 1;
	}
	#sliderSection::after{
		content: "";
		display: block;
		width: 100%;
		height: 30px;
		background: url(../img/FRISE.svg) no-repeat center center;
		background-size: contain;
		margin: 10px 0;
	}
	
	.contentHeader{
		padding: 0;
		grid-column: 1;
	}
	.home .contentHeader,.visite .contentHeader{
		grid-row: 2;
	}
	.main{
		grid-column: 1;
	}
	
	.sliderControls{
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
	}
	.sliderNavigLink{
		border: 1px solid #fff;
	}
	
	.basic-no-effect, .basic,.basic:nth-child(even){
		background:#fff;
		border:1px solid #d7D7D7 ;
		padding: 15px 15px 15px 255px;
		margin: 20px 0;
		position:relative;
		text-align: justify;
	}
	.basic{
		transition-property:all;
		transition-duration: .5s;
		transition-timing-function: ease-out;
		grid-column: 1;
	}
	.basic:hover{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		box-shadow: 0px 0px 7px #cacaca;
		opacity:1;
	}
	.homeArticleImgLink{
		position: absolute;
		left: 15px;
		top: 15px;
		bottom: 15px;
		width: 220px;
	}
	.homeArticleImgLink > .imgAdapt{
		width: 100%;
		height: 100%;
	}
	
	.bannerFable{
		width:95px; 
		height:0;
		overflow: hidden;
		background: url(../img/bannerFable.png) no-repeat center top;
		position:absolute; top:-12px; right:0px;
		transition-property:height;
		transition-duration: .3s;
		transition-timing-function: ease-out;
	}
	.fableWrapper:hover .bannerFable{
		height: 108px;
	}
	.bannerFable_play{ 
		width:95px; height:108px;
		background: url(../img/bannerFable.png) no-repeat center top;
		position:absolute; top:-7px; right:0px; cursor:pointer;
	}
	
	/* sidebar */
	.gridItem, .sideBar{
		padding: 0;
		grid-column: 2;
		position: absolute;
		left: 0; right: 0;
		grid-row: 2;
	}
	.home .gridItem[data-name=social]{
		top: 600px;
	}
	.home .gridItem[data-name=address]{
		top: 730px;
	}
	.sideBar{
		display: block;
		top: 0; bottom: 0;
	}
	.sideBar .gridItem{
		position: static;
	}
	.sideBar .gridItem + .gridItem{
		margin-top: 60px;
	}
	.visite .gridItem[data-name=quality-logo]{
		margin-top: 0;
		top: 550px;
	}
	.contact > .gridItem[data-name=social],.contact > .gridItem[data-name=depliant]{
		display: none;
	}
	.fable .sideBar,.bay .sideBar{
		grid-row: 1;
	}

	/* galerie */
	.galleryThumb{
		width: calc((100% - 20px)/3);
	}

	.socialNav{
		width: 200px;
	}
	
	/* =================== ERROR 404 ========================== */
	/* =================.back voir p a.download ================ */
	.er404{margin-bottom: 30px;}
	.er404 p,.er404 li{ line-height:2em;}
	.er404 ul{ list-style-position:inside;}
	.er404 h1{ font-size:4em;}
	
	#footerWrapp .friseIcon{
		margin-bottom: 35px;
	}
	.fNav{
		flex-direction: row;
		justify-content: center;
	}
	.contactForm{
		text-align: left;
		margin: 40px 0;
		padding: 0;
	}
	.formLabel{
		width: 130px;
		text-align: right;
	}
	.formField{
		width: calc(100% - 156px);
		margin: 8px 0 8px 10px;
	}
	.quality{ 
		width: 130px;
	}
	.contactMap{
		width: 75%;
	}
	.contactByPhone{
		padding: 0;
	}
	.tarifFigure{
		width: 80%;
		margin: 0 auto 20px auto;
	}
}