/*! normalize.css v2.1.0 | MIT License | git.io/normalize */body,mark{color:#000}.clearfix:after,.clearfix:before,blockquote:after,blockquote:before,q:after,q:before{content:""}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;min-height:100%}body{margin:0;line-height:1;background:#fff}a:focus{outline:dotted thin}:focus,a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0}pre{white-space:pre-wrap}sub,sup{line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0}button,input,select,textarea{font-family:inherit;font-weight:inherit;margin:0;padding:0}button{background:0 0}button,input{line-height:normal}button,select{text-transform:none}select{-webkit-appearance:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:none}li,ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{text-align:left;font-weight:400}blockquote,q{quotes:"" ""}a,a:hover,a:visited{text-decoration:none}button,fieldset,input,select,textarea{font-size:inherit;color:inherit;border:none;border-radius:0}img{width:100%;height:auto}.clearfix:after,.clearfix:before{display:table}.clearfix:after{clear:both}*{-moz-box-sizing:border-box;box-sizing:border-box}

/*
Simple LightBox
https://github.com/dbrekalo/simpleLightbox

*/
.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;-webkit-animation:slbOverlay 0.5s;-moz-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}.slbDirectionNext .slbImageWrap{-webkit-animation:slbEnterNext 0.4s;-moz-animation:slbEnterNext 0.4s;animation:slbEnterNext 0.4s}.slbDirectionPrev .slbImageWrap{-webkit-animation:slbEnterPrev 0.4s;-moz-animation:slbEnterPrev 0.4s;animation:slbEnterPrev 0.4s}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0, -1em, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0);-moz-transform:translate3d(0, -1em, 0);-ms-transform:translate3d(0, -1em, 0);-o-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterNext{from{opacity:0;-moz-transform:translate3d(4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0);-moz-transform:translate3d(4em, 0, 0);-ms-transform:translate3d(4em, 0, 0);-o-transform:translate3d(4em, 0, 0);transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterPrev{from{opacity:0;-moz-transform:translate3d(-4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0);-moz-transform:translate3d(-4em, 0, 0);-ms-transform:translate3d(-4em, 0, 0);-o-transform:translate3d(-4em, 0, 0);transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}

video {
	width: 100%;
}

.slbImage {
    padding: 0 0;
    margin: 5em auto;
}

.slbOverlay {
    overflow: hidden;
    z-index: 2000;
    opacity: 1;
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;	
  animation: none !important;
}
.slbImage{
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2); 
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.slbImageWrap:after {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.slbOverlay {
    background-color: #efc463;
    opacity: 1;
}
.slbCaption {
    top: calc(100% + 20px);
    bottom: auto;
    font-size: unset;
    color: #1b354d;
    text-align: left;
    padding-top: 0px;
    display: flex;
    width: 100%;
    max-width: 100%;
	min-width: 0;
	align-items: flex-start;
	justify-content: flex-start;
    white-space: normal;
}

.slbCaption > div {
	width: auto;
	display: inline-block;
}
.slbCaption h2 {
	padding-right: 24px;
	font-family: 'dolce_vitaregular';
	overflow: visible;
	width: auto;
	display: inline-block;
	width: auto;
}
.slbArrow {
    content: "";
    border-radius: 50%;
    background-color: #1b354d;
    width: 44px;
    height: 44px;
    opacity: 1 !important;
}
.slbArrow.prev, .slbArrow.next {
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 1 !important;
}
.slbArrow {
    text-indent: 0;
    overflow: hidden;
}
.slbArrow.prev {
    left: 40px;
}
.slbArrow.next {
    right: 40px;
}
.slbArrow.prev:before {
    content: "<";
}
.slbArrow.next:before {
    content: ">";
}
.slbArrow.next:before, .slbArrow.prev:before {
    border-left: none;
    border: none;
    color: #ffffff;
    margin: 0 0 0 0 !important;
    font-weight: 600;
    font-size: 20px !important;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1 !important;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.slbCloseBtn  {
    color: #ffffff;
    font-size: 26px !important;
    font-weight: 600;
    margin: 0 0 0 0 !important;
    background-color: #1b354d;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    opacity: 1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4px;
	right: 0px;
	top: 0;
}


a { color: inherit; } 
ul, ol, li {
	list-style: none;
}
ul, p {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
	margin-top: 0;
}
u {
	text-decoration: none;
	border-bottom: 1px solid #4e4e4e;
}
em {
	font-style: italic;
}

/* hildegard */

img {

    width: auto;
    height: auto;

}

h1, h2, h3, h4, ul {
	margin-top: 0px;
}
.listing {
	    opacity: 0;
	    filter: alpha(opacity=0);
}

a {
    outline: 0;
}
a, a:visited, a:hover, a:focus, a:hover, a:active {
    text-decoration: none;
    outline: 0;
}

iframe {
    width: 100%;
}

.center {
    text-align: center;
}
.centerAll, .centerAll {
	text-align: center;
}
.centerAll > * {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
    display: none !important;
    visibility: hidden;
}
.item {
    display: inline-block;
    float: left;
    position: relative;
    text-align: left;
}
img.cent {
	width: 100%;
	height: auto;
}
.clickAll:hover {
    cursor: pointer;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(21, 23, 21);
}

h1, h2, h3, h4, .basker, .overlayBox .title {
    text-transform: none;
    vertical-align: top;
    vertical-align: text-top;
}



input, textarea, select {
    height: 38px;
    padding: 0px 10px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(21, 23, 21);
}
input[type='image'] {
    padding: 0;
}
h1:after, h2:after, h3:after, .fullscreen:after, .content:after, .bloc:after, #listeConseils .item p:after, .spacer:after {
    display: block;
    clear: both;
    content: '';
}
 div {
	vertical-align: top;
	position: relative;
}
.uppercase {
    text-transform: uppercase;
}







/* ***************************** STRUCTURE *********************************  */

.page_1 video {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
    object-fit: cover;
    display: block;
    z-index: 1;
}
.headContainer {
	overflow: hidden;
}

*.noMarginBottom {
	margin-bottom: 0px;
}


.spacer {
	height: 38px;
	width: 1px;
	
}
.twoCols {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    
    -moz-column-count: 2;
    /* Firefox */
    
    column-count: 2;
    -webkit-column-gap: 52px; /* Chrome, Safari, Opera */
    -moz-column-gap: 52px; /* Firefox */
    column-gap: 52px;
    
}


.fullscreen {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.nav .inner {
	text-align: center;
}


.inner {
	background-color: transparent;
	z-index: 10;
	width: calc(100% - 160px);
	margin: 0 auto;
}
.sticker {
	right: 80px;	
}
.headContainer {
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	margin: 40px;
}

.content {
    width: 1600px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    position: relative;
}




.content.center {
    text-align: center;
}
.content.mini {
    text-align: center;
    padding: 0 10%;
}
.bloc {
    margin: 0 auto 0 auto;
    margin-top: 118px;
    position: relative;
}
.inner.decale {
    padding-top: 68px;
}

.firstContent {
    
    margin-top: 280px;
    margin-bottom: 30px;
}
.minibloc {
    padding: 20px 0 ;
    position: relative;
}

.nav {
    z-index: 11;
    height: 238px;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
}
.main {
	margin-top: -171px;
}
	.slbCloseBtn {
	    top: 10px;
	}

@media screen and (max-width: 2560px) {
	

	.inner {
		width: calc(100% - 160px);
	}
	.sticker {
		right: 80px;	
	}
	.headContainer {
		width: calc(100% - 80px);
		height: calc(100% - 80px);
		margin: 40px;
	}

	.content {
	    width: 1600px;
	}	
	.nav .inner {
		
	}
	.nav {
	    height: 238px;
	}
	.bloc {
	    margin-top: 118px;
	}
	.main {
	    margin-top: -114px;
	}
}


@media screen and (max-width: 1920px) {
	
	.slbCloseBtn {
	    top: 20px;
	}
	.slbImage {
	    max-width: 1100px;
	}
	.bloc {
    	margin-top: 98px;
	}


	.inner {
		width: calc(100% - 128px);
	}
	.sticker {
		right: 64px;	
	}
	.headContainer {
		width: calc(100% - 64px);
		height: calc(100% - 64px);
		margin: 32px;
	}

	.content {
	    width: 1280px;
	}
	.twoCols {
	    -webkit-column-count: 2;
	    /* Chrome, Safari, Opera */
	    
	    -moz-column-count: 2;
	    /* Firefox */
	    
	    column-count: 2;
	    -webkit-column-gap: 42px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 42px; /* Firefox */
	    column-gap: 42px;
	    
	}
	.nav {
	    height: 190px;
	}

	.content.mini {
	    text-align: center;
	    padding: 0 8%;
	}
	.slbCaption {
	   top: calc(100% + 16px);
	}
}

@media screen and (max-width: 1680px) {
	
	.slbImage {
	    max-width: 1020px;
	}
	
	.slbCaption {
	   top: calc(100% + 18px);
	}
	
	.bloc {
    	margin-top: 78px;
	}

	.inner {
		width: calc(100% - 100px);
	}
	.sticker {
		right: 50px;	
	}
	.headContainer {
		width: calc(100% - 50px);
		height: calc(100% - 50px);
		margin: 25px;
	}

	.twoCols {
	    -webkit-column-count: 2;
	    /* Chrome, Safari, Opera */
	    
	    -moz-column-count: 2;
	    /* Firefox */
	    
	    column-count: 2;
	    -webkit-column-gap: 34px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 34px; /* Firefox */
	    column-gap: 34px;
	    
	}
	.content {
	    width: 1040px;
	}
	
	
	.nav {
	    height: 132px;
	}	


	.slbArrow.prev {
	    left: 30px;
	}
	.slbArrow.next {
	    right: 30px;
	}
	.slbArrow.prev:before {
	    content: "<";
	}
	.slbArrow.next:before {
	    content: ">";
	}
	.slbArrow.next:before, .slbArrow.prev:before {
	    font-size: 18px !important;
	}		
	.slbArrow {
	    width: 36px;
	    height: 36px;
	    opacity: 1 !important;
	}
	.slbCloseBtn  {
	    font-size: 22px !important;
	    width: 36px;
	    height: 36px;
	}
	
}

@media screen and (max-width: 1440px) {
	
	.slbImage {
	    max-width: 900px;
	}
	
	.slbCaption {
	   top: calc(100% + 16px);
	}
	
}

@media screen and (max-width: 1366px) {
	.content.mini {
		text-align: center;
		padding: 0 8%;
	}
	.slbImage {
	    max-width: 830px;
	}
	
	.slbCaption {
	   top: calc(100% + 16px);
	}
}

@media screen and (max-width: 1024px) {
  
	.slbImage {
	    max-width: 840px;
	}
	.inner {
		width: calc(100% - 100px);
	}
	.sticker {
		right: 10px;	
	}
	.headContainer {
		width: calc(100% - 50px);
		height: calc(100% - 50px);
		margin: 25px;
	}

	.content {
	    width: 100%;
	}
	
    .bloc {
        margin-top: 68px;
    }
	.main {
		margin-top: -70px;
	}
	.content.mini {
	    text-align: center;
	    padding: 0 12%;
	}
	
}
@media screen and (max-width: 820px) {
	
	.slbImage {
	    max-width: 760px;
	}
	.spacer {
	    height: 28px;
	}
	
	.sticker {
		/*display: none !important;*/
	}
  
	.inner {
		width: calc(100% - 100px);
	}
	.headContainer {
		width: calc(100% - 50px);
		height: calc(100% - 50px);
		margin: 25px;
	}

	.content {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.nav_mobile .content {
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.firstContent {
	    
	    margin-top: 168px;
	}
    .twoCols {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        
        -moz-column-count: 1;
        /* Firefox */
        
        column-count: 1;
    }
	.content.mini {
	    text-align: center;
	    padding: 0 2%;
	}
	.main {
		margin-top: 0px;
	}  
}

@media screen and (max-width: 768px) {

	.slbImage {
	    max-width: 722px;
	}
	.slbArrows {
	    position: fixed;
	    top: 56%;
	    left: 0;
	    right: 0;
	}
	
	.slbCloseBtn {
	    top: 20px;
	    right: 12px;
	}
}


@media screen and (max-width: 767px) {
	
	a, .noHighLight {
		-webkit-tap-highlight-color: transparent;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	.slbCloseBtn {
	    top: 20px;
	    right: 12px;
	}
	.slbCaption {
	   
	    display: block;
	}
	.slbCaption h2 {
		font-size: 22px;
        line-height: 24px;
        margin-bottom: 4px;
        padding-right: 0px;
	}
	.slbCaption > div {
	    width: 100%;
	    display: block;        
	    font-size: 16px;
        line-height: 20px;
	}
	
	.slbImage {
	    max-width: 100%;
	}
	.slbArrows {
	    position: fixed;
	    top: 60%;
	    left: 0;
	    right: 0;
	}
	.inner {
	    width: calc(100% - 48px);
	}
	.headContainer {
		width: calc(100% - 48px);
		height: calc(100% - 24px);
		margin: 24px;
	}
	
	
	
	.content {
		width: 100%;
		
	}

	.nav {
	    height: 100px;
	}
    .bloc {
        margin-top: 42px;
    }

 
	.firstContent {
	    
	    margin-top: 78px;
	}
	.content.mini {
	    padding: 0 0;
	}
	
	
}

/* ***************************** NAV *********************************  */

.nmesp {
	margin: 0px 7px;
}

.nav {
    z-index: 11;
    margin-bottom: 0px;
}
.nav .inner, .nav .content {
    position: relative;
    height: 100%;
}

.nav .lang {
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.infos {
	display: block;
	float: right;
	text-align: right;
	margin-right: 0;
}
.nav .coord  {
	text-align: right;
	
}
#footer a.selected {
    
	
}
.nav .coord strong {
	/*display: block;*/
}

.info  > span {
	display: block;
}
.infos {
	width: auto;
}

.infos {
	width: auto;
}




.logo {
    width: 114px;
    height: auto;
}
.page_1 .nav .logo {
	display: none;
}
.nav.turnHide .logo {
	position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
	body:not(.page_30, .page_20, .page_31, .page_21, .page_27, .page_28) .nav.turnHide .logo {
	    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(300deg) brightness(104%) contrast(103%);
	}
	body.page_14 .nav.turnHide .logo, body.page_15 .nav.turnHide .logo, body.page_40 .nav.turnHide .logo, body.page_41 .nav.turnHide .logo {
	        filter: invert(67%) sepia(55%) saturate(453%) hue-rotate(2deg) brightness(94%) contrast(88%);
	}
	
}
.over .logo {
	filter: invert(67%) sepia(55%) saturate(453%) hue-rotate(2deg) brightness(94%) contrast(88%);
}




.nav.turnHide .inner {
	display: flex;
	align-items: flex-end;	
	justify-content: flex-end;
}
.nav.turnHide .inner .icos {
	display: flex;
	align-items: center;	
	justify-content: flex-end;
}
.nav.turnHide .inner .icos img {
	margin-left: 6px;
	width: 66px;
}
.nav.turnHide .inner .icos img.mobile_bt {
	margin-left: 30px;
}

body:not(.page_1) .navSticky {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
body:not(.page_1) .navSticky.sticky {
	opacity: 1;
	position: fixed;
	z-index: 19;
}



@media screen and (max-width: 1920px) {
	  .logo {
	    width: 91px;
	
	}
	.nmesp {
		margin: 0px 6px;
	}
	.nav.turnHide .inner .icos img {
		margin-left: 4px;
		width: 54px;
	}
	.nav.turnHide .inner .icos img.mobile_bt {
		margin-left: 26px;
		width: 66px;
	}
	.hamburger-close {
		width: 66px;
	}

	
}

@media screen and (max-width: 1680px) {

	.logo {
	    width: 72px;
	}
	.menu li.hassub ul {
		min-width: 	154px;
	}

	.nmesp {
		margin: 0px 5px;
	}
	.nav.turnHide .inner .icos img {
		margin-left: 3px;
		width: 42px;
	}
	.nav.turnHide .inner .icos img.mobile_bt {
		margin-left: 20px;
		width: 52px;
	}
	.hamburger-close {
		width: 52px;
	}
}
@media screen and (max-width: 1024px) {


}
@media screen and (max-width: 820px) {
	.logo {
	    width: 72px;
	}

}


@media screen and (max-width: 767px) {
	.logo {
	    width: 64px;
	}

	.nav.turnHide .inner .icos img.mobile_bt {
	    margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 10px;
	    width: 52px;
	}
	.hamburger-close {
	    width: 52px;
	}
	.nav.turnHide .inner .icos img:nth-child(1) {
		display: none;
	}
	.nav.turnHide .inner .icos {
	    display: flex;
	    align-items: flex-start;
	    justify-content: flex-start;
	    flex-direction: column-reverse;
	}
	.nav.turnHide .inner .icos {
		position: absolute;
		right: 44px;
		top: 64px;
		
	}
	body:not(.page_1) .navSticky.sticky {
		display: none !important;
		z-index: 1;
	}
}

.nav .hamburger:hover, .nav .hamburger-close:hover {
    cursor: pointer;
}

.nav_mobile {
    z-index: 20;
    position: fixed;
    overflow: hidden;
    filter: alpha(opacity=0);
    margin-bottom: 0;
    background: rgb(248,205,107);
	background: linear-gradient(213deg, rgba(248,205,107,1) 0%, rgba(197,154,63,1) 100%);
    top: 40px;
    height: calc(100% - 80px);
    right: -920px;
    width: auto;
    left: auto;
    padding: 0px 116px 90px 116px;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


.menualpha {
    opacity: 0.6;
    filter: alpha(opacity=0.6);
}



/* ***************************** NAV MOBILE *********************************  */

.nav_mobile .inner, .nav_mobile .content {
    height: 100%;
}
.hamburger-close {
	position: absolute;
	top: 110px;
	right: 48px;
}

@media screen and (max-width: 1920px) {
  
	.nav_mobile {
	    top: 32px;
	    height: calc(100% - 64px);
	    right: -840px;
	    padding: 0px 92px 72px 92px;
	}
	 .hamburger-close {
	    position: absolute;
	    top: 90px;
	    right: 38px;
	}  
}


@media screen and (max-width: 1680px) {
	.nav_mobile {
	    top: 25px;
	    height: calc(100% - 50px);
	    right: -650px;
	    padding: 0px 72px 56px 72px;
	}
	.hamburger-close {
	    position: absolute;
	    top: 54px;
	    right: 24px;
	}
	
}


@media screen and (max-width: 1024px) {
	.nav_mobile {
	}
	
}


@media screen and (max-width: 820px) {
	.nav_mobile {
	    right: -100%;
	     width: calc(100% - 50px);
	}
	
}

@media screen and (max-width: 767px) {
	
	.nav_mobile {
	    top: 24px;
	    height: calc(100% - 48px);
	    right: -100%;
	    width: calc(100% - 48px);
	    padding: 0px 24px 20px 24px;
	}
	.hamburger-close {
	    position: absolute;
	    top: 54px;
	    right: 20px;
	}
		
		

	.nav_mobile .submenu {
		height: auto;
		position: absolute;
		top: auto;
		left: 100%;
		width: 100%;
		padding: 0px 24px 30px 24px;
		z-index: 11;
		bottom: 0px;
		margin-bottom: 0;
		
	}
	.nav_mobile .submenu a {
		color: #ffffff;
	}
	.nav_mobile .submenu .lisep {
		display: none;
	}
	.nav_mobile {
	    justify-content: flex-start;
	    text-align: left;
	}
	.nav_mobile > div {
		width: 100%;
		padding: 0 0 0 0;
	}
	.nav_mobile .submenu, .nav_mobile .submenu li {
			
		text-align: right;
	}
	.nav_mobile .submenu li {
		text-align: left;
	}
	.nav_mobile .submenu li a {
		color: #ffffff !important;
	}
	.submenu img {
		position: absolute;
		top: -44px;
		left: 24px;
		width: 36px;
	}
	.nav_mobile .submenu li {
		color: #ffffff !important;
	}	
	.nav_mobile .submenu a {
		color: #292929 !important;
		font-size: 20px;
		line-height: 40px;
	}		
		
}
@media screen and (max-width: 360px) {
	
	
}


/* ***************************** SLIDER *********************************  */
.fullsliderContainer .slider {
    opacity: 0;
    filter: alpha(opacity=0);
}

.fullsliderContainer .inner, .fullsliderContainer .content {
    height: 100%;
}
.fullsliderContainer .slider_img {
    position: absolute;
}
.fullsliderContainer {
    height: auto;
}
.page_1 .fullsliderContainer {
    height: 100%;
    
}
.page_42 .fullsliderContainer, .page_43 .fullsliderContainer, .page_44 .fullsliderContainer, .page_45 .fullsliderContainer, .page_46 .fullsliderContainer {
	height: auto;
}

	
.fullsliderContainer .slider_img {
    position: absolute !important;
    object-fit: cover !important;
    min-width: 100% !important;
    min-height: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
}


.gallerySliderContainer .slider_img_g {	
   width: 100%;
   display: block;
   height: auto;
}


.fullsliderContainer .slider {
	z-index: 1;
}
	.fullsliderContainer {
		position: relative;
	}
  
	
.fullsliderContainer .cbp-nav {
	display: none;
}
.fullsliderContainer {
	    height: auto;
	}

@media screen and (max-width: 2560px) {
	

}


	#map.fullsliderContainer {
	    height: 768px;
	}



	
@media screen and (max-width: 1920px) {
	

}

@media screen and (max-width: 1680px) {
	
	#map.fullsliderContainer {
	    height: 386px;
	}
}

@media screen and (max-width: 1024px) {
	
	#map.fullsliderContainer {
	    height: 368px;
	}
	
}
@media screen and (max-width: 820px) {
   
	#map.fullsliderContainer {
	    height: 500px;
	}
}
@media screen and (max-width: 767px) {
    
	#map.fullsliderContainer {
	    height: 320px;
	}
}



/* ***************************** ITEMS *********************************  */

.item_3 {
    float: left;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33.3333% - 27px);
}
.item_3:nth-child(3n+3) {
    margin-right: 0px;
}

.item_2 {
    float: left;
    display: inline-block;
    margin-right: 20px;
    width: calc(50% - 10px);
}
.item_2:nth-child(2n+2) {
    margin-right: 0px;
}
.item_4 {
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 36px;
    width: calc(25% - 15px);
}
.item_4:nth-child(4n+4) {
    margin-right: 0px;
}
.item_3 img, .item_4 img, .item_5 img { 
	width: 100%;
    display: block;
}

.roundImg {
	width: 60% !important;
}

.item_5 {
    float: left;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 36px;
    width: calc(20% - 13px);
}
.item_5:nth-child(5n+5) {
    margin-right: 0px;
}



.paddMe {
	padding: 46px 40px 46px 40px;
}

.item_3.clickAll img  {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;	
}
.item_3.clickAll:hover img {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;	 
	

}

.item_100 .item.item_3 {
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	text-align: center;
	padding-top: 22px;
}


.left {
    width: calc(50% - 20px);
    float: left;
    display: inline-block;
    position: relative;
    height: auto;
}
.right {
    width: calc(50% - 20px);
    float: right;
    display: inline-block;
    position: relative;
    height: auto;
}

	.left40 {
	    display: inline-block;
	    float: left;
	    width: 33%;
	    padding-right: 32px;
	}
	.right40 {
	    display: inline-block;
	    float: right;
	    width: 66%;
	}
	.left72 {
	    width: 72%;
	    float: left;
	    display: inline-block;
	    position: relative;
	}
	.right72 {
	    width: calc(28% - 20px);
	    float: right;
	    display: inline-block;
	    position: relative;
	    margin-left: 20px;
	}
.left74 {
    width: calc(73.9% - 20px);
    margin-right: 20px;
    float: left;
    display: inline-block;
    position: relative;
}
.right74 {
    width: calc(27.3333% - 15px);
    float: left;
    display: inline-block;
    position: relative;
}
.left76 {
    width: calc(73.9% - 20px);
    margin-right: 20px;
    float: left;
    display: inline-block;
    position: relative;
}
.right76 {
    width: calc(27.3333% - 15px);
    float: right;
    display: inline-block;
    position: relative;
}

.left80 {
	width: 80%;
}	

.left46 {
    width: 46%;
    margin-right: 0px;
    float: left;
    display: inline-block;
    position: relative;
}
.right46 {
    width: 51%;
    float: right;
    display: inline-block;
    position: relative;
}

.left46.inverted {
	float: right;
    width: 51%;
	
}
.right46.inverted {
    float: left;
    width: 46%;
    
}

.left51 {
    width: 51%;
    float: left;
    display: inline-block;
    position: relative;
}
.right51 {
    width: 46%;
    margin-right: 0px;
    float: right;
    display: inline-block;
    position: relative;
}



.left31 {
    width: 31%;
    margin-right: 0px;
    float: left;
    display: inline-block;
    position: relative;
}
.right31 {
    width: calc(69% - 20px);
    float: right;
    display: inline-block;
    position: relative;
}

.left41 {
    width: 40%;
    margin-right: 0px;
    float: left;
    display: inline-block;
    position: relative;
}
.right41 {
    width: calc(60% - 30px);
    float: right;
    display: inline-block;
    position: relative;
}

.item_3.item_2 {
    width: calc(50% - 18px);
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 36px;
    margin-bottom: 36px;
}



.item_3.item_2:nth-child(2n+2) {
	margin-right: 0;
}

.left60 {

    width: 60%;
    float: left;
    display: inline-block;
    position: relative;
}
.left60.alternate, .left.alternate {
    float: right;
}

.right60 {
    width: 36%;
    float: right;
    display: inline-block;
    position: relative;
}
.right60.alternate, .right.alternate {
    float: left;
}
.right60 img {
	width: 100%;	
}

.floatRight {
	display: inline-block;
	float:right;
}


div.bottom {
	position: absolute;
	bottom: 0;
}
div.bottom p {
	margin-bottom: 0px;
}
#dates .item span {
	display: inline-block;
	float: left;
}
#dates .item span.align_div {
	padding-left: 24px;
	padding-right: 102px;
	width: calc(100% - 90px);
} 
#dates .item img {
	width: 90px;
}
#dates .item {
	margin-bottom: 54px;
}
.left img, .right img {
	width: 100%;
	display: block;/*h*/
}

