body {
	margin: 0;
	padding: 90px 0 0 0
}
body.full {
	overflow: hidden
}
hr, .clr {
	clear: both
}
img {
	max-width: 100%
}
ul {
	margin: 0;
	padding: 0
}
ul li {
	list-style-type: none
}
.texte-contenus hr {
	border-top: 1px solid #000
}
.sp-contenu {
	min-height: 839px;
	max-width: 100%;
	padding: 175px 0 0 0;
	overflow: hidden;
	position: relative
}
.flx {
	display: flex;
	align-items: center
}
.ets {
	height: 216px
}
.etm {
	height: 540px
}
.etl {
	height: 810px
}
.etxl {
	height: 1080px;
	height: 100vh
}
.img-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}
.prlx {
	position: relative
}
.img-prlx {
	position: relative
}
.prlx-img {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 1920px auto
}
.block {
	display: block;
	text-decoration: none
}
.centrage {
	width: 1360px;
	margin: auto
}
.centragexl {
	max-width: 1600px;
	margin: auto
}
.centragem {
	position: relative;
	max-width: 1140px;
	min-height: 35px;
	margin: 0 auto 0 auto;
	padding: 2px 0;
}
.centrages {
	max-width: 577px;
	margin: auto
}
.icon {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	padding: 1em;
	margin: 0 0 0 15px;
	font-size: 14px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 70%;
	border-radius: 50%;
	transition: all 0.3s ease-out
}
.icon {
	background-color: var(--main)
}
.icon:hover {
	background-color: #61a8af
}
.img-full {
	position:relative
}
.img-full picture {
	display: block;
	padding: 32% 0
}
.img-full img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-out
}
.img-full:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.img-full:before {
	display:block;
	position:absolute;
	top:0;
	bottom: -2px;
	width:100%;
	z-index:10;
	background:rgba(0,0,0,0);
	user-select:none
}
.img-full.cache {
	transition:all 0s ease-out;
	opacity:0
}
.bouton {
	color: var(--main);
	-moz-border-radius: 28;
	display: block;
	padding: 6px 9px 6px 9px;
	font-weight: 600;
	text-decoration: none
}
.anim {
	transition-property: all;
	transform-origin: 50%;
	transition-duration: 0.8s;
	transition-delay: 0.25s
}
.preanim {
	transition: none!important
}
figure,picture {
	display: block;
	vertical-align: middle;
	line-height: 0;
	padding: 0;
	line-height: 0;
	margin: 0;
	height: auto!important
}
figure {
	margin: 2em 0 0 0
}
figure > picture {
	margin: 0
}
.slideshow {
	position: relative;
	z-index: 11;
	overflow: hidden;
	background: #ffffff
}
.slideshow-items {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: none
}
.slideshow-items .item {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: none
}
.start-gauche, .start-droite {
	left: 0;
	z-index: 10;
	transition: none;
	opacity: 0
}
.start-droite {
	left: 0
}
.item.entre {
	left: 0;
	z-index: 20;
	opacity: 1;
	transition: left 0.4s 0s ease-in-out, opacity 0.4s 0s ease-in-out
}
.item.sors-gauche, .item.sors-droite {
	left: 0;
	opacity: 0.2;
	transition: left 0.4s 0.2s ease-in-out, opacity 0.2s 0.2s ease-in-out!important;
	z-index: 0
}
.items picture.img-full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden
}
.slideshow .prev,.slideshow .next {
	position: absolute;
	z-index: 100;
	top: 45%;
	left: 15px;
	width: 60px;
	height: 60px;
	transform: scale(1);
	cursor: pointer;
	transition: all 0.2s ease-out
}
.slideshow .prev.clicked,.slideshow .next.clicked {
	transition: none;
	transform-origin: 50%;
	transform: scale(0.8)
}
.slideshow .next {
	right: 15px;
	left: auto
}
.slideshow .prev:before,.slideshow .next:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 2%;
	left: 20%;
	width: 34%;
	height: 34%;
	margin: auto;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform-origin: 50%;
	transform: rotate(-45deg)
}
.slideshow .next:before {
	right: 18%;
	left: 0;
	transform: rotate(135deg)
}
.texte-riche section > .centrage,.texte-riche section > .centragexl,.texte-riche section > .centragem,.texte-riche section > .centrages {
	clear: both
}
.texte-riche figure,.texte-riche picture {
	position: relative;
	height: auto!important
}
.texte-riche .slideshow figure, .texte-riche .slideshow picture {
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0
}
.texte-riche figure picture {
	margin: 0;
	width: 100%
}
figure.align-center,picture.align-center {
	margin-left: auto!important;
	margin-right: auto!important;
	display: block
}
figure.align-left,picture.align-left {
	float: left;
	margin: 0 3% 0 0
}
figure.align-right,picture.align-right {
	float: right;
	margin: 0 0 1% 4%
}
figure.image.align-left:after,figure.image.align-right:after {
	content: '';
	display: block;
	clear: both
}
figure picture.align-left {
	margin: 0 auto 0 0!important
}
figure picture.align-right {
	margin: 0 auto!important
}
figure picture.align-center {
	margin: 0 auto!important
}
.texte-riche figcaption {
	display: block;
	margin: auto;
	padding: 1.5% 4% 1% 4%;
	line-height: 21px;
	font-size: 13px
}
.slideshow .img-full {
	position: relative;
	height: 100%;
	overflow: visible
}
.slideshow .img-full picture {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.texte-contenus .slideshow {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto!important
}
.texte-contenus .slideshow .prev,.texte-contenus .slideshow .next {
	width: 34px;
	height: 34px;
	background: #0066ff;
	border-radius: 5px
}
.texte-contenus .slideshow .prev:before,.texte-contenus .slideshow .next:before {
	border-color: #ccc;
	border-width: 1px
}
.texte-contenus .slideshow .slideshow-items {
	height: auto;
	width: auto;
	position: relative;
	padding: 33% 0
}
.texte-contenus .slideshow .slideshow-items figure {
	display: block;
	line-height: normal;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	line-height: normal
}
.texte-contenus .slideshow .slideshow-items figure picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 6%;
	left: 0
}
.texte-contenus .slideshow .slideshow-items > figure img,.texte-contenus .slideshow .slideshow-items > picture img {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: scale-down;
	width: 100%;
	height: 100%
}
.texte-contenus .slideshow .slideshow-items figure figcaption {
	position: absolute;
	z-index: 9999;
	bottom: 2%;
	left: 50%;
	right: 0;
	margin: auto;
	padding: 8px 0 7px 10px;
	transform: translateX(-50%) translateY(50%);
	text-align: left;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	width: 100%
}
.rangee {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0px -2%
}
.itac {
	align-items: center
}
.rangee .col{
	padding: 0px 2%
}
.rangee figure.image,.rangee picture,.rangee figure picture {
	max-width: 100%;
	height: 100%;
	position: relative
}
.rangee .align-right {
	float: right
}
.rangee .align-left {
	float: left
}
.rangee .dib.img-full {
	width: 33.33333333%;
	height: 100%;
	vertical-align: top;
	float: left;
	position: relative
}
.col-12{
	width:100%
}
.col-8{
	width:66.66666666%;
	flex: 1 0 66.66666666%
}
.col-10{
	width:16.66666666%;
	flex: 0 1 83.333333333333%
}
.col-9{
	width:75%;
	;
	flex: 1 0 75%
}
.col-7{
	width:58.33333333%;
	flex: 1 0 58.33333333%
}
.col-6{
	width:50%;
	flex: 0 1 50%
}
.col-5{
	width:41.66666666%;
	flex: 1 0 41.66666666%
}
.col-4{
	width: 33.333333%;
	flex: 1 0 33.33333333%
}
.col-3{
	width:25%;
	flex: 0 1 25%
}
.col-2{
	width:16.66666666%;
	flex: 0 1 16.66666666%
}
.texte-riche .rangee {
	position: relative;
	margin: 0px -2%!important
}
.cont-youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.cont-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.video-container {
	position: relative;
	padding: 33% 0
}
.img-full-screen {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: #00000052 url(../imgs/img-full-screen.svg) center center no-repeat;
	background-size: 39%;
	opacity: 1;
	margin: auto;
	border-radius: 50%;
	cursor: pointer
}
.img-full-screen:hover {
	background-size: 50%
}
#close-img-viewer {
	position: absolute;
	z-index: 99;
	top: 15px;
	right: 15px;
	width: 0;
	height: 0;
	padding: 4%;
	background: #000
}
#img-viewer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000eb;
	z-index: 1000;
	display: none
}
#img-viewer:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	pointer-events: none
}
#img-viewer.img-viewer-display {
	display: block;
	opacity: 0;
	transition: all 0.25s ease-out
}
#img-viewer.img-viewer-display.img-viewer-show {
	opacity: 1
}
#img-viewer .slideshow {
	padding: 0;
	position: absolute;
	top: 2%;
	right: 2%;
	bottom: 2%;
	left: 2%;
	background: none
}
#img-viewer figure {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0
}
#img-viewer figure picture {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
#img-viewer img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%)
}
.layer {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translate3d(0,0,0);
	transition: all 0.25s ease-out;
	overflow: auto;
	z-index: 9999;
	background: rgba(0,0,0,0.90)
}
.layer .layerOff {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.pagination {
	padding: 0 0 72px 0;
	text-align: center;
	font-size: 12px
}
.pagination .compteur {
	margin: 38px 0 0 0;
	padding: 8px 0 13px 0;
	font-size: 11px;
	color: #0c1229;
	text-align: center;
	position: relative;
	border-top: 1px solid #4d4dd126
}
.pagination a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #0066ff;
	text-align: center;
	border-radius: 6px
}
.pagination a:hover {
	background: #699ff1;
	color: #fff
}
.pagination .page.actif {
	background: var(--main);
	color: #fff
}
.hbg {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}
.hbg-box {
	width: 40px;
	height: 24px;
	display: block;
	position: relative;
	vertical-align: middle;
	margin-left: 5px
}
.hbg-in {
	display: block;
	top: 50%;
	margin-top: -2px
}
.hbg-in,.hbg-in::before,.hbg-in::after {
	width: 40px;
	height: 4px;
	background-color: rgb(78 157 208);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease
}
.hbg-in::before,.hbg-in::after {
	content: "";
	display: block
}
.hbg-in::before {
	top: -10px
}
.hbg-in::after {
	bottom: -10px
}
.hbg--sld .hbg-in {
	top: 2px
}
.hbg--sld .hbg-in::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s
}
.hbg--sld .hbg-in::after {
	top: 20px
}
.hbg--sld.is-active .hbg-in {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hbg--sld.is-active .hbg-in::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}
.hbg--sld.is-active .hbg-in::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg)
}
#sbc {
	display: none;
	position: fixed;
	width: auto;
	right: 15px;
	bottom: 11px;
	left: 15px;
	z-index: 999999;
	height: 58px;
	overflow: visible;
	margin: auto;
	pointer-events: none
}
.scl.full #sbc {
	display: none
}
.scl #sbc {
	display: block
}
#sbo {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: #032e68;
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
	transition: all 0.1s ease-out;
	border-radius: 4px
}
#sbo:after {
	content: '';
	display: block;
	position: absolute;
	top: 12%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 25%;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: 50%;
	transform: rotate(-45deg)
}
#nvg {
	padding: 20px 0 16px 0;
	margin: 17px 0 21px 0;
	font-size: 12px;
	color: #98a1c9
}
#nvg > .centrage {
	padding: 12px 15px;
	overflow: hidden
}
#nvg a {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none
}
#nvg a:hover {
	text-decoration: underline
}
@media (max-width: 1500px) {
	.sp-contenu {
		padding: 175px 0 0 0;
		min-height: 672px
	}
	.centrage {
		width: 1140px
	}
}
@media (max-width: 1200px) {
	.centrage {
		width: 960px
	}
}
@media (max-width: 992px) {
	.centrage {
		width: 720px
	}
	.centragem {
		padding: 5px 0
	}
}
@media (max-width: 768px) {
	.centrage {
		width: 540px
	}
	.rangee {
		display: block
	}
	.rangee .col{
		width: 100%
	}
}
@media (max-width: 576px) {
	.centrage {
		width: 100%
	}
	figure.align-left,picture.align-left {
		float: none
	}
	.pagination {
		padding: 0
	}
	#sbo {
		right: 5px
	}
}