#slider_temoignage img {
	margin: 0 auto;
	width: 100px;
}
#slider_temoignage .corps {
	padding: 0px 8%;
	margin-bottom: 0px;
}

.photosSliderContainer img {
	height: 100%;
}
.photosSliderContainer .slick-slide img {
	margin: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.photosSliderContainer {
	width: calc(100% + 20px);
	margin-left: -10px;
}

.bottomArrows .slick-next {
    right: 0px;
    top: auto;
    left: auto;
    bottom: 0;
}
.bottomArrows .slick-prev {
    right: 38px;
    top: auto;
    left: auto;
    bottom: 0;
}

.bottomArrows.leftArrows .slick-next {
    right: auto;
    top: auto;
    left: 38px;
    bottom: 0;
}
.bottomArrows.leftArrows .slick-prev {
    right: auto;
    top: auto;
    left: 0px;
    bottom: 0;
}

.gallerySliderVariable .slick-slide {
	margin-right: 5px;
}
.gallerySliderVariable .slick-slide:last-child {
	margin-right: 0px;
}
.item.item_1 {
	width: 100%;
	display: block;
	float: none;
	margin-bottom: 24px;
}
.item.item_1:after {
    display: block;
    clear: both;
    content: '';
}

.three-cols {
	width: 100%;
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
}	
.three-cols img {
	height: auto;
	width: 25%;
	margin-right: 26px;
	float: left;
	display: inline-block;
}	
.three-cols .corps {
	float: left;
	display: inline-block;
	width: calc(100% - 154px);
}	
.three-cols h3, .three-cols .corps p {
	width: 66%;
	display: inline-block;
	clear: right;
}
.three-cols h3 {
	margin-top: 32px;
}

.three-cols .corps p {
	margin-bottom: 8px;
}

.three-cols .infos {
	float: left;
	display: inline-block;
	width: 151px;
	margin-left: 3px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 10px;
}
.three-cols .infos > div {
	height: 100%;
    vertical-align: middle;
    display: table;
    width: 100%;
    text-align: center;
}
.three-cols .infos > div > div {
	vertical-align: middle;
    display: table-cell;
    width: 100%;
    text-align: center;
}
.three-cols .infos .bt {
	width: 100%;
}


.listRecrutements .recrutement {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	height: auto;
	margin-bottom: 10px;
}
.listRecrutements .recrutement:after, .listRecrutements .recrutement .r_tete:after, .listRecrutements .recrutement .r_corps:after {
    display: block;
    clear: both;
    content: '';
}
.listRecrutements .recrutement .r_tete, .listRecrutements .recrutement .r_corps {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	height: auto;
}
.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_bt {
	min-height: 56px;
	display: inline-block;
	float: left;
}
.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_corps {
	padding-left: 30px;
	padding-right: 50px;
}
.listRecrutements .recrutement .r_corps {
	padding-right: 100px;
}
.recrutement .btContainer {
	text-align: right;
}
.recrutement .bt {
	transform: translateX(74px);
}
.recrutement {
	padding: 10px;
}
.listRecrutements .recrutement .r_titre {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.r_titre strong {
	font-weight: 700 !important;
}
.listRecrutements .recrutement .r_tete {
	padding-top: 0;
	padding-bottom: 0;	
}
.recrutement .r_titre {
	padding: 16px 0 20px; 
}
.recrutement .r_date{
	display: none;
}

.listRecrutements .recrutement .r_titre {
	width: calc(100% - 56px);
}
.listRecrutements .recrutement .r_date {
	float: right;
}
.listRecrutements .recrutement .r_bt {
	width: 56px;
	line-height: 56px;
	text-align: center;
}
.listRecrutements .recrutement .r_corps {
	display: none;
}
.listRecrutements .recrutement .r_tete:hover {
	cursor: pointer;
}




input[id='subject'], .bt_fichier_container {
	display: none;
}

#bt_fichier {
	display: none !important;
}
input#offre {
	font-weight: 700;
	width: 100%;
	display: none;
}
.page_28 input#offre {
	display: block;
}

.page_28 #bt_fichier {
	display: inline-block !important;
	margin-right: 4px;
}
.btRadius {
	border-radius: 24px !important;
}
.slider_presentation .slick-slide {
	margin-bottom: 0;
    margin-right: 0px;
    padding: 10px;
}
.slider_presentation .item:nth-child(3n+3) {
    margin-right: 0px;
}
.slider_presentation .slick-next {
    right: -44px;
}
.slider_presentation .slick-prev {
    left: -44px;
}
.slider_presentation  {
	width: calc(100% + 20px);
	margin-left: -10px;
}


.sticker {
    position: fixed;
    top: 52%;
    z-index: 12;
	width: auto;
	visibility: hidden;
}

div.alignRight {
	text-align: right;
}
div.alignRight > * {
	text-align: right;
}
div.alignRight .bt.bottom {
	right: 0;
	left: auto;
}

.asym.asymLeft  {
	float: left;
	max-width: 100%;
}
.asym.asymRight  {
	float: right;
	max-width: 100%;
}
.informationFilters .bt {
	margin: 0px 6px 8px 0px;
}
.bt.filter {
	display: inline-block;
	margin: 0 10px 10px 0;
}

@media screen and (max-width: 1920px) {

	.item_3 {
	    float: left;
	    display: inline-block;
	    margin-right: 34px;
	    margin-bottom: 34px;
	    width: calc(33.3333% - 23px);
	}
	
	.paddMe {
		padding: 36px 30px 36px 30px;
	}
	.left {
	    width: calc(50% - 16px);
	    float: left;
	    display: inline-block;
	    position: relative;
	    height: auto;
	}
	.right {
	    width: calc(50% - 16px);
	    float: right;
	    display: inline-block;
	    position: relative;
	    height: auto;
	}
	.bt.filter {
		display: inline-block;
		margin: 0 8px 8px 0;
	}
}



@media screen and (max-width: 1680px) {
	.left {
	    width: calc(50% - 12px);
	    float: left;
	    display: inline-block;
	    position: relative;
	    height: auto;
	}
	.right {
	    width: calc(50% - 12px);
	    float: right;
	    display: inline-block;
	    position: relative;
	    height: auto;
	}

	.paddMe {
		padding: 18px 22px 22px 22px;
	}
	.item_4 {
	    margin-right: 16px;
	    margin-bottom: 30px;
	    width: calc(25% - 12px);
	}
    .left40 {
        width: 34%;
    }
    .right40 {
        width: 66%;
    }
    
	.left72 {
	    width: 74%;
	}
	.right72 {
	    width: calc(26% - 18px);
	    margin-left: 18px;
	} 
	
	.left74 {
	    width: calc(70% - 20px);
	}
	.right74 {
	    width: 30%;
	}
	
	.left76 {
	    width: calc(70% - 20px);
	}
	.right76 {
	    width: 30%;
	}

	.left46 {
	    width: 46%;
	    margin-right: 0px;
	    float: left;
	    display: inline-block;
	    position: relative;
	}
	.right46 {
	    width: 51%;
	    float: right;
	    display: inline-block;
	    position: relative;
	}
	.left46.inverted {
		float: right;
	    width: 51%;
		
	}
	.right46.inverted {
	    float: left;
	    width: 46%;
	    
	}
	.left51 {
	    width: 51%;
	    float: left;
	    display: inline-block;
	    position: relative;
	}
	.right51 {
	    width: 46%;
	    margin-right: 0px;
	    float: right;
	    display: inline-block;
	    position: relative;
	}
	.item_3.item_2 {
	    width: calc(50% - 12px);
	    float: left;
	    display: inline-block;
	    position: relative;
	    margin-right: 24px;
    	margin-bottom: 24px;
	}
	.item_3.item_2:nth-child(2n+2) {
		margin-right: 0;
	}
	#dates .item span.align_div {
		padding-left: 24px;
		padding-right: 0px;
		width: calc(100% - 90px);
	} 
	#dates .item img {
		width: 90px;
	}
	#dates .item {
		margin-bottom: 44px;
	}
	#slider_temoignage .corps {
	    padding: 0px 10%;
	    margin-bottom: 0px;
	}
	.slider .legende {
		width: 36%;
		height: auto;
		padding: 16px;
	}
	.three-cols h3 {
		margin-top: 28px;
	}
	.slider_presentation .slick-next {
	    right: -34px;
	}
	.slider_presentation .slick-prev {
	    left: -34px;
	}
	.item_3 {
	    float: left;
	    display: inline-block;
	    margin-right: 28px;
	    margin-bottom: 28px;
	    width: calc(33.3333% - 19px);
	}
	.bt.filter {
		display: inline-block;
		margin: 0 6px 6px 0;
	}
	
}

@media screen and (max-width: 1024px) {
	.left72 {
	    width: 66%;
	}
	.right72 {
	    width: calc(34% - 12px);
	    margin-left: 12px;
	} 

	.left46 {
	    width: 46%;
	    margin-right: 0px;
	    float: left;
	    display: inline-block;
	    position: relative;
	}
	.right46 {
	    width: 51%;
	    float: right;
	    display: inline-block;
	    position: relative;
	}
	.left46.inverted {
		float: right;
	    width: 51%;
		
	}
	.right46.inverted {
	    float: left;
	    width: 46%;
	    
	}
	.left51 {
	    width: 51%;
	    float: left;
	    display: inline-block;
	    position: relative;
	}
	.right51 {
	    width: 46%;
	    margin-right: 0px;
	    float: right;
	    display: inline-block;
	    position: relative;
	}
	
	.item_5 {
	    float: left;
	    display: inline-block;
	    margin-right: 16px;
	    margin-bottom: 36px;
	    width: calc(25% - 12px);
	}
	.item_5:nth-child(5n+5) {
	    margin-right: 16px;
	}
	.item_5:nth-child(4n+4) {
	    margin-right: 0;
	}
	
	.three-cols img {
		width: 25%;
		margin-right: 12px;
	}	
	.three-cols .corps {
		width: calc(100% - 133px);
	}	
	.three-cols h3, .three-cols .corps p {
	    width: 70%;
	}
	.three-cols h3 {
		margin-top: 20px;
	}
	.three-cols .infos {
		width: 130px;
		margin-left: 3px;
		padding: 0px 8px;
	}
	.slider_presentation .slick-next {
	    right: -28px;
	}
	.slider_presentation .slick-prev {
	    left: -28px;
	}
	
	.left80 {
		width: 90%;
	}	
	
}

@media screen and (max-width: 820px) {
    
    .item_3 {
        float: left;
        display: inline-block;
        margin-right: 24px;
        width: calc(50% - 12px);
        margin-bottom: 24px;
    }
	.item_3:nth-child(3n+3) {
	    margin-right: 24px;
	}
	.item_3:nth-child(2n+2) {
	    margin-right: 0px;
	}

}

@media screen and (max-width: 820px) {


	.left80 {
		width: 100%;
	}	
    .left72 {
        padding-right: 0px;
    }

    
    .right74 {
        width: calc(22.333% - 16px);
    }

	.left31 {
	    width: 42%;
	}
	.right31 {
	    width: calc(58% - 20px);
	    float: right;
	    display: inline-block;
	    position: relative;
	}
	
	.right {
	    width: calc(50% - 5px);
	    float: right;
	    display: inline-block;
	    position: relative;
	    height: auto;
	}

	.page_19  .left31 {
	    width: 37%;
	}
	.page_19  .right31 {
	    width: calc(61% - 6px);
	    float: right;
	    display: inline-block;
	    position: relative;
	}	
	
	.left74 {
	    width: 100%;
	    float: none;
	    display: block;
	        margin-bottom: 38px;
	}
	.right74 {
	    width: 100%;
	    float: none;
	    display: block;
	}
	.left76 {
	    width: 100%;
	    float: none;
	    display: block;
	}
	.right76 {
	    width: 100%;
	    float: none;
	    display: block;
	}

	.left46 {
	    width: 46%;
	    margin-right: 0px;
	    float: left;
	    display: inline-block;
	    position: relative;
	}
	.right46 {
	    width: 100%;
	    float: none;
	    display: block;
	}
	.left46.inverted {
	    width: 100%;
	    float: none;
	    display: block;
		
	}
	.right46.inverted {
	    width: 100%;
	    float: none;
	    display: block;
	    
	}
	.left51 {
	    width: 51%;
	    float: left;
	    display: inline-block;
	    position: relative;
	}
	.right51 {
	    width: 46%;
	    margin-right: 0px;
	    float: right;
	    display: inline-block;
	    position: relative;
	}
	.item_3.item_2 {
	    width: calc(50% - 9px);
	    float: left;
	    display: inline-block;
	    position: relative;
	    margin-right: 18px;
    	margin-bottom: 18px;
	}
	.item_3.item_2:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.right60.alternate, .right60, .left60.alternate, .left60, 
	.right.alternate, .left.alternate {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 16px;
        padding-left: 0;
        margin-right: 0px;
        height: auto;
	}
  	.right60.alternate:after, .right60:after, .left60.alternate:after, .left60:after {
  	    display: block;
	    clear: both;
	    content: '';
  	}
  	div.bottom {
  		position: relative;
  		bottom: auto;
  	}
	#dates .item span.align_div {
		padding-left: 14px;
		padding-right: 0px;
		width: calc(100% - 90px);
	} 
	#dates .item img {
		width: 90px;
	}
	#dates .item {
		margin-bottom: 44px;
	}
    .item_4 {
        width: calc(50% - 10px);
        margin-bottom: 24px;
    }
    .item_4:nth-child(2n) {
        margin-right: 0px;
    }
	.slider .legende {
		width: 46%;
		height: auto;
		padding: 14px;
	}
	.three-cols img {
		width: 25%;
		margin-right: 12px;
	}	
	.three-cols .corps {
		width: calc(100% - 123px);
	}	
	.three-cols h3, .three-cols .corps p {
	    width: 70%;
	}
	.three-cols h3 {
		margin-top: 14px;
	}
	.three-cols .infos {
		width: 120px;
		margin-left: 3px;
		padding: 0px 8px;
	}
	.slider_presentation .slick-next {
	    right: -24px;
	}
	.slider_presentation .slick-prev {
	    left: -24px;
	}
	.roundImg {
	    width: 44% !important;
	}	
    
}


@media screen and (max-width: 767px) {
	
    .item_3 {
        float: none;
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 24px;
    }
    	

	.page_19  .left31 {
 		width: 100%;
        float: none;
        display: block;
        margin-bottom: 16px;
        padding-left: 0;
        margin-right: 0px;
	}
	.page_19  .right31 {
 		width: 100%;
        float: none;
        display: block;
        margin-bottom: 16px;
        padding-left: 0;
        margin-right: 0px;
	}	

    .left, .right, .left72, .right72, .left74, .right74, .left46, .right46, 
    .left51, .right51, .left46.inverted, .right46.inverted, .left40, .right40 {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 16px;
        margin-right: 0px;
        margin-left: 0;
    }
    .right74 {
    } 
    .item_4 {
        width: 100%;
        margin-right: 0px;
    }
    .item_4:nth-child(2n) {
        margin-right: 0px;
    }
	.item_2 {
	    float: none;
	    display: block;
	    margin-right: 0px;
	    width: 100%;
	}
	
	.right31, .left31 {
	    width: 100%;
	    float: left;
	    display: block;
	    
	}
    .left31 {
    	margin-bottom: 36px;
    }
    
	.item_3.item_2 {
	    width: 100%;
	    float: left;
	    display: inline-block;
	    position: relative;
	    margin-right: 0px;
	}
	.item_3.item_2:nth-child(2n+2) {
		margin-right: 0;
	}
    
    .cent.last {
    	display: none;
    }
	.item_3.item_2 {
	    margin-bottom: 24px;
	}   
    #dates .item {
	    width: 100%;
	}
	#dates .item span {
	    display: block;
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	#dates .item span.align_div {
	    padding-left: 24px;
	    padding-right: 24px;
	    width: 100%;
	}
	#dates .item {
	    margin-bottom: 34px;
	}
	#dates h2 {
		text-align: center;
	}
	#slider_temoignage .corps {
	    padding: 0px 0%;
	    margin-bottom: 0px;
	}
	.photosSliderContainer {
		height: auto;
		overflow: hidden;
	}
	.photosSliderContainer img {
	    height: auto;
	    width: 100%;
	}
	.slider .legende {
		width: 100%;
		height: auto;
		padding: 14px;
	}
	
	
	.item_5 {
	    float: left;
	    display: inline-block;
	    margin-right: 16px;
	    margin-bottom: 28px;
	    width: calc(50% - 8px);
	}
	.item_5:nth-child(5n+5) {
	    margin-right: 16px;
	}

	.item_5:nth-child(4n+4) {
	    margin-right: 16px;
	}

	.item_5:nth-child(2n+2) {
	    margin-right: 0;
	}
	.three-cols img, .three-cols .infos {
		display: block;
		margin-right: 0;
		width: 100%;
	}
	.three-cols {
		width: 100%;
		display: inline-block;
		float: none;
	}
	.three-cols .corps {
	    width: 100%;
	    text-align: center;
	    padding: 0px 0px;
	    width: 100%;
	}
	.three-cols .infos {
	    width: 120px;
	    margin-left: 0;
	    padding: 16px 16px 26px 16px;
	    text-align: center;
	    width: 100%;
	}
	.three-cols h3 {
	    max-width: 100%;
	    padding: 16px 16px;
	}
	 .three-cols .corps p {
		display: none;
	}
	.three-cols .infos .bt.mini {
		width: auto;
		margin: 0 auto;
	}

	.listRecrutements .recrutement .r_bt {
	 
	}
	.listRecrutements .recrutement .r_titre {
		width: 100%;
		height: auto;
	}
	.listRecrutements .recrutement .r_titre span {
		max-width: 60%;
		display: inline-block;
	}
	.listRecrutements .recrutement .r_titre, .listRecrutements .recrutement .r_corps {
	    padding: 10px 14px 10px;
	}
	.roundImg {
	    width: 40% !important;
	}	
	
}







/* ***************************** HOME *********************************  */

.actu {
	overflow: hidden;
}
.actualite .aOver {
	opacity: 0;
	background-color: #d8a947;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nav.turnHide .logo {
	margin-left: 70px;
}
.page_30 .nav.turnHide .logo, .page_20 .nav.turnHide .logo, .page_27 .nav.turnHide .logo {
	margin-left: 0px !important;
}
#mog {
	display: none;
}

.left66 {
	width: 66%;
}
#btSound {
	z-index: 4;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 78px;
	height: 78px;
	display: none;
	opacity: 0;
}
#btSound img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#btSound #btunmute {
    opacity: 0;
    filter: alpha(opacity=0);
}
.radius {
	-webkit-border-radius: 14px !important;
	-moz-border-radius: 14px !important;
	border-radius: 14px !important;
}
.radiusBig, .actuSliderContainer .slick-list, .slbImage {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}
.over {
	height: calc(100% - 92px);
	width: auto;
	position: absolute;
	bottom: 46px;
	right: 46px;
	background: rgba(255, 255, 255, .8);
	padding: 170px 70px 135px 210px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	backdrop-filter: blur(10px);
	text-align: right;
}
.page_1 .over {
	background: rgba(255, 255, 255, .7);
}
.over.mini {
	padding: 170px 70px 50px 210px;
}
.nav.turnHide .inner .icos {
	padding-right: 75px;
}
.page_1 .over {
	width: calc(100% - 92px);
	height: auto;
	padding: 48px 70px 60px 70px;
	z-index: 4;
	justify-content: space-between;
	text-align: left;
	backdrop-filter: blur(0px);
}
.scroll {
	width: 106px;
}
.scroll:hover {
	cursor: pointer;
}
.navSticky {
	position: relative;
	top: auto;
	left: auto;
	position: relative;
}
.navSticky.sticky {
	position: fixed;
	top: 0;
	left: 0;
}

.page_1 .nav.navSticky .logo, .nav.navSticky .logo {
    display: block !important;
}
.nav.navSticky .logo, #footer .logo, .page_30 .nav.turnHide .logo, .page_20 .nav.turnHide .logo, .page_31 .nav.turnHide .logo, .page_21 .nav.turnHide .logo, .page_27 .nav.turnHide .logo, .page_28 .nav.turnHide .logo  {
	width: 294px;
}
.nav.navSticky {
	height: 160px;
	background-color: rgba(255, 255, 255, 0.95);
	background-color: #ffffff;
	padding-bottom: 20px;
}
#navSticky {
	height: 0px;
	display: block;
	position: relative;
	z-index: 9;
}
#navSticky.visible {
	height: 160px;
}
#navSticky2 {
	height: 0px;
}
#navSticky2.visible {
	height: 150px;
}
.nav.turnHide.mini {
	height: 150px;
	position: fixed;
	top: 0px;
}

.nav.navSticky .inner {
	height: 100%;	
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.presentation >  div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.presentation .left {
	width: 36%;
	text-align: right;	
}
.presentation .right {
	width: 60%;
}
.servicesImgs {
	position: relative;
}
	.servicesImgs img {
		position: absolute;
		display: block;
		opacity: 0;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.servicesImgs img.selected {
		position: relative;
		top: auto;
		left: auto;
		opacity: 1;
	}
	.servicesBlock {
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100% - 20px);
		margin: 0 10px 10px;
		z-index: 2;
		display: flex;
		align-items: flex-end;
	}
	.servicesBlock > div {
		padding: 10px;
		width: 25%;
		display: inline-block;
		float: left;
	}
	.servicesBlock > div > div {
		background: rgba(255, 255, 255, .6);
		backdrop-filter: blur(6px);
		padding: 50px 28px 20px;
	}
	.servicesBlock .sup {
		display: block;
	}
	.servicesBlock * {
		color: #ffffff;
	}
	.service.selected .radius {
	    background: rgb(248,205,107);
		background: linear-gradient(213deg, rgba(248,205,107,1) 0%, rgba(197,154,63,1) 100%);
	}
	.service p {
		height: 0px;
		overflow: hidden;
		margin-bottom: 0px !important;
	}

	.service:hover p, .service.selected p {
		height: 81px;
	}

	#visitez {
		
		color: #ffffff;
		padding: 80px 50% 70px 100px;
	}
	#visitez .back {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 1;
	}
	#visitez h2, #visitez p, #visitez .radius, #visitez .bt {
		display: block;
		position: relative;
		z-index: 2;
	}
	#visitez h2, #visitez p, #visitez .bt {
		display: block;
		z-index: 2;
	}
	
	#visitez img.radius {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 3;
	}
	
	.sticker img {
		display: block;
		width: 66px;
	}
	.sticker img.tal {
		width: 94px;
		margin-bottom: 12px;
	}
	.sticker {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.headContainer img.radiusBig {
		width: 100%;
		height: auto;
		display: block;
	}
	.ariane {
		color: #bab5af;
		position: absolute;
		top: 180px;
		right: 70px;
	}
	.ariane.arianeRel {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 62px;
	}
	.fullsliderContainer.mini .ariane.arianeRel {
		margin-bottom: 22px;
	}
	.sIco {
		width: auto;
		height: auto;
	}
	
	.dent {
		width: auto;
		height: auto;
		margin: 0 auto 20px;
	}
	.bloc2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 88px;
		grid-row-gap: 0px;
	}
	.bloc2.bloc2LessPadd {
		grid-column-gap: 48px;
	}
	.bloc2 img {
		width: 100%;
		height: auto;
	}
	.imgContainer {
		margin-bottom: 64px;
	}
	.bloc3 img {
		width: 100%;
	}
	.bloc3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 65px;
		grid-row-gap: 0px;
	}
	.bloc3Container {
		padding: 40px 0 60px;
		background-color: #e4e7e8;
		margin-bottom: 42px;
	}
	.bloc3Title {
		display: flex;
		align-items: center;
		padding: 8% 12% !important;
	}
	.bloc3 > div {
		padding: 0 6% 0 0;
	}
	.blue {
		color: #56616c;
	}
	.blocDys {
		display: flex;
	}
	.blocDys.bEnd {
		align-items: flex-end;
	}
	.blocDys.bEnd p:last-child {
		margin-bottom: 0px;
	}
	.blocDys.asym {
		flex-direction: row-reverse;
	}
	.blocDys .left {
		width: 60%;
	}
	.blocDys .right {
		width: 40%;
	}
	.blocDys .h2 {
		display: none;
	}
	.blocDys img {
		width: 100%;
		height: auto;
	}
	.blocDys .right {
		padding: 0 0 0 5%;
	}
	.blocDys.asym .right {
		padding: 0 5% 0 0;
	}
	.nav .menu li ul li {
		display: inline-block;
	}
	.nav .menu li ul li.lisep {
		margin: 0 5px;
	}
	.equipe {
		padding: 20px 70px 38px 20px;
		background-color: #b58f3c;
		color: #ffffff;
	}
	.equipe#equipe_30 {
		padding: 20px 70px 20px 20px;
		margin-bottom: 30px;
	}
	.equipe {
		display: flex;
	}
	.equipe img {
		width: 300px;
		height: 300px;
		margin-right: 60px;
	}
	.equipe .padd1 {
		padding-top: 66px;
	}
	.equipe .padd2 {
		padding-top: 46px;
	}
	.equipe.autres img {
		margin-bottom: 8px;
	}
	.equipes {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.threeCols {
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 60px; /* Firefox */
	    column-gap: 60px;  
	}
	.lesEquipes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 48px;
		grid-row-gap: 0;
	}
	.lequipe img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.photos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.firstBloc {
		margin-top: 340px;
	}
	.photo img {
		width: 100%;
		height: auto;
		display: block;
		z-index: 1;
		position: relative;
	}
	.photo .back {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		opacity: 0;
	}
	#presentation2 {
		display: flex;
	}
	#presentation2.pend {
		align-items: flex-end;
	}
	#presentation2.pend .ptxt {
		padding-bottom: 16px;
	}
	#presentation2 .pTitle {
		text-align: right;
		padding-right: 70px;
	}
	.page_21 .fullsliderContainer, .page_31 .fullsliderContainer {
		height: 600px;
	}
	.bloc4 {
		padding: 78px 40px 50px;
		background-color: #eabf5f;
		color: #1b354d;
	}
	.bloc4 > div {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 54px;
		grid-row-gap: 0px;
	}
	.service .btContainer {
		text-align: right;
	}
	
	.apnee .usercontent {
		color: #1b354d
	}
	.apnee {
		padding: 68px 42px 110px 42px;
		background: #eabf5f url(img/preservez/back.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.apnee img.radius {
		margin-top: 28px;
	}
	.apneeContainer {
		padding-top: 134px;
	}
	#traitrements {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 36px;
		grid-row-gap: 36px;
	}
	#traitrements img {
		width: 100%;
		height: auto;
		display: block;
	}
	.traitement > div {
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
	}
	.traitement > div > div {
		background: rgb(248,205,107);
    	background: linear-gradient(213deg, rgba(248,205,107,1) 0%, rgba(197,154,63,1) 100%);
    	position: absolute;
    	bottom: 30px;
    	left: 30px;
    	padding: 50px 24px 34px;
    	color: #ffffff;
    	display: flex;
    	align-items: flex-end;
    	justify-content: space-between;
	}
	.traitement h2 {
		margin-bottom: 0px;
	}
	.traitement > div > div {
		width: 376px;
	}
	.page_47 .traitement > div > div {
		width: calc(100% - 60px);
	}
	.traitement .bt {
		margin-bottom: 4px;
	}
	#presVideo {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#presVideo .vid {
		width: 60.5%;
	}
	#presVideo video {
		width: 100%;
		height: auto;
	}
	#presVideo .txt {
		width: 36.5%;
	}
	
	
	#presVideo.presVideo2 .vid img {
		width: 100%;
	}
	#presVideo.presVideo2 .vid {
		width: calc(50% - 44px);
	}
	#presVideo.presVideo2 .txt {
		width: calc(50% - 44px);
		padding-left: 3%;
		padding-top: 2.5%;
	}
	#presVideo.presVideo2 {
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	
	.actualite h3 {
		width: calc(100% - 70px);
		color: #1b354d;
		font-size: 26px;
		line-height: 28px;
		font-family: "aaux-next", sans-serif;
		font-weight: 600;
		letter-spacing: 0.01em;
		margin-bottom: 0px;
	}
	.actualite .aTitle {
		display: flex;
		align-items: flex-start;
		padding: 14px 14px 0;
		justify-content: space-between;
	}
	.actuSliderContainer {
		height: 752px !important;
		margin-bottom: 44px;
	}
	.actuSliderContainer #slider_home {
		height: 100% !important;
	}
	h1.actu {
		font-size: 55px;
		line-height: 57px;
		padding-right: 20%;
		color: #d0a548;
		letter-spacing: 0.07em;
	}
	.aTitle {
		margin-bottom: 22px;
	}
	.aCorps strong {
		color: #bc9543;
	}
	.margLeftMoins {
		margin-left: -80px;
		padding-right: 80px !important;
	}
	.navSticky .icos img, .navSticky .icos svg {
		width: 52px;
	}
		.nav.navSticky .inner .icos {
		padding-bottom: 15px;
	}
	.vpictos {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 90px;
		grid-row-gap: 0px;
	}
	.vpictos img {
		width: 128px;
		height: auto;
	}
	.page_17 #presentation2 .pTitle {
		padding-right: 120px;
	}
	.vpictos span {
		display: block;
	}
	.vpictos > div {
		text-align: center;
	}
	
@media screen and (min-width: 1025px) {
	
	.photo:hover .back {
		opacity: 1;
	}
	.ico:hover, .hamburger:not(.noOver):hover  {
		cursor: pointer !important;
		transform: scale(1.1) !important;
	}
	.scroll:hover {
		cursor: pointer !important;
		transform: scale(1.1) !important;
	}
	.actualite:hover .aOver {
		opacity: 0.8;
	}
	.navSticky .icos svg:hover .hst0 {
		fill: #56616c;
	}
}

@media screen and (max-width: 1920px) {
	
	

	h1.actu {
		font-size: 46px;
		line-height: 48px;
		padding-right: 18%;
	}
	.aTitle {
		margin-bottom: 20px;
	}
	.actuSliderContainer {
		height: 600px !important;
		margin-bottom: 36px;
	}
	.actuSliderContainer #slider_home {
		height: 100% !important;
	}
	.actualite h3 {
		width: calc(100% - 62px);
		font-size: 21px;
		line-height: 23px;
	}
	.actualite .aTitle {
		padding: 12px 12px 0;
	}
	
	#traitrements {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.traitement > div > div {
    	bottom: 26px;
    	left: 26px;
    	padding: 40px 20px 28px;
	}
	.traitement > div > div {
		width: 310px;
	}
	.page_47 .traitement > div > div {
		width: calc(100% - 52px);
	}
	.traitement .bt {
		margin-bottom: 3px;
	}
	
	
	
	.apnee img.radius {
		margin-top: 20px;
	}
	.apnee {
		padding: 60px 34px 100px 34px;
		background: #eabf5f url(img/preservez/back.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.apneeContainer {
		padding-top: 114px;
	}
	.bloc4 {
		padding: 68px 34px 42px;
		background-color: #eabf5f;
		color: #1b354d;
	}
	.bloc4 > div {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 34px;
		grid-row-gap: 0px;
	}
	.firstBloc {
		margin-top: 260px;
	}
	.nav.turnHide .logo {
		margin-left: 60px;
	}
	.nav.turnHide .inner .icos {
		padding-right: 61px;
	}
	#btSound {
		top: 50px;
		left: 50px;
		width: 60px;
		height: 60px;
	}
	

	.over {
		height: calc(100% - 76px);
		bottom: 38px;
		right: 38px;
		padding: 0 56px 90px 120px;
	}
	.over.mini {
		padding: 0 56px 40px 120px;
	}
	.ariane {
	    top: 138px;
	    right: 54px;
	}
	.ariane.arianeRel {
		margin-bottom: 46px;
	}
	.fullsliderContainer.mini .ariane.arianeRel {
		margin-bottom: 18px;
	}
	.sIco {
		width: 87px;
	}
	.page_1 .over {
		width: calc(100% - 92px);
		padding: 38.5px 56px 48px 56px;
	}
	.scroll {
		width: 78px;
	}
	.navSticky .icos img, .navSticky .icos svg {
		width: 38px;
	}
	.nav.navSticky .logo, #footer .logo, .page_30 .nav.turnHide .logo, .page_20 .nav.turnHide .logo, .page_31 .nav.turnHide .logo, .page_21 .nav.turnHide .logo, .page_27 .nav.turnHide .logo, .page_28 .nav.turnHide .logo  {
		width: 235px;
	}
	.nav.navSticky {
		height: 136px;
		padding-bottom: 16px;
	}	
	#navSticky.visible {
		height: 136px;
	}
	
	
	#navSticky2.visible {
		height: 126px;
	}
	.nav.turnHide.mini {
		height: 126px;
	}

	.servicesBlock {
		width: calc(100% - 16px);
		margin: 0 8px 8px;
		z-index: 2;
	}
	.servicesBlock > div {
		padding: 8px;
		width: 25%;
	}
	.servicesBlock > div > div {
		padding: 40px 22px 16px;
	}	
	.service:hover p, .service.selected p {
		height: 75px;
	}
	
	#visitez img.radius {
		width: 550px;
	}
	#visitez {
		padding: 70px 50% 60px 90px;
	}
	.sticker img {
		display: block;
		width: 52px;
	}
	.sticker img.tal {
		width: 75px;
		margin-bottom: 10px;
	}
	.dent {
		width: 62px;
		height: auto;
		margin: 0 auto 17px;
	}
	.bloc3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 45px;
		grid-row-gap: 0px;
	}
	.bloc3Container {
		padding: 30px 0 50px;
		background-color: #e4e7e8;
		margin-bottom: 36px;
	}
	.bloc3Title {
		display: flex;
		align-items: center;
		padding: 0 12% !important;
	}
	.bloc2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 78px;
		grid-row-gap: 0px;
	}
	.bloc2.bloc2LessPadd {
		grid-column-gap: 40px;
	}
	.bloc2 img {
		width: 100%;
		height: auto;
	}
	.imgContainer {
		margin-bottom: 58px;
	}
	.blocDys .right {
		padding: 0 0 0 3%;
	}
	.blocDys.asym .right {
		padding: 0 3% 0 0;
	}
	.nav .menu li ul li.lisep {
		margin: 0 3px;
	}
	
	

	.equipe {
		padding: 16px 26px 30px 16px;
	}
	.equipes {
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}
	.equipe#equipe_30 {
		padding: 16px 26px 16px 16px;
		margin-bottom: 24px;
	}
	.equipe img {
		width: 240px;
		height: 240px;
		margin-right: 48px;
	}
	.equipe .padd1 {
		padding-top: 52px;
	}
	.equipe .padd2 {
		padding-top: 36px;
	}
	.equipe.autres img {
		margin-bottom: 6px;
	}
	.threeCols {
	    -webkit-column-gap: 48px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 48px; /* Firefox */
	    column-gap: 48px;  
	}
	.lesEquipes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 38px;
		grid-row-gap: 0;
	}
	.lequipe img {
		margin-bottom: 8px;
	}
	.photos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}
	#presentation2 .pTitle {
		text-align: right;
		padding-right: 60px;
	}
	#presentation2.pend .ptxt {
		padding-bottom: 13px;
	}
	.page_21 .fullsliderContainer, .page_31 .fullsliderContainer {
		height: 500px;
	}
	.margLeftMoins {
		margin-left: -70px;
		padding-right: 70px !important;
	}

	#presVideo.presVideo2 .vid img {
		width: 100%;
	}
	#presVideo.presVideo2 .vid {
		width: calc(50% - 39px);
	}
	#presVideo.presVideo2 .txt {
		width: calc(50% - 39px);
		padding-left: 3%;
		padding-top: 2.5%;
	}
	#presVideo.presVideo2 {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.vpictos {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 60px;
		grid-row-gap: 0px;
	}
	.vpictos img {
		width: 90px;
		height: auto;
	}
	.page_17 #presentation2 .pTitle {
		padding-right: 100px;
	}

	
}
@media screen and (max-width: 1680px) {
	

	h1.actu {
		font-size: 38px;
		line-height: 40px;
		padding-right: 16%;
	}
	.aTitle {
		margin-bottom: 16px;
	}
	
	.actuSliderContainer {
		height: 488px !important;
		margin-bottom: 30px;
	}

	.actualite h3 {
		width: calc(100% - 54px);
		font-size: 17px;
		line-height: 19px;
	}
	.actualite .aTitle {
		padding: 8px 8px 0;
	}
	#traitrements {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}
	.traitement > div > div {
    	bottom: 22px;
    	left: 22px;
    	padding: 32px 16px 22px;
	}
	.traitement > div > div {
		width: 250px;
	}
	.page_47 .traitement > div > div {
		width: calc(100% - 44px);
	}
	.traitement .bt {
		margin-bottom: 3px;
	}
	
	.apnee {
		padding: 50px 26px 80px 26px;
		background: #eabf5f url(img/preservez/back.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.apneeContainer {
		padding-top: 85px;
	}
	.apnee img.radius {
		margin-top: 18px;
	}
	.bloc4 > div {
	    display: grid;
	    grid-template-columns: repeat(4, 1fr);
	    grid-template-rows: 1fr;
	    grid-column-gap: 20px;
	    grid-row-gap: 0px;
	}
	.bloc4 {
		padding: 60px 30px 40px;
		background-color: #eabf5f;
		color: #1b354d;
	}

	.firstBloc {
		margin-top: 190px;
	}
	
	.nav.turnHide .logo {
		margin-left: 40px;
	}
	.nav.turnHide .inner .icos {
		padding-right: 50px;
	}
	.over {
		height: calc(100% - 60px);
		bottom: 30px;
		right: 30px;
		padding: 0 45px 50px 100px;
	}
	.over.mini {
		padding: 0 45px 30px 100px;
	}
	.ariane {
	    top: 96px;
	    right: 46px;
	}
	.ariane.arianeRel {
		margin-bottom: 38px;
	}
	.fullsliderContainer.mini .ariane.arianeRel {
		margin-bottom: 12px;
	}
	.sIco {
		width: 70px;
	}
	
	.page_1 .over {
		width: calc(100% - 60px);
		padding: 30px 45px 38.5px 45px;
	}
	.scroll {
		width: 68px;
	}
	.navSticky .icos img, .navSticky .icos svg {
		width: 34px;
	}
	.nav.navSticky .logo, #footer .logo, .page_30 .nav.turnHide .logo, .page_20 .nav.turnHide .logo, .page_31 .nav.turnHide .logo, .page_21 .nav.turnHide .logo, .page_27 .nav.turnHide .logo, .page_28 .nav.turnHide .logo  {
		width: 188px;
	}
	.nav.navSticky {
		height: 116px;
		padding-bottom: 16px;
	}	
	#navSticky.visible {
		height: 110px;
	}

	#navSticky2.visible {
		height: 100px;
	}
	.nav.turnHide.mini {
		height: 100px;
	}
	.servicesBlock {
		width: calc(100% - 14px);
		margin: 0 7px 7px;
		z-index: 2;
	}
	.servicesBlock > div {
		padding: 7px;
		width: 25%;
	}
	.servicesBlock > div > div {
		padding: 32px 18px 14px;
	}
	.service:hover p, .service.selected p {
		height: 69px;
	}
	#visitez img.radius {
		width: 510px;
	}
	#visitez {
		padding: 60px 50% 50px 80px;
	}
	.sticker img {
		display: block;
		width: 41px;
	}
	.sticker img.tal {
		width: 60px;
		margin-bottom: 8px;
	}
	.sIco {
		width: 70px;
	}
	.dent {
		width: 50px;
		height: auto;
		margin: 0 auto 14px;
	}
	.bloc3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 35px;
		grid-row-gap: 0px;
	}
	.bloc3Container {
		padding: 30px 0 40px;
		background-color: #e4e7e8;
		margin-bottom: 26px;
	}
	.bloc2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 60px;
		grid-row-gap: 0px;
	}
	.bloc2.bloc2LessPadd {
		grid-column-gap: 30px;
	}
	.bloc2 img {
		width: 100%;
		height: auto;
	}
	.imgContainer {
		margin-bottom: 18px;
	}
	.imgContainer.imgContainer2 {
		margin-bottom: 24px;
	}
	
	.blocDys .right {
		padding: 0 0 0 3%;
	}
	.blocDys.asym .right {
		padding: 0 3% 0 0;
	}
	.nav .menu li ul li.lisep {
		margin: 0 2px;
	}
	
	.equipe {
		padding: 13px 22px 26px 13px;
	}
	.equipes {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.equipe#equipe_30 {
		padding: 13px 22px 13px 13px;
		margin-bottom: 20px;
	}
	.equipe img {
		width: 192px;
		height: 192px;
		margin-right: 32px;
	}
	.equipe .padd1 {
		padding-top: 36px;
	}
	.equipe .padd2 {
		padding-top: 26px;
	}
	.equipe.autres img {
		margin-bottom: 5px;
	}
	.threeCols {
	    -webkit-column-gap: 38px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 38px; /* Firefox */
	    column-gap: 38px;  
	}
	.lesEquipes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 28px;
		grid-row-gap: 0;
	}
	.lequipe img {
		margin-bottom: 6px;
	}
	.photos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	#presentation2 .pTitle {
		text-align: right;
		padding-right: 50px;
	}
	#presentation2.pend .ptxt {
		padding-bottom: 8px;
	}
	.page_21 .fullsliderContainer, .page_31 .fullsliderContainer {
		height: 400px;
	}
	.margLeftMoins {
		margin-left: -40px;
		padding-right: 40px !important;
	}
	#presVideo.presVideo2 .vid img {
		width: 100%;
	}
	#presVideo.presVideo2 .vid {
		width: calc(50% - 30px);
	}
	#presVideo.presVideo2 .txt {
		width: calc(50% - 30px);
		padding-left: 3%;
		padding-top: 2.5%;
	}
	#presVideo.presVideo2 {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.vpictos {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 50px;
		grid-row-gap: 0px;
	}
	.vpictos img {
		width: 80px;
		height: auto;
	}
	.page_17 #presentation2 .pTitle {
		padding-right: 60px;
	}
	
}

@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1024px) {

	.actuSliderContainer {
		height: 435px !important;
		margin-bottom: 28px;
	}
	.nav.turnHide .logo {
		margin-left: 20px;
	}
	.bloc2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 50px;
		grid-row-gap: 0px;
	}
	.headContainer img.radiusBig {
		position: absolute;
	    object-fit: cover;
	    min-width: 100%;
	    min-height: 100%;
		max-width: 100%;
		margin-left: 0;
	    transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    top: 50%;
	    left: 50%;
	}	
	.page_42 .fullsliderContainer, .page_43 .fullsliderContainer, .page_44 .fullsliderContainer, .page_45 .fullsliderContainer, .page_46 .fullsliderContainer {
	    height: 450px;
	}
	.fullsliderContainer {
	    height: 450px;
	}
	.fullsliderContainer.mini {
	    height: 350px;
	}
	.ariane {
	    top: 96px;
	    right: 46px;
	}
	.ariane.arianeRel {
		margin-bottom: 32px;
	}
	.over {
	    bottom: 34px;
	    right: 30px;
	    padding: 0 45px 24px 100px;
	}
	.over.mini {
		padding: 0 45px 24px 100px;
	}
	.sIco {
		width: 60px;
	}
	#visitez img.radius {
		width: 480px;
	}
	#visitez {
		padding: 50px 44% 40px 70px;
	}
	.service:hover p, .service.selected p {
		height: 0;
	}	
	.presentation.temoignages .left {
		width: 30%;
		text-align: right;
		margin-bottom: 0;
	}
	.presentation.temoignages .right {
		width: 66%;
	}
	.threeCols {
	    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 30px; /* Firefox */
	    column-gap: 30px;  
	}
	.lesEquipes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 24px;
		grid-row-gap: 0;
	}
	#presentation2 .pTitle {
		text-align: right;
		padding-right: 40px;
	}
	.lequipe img {
		margin-bottom: 6px;
	}
	#presVideo.presVideo2 .vid img {
		width: 100%;
	}
	#presVideo.presVideo2 .vid {
		width: calc(50% - 25px);
	}
	#presVideo.presVideo2 .txt {
		width: calc(50% - 25px);
		padding-left: 3%;
		padding-top: 2.5%;
	}
	#presVideo.presVideo2 {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.vpictos {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0px;
	}
	.vpictos img {
		width: 74px;
		height: auto;
	}
	.page_17 #presentation2 .pTitle {
		padding-right: 50px;
	}
}
@media screen and (max-width: 820px) {
	

	.margLeftMoins {
		margin-left: 0;
		padding-right: 27px !important;
	}
	h1.actu {
		font-size: 38px;
		line-height: 40px;
		padding-right: 4%;
	}
	.aTitle {
		margin-bottom: 12px;
	}
	.actuSliderContainer {
		height: 320px !important;
		margin-bottom: 28px;
	}
	.apnee {
		padding: 46px 20px 70px 20px;
		background: #eabf5f url(img/preservez/back.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.apneeContainer {
		padding-top: 85px;
	}
	.bloc4 > div {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    grid-template-rows: 1fr;
	    grid-column-gap: 40px;
	    grid-row-gap: 0px;
	}
	.bloc4 > div > div {
		margin-bottom: 20px;
	}
	.bloc4 {
		padding: 60px 30px 40px;
		background-color: #eabf5f;
		color: #1b354d;
	}
	
	
	.equipe {
	    display: block;
	}
	.equipe img {
	    width: 100%;
	    height: auto;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.equipe .padd2, .equipe .padd1 {
	    padding: 0px 0 20px 0;
	}
	.equipe#equipe_30, .equipe {
	    padding: 20px 20px 20px 20px;
	}
	
	
	.bloc3 > div {
	    padding: 0 60px 0 60px;
	}
	.bloc3Title {
	    display: block;
	    padding: 0 60px !important;
	}
	.bloc3Container {
	    padding: 50px 0 50px;
	    background-color: #e4e7e8;
	    margin-bottom: 26px;
	}
	.bloc2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 0px;
	}
	.bloc3 { 
		display: block;
	}
	#visitez img.radius {
		width: 380px;
	}
	#visitez {
		padding: 40px 46% 30px 40px;
	}
	

	.presentation >  div {
		display: block;
	}
	.presentation .left {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
	.presentation .right {
		width: 100%;
	}
	#slider_temoignage .corps {
	    padding: 0px 12%;
	    margin-bottom: 0px;
	}
	
	.ariane {
	    top: 96px;
	    right: 46px;
	}
	.over {
	    bottom: 30px;
	    right: 30px;
	    padding: 0 45px 24px 85px;
	}
	.over.mini {
		padding: 0 45px 24px 85px;
	}	
	.blocDys {
		display: block;
	}
	.blocDys > .left, .blocDys > .right {
		width: 100%;
	}
	.blocDys h2 {
		display: none;
	}
	.blocDys .h2 {
		display: block;
	}
	.blocDys img {
		margin-bottom: 16px;
	}
	.blocDys .right {
	    padding: 0 0 0 0;
	}	
	.blocDys.asym .right {
	    padding: 0 0 0 0;
	}
	.lesEquipes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 24px;
		grid-row-gap: 0;
	}
	.lequipe img {
		margin-bottom: 6px;
	}
	.lesEquipes {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 24px;
		grid-row-gap: 0;
	}
	.lequipe img {
		margin-bottom: 6px;
	}
	.photos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.page_21 .fullsliderContainer, .page_31 .fullsliderContainer {
		height: 300px;
	}
	body.page_1 #visitez {
		margin-top: -100px;
	}
	#presVideo, #presVideo.presVideo2 {
		display: block;
	}
	#presVideo .vid, #presVideo.presVideo2 .vid {
		width: 100%;
		margin-bottom: 20px;
	}
	#presVideo .txt, #presVideo.presVideo2 .txt {
		width: 100%;
		padding: 8px 0px 0px;
	}
	
	.page_17 #presentation2 {
		display: block;
	}
	.page_17 #presentation2 .pTitle {
		text-align: left;
	}
	.page_17 .vpictos {
		display: block;
	}
	.page_17 .vpictos > div {
		display: inline-block;
		width: 20%;
		float: left;
	}
	.vpictos img {
	    width: 70%;
	    height: auto;
	}	
	.page_17 #presentation2 .pTitle {
	    padding-right: 0;
	}
}

.bloc2LessPadd .h2 {
	display: none;
}

@media screen and (max-width: 767px) {

	.margLeftMoins.margLeftMoins2 {
		
		margin-top: 60px;
	}
	body:not(.page_1) .nav.navSticky, body:not(.page_1) #navSticky {
		height: 0px;
		overflow: hidden;
		padding-bottom: 0px;
	}
	body:not(.page_1) .nav.navSticky.sticky {
		height: 116px;
		overflow: visible;
	}
	h1.actu {
		font-size: 30px;
		line-height: 33px;
		padding-right: 0;
	}
	.aTitle {
		margin-bottom: 12px;
	}
	.actuSliderContainer {
		height: 190px !important;
		margin-bottom: 26px;
	}
	.actualite h3 {
		width: calc(100% - 54px);
		font-size: 19px;
		line-height: 22px;
	}
	.actualite .aTitle {
		padding: 8px 8px 0;
	}
	
	.traitement > div > div {
	    width: 230px;
	    padding: 24px 18px 20px;
        bottom: 14px;
        left: 14px;
	}
	.page_47 .traitement > div > div {
		width: calc(100% - 28px);
	}
	.page_47 .traitement h2.small {
	    font-size: 22px;
	    line-height: 24px;
	}
	#traitrements {
		display: block;
	}
	.traitement {
		margin-bottom: 20px;
	}
	.apnee {
		padding: 36px 20px 30px 20px;
		background: #eabf5f url(img/preservez/back.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.apneeContainer {
		padding-top: 0;
	}
	.apnee .usercontent {
		margin-top: -10px;
	}
	.apnee img.radius {
		margin-top: 0px;
	}
	.temoignageSliderContainer .slick-slide {
		height: auto !important;
	}	
		
	.bloc4 > div {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    grid-template-rows: 1fr;
	    grid-column-gap: 0px;
	    grid-row-gap: 0px;
	}
	.bloc4 > div > div {
		margin-bottom: 40px;
		margin-top: -20px;
	}
	.bloc4 {
		padding: 40px 20px 0px;
		background-color: #eabf5f;
		color: #1b354d;
	}
	.bloc2LessPadd h2 {
		display: none;
	}
	.bloc2LessPadd .h2 {
		display: block;
	}
	
	.bloc2LessPadd .h2 {
		display: block;
	}
	#presentation2 .pTitle {
		text-align: left;
		padding-right: 0;
		margin-bottom: 10px;
	}
	#presentation2 {
		display: block;
	}
	.firstBloc {
		margin-top: 200px;
	}
	.equipes {
		display: block;
	}
	.equipe {
		margin-bottom: 20px;
	}
	.threeCols {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
	}
		.equipe .padd2, .equipe .padd1 {
		    padding: 0 0 20px 0;
		}
		.equipe#equipe_30, .equipe {
		    padding: 24px 24px 24px 24px;
		}
		br.noMob {
			display: none;
		}

	.bloc3 > div {
	    padding: 0 27px 0 27px;
	}
	.bloc3Title {
	    display: block;
	    padding: 0 27px !important;
	}
	.bloc3Container {
	    padding: 30px 0 27px;
	    margin-bottom: 22px;
	}
	.bloc2 {
		display: block;
	}
	.bloc2 > div {
		display: block;
		margin-bottom: 28px;
	}
	.noBlkock767 {
		margin-top: 0px !important;
	}
	
	.nav.turnHide .inner .icos {
	    padding-right: 0;
	}
	#mog {
		display: block;
	}
	.mog > div {
		background-color: #cea346;
		color: #ffffff;
		position: absolute;
		bottom: 16px;
		width: calc(100% - 32px);
		left: 16px;
		padding: 16px 16px 16px;
	}
	
	#visitez img.radius {
		width: calc(100% + 50px);
		margin-left: -30px;
		position: relative;
		bottom: auto;
		display: block;
		right: auto;
		transform: translateY(30px);
	}
	#visitez {
		padding: 30px 20px 30px 20px;
	}	
	
	#slider_temoignage .corps {
	    padding: 0px 20px;
	    margin-bottom: 0px;
	}
	#services {
		display: none;
	}
	.presentation.temoignages .left {
		width: 100%;
		text-align: left;
		margin-bottom: 16px;
	}
	.presentation .left {
		margin-bottom: 16px;
	}
	.presentation.temoignages .right {
		width: 100%;
	}
	#btSound {
		top: 50px;
		left: 50px;
		width: 50px;
		height: 50px;
	}
	.over {
	    width: calc(100% - 48px);
	    padding: 0 24px 24px 24px;
	    right: 24px;
	    height: calc(100% - 48px);
	    bottom: 24px;
	}
	.over.mini {
		padding: 0 24px 20px 24px;
	}	
	.page_1 .over {
	    width: calc(100% - 40px);
	    padding: 0 20px 0 20px;
	    right: 20px;
	    height: calc(100% - 40px);
	    flex-direction: column;
	    justify-content: center;
	    text-align: center;
	    bottom: 20px;
	}
	
	body:not(.page_1) .fullsliderContainer {
		margin-top: 126px;
	}
	body:not(.page_1) .over {
	    width: calc(100% - 40px);
	    padding: 20px 20px 20px 20px;
	    right: 20px;
	    height: auto;
	    bottom: 20px;
	}
	body:not(.page_1) .nav.turnHide .inner .icos {
	    position: absolute;
	    right: 10px;
	    top: 44px;
	}
	body:not(.page_1) .turnHide .logoContainer {
		visibility: hidden;
	}
	body:not(.page_1) .turnHide .logoContainer.hidden {
		visibility: visible !important;
		display: block !important;
	}
	body:not(.page_1) .turnHide .logoContainer.hidden .logo {
		width: 188px !important;
		margin-left: 0px;
	}
	
	.scroll {
		position: absolute;
		left: calc(50% - 22px);
		bottom: 30px;
		width: 44px;
	}
	.ariane {
	   display: none;
	}
	.over {
		backdrop-filter: blur(0px);
	}
	.page_1 .over  > div {
		width: 100%;
		text-align: center;
	}
	.icos {
		display: block;
	}
	.page_42 .fullsliderContainer, .page_43 .fullsliderContainer, .page_44 .fullsliderContainer, .page_45 .fullsliderContainer, .page_46 .fullsliderContainer {
	    height: 360px;
	}
	.fullsliderContainer {
	    height: 400px;
	}
	.fullsliderContainer.mini {
	    height: 300px;
	}
	.sIco {
	    width: 52px;
	}
	.lesEquipes {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.lequipe img {
		margin-bottom: 6px;
	}
	.lequipe {
		margin-bottom: 15px;
	}
	.photos {
		display: block;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.photo {
		margin-bottom: 20px;
	}
	#presentation2.pend .ptxt {
		padding-bottom: 0px;
	}
	.page_21 .fullsliderContainer, .page_31 .fullsliderContainer {
		height: 250px;
	}
	body.page_1 #visitez {
		margin-top: -76px;
	}
	.page_17 .vpictos > div {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
	.vpictos img {
	    width: 36%;
	    height: auto;
	}	
}
@media screen and (max-width: 360px) {
	

}



/* ***************************** PAGES *********************************  */

span.spacer {
	display: block;
}
.equipement h2 strong {
	color: #d8a947;
    font-family: 'dolce_vita_heavybold';
    letter-spacing: 0.03em;
}

.usercontent .bt {
	margin-bottom: 8px;
	margin-right: 4px;
}

.usercontent em {
	font-style: italic;
}

.usercontent ul {
    vertical-align: top;
    margin-top: 12px;
}


.mentions tr:nth-child(even) {
	background-color: #f4f4f4;
}

.mentions table {
	max-width: 100%;
}
.mentions .tableContainer {
	max-width: 100%;
	overflow: auto;
}

.mentions td {
	font-weight: 300;
	padding: 4px 20px 4px 8px;	
	margin-bottom: 4px;
}

li.liLink {

	background: url('img/icon-link.png') no-repeat left top;
    background-position-x: left;
    background-position-y: top;
    background-size: auto;
    background-size: 22px 22px;
    vertical-align: top;
    margin-bottom: 3px;
    padding-left: 25px;
    background-position: 0px 3px;
    height: 28px;

}
li.liFile {

	background: url('img/icon-pdf.png') no-repeat left top;
    background-position-x: left;
    background-position-y: top;
    background-size: auto;
    background-size: 22px 22px;
    vertical-align: top;
    margin-bottom: 3px;
    padding-left: 25px;
    background-position: 0px 3px;
    height: 28px;

}


.usercontent li {
    margin-bottom: 3px;
    padding-left: 17px;
    position: relative;

}
.usercontent li:before {
    position: absolute;
    content: '•';
	left: 0;
	top: -1px;
	font-weight: 700;
	font-size: 20px;
	color: #ce8852;
}
.usercontent li:before {
	color: #5f5f5f;
}
.usercontent.white li:before {
	color: #ffffff;
}
.inverted .usercontent li {
    padding-right: 10px;
    padding-left: 0;
}
.inverted .usercontent li:before {
	right: auto;
	left: 100%;
}
.usercontent ul.bblue li:before {
	color: #12a19a;
}

.usercontent a:not(.bt)  {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;		
}
.usercontent a:not(.bt):hover  {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;
    opacity: 0.7;
    filter: alpha(opacity=0.7);	
	
}

.usercontent a:not(.bt)  {
	font-weight: 700;
}

.right76 .social {
	float: right;
}
.right76 .social img {
	width: 38px;
	display: inlin-block;
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;		
}

.right76 .social img:hover {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;	
    opacity: 0.6;
    filter: alpha(opacity=0.6);	
	
} 
#footer .social img:hover {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;	
    opacity: 0.4;
    filter: alpha(opacity=0.4);	
}
.page_14 td {
	font-weight: 300;
	padding: 2px 8px 2px 0;	
}

.tableauContainer {
	display: flex;
}
.tableauContainer .left {
	width: 31%;
}
.tableauContainer .right {
	width: 69%;
}
.tableContainer {
	padding: 0 0 0 7%;
}
.tableContainer table {
	border: none;	
}
.tableContainer table tr, .tableContainer table td {
	height: auto !important;
	border: none;
}
.tableContainer table td {
	padding-bottom: 6px;
	font-size: 17px;
	line-height: 19px;
}
.tableContainer table tr:first-child td {
	text-transform: uppercase;
	font-weight: 700;
}
.tableContainer table tr td:first-child {
	font-weight: 700;
	padding-left: 0px !important;
}
.tableContainer table tr td:nth-child(2), .tableContainer table tr td:nth-child(3) {
	text-align: center;
}
.tableauContainer {
	padding-bottom: 30px;
	border-bottom: 1px solid #d8a947;    
}
.tableauContainer.noBorder {
	padding-bottom: 0;
	border-bottom: none;
}
.tableauContainer td {
	letter-spacing: 0em;
}	
.tableauContainer.noBorder .right {
	padding-left: 3%;
}
.tableauContainer td, .tableauContainer tr {
	position: relative;
}
.tableauContainer td:nth-child(1):before {
    position: relative;
    content: '•';
	font-weight: 700;
	font-size: 20px;
	color: #ce8852;
	margin-right: 4px;
}
.tableauContainer tr:first-child td:before {
	display: none;	
}	
	
@media screen and (max-width: 1920px) {
	.usercontent li {
	    margin-bottom: 3px;
	    padding-left: 15px;	
	}
	.usercontent li:before {
		top: 3px;
		font-size: 18px;
		line-height: 19px;
	}
	.inverted .usercontent li {
	    padding-right: 10px;
	}
	.tableContainer table td {
		padding-bottom: 5px;
		font-size: 15px;
	}
	.tableauContainer td:nth-child(1):before {
	    position: relative;
	    content: '•';
		font-weight: 700;
		font-size: 18px;
		color: #ce8852;
		margin-right: 2px;
	}
}
@media screen and (max-width: 1680px) {
	
	.right76 .social img {
		width: 33px;
	}
	.usercontent li {
	    margin-bottom: 2px;
	    padding-left: 13px;	
	}
	.usercontent li:before {
		top: 2px;
		font-size: 16px;
	}
	.inverted .usercontent li {
	    padding-right: 8px;
	}
	li.liLink {
	
		background: url('img/icon-link.png') no-repeat left top;
	    background-position-x: left;
	    background-position-y: top;
	    background-size: auto;
	    background-size: 20px 20px;
	    vertical-align: top;
	    margin-bottom: 3px;
	    padding-left: 25px;
	    background-position: 0px 1px;
	    height: 25px;
	
	}
	li.liFile {
	
		background: url('img/icon-pdf.png') no-repeat left top;
	    background-position-x: left;
	    background-position-y: top;
	    background-size: auto;
	    background-size: 20px 20px;
	    vertical-align: top;
	    margin-bottom: 3px;
	    padding-left: 25px;
	    background-position: 0px 1px;
	    height: 25px;
	
	}
	.tableContainer table td {
		padding-bottom: 6px;
		font-size: 15px;
		line-height: 17px;
	}
	.tableauContainer td:nth-child(1):before {
	    position: relative;
	    content: '•';
		font-weight: 700;
		font-size: 16px;
		color: #ce8852;
		margin-right: 2px;
	}
}

br.forM {
	display: none;
}

@media screen and (max-width: 820px) {

	.tableauContainer {
	    display: block;
	}
	.tableauContainer > * {
		width: 100% !important;
	}
	.tableContainer {
	    padding: 0 0 0 00;
	    margin-top: 20px;
		max-width: 100%;
		overflow: auto;
	}	
	.tableauContainer table {
		width: auto !important;
	}
	.tableauContainer.noBorder .right {
	    padding-left: 0.03%;
	}
}

@media screen and (max-width: 767px) {
	.tableContainer table td {
	    padding-bottom: 6px;
	    font-size: 17px;
		line-height: 19px;
	}
	.tableContainer table tr td:first-child {
	    min-width: 250px;
	}
	.tableContainer col, .tableContainer colgroup .tableContainer tr, .tableContainer td, .tableContainer tbody {
		width: auto !important;
	}
	.page_14 .mentions table tr td:last-child {
		display: none;
	}
	
	.page_14 .mentions td {
		font-size: 13px;
	}
	.inverted .usercontent li {
	    padding-right: 8px;
	}
	
	.page_14 td {
	
	    word-break: break-all; 
	
	}		
	
	.liensContainer {
		margin-bottom: 28px;
	}
	#visitez .back {
	    display: none;
	}	
	#visitez {
		background-color: #d8a947;
		margin-top: -30px;
	}
	#visitez h2 {
		
	}
	br.forM {
		display: block;
	}
	#visitez .bt {
		position: absolute;
		right: 24px;
		top: 70px;
	}
	
}
@media screen and (max-width: 360px) {
}


/* ***************************** CONTACT *********************************  */


.cBtC {
	display: flex;
}
.page_13 h1 {
    text-align: left;
}
.contact-form {
    width: 100%;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 10px; 
}
.contact-form .left {
    float: left;
    display: inline-block;
    width: 33%;
    padding-right: 0px;
}
.contact-form .right {
    float: right;
    display: inline-block;
    background-color: #ffffff;
    width: 66%;
}
.contact-form textarea {
    height: 163px;
    padding: 8px;
}
.contact-form input, .bt_fichier_container {
    height: 46px;
    line-height: 46px;
    width: calc(50% - 12.5px);
    margin-right: 18px;
    margin-bottom: 24px;
}
.bt_fichier_container {
	width: 100%;
	overflow: hidden;
}
.hfilename {
	margin-left: 8px;
}
.contact-form input:nth-child(even) {
    margin-right: 0px;
}
.contact-form textarea {
    margin-bottom: 24px;
    display: block;
    width: 100%;
}
.contact-form .bt {} .page_19 .contactcol .contact-form .left, .page_19 .contact-form .right {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.page_13 td {
    border-right: 12px solid #ffffff;
    border-bottom: 7px solid #ffffff;
}
@media screen and (max-width: 1920px) {} @media screen and (max-width: 1680px) {} @media screen and (max-width: 1680px) {

}
input#subject {
	width: 100%;
}

.bt_fichier_container {
	height: auto !important;
	padding-left: 0px !important;
}

@media screen and (max-width: 2560px) {

	.contact-form input, .bt_fichier_container {
	    height: 42px;
	    line-height: 42px;
	    width: calc(50% - 12.5px);
	    margin-right: 18px;
	    margin-bottom: 20px;
	}
	.bt_fichier_container {
		width: 100%;
	}

}


@media screen and (max-width: 1920px) {

	.contact-form input, .bt_fichier_container {
	
	    height: 34px;
	    line-height: 34px;
	    width: calc(50% - 11px);
	    margin-right: 15px;
	    margin-bottom: 20px;
	
	}
	.bt_fichier_container {
		width: 100%;
	}

}


@media screen and (max-width: 1680px) {
    #map {} .contact-form textarea {
        height: 133px;
        padding: 8px;
    }
	.contact-form input, .bt_fichier_container {
	
	    height: 32px;
	    line-height: 32px;
	    width: calc(50% - 7px);
	    margin-right: 9px;
	    margin-bottom: 12px;
	
	}
	.bt_fichier_container {
		width: 100%;
	}    
    .contact-form input:nth-child(even) {
        margin-right: 0px;
    }
    .contact-form textarea {
        margin-bottom: 14px;
        height: 143px;
    }
    .page_13 td {
        border-right: 7px solid #ffffff;
        border-bottom: 5px solid #ffffff;
    }
}
@media screen and (max-width: 1024px) {
   .contact-form input, .bt_fichier_container {
	    height: 34px;
	    line-height: 34px;
	    width: calc(50% - 7px);
	    margin-right: 9px;
	    margin-bottom: 12px;
	}
     #map {} .contact-form textarea {
        height: 131px;
        padding: 8px;
    }   
	.bt_fichier_container {
		width: 100%;
	} 
	
	
}




/* ipad pro landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1366px) and (max-width: 1366px) {} @media screen and (max-width: 1024px) {

}

/* ipad pro portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {} @media screen and (max-width: 820px) {
   
}

@media screen and (max-width: 820px) {
    
     #map {} .contact-form textarea {
        height: 121px;
        padding: 8px;
    }   
	.bt_fichier_container {
		width: 100%;
	}    
}






@media screen and (max-width: 767px) {
    .contact-form input, contact-form textarea {
        margin-bottom: 12px;
    }
    .contact-form .left, contact-form .right {
        padding-right: 0;
        width: 100%;
        display: block;
    }
    .contact-form textarea {
        height: 163px;
        padding: 8px;
    }
    .contact-form input, .bt_fichier_container {
        height: 36px;
        line-height: 36px;
        width: 100%;
        margin-right: 12px;
        margin-bottom: 14px;
        margin-right: 0px;
    }
    .contact-form textarea {
        margin-bottom: 14px;
        height: 143px;
    }
    .contact-form .bt.mobile {
        position: relative;
        clear: both;
    }
    .page_13 .contact-form .left {
        width: 100%;
        padding-right: 0px;
    }
    .page_13 .left40 > div {
        width: 100%;
        display: block;
        margin-bottom: 4px;
    }

}





/* ***************************** FOOTER *********************************  */
.footerBack {
	display: none;
}

.page_1 .footerBack {
	width: 100%;
	position: absolute;
	display: block;
	z-index: 8;
	background-color: #ffffff;
	height: 290px;
	margin-top: -290px;
}
#footer {
	z-index: 8;
}

#footer .menu > ul > li {
	margin-left: 12px;
}
#footer .social {
	color: #fff;
}
#footer .menu .hassub:hover ul {
	display: block !important;
}
#footer .menu .hassub ul {
	position: absolute;
	top: 25px;
	left: -10px;
	background-color: #ffffff;
	padding: 12px 8px 8px 0;
	text-align: left;
	width: auto;
	min-width: unset;
	max-width: unset;
}
#footer .menu .hassub ul li {
}
#footer .menu .hassub ul li a {
	font-size: 20px;
	line-height: 20px;
}
#footer .menu .hassub ul li {
	margin-bottom: 8px;
	width: auto;
	min-width: 190px;
}
#footer .menu > ul > li {
	position: relative;
}
#footer .menu .submenu .lisep {
	display: none;
}
#footer .menu .hassub ul li {
	display: block;
}

#footer .recrutement {
	text-transform: uppercase;
	padding-right: 0px;
}
#footer {
    padding-bottom: 30px;
    padding-top: 40px;
	margin-top: 100px;
	background-color: #ffffff;
}
#footer .logo {
	float: left;
	display: inline-block;
	height: auto;
	position: relative;
	bottom: auto;
	left: auto;
}
#footer .inner  > div {
	float: right;
	display: inline-block;
	text-align: right;
	width: auto;
	
}
#footer .menu {
	position: relative;
	margin-bottom: 24px;
	margin-top: 45px;
	z-index: 101;
}
#footer .coord {
	margin-bottom: 100px;
	z-index: 1;
}

#footer .coordonnees {
	margin-bottom: 24px;
}

#footer .minibar * {
	margin-top: 38px;
	vertical-align: middle;
	height: 44px;
	line-height: 44px;
}
#footer .minibar img {
    margin-top: -8px;
    opacity: 0.7;
    filter: alpha(opacity=0.7);
}
#footer .social {
	margin-bottom: 86px;
	width: 100%;
}


#footer .minibar.smallText {
	float: none;
	display: block;
	clear: both;
}


#footer .social img {
    opacity: 0.7;
    filter: alpha(opacity=0.7);
}

#footer .menu li.hassub ul {
	color: #ffffff !important;
	padding: 14px 30px 20px 20px;
	background: url('img/footerul.png');
    	background-size: 100%;
}
#footer .menu li.hassub ul a {
	color: #ffffff !important;
}
#footer .menu li.hassub ul a:hover {
	color: #575757 !important;
}
#footer .menu li.hassub ul {
	border-radius: 8px;
	padding-top: 30px;
}
#footer .menu li {
	display: inline-block;
	
}
#footer .menu li ul {
	display: none;
}
#footer .menu li.hassub ul:before {
	display: none;
}
#footer .menu > ul > li {
	margin-left: 18px;
	margin-bottom: 0px;
}
#footer .menu a {
	margin-bottom: 0px;
}

@media screen and (max-width: 1920px) {
	

	.page_1 .footerBack {
		height: 240px;
		margin-top: -240px;
	}
	#footer .social {
		margin-bottom: 62px;
	}
	#footer .menu {
	    margin-top: 32px;
	    margin-bottom: 18px;
	}
	#footer {
	    padding-bottom: 24px;
	    padding-top: 32px;
		margin-top: 80px;
	}
	#footer .coord {
		margin-bottom: 80px;
	}
	
	#footer .minibar * {
		margin-top: 38px;
		vertical-align: middle;
		height: 38px;
		line-height: 38px;
	}	
	

	#footer .menu .hassub ul {
		top: 23px;
		left: 0;
		background-color: #ffffff;
		padding: 10px 6px 6px 0;
	}
	#footer .menu .hassub ul li a {
		font-size: 17px;
		line-height: 17px;
	}
	#footer .menu .hassub ul li {
		margin-bottom: 7px;
		min-width: 180px;
	}
	
}
@media screen and (max-width: 1680px) {
	
	.page_1 .footerBack {
		height: 200px;
		margin-top: -200px;
	}
	#footer .social {
		margin-bottom: 62px;
	}
	#footer .menu {
	    margin-top: 25px;
	    margin-bottom: 18px;
	}
	#footer {
	    padding-bottom: 20px;
	    padding-top: 30px;
		margin-top: 60px;
	}
	#footer .coord {
		margin-bottom: 60px;
	}
	#footer .minibar * {
		margin-top: 32px;
		vertical-align: middle;
		height: 32px;
		line-height: 32px;
	}	
	#footer .menu .hassub ul {
		top: 20px;
		padding: 8px 4px 4px 0;
	}
	#footer .menu .hassub ul li a {
		font-size: 16px;
		line-height: 16px;
	}
	#footer .menu .hassub ul li {
		margin-bottom: 6px;
		min-width: 170px;
	}
		
}
@media screen and (max-width: 1440px) {
	#footer .menu li:nth-child(1) {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	#footer .menu  {
		display: none;
	}
	#footer .coord {
		margin-bottom: 50px;
		margin-top: 32px;
	}
}


@media screen and (max-width: 1024px) {

	.page_1 .footerBack {
		height: 180px;
		margin-top: -180px;
	}
	#footer .menu > ul > li:nth-child(1) {
		display: none;
	}
	#footer .inner > div {
		width: calc(100% - 210px);
	}
	#footer .menu {
		display: none;
	}
	#footer .coord {
	    margin-bottom: 40px;
	    amrgin-top: 32px;
	}
	#footer .inner  > div .mail {
		display: block;
		margin-top: 6px;
	}
	#footer .inner  > div span.last {
		display: none;
	}
}
@media screen and (max-width: 820px) {
	
	#footer .coord {
		margin-top: 0px;
		margin-bottom: 8px;
	}
		#footer .nomobile {
			display: none;
		}
		#footer .coord span {
			display: none;
		}
	
	#footer .inner  > div {
		width: 100%;
	}
	#footer .content {
		text-align: center;
	}

	#footer .content > div {
	    float: none;
	    display: block;
	    text-align: center;
	    width: 100%;
	}
	#footer {
	   padding-bottom: 50px;
	   padding-top: 24px;
	   margin-top: 40px;
	}
	#footer .logo {
	    width: 200px;
	    margin: 10px auto 6px;
		float: none;
	}
	#footer .telm {
		display: block;
		margin: 12px auto;
	
	}
	#footer .logoContainer {
		text-align: center;
		display: block;
		width: 100%;
		float: none;
		clear: both;
		height: auto;
	}
	#footer .logoContainer:after {
	    display: block;
	    clear: both;
	    content: '';
	
	}
	#footer .minibar {
		text-align: center;
		display: block;
		width: 100%;
		float: none;
		clear: both;
		height: auto;
	}
	#footer .minibar:after {
	    display: block;
	    clear: both;
	    content: '';
	
	}
	#footer .inner > div {
		float: none;
		display: block;
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	

	.page_1 .footerBack {
		height: 150px;
		margin-top: -150px;
	}
	
	#footer .minibar  {	
	    margin-top: 22px;
	}
	#footer .minibar * {
	    vertical-align: middle;
	    height: auto;
	    line-height: 20px;
	}
	
}
@media screen and (max-width: 360px) {

}



/* ***************************** SITEMAP *********************************  */

.sitemap li ul {

    margin-bottom: 24px;
    padding-left: 24px;
    margin-top: -8px;

}
@media (max-width: 1600px) {
	.sitemap li ul {
	
	    margin-bottom: 20px;
	    padding-left: 20px;
	    margin-top: -6px;
	
	}
}
.decale h4 {
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
   
}
@media (max-width: 768px) {
   
}
@media (max-width: 769px) {
	.sitemap li ul {
	    margin-bottom: 20px;
	    padding-left: 20px;
	    margin-top: -6px;
	}
}


#debug {
	max-width: 300px;
	word-break: break-all; 
}

/* ***************************** OVERLAY *********************************  */

#overlay {
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9998 !important;
}
.overlayBox {
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    display: table !important;
}
.overlayBox .cell {
    display: table-cell !important;
    text-align: center !important;
    vertical-align: middle !important;
}
.overlayBox .cell>div {
    text-align: left !important;
}
.overlayBox .cell > div {
    width: 655px !important;
    padding: 40px !important;
    margin: 0 auto !important;
    position: relative !important;
    min-height: 200px !important;
}
.overlayBox .text {
    
	
} 
.overlayBox a {
}
.overlayBox input {

}
.overlayBox .text p {
    font-size: 1em !important;
}
.overlayBox .text p {
}
.overlayBox .title {
}
.overlayBox .buttons {
    top: 16px !important;
    right: 16px !important;
    position: absolute !important;
    font-size: 0.9em !important;
}
.overlayBox .bouton, .btCovidContainer {
    cursor: pointer !important;
    background: transparent url(img/bt_close-2.png) no-repeat scroll 0 0 !important;
    background-size: 31px 31px !important;
    width: 31px !important;
    height: 31px !important;
}
.overlayBox .bouton:hover {} .overlayBox .button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) !important;
    border: medium none !important;
    box-shadow: none !important;
    display: inline-block !important;
    font-size: 1em !important;
    height: 25px !important;
    outline: medium none !important;
    vertical-align: top !important;
    cursor: pointer !important;
    padding: 2px 9px 0 7px !important;
}
.overlayBox .cell > div > div:not(.buttons) {
    text-align: left !important;
    margin-bottom: 24px !important;
}
.overlayBox .cell > div > div.buttons {
    text-align: right !important;
}

.overlayBox form {
    margin: 22px 0 !important;
}
.overlayBox input {
    height: 25px !important;
    margin-bottom: 6px !important;
    font-size: 0.8em !important;
    padding: 0 8px !important;
}
.overlayBox h1 {
}
.overlayBox .title {
    margin-bottom: 18px !important;
    font-weight: bold !important;
}
.overlayBox p {
    margin-bottom: 6px !important;
}

.overlayBox .bContainer {
	text-align: center !important;
	margin-top: 16px !important;
}
.overlayBox, #overlay {	    
	opacity: 0;
	filter: alpha(opacity=0);
}

@media screen and (max-width: 1680px) {
	.overlayBox .text p {
	    font-size: 11px !important;
	}
	.overlayBox .title {
	    font-size: 32px !important;
	}

}

@media screen and (max-width: 1024px) {
    .overlayBox .cell > div {
        width: 50% !important;
        padding: 30px !important;
    }
    .overlayBox .title {
        margin-bottom: 12px !important;
    }
    .overlayBox .button {
        padding: 5px 9px 0 7px !important;
        height: 26px !important;
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 820px) {
    .overlayBox .cell > div {
        width: 68% !important;
    }
    .overlayBox .button {
        padding: 5px 9px 0 7px !important;
        height: 26px !important;
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 767px) {
     .overlayBox .cell > div {
        width: 92% !important;
    }
    .overlayBox .button {
        padding: 3px 9px 0 9px !important;
    }
    .overlayBox h1 {
        font-size: 0.8em !important;
        line-height: 18px !important;
    }
    .overlayBox p {
        margin-bottom: 1px !important;
    }
    
    .overlayBox .buttons {
	    top: 8px !important;
	    right: 8px !important;
    }
    
	.overlayBox .text p {
	    font-size: 13px !important;
	    line-height: 15px;
	}
	.overlayBox .title {
	    font-size: 24px !important;
	}
	.overlayBox .cell > div > div:not(.buttons) {
	    margin-bottom: 13px !important;
	}
	.overlayBox .cell > div {
	    padding: 16px !important;
	    padding-bottom: 6px !important;
	}
	
	.overlayBox .bContainer {
	    margin-top: 12px !important;
	}
}






/* ************************************** CNIL **************************************/
	#tarteaucitronAlertBig {
		max-width: 100%;
		width: 100%;
		margin: 0 0 0 0 !important;
		padding: 0px 0px !important;
	}
	

#tarteaucitronRoot > #tac_title {
	display: none;
}
	
#tarteaucitronAlertBig, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
	background: #d8a947 !important;
	color: #fff !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton, 
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
	background: #fff !important;
	color: #d8a947 !important;
	height: 24px !important;
	line-height: 24px !important;
	padding: 0px 14px !important;
	font-size: 14px !important;
}
	.tarteaucitronH2 {
		color: #fff;
	}
	.tarteaucitronTitle {
		color: #fff;
	}
	#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
		background: none;
		border-left: 5px solid transparent;
		margin: 0;
		overflow: hidden;
		padding: 15px 5px;
	}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
	text-align: center !important;
	
}
#tarteaucitronRoot div#tarteaucitronInfo, #tarteaucitronRoot .tarteaucitronH1  {
	display: none !important;
}
#tarteaucitronRoot {
		max-width: 100%;
		width: 100%;
}	
#tarteaucitronRoot * {
		max-width: 100%;
}
#tarteaucitronRoot {
	z-index: 13;
}
#tarteaucitronRoot .tarteaucitronCTAButton .tarteaucitronCross, 
#tarteaucitronRoot .tarteaucitronCTAButton .tarteaucitronCheck {
	display: none;
}


#tarteaucitronRoot {
	z-index: 999;
}
#tarteaucitronAlertBig > * {
	margin: 0px 4px 4px 0px !important;
}
#tarteaucitronAlertBig {
	padding: 0 0 16px 0 !important;
	width: 100% !important;
	left: auto;
	right: auto;
}
#tarteaucitronDisclaimerAlert {
	display: block !important;
	width: calc(100% - 24px) !important;
	margin: 16px 12px 12px 12px !important;
}

#FrmProAccess fieldset {
	padding: 0px !important;
}
#FrmProAccess input {
	margin: 0 8px 12px 0 !important;
	display: inline-block !important;
}
#FrmProAccess button {
	height: 25px !important;
	line-height: 25px !important;
}
#tarteaucitronAlertBig span {
   
}
.cconsent input {
	display: inline-block !important;
	width: 14px !important;
	height: 14px !important;
	line-height: 10px !important;
	float: left !important;
	margin-right: 5px !important;
	margin-bottom: 0px !important;
	margin-top: 6px !important;
}
.cconsent {
	display: flex;
	align-items: flex-start;
	margin-top: 12px;
}

@media screen and (max-width:1920px) {
	
	.cconsent input {
		margin-top: 3px;
	}	
	.cconsent input {
		width: 13px !important;
		height: 13px !important;
	}
}

@media screen and (max-width:1680px) {	

	.cconsent input {
		width: 12px !important;
		height: 12px !important;
	}
}

@media screen and (max-width:1024px) {
	.cconsent input {
		width: 15px;
		height: 15px;
		max-width: 15px;
		max-height: 15px;
		min-width: 15px;
		min-height: 15px;
	}
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
	
	.cconsent input {
		width: 15px !important;
		height: 15px !important;
		min-width: 15px !important;
		min-height: 15px !important;
	}
	
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
	
	.cconsent input {
		width: 15px !important;
		height: 15px !important;
		min-width: 15px !important;
		min-height: 15px !important;
	}
}

@media screen and (max-width:820px) {
	
	.cconsent input {
		width: 14px !important;
		height: 14px !important;
	}
	#tarteaucitronAlertBig > * {
		margin: 0px 0;
	}
	.contact-form {
		height: auto;
		clear: both;
		display: block;
	}
	.contact-form:after {
		clear: both;
		display: block;
		content: '';
	}
	#tarteaucitronDisclaimerAlert {
		display: block !important;
		width: calc(100% - 24px) !important;
		margin: 16px 12px 12px 12px !important;
	}
	#tarteaucitronAlertBig > button {
		display: inline-block !important;
	}
}

@media screen and (max-width:767px) {

	#tarteaucitronAlertBig > button {
		margin-bottom: 11px !important;
	}
	#tarteaucitronAlertBig {
		padding: 0 0 6px 0 !important;
		width: 100% !important;
		left: auto;
		right: auto;
	}
	#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow, 
	#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllDenied, 
	#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow, 
	#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny {
		font-size: 14px !important;
	}
	#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
		font-size: 13px !important;
		margin-top: 0px !important;
		line-height: 16px !important;
	}
	html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
		padding-top: 0 !important;
	}
	#tarteaucitron {
		padding-top: 20px !important;
	}
	#tarteaucitron b {
		font-size: 17px !important;
		font-weight: 500;
	}
	#tarteaucitron .tarteaucitronAsk {
		padding-top: 6px !important;
	}	
	html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk {
		margin-bottom: 0px!important;
		margin-top: 0px!important;
	}
	html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder #tarteaucitronServicesTitle_mandatory ul .tarteaucitronLine .tarteaucitronAsk {
		padding: 0 0 0 !important;
		margin: -20px 0 0 !important;
	}
	.cconsent input {
		width: 15px !important;
		height: 15px !important;
		min-width: 15px !important;
		min-height: 15px !important;
	}
}





/* ************************************** 404 **************************************/
body.page_0 {
    margin: 0;
    padding: 0;
}
body.page_0, body.page_0 .fullscreen, body.page_0 .inner, body.page_0 .content {
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    visibility: visible;
}
body.page_0 .content {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}
body.page_0 .logo {
    width: 260px;
    height: auto;
    display: block;
    float: none;
    margin: 0px auto 12px auto;
    display: block;
    position: relative;
    margin-bottom: 28px;
}



@media screen and (max-width: 1920px) {
}


@media screen and (max-width: 1680px) {
	body.page_0 .logo {
	    width: 220px;
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
    
    
}
@media screen and (max-width: 767px) {
	body.page_0 .logo {
	    width: 260px;
	}
}





/* ************************************** TURN ************************************** */

#turn {
    display: none;
}
#turn {
    background: none repeat scroll 0 0 #e5e5e5;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: -100%;
    max-height: 100%;
}

#turn > div {
	display: flex;
	align-items: center;
    height: 100%;	
    width: 100%;
    padding: 0 14%;
}
#turn > div img {
	width: 170px;
}
#turn > div > div {
	padding-right: 20px;
	padding-top: 30px;
	text-align: right;
}
#turn > div > * {
	display: inline-block;
}

@media screen and (max-width: 570px) {
	#turn > div img {
		width: 150px;
	}
	#turn > div > div {
		padding-right: 13px;
		padding-top: 10px;
	}
	#turn > div {
	    padding: 0 9%;
	}
	
}



/* ************************************** RECAPTCHA ************************************** */
.grecaptcha-badge {
    display: none;
}

	
/* ************************************** ANIMATION ************************************** */
	
	
	
	
	
.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}
.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
} 


.slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slide-out-right {
	-webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}



/* **************************************  LOADING  **************************************/

.loadingContainer {
	height: 60px;
	position: absolute;
	top: 48%;
	width: 100%;
	z-index: 1;
}
.loadingBox {
	margin: 0 auto;
	width: 60px;
}
.loading {
	width: 60px;
	height: 60px;
	margin: 0 auto;
    	background: url("img/loader.svg") no-repeat;
    	background-size: 100%;
	animation: loader-spin 690ms infinite linear;
	-o-animation: loader-spin 690ms infinite linear;
	-ms-animation: loader-spin 690ms infinite linear;
	-webkit-animation: loader-spin 690ms infinite linear;
	-moz-animation: loader-spin 690ms infinite linear;
}

.panierHover .loading {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border-radius: 50%;
	background: none;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: loader-spin 690ms infinite linear;
	-o-animation: loader-spin 690ms infinite linear;
	-ms-animation: loader-spin 690ms infinite linear;
	-webkit-animation: loader-spin 690ms infinite linear;
	-moz-animation: loader-spin 690ms infinite linear;
}


@keyframes loader-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes loader-spin {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes loader-spin {
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes loader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes loader-spin {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.transition, .transition:hover {
	-webkit-transition: all 220ms ease-in-out;
	-moz-transition: all 220ms ease-in-out;
	-ms-transition: all 220ms ease-in-out;
	-o-transition: all 220ms ease-in-out;
	transition: all 220ms ease-in-out;		
}

.transitionMed, .transitionMed:hover {
	-webkit-transition: all 380ms ease-in-out;
	-moz-transition: all 380ms ease-in-out;
	-ms-transition: all 380ms ease-in-out;
	-o-transition: all 380ms ease-in-out;
	transition: all 380ms ease-in-out;		
}

.transitionSlow, .transitionSlow:hover {
	-webkit-transition: all 620ms ease-in-out;
	-moz-transition: all 620ms ease-in-out;
	-ms-transition: all 620ms ease-in-out;
	-o-transition: all 620ms ease-in-out;
	transition: all 620ms ease-in-out;		
}


.bt.acheval.centered {
	display: inline-block;
	margin: 0 0 0 0;
}
				

.bt.cent {
	width: 100%;
	height: 52px;
	line-height: 52px;
	
}


input, textarea {
	height: 40px;

}
							.bt:hover {
								cursor: pointer;
							}

							.bt, button.bt {
							    height: 46px;
							    line-height: 48px;
								display: inline-block;
							    text-align: center;
							    padding: 0 22px;
							    border-radius: 20px;
							    width: auto;
							}	
							.bt.abs {
								position: absolute;
								left: 30px;
								bottom: -16px;
							}
							.bt.noHover:hover {
							    border: 1px solid #b58f3c !important;
							    background-color: #b58f3c !important;
							    color: #ffffff !important;
							}
							.bt.btC {
							    height: 46px;
							    width: 46px;
							    text-align: center;
							    padding: 0 0 !important;
							    line-height: 50px;
							    border-radius: 50%;							    
							}
							.bt.mini {
							    height: 32px;
							    line-height: 31px;
							    padding: 0 16px;
							    text-transform: none;
							}

							.bt.abs:hover {
								background-color: #ebebeb !important;
							}


							
							
							.bt.acheval.inverted, button.bt.acheval.inverted {
								position: absolute;
								right: auto;
								left: 38px;
							}
							.bt.bottom {
								position: absolute;
								bottom: 0;
							}
							.bt.acheval, button.bt.acheval {
								bottom: -20px; 
								position: absolute;
								right: 38px;
							}
							
							.bt.pdf, .bt.link, .bt.pdf:hover, .bt.link:hover {
								padding: 0 0;
								height: 40px;
								width: 40px;
								background-color: transparent;
							} 
							.bt.pdf {
								background-image: url("img/icon-pdf.png");
								background-size: 100% 100%;
								border: 1px solid #ffffff !important;
							} 
							.bt.link {
								background-image: url("img/icon-link.png");
								background-size: 100% 100%;
								border: 1px solid #ffffff !important;
							}
							
@media screen and (max-width: 1920px) {
input, textarea {
	height: 34px;
}


	
							.bt, button.bt {
							    padding: 0 21px;
							    height: 40px;
							    line-height: 42px;
							}		
							.bt.abs {
								left: 26px;
								bottom: -14px;
							}	
							.bt.btC {
							    height: 40px;
							    width: 40px;
							    line-height: 44px;
							}
							.bt.mini {
							    height: 28px;
							    line-height: 26px;
							    padding: 0 14px;
							    text-transform: none;
							}
							
							.bt.acheval, button.bt.acheval {
								bottom: -17px;
							}
							.bt.big {
								height: 80px;
								font-size: 27px;
							    line-height: 26px;
							    padding: 0 27px;
							}
							.bt.floating, button.bt.floating {
							    bottom: 42%;
							}
							.bt.pdf, .bt.link, .bt.pdf:hover, .bt.link:hover {
								height: 34px;
								width: 34px;
							}				
							
}
@media screen and (max-width: 1680px) {	
input, textarea {
	height: 32px;
}
							
	
	
							.bt, button.bt {
							    padding: 0 20px;
							    height: 36px;
							    line-height: 36px;  
							}			
							.bt.abs {
								left: 20px;
								bottom: -10px;
							}			
							.bt.btC {
							    height: 36px;
							    width: 36px;
							    line-height: 38px;
							}


							.bt.mini {
							    height: 26px;
							    line-height: 24px;
							    padding: 0 14px;
							    text-transform: none;
							}

							.bt.acheval, button.bt.acheval {
								bottom: -12px;
							}
							
							.bt.floating, button.bt.floating {
							    bottom: 44%;
							}
							.bt.pdf, .bt.link, .bt.pdf:hover, .bt.link:hover {
								height: 32px;
								width: 32px;
							}	
							
							
							
}
@media screen and (max-width: 1024px) {	

	
						
							
}

@media screen and (max-width: 820px) {	
	
	
}



@media screen and (max-width: 767px) {	
	
input, textarea {
	height: 36px;
}	
						
}


@media screen and (max-width: 360px) {	

							
}

/* ipad pro landscape*/
@media only screen and
	(min-device-width : 1024px) and 
	(max-device-width : 1024px) and 
	(min-device-height : 1366px) and 
	(max-device-height : 1366px) and 
	(min-width: 1366px) and 
	(max-width: 1366px)  {


}

@media screen and (max-width: 1024px) {		

}


/* ipad pro portrait*/
@media only screen
	and (min-device-width : 1024px) and 
	(max-device-width : 1024px) and 
	(min-device-height : 1366px) and 
	(max-device-height : 1366px) and 
	(min-width: 1024px) and (max-width: 1024px)  {


}

@media screen and (max-width: 767px) {		

}


	
#lz_overlay_wm {
	display: none;
	z-index: 1;
	position: absolute;
	top: -100px;
	margin-right: -200px;
}	


.slick-list {
	height: 100%;
}
.slick-track {
	height: 100%;
}
/* Slider */
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
     z-index: 1;
}
 .slick-list:focus {
     outline: none;
}
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
 .slick-track:after {
     clear: both;
}
 .slick-loading .slick-track {
     visibility: hidden;
}
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide {
     float: right;
}
 .slick-slide img {
     display: block;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
 .slick-initialized .slick-slide {
     display: block;
}
 .slick-loading .slick-slide {
     visibility: hidden;
}
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
     display: none;
}
.slick-prev, .slick-next {
    background-color: transparent;
    position: absolute;
    margin: auto;
    top: 44%;
    width: 48px;
    height: 48px;
}
.slick-prev {
    right: auto;
    background: url("../img/bt_prev.png") no-repeat;
    background-size: 100%;
    z-index: 2;
}
.slick-next {
    right: 20px;
    left: auto;
    background: url("../img/bt_next.png") no-repeat;
    background-size: 100%;
    z-index: 2;
}

.slick-prev, .slick-next {
    right: -24px;
    top: auto;
    left: auto;
} 
.slick-prev {
	bottom: 80px;
}
.slick-next {
	bottom: 134px;
} 



#slider_temoignage  .slick-prev, #slider_temoignage .slick-next {
    top: 50%;
    left: auto;
} 
#slider_temoignage  .slick-prev {
	bottom: auto;
	left: 0; 
	right: auto;
}
#slider_temoignage  .slick-next {
	bottom: auto;
	right: 0; 
	left: auto;
} 

#slider_temoignage .slick-prev, #slider_temoignage .slick-next {
    top: 20%;
    width: 39px;
    height: 39px;
}
#slider_temoignage .slick-prev {
    background: url("../img/prevt.png") no-repeat;
    background-size: 100%;
}
#slider_temoignage .slick-next {
    background: url("../img/nextt.png") no-repeat;
    background-size: 100%;
}


.slick-slider {
    opacity: 0;
    filter: alpha(opacity=0);	
}
.slick-slide {
	top: 0;
}


.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 10px;
	height: 10px;
    content: '';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-disabled {
	opacity: 0.5;
}



@media screen and (max-width: 1920px) {	
	.slick-prev, .slick-next {
	    background-color: transparent;
	    position: absolute;
	    margin: auto;
	    width: 42px;
	    height: 42px;
	}
	.slick-prev, .slick-next {
	    right: -21px;
	} 
	.slick-prev {
		bottom: 74px;
	}
	.slick-next {
		bottom: 122px;
	} 

}

@media screen and (max-width: 1680px) {		
	.slick-prev, .slick-next {
	    width: 36px;
	    height: 36px;
	}
	.slick-prev, .slick-next {
	    right: -18px;
	} 
	.slick-prev {
		bottom: 62px;
	}
	.slick-next {
		bottom: 102px;
	} 
	
	.slick-dots li button {
	    width: 16px;
	    height: 16px;
	
	}
	.slick-dots li {
	    width: 16px;
	    height: 16px;
	
	}
	.slick-dots {
	    bottom: -26px;
	}

	#slider_temoignage .slick-prev, #slider_temoignage .slick-next {
	    top: 20%;
	    width: 32px;
	    height: 32px;
	}
	#slider_temoignage .slick-prev {
	    background: url("../img/prevt.png") no-repeat;
	    background-size: 100%;
	}
	#slider_temoignage .slick-next {
	    background: url("../img/nextt.png") no-repeat;
	    background-size: 100%;
	}
	
}


@media screen and (max-width: 820px) {	
	
	.slick-prev, .slick-next {
	    width: 36px;
	    height: 36px;
	}
	.slick-prev, .slick-next {
	    right: -18px;
	} 
	.slick-prev {
		bottom: 52px;
	}
	.slick-next {
		bottom: 92px;
	} 
}

@media screen and (max-width: 767px) {	

	
	.slick-prev, .slick-next {
	    width: 36px;
	    height: 36px;
	}
	.slick-prev, .slick-next {
	    right: -18px;
	} 
	.slick-prev {
		bottom: 22px;
	}
	.slick-next {
		bottom: 62px;
	} 
	#slider_temoignage .slick-prev, #slider_temoignage .slick-next {
	    top: 20%;
	    width: 22px;
	    height: 22px;
	}
	#slider_temoignage .slick-prev {
	    background: url("../img/prevt.png") no-repeat;
	    background-size: 100%;
	    left: -10px;
	    right: auto;
	}
	#slider_temoignage .slick-next {
	    background: url("../img/nextt.png") no-repeat;
	    background-size: 100%;
	    right: -10px;
	    left: auto;
	}
}

/* ************************************** FANCYBOX ************************************** */
	
.fancybox-button--share, .fancybox-button--thumbs, .fancybox-infobar, .fancybox-button--fullscreen, .fancybox-button--play {
	display: none;
	width: 0;
	height: 0;
}
.fancybox-navigation {
	top: 48%;
}
	



/* ***************************** COULEURS *********************************  */

body {
}
.white {
	color: #ffffff;
}
input, textarea {
	background-color: #eaeaea;
}

.gris3 {
	color: #4b4b4b;
}
.gris {
	color: #3a3a3a;
}
.gold {
	color: #d8a947;
}
.gold2 {
	color: #b58f3c;
}
.black {
	color: #000000;
}
.formErrorText {
	color: #ff0000;
}
.nobg {
	background-color: transparent !important;
}
.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body {
	color: #5f5f5f;	
	background-color: #f6f6f6 !important;
	text-rendering: optimizeLegibility;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

*[style="text-decoration: underline;"] {
	text-decoration: none !important;
	border-bottom: 1px solid #4e4e4e !important;
}
body {
	background-color: #ffffff;
}


.main {
	background-color: #eeeeee;
}
.item_4 > div {
    background-color: #dddddd;
}
.nav * {
	color: #ffffff
}
.nav .menu * {
	color: #ffffff;
}

.nav .menu a.noClick, .nav .menu a.noClick:hover {
	color: #ffffff;
	cursor: default;
}
#footer a.noClick:hover {
	cursor: default;
}	
#footer {
	background-color: #ffffff
}
#footer * {
	color :#7f7f7f;
}
#footer .minibar {
	color :#a3a3a3;
}
#footer .coord, #footer .coord > *, #footer .coord strong {
	color: #b58f3c !important;
}
.bg_gray {
	background-color: #cccccc;
}
#footer .menu a.selected {
	color: #b58f3c;
	font-weight: bold;
}
.usercontent a:not(.bt)  {
	border-bottom: 1px solid #b58f3c;	
	color: #b58f3c;
}
.menu a.selected {
	color: #1b354d;
}
.menu a:hover {
	color: #1b354d ;
}



							.bt, button.bt {
							    border: 1px solid #b58f3c;
							    background-color: #b58f3c;
							    color: #ffffff;
							}	
							
							.btBlue {								
							    border: 1px solid #1b354d !important;
							    background-color: #1b354d !important;
							    color: #fff4de !important;
							}
							.btBlue:hover {								
							    border: 1px solid #1b354d !important;
							    background-color: #f6f6f6 !important;
							    color: #1b354d !important;
							}
							
							

							.bt:hover, .bt.selected, button.bt:hover, button.bt.selected {
							    border: 1px solid #b58f3c;
							    background-color: transparent;
							    color: #b58f3c;
							}
							
							.bt.btY {
							    border: 1px solid #ffffff;
							    background-color: transparent;
							    color: #ffffff;
							}
							.bt.btY:hover, .selected .bt.btY {
							    border: 1px solid #ffffff;
							    background-color: #ffffff;
							    color: #e1b657;
							}
							.bt.btY.inverted {
							    border: 1px solid #ffffff;
							    background-color: #ffffff;
							    color: #e1b657;
							}
							.bt.btY.inverted:hover, .selected .bt.btY.inverted, .traitement:hover > div > div .bt {
							    border: 1px solid #ffffff;
							    background-color: transparent;
							    color: #ffffff;
							}
							
							.bt.btY2 {
							    border: 1px solid #d4a84b;
							    background-color: #d4a84b;
							    color: #ffffff;
							}
							.bt.btY2:hover, .item_3:hover .bt {
							    border: 1px solid #d4a84b;
							    background-color: #ffffff;
							    color: #d4a84b;
							
							}
							
							
							
							
							.bt.inverted {
							    border: 1px solid #b58f3c;
							    background-color: transparent;
							    color: #b58f3c;
							}
							.bt.inverted:hover, .bt.inverted.selected, button.bt.inverted:hover, button.bt.inverted.selected {
							    border: 1px solid #b58f3c;
							    background-color: transparent;
							    color: #b58f3c;
							}
							
							
							#tarteaucitronRoot .tarteaucitronCTAButton, #tarteaucitronRoot #tarteaucitronCloseAlert {
							    border: 1px solid #d8a947 !important;
							    background-color: #888888 !important;
							    color: #ffffff !important;
							    width: auto !important;
							    text-align: center !important;
							}
							#tarteaucitronRoot button {
							    padding: 4px 8px !important;
							}
							#tarteaucitronRoot .tarteaucitronCTAButton:hover, #tarteaucitronRoot #tarteaucitronCloseAlert:hover {
							    border: 1px solid #888888 !important;
							    background-color: #ffffff !important;
							    color: #888888 !important;
							}
							
							
.overlayBox .cell > div {
    background-color: #c69b40 !important;
    color: #ffffff !important;
}
#overlay {
    background: rgba(255, 255, 255, 0.8) !important;
}

.slick-dots li.slick-active button::before {
    border: 3px solid #d1a649;
    background-color: #ffffff;
}
.slick-dots li button::before {
    border: 3px solid #d1a649;
    background-color: #d1a649;
}
.slider .legende {
	background-color: #333333;
	color: #eeeeee;	
}

.panierHover .loading {
	box-shadow: 3px 3px 1px #444444;
}
.three-cols .corps {
	background-color: #dddddd;
}
.three-cols .infos {
	background-color: #555555;
}
.three-cols .infos * {
	color: #efefef;
}
.listRecrutements .recrutement {
	background-color: #d8a947;
	color: #ffffff;
	border-radius: 35px;
}
.listRecrutements .recrutement.opened {
	background-color: #1b354d;
}
.bgGray, .bgGray p, .bgGray h1, .bgGray h2, .bgGray h3, .bgGray h4 {
	color: #ffffff;
	background-color: #555555;
}

body.page_0, #turn {
	background-color: #ffffff;
	color: #111111;
}
body.page_0  h1, body.page_0  p, #turn p {
	color: #111111;
}
.listRecrutements .recrutement li:before {
    color: #ffffff;
}

.listRecrutements .recrutement .r_bt {
    width: 56px;
    line-height: 56px;
}
.listRecrutements .recrutement .r_bt img {
	display: block;
	opacity: 1;
}
.listRecrutements .recrutement .r_bt img.close {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
.recrutement .r_titre {
	text-transform: uppercase;
}
.recrutement.opened .r_bt img.close {
	opacity: 1;
}
.recrutement.opened .r_bt img.open {
	opacity: 0;
}

@media screen and (max-width: 1920px) {
	.recrutement .r_titre {
	    padding: 14px 0 16px;
	}
	.listRecrutements .recrutement .r_bt {
	    width: 50px;
	    line-height: 50px;
	}
	
	.listRecrutements .recrutement .r_corps {
	    padding-right: 80px;
	}
	.listRecrutements .recrutement .r_titre {
	    width: calc(100% - 50px);
	}.recrutement .bt {
	    transform: translateX(64px);
	}
}
@media screen and (max-width: 1680px) {
	.recrutement .r_titre {
	    padding: 12px 0 14px;
	}
	.listRecrutements .recrutement .r_bt {
	    width: 44px;
	    line-height: 44px;
	}
	.listRecrutements .recrutement .r_titre {
	    width: calc(100% - 44px);
	}
	.listRecrutements .recrutement .r_corps {
	    padding-right: 60px;
	}
	.recrutement .bt {
	    transform: translateX(54px);
	}

}

@media screen and (max-width: 767px) {
	.listRecrutements .recrutement .r_titre {
	    width: calc(100% - 44px);
	    display: block;
	}
	.listRecrutements .recrutement .r_titre span {
		width: 100%;
	    display: block;
	}
	.listRecrutements .recrutement .r_titre span {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.listRecrutements .recrutement .r_titre span.r_date {
	    display: none !important;
	}
	.listRecrutements .recrutement .r_corps {
	    padding-right: 14px;
	    padding-top: 0px;
	}
	.recrutement .bt {
	    transform: translateX(0);
	}
	.recrutementRight {
		margin-top: 40px;
	}
	.recrutementRight .contact-form .bt, .recrutementRight .contact-form button {
		margin-right: 8px;
		margin-bottom: 8px;
	}
}


/************************************** COVID **************************************/

.covid {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;

}
.covid::before {
	 background: rgba(255, 255, 255, 0.8) !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1   ;
}

.btCovidContainer {
	position: absolute;
	top: 20px;
	right: 20px;
}
.covid > div {
	width: 1100px;
	padding: 46px;
	background-color: #c69b40;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	text-align: left;
}
.covid p , .covid h2 {
	color: #ffffff;
}
.covid img {
	width: 45%;
	margin-right: 4%;
}
.covid > div > div {
	width: 61%;
	
}


@media screen and (max-width: 1920px) {
	
	.covid > div {
		width: 900px;
		padding: 38px;
	}
}
@media screen and (max-width: 1680px) {
	
	.covid > div {
		width: 800px;
		padding: 38px;
	}
}
@media screen and (max-width: 1366px) {

}


@media screen and (max-width: 1024px) {
	.covid > div {
		width: 700px;
		padding: 36px;
	}
}

@media screen and (max-width: 820px) {
	.covid > div {
		width: calc(100% - 72px);
		padding: 32px;
	}
}


@media screen and (max-width: 767px) {
	

	.covid > div > div {
		width: 100%;
		
}
	.covid > div {
		width: calc(100% - 48px);
		padding: 24px;
	}
	.covid > div {
		display: block;
	}
	.covid h2 {
		margin-top: 2px;
		margin-bottom: 8px;
	}
	.covid p {
		margin-bottom: 18px;
	}
}

.covid {
	z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
#tarteaucitronIcon {
	display: none !important;
}




#tarteaucitronIcon{
	display: none !important;
}


.gm-style iframe + div { border:none!important; }





