@charset "UTF-8";
*::before,
*::after {
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease; }

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal; }

body {
	font: 15px/30px "Montserrat regular";
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	overflow-x: hidden; }

#wrapper {
	overflow: hidden; }

::-webkit-scrollbar {
	width: 8px;
	background-color: #f1f0ec; }

::-webkit-scrollbar-thumb {
	background-color: #003049; }

main {
	display: block; }

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block; }

input,
button,
textarea,
select {
	outline: none; }

ol,
ul {
	list-style: none; }
ol li,
ul li {
	list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

a {
	text-decoration: none;
	color: #003049;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease; }

p:not(:last-child) {
	margin-bottom: 30px; }

b, strong {
	font-family: "Montserrat bold"; }

@font-face {
	font-family: 'Montserrat bold';
	src: url("./fonts/mb.eot");
	src: url("./fonts/mb.eot?#iefix") format("embedded-opentype"), url("./fonts/mb.woff2") format("woff2"), url("./fonts/mb.woff") format("woff"), url("./fonts/mb.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap; }
@font-face {
	font-family: 'Montserrat extra bold';
	src: url("./fonts/meb.eot");
	src: url("./fonts/meb.eot?#iefix") format("embedded-opentype"), url("./fonts/meb.woff2") format("woff2"), url("./fonts/meb.woff") format("woff"), url("./fonts/meb.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap; }
@font-face {
	font-family: 'Montserrat light';
	src: url("./fonts/ml.eot");
	src: url("./fonts/ml.eot?#iefix") format("embedded-opentype"), url("./fonts/ml.woff2") format("woff2"), url("./fonts/ml.woff") format("woff"), url("./fonts/ml.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap; }
@font-face {
	font-family: 'Montserrat regular';
	src: url("./fonts/mr.eot");
	src: url("./fonts/mr.eot?#iefix") format("embedded-opentype"), url("./fonts/mr.woff2") format("woff2"), url("./fonts/mr.woff") format("woff"), url("./fonts/mr.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }
@font-face {
	font-family: 'Montserrat semi bold';
	src: url("./fonts/msb.eot");
	src: url("./fonts/msb.eot?#iefix") format("embedded-opentype"), url("./fonts/msb.woff2") format("woff2"), url("./fonts/msb.woff") format("woff"), url("./fonts/msb.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap; }
@font-face {
	font-family: 'Montserrat medium';
	src: url("./fonts/mm.eot");
	src: url("./fonts/mm.eot?#iefix") format("embedded-opentype"), url("./fonts/mm.woff2") format("woff2"), url("./fonts/mm.woff") format("woff"), url("./fonts/mm.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap; }
@font-face {
	font-family: 'Abril Fatface';
	src: url("./fonts/af-r.eot");
	src: url("./fonts/af-r.eot?#iefix") format("embedded-opentype"), url("./fonts/af-r.woff2") format("woff2"), url("./fonts/af-r.woff") format("woff"), url("./fonts/af-r.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }
.wrapper {
	max-width: 1280px;
	padding: 0 40px;
	position: relative;
	margin: 0 auto; }

[class*=grid] {
	display: grid; }

.grid-50 {
	grid-template-columns: 1fr 1fr; }
.grid-33 {
	grid-template-columns: 1fr 1fr 1fr; }
.grid-25 {
	grid-template-columns: 1fr 1fr 1fr 1fr; }
.grid.center-v {
	align-items: center; }
.grid.center-v {
	align-items: center; }

.flex {
	display: flex; }

.text-left {
	text-align: left; }
.text-right {
	text-align: right; }
.text-center {
	text-align: center; }

.wrap-custom {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 40px; }
@media (max-width: 600px) {
	.wrap-custom {
		width: 100%; } }

h1, .gtitle {
	font: 54px/64px "Abril Fatface";
	letter-spacing: -0.2px; }

h2, .title {
	font: 36px/46px "Abril Fatface";
	letter-spacing: -0.2px; }

h3 {
	font: 28px/38px "Abril Fatface"; }

h4 {
	font: 22px/32px "Abril Fatface"; }

h5 {
	font: 20px/30px "Abril Fatface"; }

h6 {
	font: 18px/32px "Abril Fatface"; }

h1, h2, h3, h4, h5, .title {
	color: #003049;
	margin-bottom: 10px; }

.stitle {
	font: 18px/28px "Montserrat regular";
	color: #fefefe;
	text-transform: uppercase; }

.bg-grey {
	background: #f1f0ec; }

.bg-blue {
	background: #05344c; }
.bg-blue .phototexte h2, .bg-blue .phototexte h3, .bg-blue .phototexte p {
	color: #ffffff; }

.afterbefore, .wp-pagenavi a.current::after, .wp-pagenavi span.current::after, .bg-grey2::after, .textecarte .carte .ullist li::after, .list .itemphoto::after, .list .itemphoto::before, .list .itemvideo .posterlink .itemlink::after, .bandeau.bshape::after, footer .footerbottom::after, footer .footerbottom .mentions li::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease; }

.slick-img {
	background: #003049;
	position: relative; 
	overflow:hidden;
}
.slick-img .image {
	background: #000000; }
.slick-img img {
	opacity: 0.5;
	width: 100%;
	height: 100%;
	object-fit: cover; }
.slick-img .slick-track {
	height: 80vh; }

.dots-img .slick-dots {
	position: absolute;
	right: 40px;
	bottom: 105px; }

.scrollTop {
	width: 42px;
	height: 42px; }

.b-text {
	position: relative;
	padding: 70px 0 90px; }
.b-text h1 {
	font-size: 40px;
	line-height: 50px; }
.b-text .titletexte {
	display: grid;
	display: -ms-grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px; }
.b-text .stitle {
	color: #003049; }
.b-text ul {
	padding: 20px 0 20px 20px; }
.b-text ul li {
	padding: 5px 0 5px 35px;
	background: url(./images/list.svg) no-repeat left top 9px; }
.b-text .ul50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 50px; }
.b-text p + ul {
	margin-top: -40px; }
.b-text .images2 {
	display: grid;
	display: -ms-grid;
	gap: 25px;
	grid-template-columns: 1fr 1fr;
	margin: 40px 0; }
.b-text .images2 img {
	margin-bottom: 0; }
.b-text .phototexte {
	padding: 40px 0 0; }
.b-text .phototexte .photo {
	padding: 0 60px 0 0; }
.b-text .phototexte.reverse .photo {
	padding: 0 0 0 60px; }
.b-text strong + h2 {
	margin-top: 20px; }
.b-text img {
	margin-bottom: 40px; }

.long-text .wp-block-group {
	display: none; }

.bg-blue {
	background: #003049; }
.bg-blue.b-text {
	color: #ffffff; }
.bg-blue.b-text h2 {
	color: #ffffff; }

.bg-yellow {
	background: #edb311; }

.paddingdefault {
	padding: 70px 0 90px; }

.textcenter {
	text-align: center; }

.phototexte {
	display: grid;
	display: -ms-grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 90px 0; }
.phototexte .photo {
	padding: 0 50px 0 0; height: 100%}
.phototexte .photo img {
	height: 100%;
	object-fit: cover;
}
.phototexte.reverse .photo {
	padding: 0 0 0 50px; height: 100%
	grid-area: 1 span / 2; }
.phototexte.reverse .photo img {
	margin: 0; height: 100%; object-fit: cover}
.phototexte.reverse .texte {
	grid-area: 1; }
.phototexte .texte ul {
	padding: 20px 0 20px 20px; }
.phototexte .texte ul li {
	padding: 5px 0 5px 35px;
	background: url(./images/list.svg) no-repeat left top 9px; }
.phototexte .texte .ul50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 50px; }
.phototexte .texte p + ul {
	margin-top: -40px; }

.img-text {
	margin-bottom: 50px; }

.lire-plus {
	display: block;
	position: relative;
	margin-top: 45px; }
.lire-plus::after {
	content: "";
	width: calc(100% - 190px);
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	top: 50%;
	right: 0; }

.card {
	padding: 80px 0 90px; }
.card h3 {
	font: 18px/24px "Montserrat bold";
	margin-bottom: 0; }
.card h3 a {
	color: #030303; }
.card .card-item {
	display: grid;
	box-shadow: 97px 0 39px #00000010; }
.card .card-item .image {
	min-height: 232px;
    display: flex;
    align-items: center;
    background: #f0f0f0;
	overflow: hidden; }
.card .card-item .image img {
	width: 100%;
	height: auto;
	transition: all 400ms ease-in-out; }
.card-content {
	gap: 30px; }
.card-content .texte {
	background: #ffffff;
	padding: 10px 15px 20px; }
.card-title {
	margin-bottom: 35px; }

.calendar {
	background: url(./images/calendar.svg) no-repeat top 5px left;
	padding-left: 25px;
	color: #b5b5b5;
	font-size: 15px; }

.link-bottom {
	display: flex;
	justify-content: end;
	margin-top: 40px; }

main {
	padding-top: 133px; }

.toppage {
	text-align: center;
	padding: 75px 0 80px; }
.toppage h1 {
	font-size: 40px;
	line-height: 50px; }
.toppage .stitle {
	color: #003049; }
.toppage p {
	max-width: 610px;
	margin: 0 auto; }

.topimg {
	position: relative;
	padding: 120px 0 130px;
	text-align: center;
	color: #ffffff; }
.topimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; }
.topimg .stitle {
	color: #ffffff; }
.topimg h1 {
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	max-width: 860px;
	margin: 0 auto 10px; }
.topimg.textleft {
	text-align: left; }
.topimg.textleft h1 {
	max-width: inherit;
	margin: 0 0 10px; }

.topcustom {
	padding: 60px 0;
	text-align: center; }
.topcustom strong {
	font-size: 16px; }

.bread-crumb {
	font: 14px/28px "Montserrat regular";
	color: #000000;
	text-align: left;
	position: relative;
	padding: 15px 0; }
.bread-crumb-last {
	position: relative;
	font: 15px/26px "Montserrat bold"; }
.bread-crumb a {
	margin-right: 40px;
	position: relative;
	color: #000000; 
    display: inline-block;
    vertical-align: top;}
.bread-crumb a:after {
	content: "/";
	position: absolute;
	right: -22px;
	top: 15px;
	display: block;
	line-height: 0;
	color: #000000; }

/***** gridcustom *****/
.gridcustom {
	position: relative;
	margin: 95px 0;
	background: url(./images/bg-blue-grid.jpg) center/cover no-repeat; }
.gridcustom .photo {
	position: absolute;
	width: 50%;
	height: 100%; }
.gridcustom .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover; }
.gridcustom .texte {
	width: 50%;
	margin: auto 0 auto 50%;
	padding: 100px 0 100px 40px;
	color: #ffffff; }
.gridcustom .texte h1, .gridcustom .texte h2, .gridcustom .texte h3, .gridcustom .texte h4, .gridcustom .texte h5 {
	color: #ffffff; }
.gridcustom .texte ul {
	padding: 20px 0 20px 20px; }
.gridcustom .texte ul li {
	padding: 5px 0 5px 35px;
	background: url(./images/list.svg) no-repeat left top 9px; }
.gridcustom .texte .ul50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 50px; }
.gridcustom .texte p + ul {
	margin-top: -40px; }

.gridcustom.reverse,
.gridcustom.reverse .texte {
	margin: 0; }

.gridcustom.reverse .photo {
	right: 0; }

.gridcustom.reverse .texte {
	margin: auto 50% auto 0;
	padding: 100px 40px 100px 0; }

.phototextecustom {
	padding: 90px 0 90px;
	position: relative; }
.phototextecustom .linkcontent:last-child .item {
	border-bottom: 1px solid #e4e2e0; }
.phototextecustom .itemphoto {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	height: auto;
    transform: translateY(-50%);
	transition: all 150ms ease-in-out; }
.phototextecustom .itemphoto img {
	width: 100%;
	height: auto;
	max-height: 390px; }
.phototextecustom .itemphoto .photocontent {
	padding: 50px 40px 55px;
	background: #ffffff; }
.phototextecustom .itemphoto.show {
	opacity: 1;
	visibility: visible; }
.phototextecustom .textecontent {
	width: 50%;
	padding-right: 85px; }

.linksub {
	margin: 30px 0 0; }

.linksub .item {
	background: url(./images/arrow-blue.svg) right center no-repeat;
	height: 50px;
	display: grid;
	align-items: center;
	border-top: 1px solid #e4e2e0;
	padding-right: 40px;
	font-size: 16px;
	line-height: 22px; }
.linksub .item.active {
	color: #edb311;
	background-image: url(./images/arrow-yellow.svg); }

.linksub .item:last-child {
	border-bottom: 1px solid #e4e2e0; }

.linkitem {
	font-size: 18px;
	line-height: 28px;
	padding: 20px 60px 20px 30px;
	min-height: 90px;
	background: url(./images/arrow-blue.svg) right 25px center no-repeat #f1f0ec;
	text-align: left;
	display: grid;
	align-items: center; }

.contentlink {
	display: grid;
	display: -ms-grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr; }
.contentlink .linkitem:last-child {
	grid-area: 1 span / 2; }

.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 50px 0;
	padding: 0 20px; }
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	position: relative;
	font: 15px/25px "Montserrat regular";
	margin: 0 5px;
	color: #565656;
	padding: 0 5px; }
.wp-pagenavi a.current, .wp-pagenavi span.current {
	color: #003049;
	font-family: "Montserrat bold"; }
.wp-pagenavi a.current::after, .wp-pagenavi span.current::after {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #c8c8c8;
	border-radius: 50%; }
.wp-pagenavi .previouspostslink {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #003049;
	min-width: 40px;
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin: 0 25px 0 0;
	background-image: url(./images/arrow-nav-prev.svg);
	background-repeat: no-repeat;
	background-position: 50%; }
.wp-pagenavi .nextpostslink {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #003049;
	min-width: 40px;
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin: 0 0 0 25px;
	background-image: url(./images/arrow-nav-next.svg);
	background-repeat: no-repeat;
	background-position: 50%; }

.voir {
	text-align: center;
	padding: 85px 0 90px; }
.voir .grid-33 {
	margin-top: 40px;
	grid-gap: 30px; }
.voir .card-item .texte {
	padding: 20px 5px; }

.niveau3 h1 {
	font-size: 40px;
	line-height: 50px; }

.mention .toppage {
	padding: 50px 0; }
.mention h2 {
	font-size: 28px;
	line-height: 38px; }
.mention .b-text {
	padding: 50px 0 70px; }
.mention p:not(:last-child) {
	margin-bottom: 20px; }

.blog .card {
	padding: 80px 0 20px; }

.blogdetail .b-text {
	padding: 50px 0 60px; }
.blogdetail .b-text h1 {
	margin-bottom: 0; }
.blogdetail .b-text h1 + .calendar {
	margin: 10px 0 20px; }

.bg-grey2 {
	position: relative; }
.bg-grey2::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 215px;
	background: #f1f0ec;
	z-index: -1; }

.niveau3 .b-text:first-child {
	padding-top: 0; }

.paddingtop0 {
	padding-top: 0; }

.reseaux {
	display: flex;
	align-items: center;
	gap: 15px; }
.reseaux a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #a0a0a0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px; }
.reseaux a.facebook {
	background-image: url(./images/fb.svg); }
.reseaux a.instagram {
	background-image: url(./images/icon-yt.svg); }
.reseaux a.linkedin {
	background-image: url(./images/linkedin.svg); }

.btn-more {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	color: #000000; }
.btn-more span {
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: url(./images/plus.svg) no-repeat center #edb311;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	transition: all 400ms ease-in-out; }
.btn-more span::after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 1px solid transparent; }
.btn-more.bgblue span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	width: 55px;
	height: 55px;
	top: -2px;
	right: 0;
	font: 24px/55px "Montserrat regular";
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	background: url(./images/plus.svg) no-repeat center #003049; }
.btn-more.bgblue span::after {
	border-color: transparent; }
.btn-more.active span {
	background: url(./images/moins.svg) no-repeat center #003049; }
.btn-more.active.bgblue span {
	background: url(./images/moins.svg) no-repeat center #edb311; }

.btn-scroll {
	display: inline-block; }
.btn-scroll span {
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: url(./images/srollTop.svg) center no-repeat #edb311;
	display: inline-block;
	vertical-align: middle;
	transition: all 400ms ease-in-out; }
.btn-scroll span::after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 2px solid transparent; }
.btn-scroll.scrolldown span {
	background: url(./images/srollDown.svg) center no-repeat #003049; }

.btn {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 19px 25px;
	background: #edb311;
	color: #ffffff;
	font: 400 16px/28px "Montserrat regular";
	letter-spacing: -0.2px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	width: max-content;
	transition: all 300ms ease-in-out; }
.btn span {
	position: relative;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px; }
.btn span em {
	font-style: normal; }
.btn:before, .btn:after {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0; }
.btn:before {
	transform: translate3d(-101%, 0, 0);
	background-color: #003049;
	border: 1px solid #003049;
	transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.btn:after {
	background-color: #032130;
	border: 1px solid #032130;
	transform: translate3d(101%, 0, 0);
	transition: transform 250ms 250ms cubic-bezier(0.16, 0.73, 0.58, 0.62); }
.btn.btn-primary {
	padding: 0 0 0 30px; }
.btn.btn-primary span::after {
	content: "";
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(./images/arrow.svg) no-repeat center #f7c436;
	top: 0;
	right: 0;
	margin-left: 20px;
	box-shadow: 20px 10px 130px 5px rgba(28, 27, 27, 0.2); }
.btn.btn-contact {
	background: #0c4b6b;
	padding: 0 30px 0 0;
	height: 66px; }
.btn.btn-contact span::before {
	content: "";
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(./images/mail.svg) no-repeat center #0c4f71;
	top: 0;
	left: 0;
	margin-right: 20px;
	box-shadow: 20px 10px 130px 5px rgba(28, 27, 27, 0.2);
	z-index: 5; }
.btn.btn-contact:before {
	background-color: #032130;
	border: 1px solid #032130;
	transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.btn.btn-contact:after {
	background-color: #edb311;
	border: 1px solid #edb311;
	transition: transform 250ms 250ms cubic-bezier(0.16, 0.73, 0.58, 0.62); }
.btn.btn-plus span::after {
	background-image: url(./images/plus.svg); }
.btn.btn-add {
	padding: 19px 85px 19px 25px; }
.btn.btn-add span::after {
	content: "";
	display: inline-block;
	width: 66px;
	height: 66px;
	top: 0;
	right: 0;
	margin-left: 5px;
	color: #ffffff;
	font: 24px/65px "Montserrat regular";
	text-align: center;
	background: #f7c436; }
.btn.btn-send span::after {
	background: url(./images/message.svg) center no-repeat #f7c436; }

input[type="search"], input[type="search"] {
	height: 60px;
	border-radius: 0;
	background: #ffffff;
	font: 16px/29px "Montserrat regular";
	color: #000000;
	padding: 10px 30px;
	border-right: none; }
input::placeholder {
	font: 16px/29px "Montserrat regular";
	font-style: normal; }

form .grid-50 {
	display: grid;
	display: -ms-grid;
	gap: 50px 15px;
	margin-bottom: 50px;
}
form label {
	font: 15px/25px "Montserrat regular";
	color: #04334c;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px; }
form input {
	font: 16px/29px "Montserrat regular";
	border: none;
	color: #000000;
	padding-bottom: 10px;
	width: 100%; }
form input::placeholder {
	font: 16px/29px "Montserrat regular"; }
form textarea {
	border: none;
	appearance: none;
	resize: none;
	width: 100%;
	height: 130px;
	font: 16px/29px "Montserrat regular";
	color: #000000; }
form .formgroup {
	border-bottom: 1px solid #04334c;
}
/*form .formgroup:last-child {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-end;
	border: none; }*/
form .message {
	grid-area: 1 span / 2 span;
}
.captcha { margin: 30px auto; }
.captcha div { margin: 0 auto; }
.contact main form {
	max-width: 620px;
	margin: 90px auto 130px;
}
form p { text-align: center }

.mailform {
	position: relative; }
.mailform input {
	padding: 0 60px 0 25px; }
.mailform .send {
	position: absolute;
	width: 60px;
	height: 100%;
	right: 0;
	top: 0;
	background: url(./images/message.svg) center no-repeat transparent;
	border: none;
	cursor: pointer;
	transition: all 400ms ease-in-out; }

.fancybox-enabled {
	overflow: hidden; }

.fancybox-enabled body {
	overflow: visible;
	height: 100%; }

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden; }

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
	z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; }

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s,visibility 0s linear .25s;
	box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px; }

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
	top: 0;
	right: 0; }

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0); }

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; }

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block; }

.fancybox-slide--image {
	overflow: visible; }

.fancybox-slide--image:before {
	display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df; }

.fancybox-slide--next {
	z-index: 99995; }

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none; }

.fancybox-spaceball {
	z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff; }

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%; }

.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff; }

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default; }

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer; }

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2; }

.fancybox-close-small:focus:after {
	outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff; }

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
	pointer-events: none; }

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all; }

.fancybox-caption a {
	color: #fff;
	text-decoration: underline; }

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none; }

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
	background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
	opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor; }

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg); }

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }

.fancybox-button--left {
	border-bottom-left-radius: 5px; }

.fancybox-button--right {
	border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px); }

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s; }

.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px 24px; }

.fancybox-arrow--right {
	right: 0; }

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
	left: 0; }

.fancybox-show-nav .fancybox-arrow {
	opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3; }

.fancybox-loading {
	border: 6px solid rgba(99, 99, 99, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999; }

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }
@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0; }

	.fancybox-button--left, .fancybox-button--right {
		display: none !important; }

	.fancybox-caption {
		padding: 20px 0;
		margin: 0; } }
.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent; }

.fancybox-button--play:before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px; }

.fancybox-button--pause:before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
	display: none; }

@media (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block; }

	.fancybox-button--thumbs span {
		font-size: 23px; }

	.fancybox-button--thumbs:before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995; }

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block; }

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px; }

	.fancybox-thumbs > ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0; }

	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box; }

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1); }

	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; }

	.fancybox-thumbs > ul > li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1; }

	.fancybox-slide--video .fancybox-content {
		max-width: 800px;
		max-height: 450px;
		margin: 0; } }
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0; }
.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;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto; }
.slick-track:before, .slick-track:after {
	content: "";
	display: table; }
.slick-track:after {
	clear: both; }
.slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none; }
[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-dots {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	padding: 0;
	line-height: 0;
	margin-top: 60px; }
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px; }
.slick-dots li button {
	font-size: 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background: none;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	display: block; }

.slick-arrow {
	width: 50px;
	height: 50px;
	border: none;
	font-size: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center; }
.slick-arrow.slick-prev {
	left: 0; }
.slick-arrow.slick-next {
	right: 0; }

.banner {
	position: relative;
	margin-top: -50px; }
.banner .btn-scroll {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 42px;
	margin: 0 auto;
	z-index: 2; }
.banner .texte {
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%; }
.banner .texte h1 {
	color: #ffffff; }
.banner .texte .content {
	max-width: 545px;
	padding-top: 20px;
	height: 100%;
	display: grid;
	align-content: center; }
.banner .texte .wrapper {
	top: 0;
	height: 100%; }
.banner .slick-active button {
	background: #ffffff; }

#chiffres {
	position: absolute;
	top: -150px; }

.temoignage {
	padding: 80px 0 90px;
	color: #ffffff; }
.temoignage__title {
	text-align: center;
	padding-bottom: 35px; }
.temoignage .stitle {
	color: #edb311; }
.temoignage h2 {
	color: #ffffff; }
.temoignage__content {
	gap: 42px; }
.temoignage__content--item {
	position: relative;
	background: #ffffff;
	color: #7b7b7b;
	padding: 30px 12px 0px 50px;
	margin: 26px 0 0 28px; }
.temoignage__content--item .text {
	padding: 28px 40px 0 0;
	height: 160px;
	overflow-y: auto; }
.temoignage__content--item ::-webkit-scrollbar {
	width: 5px;
	background-color: #ededed; }
.temoignage__content--item ::-webkit-scrollbar-thumb {
	background-color: #003049;
	border: 1px solid #ededed; }
.temoignage__content .signature {
	font: 15px/28px "Montserrat bold";
	color: #003049;
	padding: 15px 0 40px; }
.temoignage__content .quote {
	background: url(./images/quote.svg) no-repeat center #edb311;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -28px;
	left: -28px;
	box-shadow: 14px 15px 18px #0000000e; }

.galerie {
	padding: 80px 0 100px; }
.galerie__title {
	text-align: center;
	color: #ffffff;
	padding-bottom: 45px; }
.galerie__title .ptitle {
	line-height: 20px; }
.galerie__title h2 {
	color: #ffffff; }
.galerie__content {
	grid-template-columns: repeat(5, 1fr);
	gap: 5px; }
.galerie__content--item {
	overflow: hidden; }
.galerie__content--item a {
	position: relative; }
.galerie__content--item a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./images/plus.svg) center no-repeat #0303036b;
	background-size: 10%;
	opacity: 0;
	visibility: hidden; }
.galerie__content--item img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 400ms ease-in-out; }

.textecarte {
	display: grid;
	display: -ms-grid;
	gap: 40px;
	grid-template-columns: 395px 1fr;
	align-items: center;
	padding: 80px 0 110px; }
.textecarte .texte .stats {
	margin-top: 60px; }
.textecarte .texte .stats .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-top: 1px solid #c8c8c8; }
.textecarte .texte .stats .item:last-child {
	border-bottom: 1px solid #c8c8c8; }
.textecarte .texte .stats .item .nombre {
	font: 45px/65px "Abril Fatface";
	color: #003049;
	display: inline-block; }
.textecarte .texte .stats .item .nombre .numscroller {
	display: inline-block; }
.textecarte .texte .stats .item span {
	font: 18px/38px "Montserrat regular";
	text-transform: uppercase;
	color: #003049; }
.textecarte .carte {
	position: relative;
	display: grid;
	align-items: center;
	justify-content: center; }
.textecarte .carte .ullist {
	position: absolute;
	bottom: -20px;
	right: 30px;
	padding: 20px 30px 30px 40px;
	background: #ffffff;
	box-shadow: 61px 0 60px #00000004; }
.textecarte .carte .ullist li {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	color: #003049;
	text-transform: uppercase;
	margin-bottom: 5px; }
.textecarte .carte .ullist li:last-child {
	margin-bottom: 0; }
.textecarte .carte .ullist li::after {
	width: 13px;
	height: 13px;
	top: 6px;
	left: 0;
	border-radius: 50%;
	background: #edb311; }

.atouts {
	padding: 70px 0 90px;
	text-align: center; }
.atouts .list {
	margin-top: 45px; }
.atouts .list .itemphoto img {
	min-height: 345px; }

.list {
	display: grid;
	display: -ms-grid;
	gap: 20px;
	margin-top: 35px; }
.list .itemphoto {
	position: relative;
	text-align: center; }
.list .itemphoto::after {
	width: 100%;
	height: 100%;
	background: #00000085;
	opacity: 0;
	visibility: hidden; }
.list .itemphoto::before {
	bottom: 0;
	left: 0;
	top: inherit;
	width: 100%;
	height: 125px;
	background: linear-gradient(to top, #000000b0 0%, #00000065 60%, transparent 100%);
	opacity: 1;
	visibility: visible; }
.list .itemphoto h3 {
	position: absolute;
	width: 100%;
	height: auto;
	top: calc(100% - 60px);
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 40;
	transition: all 400ms ease; }
.list .itemphoto h3 a {
	display: inline-block;
	background: transparent;
	color: #ffffff;
	padding: 15px 35px;
	margin-bottom: 0;
	z-index: 2; }
.list .itemphoto img {
	width: 100%;
	height: 100%;
	object-fit: cover; }
.list .itemvideo {
	position: relative; }
.list .itemvideo .posterlink {
	height: 100%;
	overflow: hidden;
	position: relative; }
.list .itemvideo .posterlink img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 400ms ease-in-out; }
.list .itemvideo .posterlink .itemlink {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	z-index: 20;
	background: rgba(255, 255, 255, 0.774); }
.list .itemvideo .posterlink .itemlink::after {
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 16px;
	border-color: transparent transparent transparent #003049; }

.bandeau {
	position: relative;
	min-height: 435px;
	padding: 105px 0 100px; }
.bandeau .wrapper {
	z-index: 2; }
.bandeau h2 {
	color: #ffffff;
	max-width: 530px; }
.bandeau .btn {
	margin-top: 25px;
	box-shadow: 14px 15px 18px #00000023; }
.bandeau-b2 {
	text-align: center; }
.bandeau-b2 h2 {
	max-width: 615px;
	margin: 0 auto;
	color: #003049; }
.bandeau-b3 {
	background: #030303;
	text-align: center; }
.bandeau-b3 img {
	opacity: 0.5; }
.bandeau-b3 h2 {
	max-width: 840px;
	margin: 0 auto; }
.bandeau.bshape::after {
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
	content: url(./images/map-transparent.svg);
	display: block; }
.bandeau img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0; }

.link {
	position: relative;
	font: 14px/24px "Montserrat regular";
	text-transform: uppercase; }
.link::after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	content: "+";
	width: 55px;
	height: 55px;
	top: 0;
	right: 0;
	font: 24px/55px "Montserrat regular";
	color: #ffffff;
	text-align: center;
	background: #003049;
	border-radius: 50%; }

.titlelink {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px; }
.titlelink .btn-more {
	margin-top: 10px;
	white-space: nowrap; }

.videos {
	padding: 80px 0 90px; }
.videos h2 {
	margin-bottom: 0; }

video {
	display: none;
	width: 80%; }

.header {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0 40px;
	background: #003049;
	z-index: 50;
	width: 100%; }
.header .btn-contact {
    padding: 0 20px 0 0;
}
.header .btn.btn-contact span::before {
    margin-right: 15px;
}
.header_nav {
	display: flex;
	align-items: center; }
.header_nav ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative; }
#headermenu > li a {
	position: relative;
	font: 400 15px/133px "Montserrat regular";
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 10px; }
.header_nav ul > li.current-menu-item a {
	color: #edb311;
	background: #033b58; }
.header_right {
	margin-left: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.hamburger { display: none; }
.wpml-ls-legacy-dropdown { width: auto; }
.wpml-ls-statics-shortcode_actions li a {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width:60px
}
.link {
	color: #003049;
	cursor: pointer;
	font-weight: 400;
	text-decoration: none; }

.link--plus {
	display: inline-block;
	font: 16px/30px "raleway-r";
	text-transform: uppercase;
	color: #000000; }
.link--plus .plus-icon {
	position: relative;
	top: -2px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	vertical-align: middle;
	display: inline-block; }
.link--plus .plus-icon--circle {
	transition: stroke-dashoffset 0.3s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95; }

.custom-logo-link {
	position: absolute;
	width: 190px;
	left: 40px;
	top: 20px; }
.custom-logo-link img {
	width: 100%;
	display: block; }

footer {
	background: url(./images/bg-img-blue.jpg) 50%/cover no-repeat;
	padding: 85px 0 0;
	color: #ffffff;
	position: relative; }
footer .btn-scroll {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	width: 42px;
	margin: 0 auto; }
footer .title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 25px;
	color: #ffffff; }
footer ul li {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff; }
footer ul li a {
	color: #ffffff; }
footer .footer {
	display: grid;
	display: -ms-grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 85px; }
footer .blocfooter.contact p, footer .blocfooter.contact a {
	color: #ffffff;
	padding-left: 30px;
	background-size: auto;
	background-position: left center;
	background-repeat: no-repeat; }
footer .blocfooter.contact ul li {
	margin-bottom: 10px; }
footer .blocfooter.menu {
	display: grid;
	justify-content: center;
}

footer .blocfooter.last {
	display: grid;
	justify-content: flex-end; }
footer .blocfooter.last > div {
	max-width: 340px; }
footer .blocfooter.last .title {
	margin-bottom: 0; }
footer .blocfooter.last form {
	max-width: 340px; }
footer .blocfooter.last input {
	width: 100%;
	height: 55px;
	border: 1px solid #ffffff;
	font-size: 15px;
	line-height: 55px;
	background: transparent;
	padding: 0 25px;
	color: #a0a0a0; }
footer .blocfooter.last input::placeholder {
	font-size: 15px;
	line-height: 55px;
	font-style: italic;
	color: #a0a0a0; }
footer .footerbottom {
	display: flex;
	grid-template-columns: row;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	padding: 30px 0;
	position: relative;
	z-index: 5; }
footer .footerbottom::after {
	width: 1000%;
	height: 100%;
	left: -500%;
	top: 0;
	background: #ffffff;
	z-index: -1; }
footer .footerbottom .mentions li {
	color: #a0a0a0;
	display: inline-block;
	margin-right: 40px;
	position: relative; }
footer .footerbottom .mentions li::after {
	right: -24px;
	left: inherit;
	top: 7px;
	width: 2px;
	height: 16px;
	background: #a0a0a0; }
footer .footerbottom .mentions li:last-child::after {
	display: none; }
footer .footerbottom .mentions li a {
	color: #a0a0a0; }
footer .footerbottom .mentions li span {
	color: #003049;
	display: inline-block; }
footer .localisation {
	background-image: url(./images/home.svg); }
footer .mail {
	background-image: url(./images/small-mail-white.svg); }
footer .tel {
	background-image: url(./images/tel.svg); }

@media (max-width: 1500px) {
	.custom-logo-link {
		width: 150px;
		top: 31px;
	}
	#headermenu > li a {
		font-size: 13px;
		padding: 0 10px;
	}

	.header_right {
		margin-left: 10px;
	}
}
@media (min-width: 1280px) {
	@keyframes pulse {
		0% {
			transform: scale(1); }
		70% {
			transform: scale(0.9); }
		100% {
			transform: scale(1); } }
	@-webkit-keyframes pulse_effect {
		0% {
			-webkit-transform: scale(0);
			opacity: 0; }
		8% {
			-webkit-transform: scale(0);
			opacity: 0; }
		15% {
			-webkit-transform: scale(0.8);
			opacity: 1; }
		30% {
			-webkit-transform: scale(1);
			opacity: 1; }
		100% {
			opacity: 0;
			-webkit-transform: scale(1.3); } }
	@-moz-keyframes pulse_effect {
		0% {
			-moz-transform: scale(0);
			opacity: 0; }
		8% {
			-moz-transform: scale(0);
			opacity: 0; }
		15% {
			-moz-transform: scale(0.8);
			opacity: 1; }
		30% {
			-moz-transform: scale(1);
			opacity: 1; }
		100% {
			opacity: 0;
			-moz-transform: scale(1.3); } }
	main {
		background: linear-gradient(to bottom, #003049 133px, #003049 133px, #ffffff 133px, #ffffff 100%); }

	.header_nav ul > li:hover a::after {
		opacity: 1; }
	.header_nav .header_nav-menu li:hover a {
		background: #0c4b6b;
		color: #033b58;
	}
	.link--plus:hover .plus-icon {
		transform: translate3d(5px, 0, 0); }
	.link--plus:hover .plus-icon--circle {
		stroke-dashoffset: 0; }

	.btn:hover:before {
		transform: translate3d(0, 0, 0); }
	.btn:hover:after {
		transform: translate3d(0, 0, 0); }

	.en-savoir:hover {
		color: #003049;
		background-image: url(./images/plus-dark.svg); }

	.btn-scroll:hover span {
		background: url(./images/srollTop-white.svg) center no-repeat #edb311; }
	.btn-scroll:hover span::after {
		animation: pulse_effect 2s linear infinite;
		border-color: #edb311; }
	.btn-scroll:hover.scrolldown span {
		background: url(./images/srollDown-blue.svg) center no-repeat #edb311; }
	.btn-scroll:hover.scrolldown span::after {
		animation: pulse_effect 2s linear infinite;
		border-color: #edb311; }

	.btn-more:hover {
		color: #003049; }
	.btn-more:hover span {
		background: url(./images/plus.svg) no-repeat center #003049; }
	.btn-more:hover span::after {
		border-color: #003049;
		animation: pulse_effect 2s linear infinite; }
	.btn-more:hover.bgblue {
		color: #edb311; }
	.btn-more:hover.bgblue span {
		background: url(./images/plus.svg) no-repeat center #edb311; }
	.btn-more:hover.bgblue span::after {
		border-color: #edb311;
		animation: pulse_effect 2s linear infinite; }

	.list .itemphoto:hover::after {
		opacity: 1;
		visibility: visible; }
	.list .itemphoto:hover::before {
		opacity: 0;
		visibility: hidden; }
	.list .itemphoto:hover h3 {
		top: 50%;
		background: linear-gradient(to top, transparent 0%, transparent 60%, transparent 100%); }
	.list .itemphoto:hover h3 a {
		background: #edb311; }

	.itemphotolink h3 a:hover, .bread-crumb a:hover,
	.card-content .texte h3 a:hover,
	.wp-pagenavi a:hover,
	footer .footer .blocfooter a:hover,
	footer .footerbottom ul li a:hover {
		color: #edb311; }

	.itemvideo .posterlink .itemlink:hover::after {
		border-color: transparent transparent transparent #edb311; }

	.itemvideo .posterlink:hover img {
		transform: scale(1.2); }

	.card-item:hover .image img {
		transform: scale(1.2); }

	.linksub .item:hover {
		color: #edb311;
		background-image: url(./images/arrow-yellow.svg); }

	.linkitem:hover {
		color: #ffffff;
		background: url(./images/arrow-yellow.svg) right 25px center no-repeat #003049; }

	.wp-pagenavi .nextpostslink:hover {
		background-image: url(./images/arrow-nav-next-blue.svg);
		background-color: #edb311; }

	.wp-pagenavi .previouspostslink:hover {
		background-image: url(./images/arrow-nav-prev-blue.svg);
		background-color: #edb311; }

	.reseaux a:hover {
		border-color: #edb311; }
	.reseaux .facebook:hover {
		background-image: url(./images/fb-yellow.svg); }
	.reseaux .instagram:hover {
		background-color: #edb311
	}
	.reseaux .linkedin:hover {
		background-image: url(./images/linkedin-yellow.svg); }

	.mailform .send:hover {
		background: url(./images/message-yellow.svg) center no-repeat transparent; }

	.galerie__content--item a:hover::after {
		opacity: 1;
		visibility: visible; }
	.galerie__content--item a:hover img {
		transform: scale(1.2); }

	.scroll .header_nav ul > li a {
		line-height: 90px !important; }
	.scroll .custom-logo-link {
		transform: scale(0.7);
		top: 0; } }
@media (max-width: 1280px) {
	body.menu-open {
		height: 100vh;
		overflow: hidden; }

	main {
		padding-top: 105px; }

	.custom-logo-link {
		width: 130px;
		top: 22px;
	}

	.banner .texte .content {
		padding-top: 0; }

	.header {
		padding: 20px 40px; }
	.header_logo {
		width: 90px; }
	.header .btn {
		vertical-align: middle; }

	.hamburger {
		display: inline-block;
		vertical-align: middle;
		margin-left: 30px;
		width: 40px;
		height: 21px;
		cursor: pointer;
		overflow: hidden;
		position: relative; }
	.hamburger div, .hamburger::before, .hamburger::after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		top: 18px; }
	.hamburger div::after {
		content: "MENU";
		position: absolute;
		top: 5px;
		right: 0;
		left: 0;
		color: #ffffff;
		font: 12px/14px "Montserrat regular";
		text-align: center; }
	.hamburger::before, .hamburger::after {
		content: "";
		transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left; }
	.hamburger::before {
		top: 0; }
	.hamburger::after {
		top: 9px; }
	.hamburger.active::before {
		left: -48px; }
	.hamburger.active::after {
		left: 48px; }
	.hamburger.active div::after {
		top: -15px; }

	#headermenu {
		position: absolute;
		display: none;
		left: 0;
		right: 0;
		top: 105px;
		background-color: #003049;
		box-shadow: 0 36px 64px rgba(0, 0, 0, 0.1);
		margin: 0;
		z-index: 5; }
	#headermenu li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #003049; }
	#headermenu li:last-child {
		border-bottom: 0; }
	#headermenu li a {
		padding: 0 40px;
		display: block;
		line-height: 50px; }
	#headermenu li a::after {
		display: none; }

	.close-mobile-menu {
		position: fixed;
		inset: 0 0 0 0;
		opacity: 0;
		visibility: hidden;
		z-index: 2; }

	.header_nav::after {
		content: "";
		position: absolute;
		bottom: -10000px;
		top: 100%;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.8);
		opacity: 0;
		visibility: hidden;
		z-index: 1; }

	.header_nav.active::after,
	.header_nav.active .close-mobile-menu {
		opacity: 1;
		visibility: visible; }

	.menu-open .header_logo {
		top: 0; }

	.banner {
		margin-top: 0; } }
@media (max-width: 1024px) {
	.topimg h1, h1, .b-text h1,
	.gtitle {
		font-size: 35px;
		line-height: 45px; }

	h2,
	.title {
		font-size: 30px;
		line-height: 40px; }

	h3 {
		font-size: 24px;
		line-height: 34px; }

	h4 {
		font-size: 20px; }

	h5 {
		font-size: 18px; }

	h6, .stitle {
		font-size: 16px; }

	.contactez h3 {
		font-size: 30px;
		line-height: 32px; }

	.paddingdefault {
		padding: 75px 0 80px; }

	.banner .texte .content {
		max-width: 600px; }
	.banner .slick-img .slick-track {
		height: 60vh; }

	.textecarte {
		grid-template-columns: 1fr;
		grid-gap: 45px;
		padding: 75px 0 80px; }
	.textecarte .carte .list {
		margin-top: 40px;
		position: relative;
		top: 0;
		left: 0; }

	.atouts .list .itemphoto img {
		min-height: inherit; }

	.topimg, .voir, .atouts, .card, .temoignage {
		padding: 70px 0 80px; }

	.b-text {
		padding: 70px 0 65px; }

	.long-text {
		padding: 70px 0 30px; }

	.temoignage__content {
		gap: 25px; }

	.bandeau {
		padding: 75px 0 80px;
		min-height: inherit; }
	.bandeau.bshape::after {
		display: none; }

	.b-text .phototexte {
		padding: 20px 0 0; }
	.b-text .phototexte .photo, .b-text .phototexte.reverse .photo {
		padding: 0; }

	.phototexte {
		padding: 80px 0 70px;
		grid-template-columns: 1fr;
		grid-gap: 25px; }
	.phototexte.reverse .photo, .phototexte .photo {
		padding: 0;
		grid-area: 1; }
	.phototexte.reverse .photo img, .phototexte .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-height: 450px; }
	.phototexte.reverse .texte,
	.phototexte .texte {
		grid-area: 2; }

	.galerie {
		padding: 75px 0 80px; }
	.galerie .galerie__content {
		grid-template-columns: 1fr 1fr 1fr; }
	.galerie .galerie__content--item img {
		height: 227px; }
	.galerie .galerie__content--item:last-child {
		grid-area: 1 span / 2 span; }

	.gridcustom .photo {
		position: relative;
		width: 100%;
		max-height: 450px; }
	.gridcustom.reverse .texte, .gridcustom .texte {
		width: 100%;
		padding: 80px 0; }

	.phototextecustom {
		padding: 70px 0 75px; }
	.phototextecustom img {
		max-height: 250px; }
	.phototextecustom .photocontent {
		padding: 30px; }
	.phototextecustom .itemphoto {
		opacity: 1;
		visibility: visible;
		position: relative;
		top: 0;
		left: 0;
		right: inherit;
		width: 100%;
		height: auto;
		display: none;
		margin: 0 0 15px;
		transition: none; 
        transform: none;
    }
	.phototextecustom .linkcontent:last-child .itemphoto {
		margin-bottom: 0; }
	.phototextecustom .textecontent {
		width: 100%;
		padding: 0; }

	.grid-33, .contentlink {
		grid-template-columns: 1fr 1fr; }

	.grid-33 > div:last-child {
		grid-area: 1 span / 2 span; }
	.grid-33 > div:last-child img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-height: 300px; }

	.videos {
		padding: 75px 0 80px; }

	.bg-grey2::after {
		display: none; }

	.b-text img {
		margin-bottom: 15px; }

	footer .footer {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 60px 20px; }
	footer .footer .blocfooter.last {
		grid-area: 1 span / 2 span;
		justify-content: flex-start; }
	footer .footer .blocfooter.last > div {
		max-width: inherit; }

	footer .footerbottom {
		flex-direction: column;
		gap: 20px; }
	footer .footerbottom .mentions li {
		font-size: 14px; }

	.contact main form {
		margin: 80px auto 100px; }

	.contentlink {
		grid-gap: 10px; }
	.contentlink .linkitem {
		padding: 5px 60px 5px 20px;
		display: grid;
		align-items: center;
		font-size: 16px;
		line-height: 26px;
		min-height: 66px; }
	.contentlink .linkitem:last-child {
		grid-area: inherit; }

	.dots-img .slick-dots {
		bottom: 45px; } }
@media (max-width: 768px) {
	.list {
		grid-template-columns: 1fr 1fr; }
	.list .itemphoto:last-child {
		grid-area: 1 span / 2 span; }
	.list .itemphoto:last-child img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-height: 320px; }
	.list .itemvideo:last-child {
		grid-area: 1 span / 2 span; }
	.list .itemvideo:last-child .posterlink img {
		max-height: 320px; }

	.b-text .images2 {
		grid-template-columns: 1fr; }

	.b-text .titletexte {
		grid-gap: 0;
		grid-template-columns: 1fr; }

	.b-text p + ul {
		margin-top: -20px; } }
@media (max-width: 600px) {
	.banner {
		background: #003049; }
	.banner .slick-img .slick-track {
		height: 350px; }
	.banner .texte {
		position: relative;
		top: 0;
		left: 0; }
	.banner .texte .content {
		max-width: inherit;
		padding: 50px 0; }
	.banner .dots-img .slick-dots {
		bottom: inherit;
		top: 0;
		margin-top: -45px; }

	.b-text h1,
	.topimg h1, .topimg h1,
	.toppage h1, h1, .gtitle {
		font-size: 30px;
		line-height: 40px; }
        .bread-crumb a {
            margin-right: 30px;
        }
        .bread-crumb a:after {
            right: -16px;
        }
	.mention h2,
	h2, .title {
		font-size: 26px;
		line-height: 36px; }

	h3 {
		font-size: 22px;
		line-height: 32px; }

	.card h3 {
		font-size: 16px;
		line-height: 26px; }

	.header {
		padding: 20px 25px; }
	.header .btn-contact {
		font-size: 0;
		line-height: 0;
		width: 66px;
		height: 66px;
		padding: 0; }

	.btn {
		font-size: 14px;
		line-height: 24px;
		padding-left: 20px; }
	.btn.btn-primary {
		padding-left: 20px; }
	.btn.btn-primary span::after {
		width: 50px;
		height: 50px; }
	.btn span::after {
		width: 50px;
		height: 50px; }
	.btn span em {
		display: none; }

	.wrapper {
		padding: 0 25px; }

	.textecarte {
		padding: 55px 0 60px; }
	.textecarte .texte .stats {
		margin-top: 20px; }
	.textecarte .texte .stats .item span {
		font-size: 16px;
		line-height: 26px; }
	.textecarte .texte .stats .item .nombre {
		font-size: 35px;
		line-height: 45px; }
	.textecarte .carte .ullist {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 30px;
		padding: 20px; }
	.textecarte .carte .ullist li {
		font-size: 14px;
		line-height: 24px;
		padding-left: 20px; }
	.textecarte .carte .ullist li::after {
		width: 10px;
		height: 10px; }

	.blogdetail .b-text,
	.atouts,
	.voir, .paddingdefault,
	.bandeau, .videos {
		padding: 45px 0 50px; }

	.list {
		grid-template-columns: 1fr; }
	.list .itemphoto:last-child, .list .itemvideo:last-child {
		grid-area: inherit; }
	.list .itemvideo .posterlink, .list .itemvideo:last-child .posterlink {
		max-height: 250px; }

	.titlelink {
		flex-direction: column;
		align-items: flex-end;
		gap: 10px; }

	.list .itemphoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-height: 300px; }
	.list .itemvideo .posterlink .itemlink {
		width: 55px;
		height: 55px; }
	.list .itemvideo .posterlink .itemlink::after {
		border-width: 9px 0 9px 13px; }

	.topimg, .b-text, .atouts, .card {
		padding: 50px 0; }

	.b-text .ul50, .temoignage__content {
		grid-template-columns: 1fr; }

	.b-text ul {
		padding: 0 0 10px 0; }

	.temoignage {
		padding: 45px 0 50px; }
	.temoignage__content--item {
		padding: 20px 12px 0px 20px;
		margin: 18px 0 0 19px; }
	.temoignage__content--item .text {
		padding: 5px 40px 0 0;
		height: 130px; }
	.temoignage__content--item .signature {
		padding: 0 0 25px; }
	.temoignage__content--item .quote {
		width: 40px;
		height: 40px;
		top: -18px;
		left: -18px;
		background-size: 50%; }
	.temoignage__title {
		padding-bottom: 5px; }

	.toppage, .phototexte {
		padding: 50px 0; }

	.galerie {
		padding: 55px 0 60px; }
	.galerie .galerie__content {
		grid-template-columns: 1fr 1fr; }

	.grid-33, .contentlink {
		grid-template-columns: 1fr; }

	.phototextecustom {
		padding: 45px 0; }
	.phototextecustom .itemphoto .photocontent {
		padding: 15px 20px 25px; }
	.phototextecustom .itemphoto .photocontent p {
		margin-bottom: 10px; }

	.img-text {
		margin-bottom: 25px; }

	.lire-plus {
		margin-top: 30px; }

	.card-content {
		grid-template-columns: 1fr 1fr;
		gap: 10px; }
	.card-content .card-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-height: 250px; }
	.card-content .card-item:last-child {
		grid-area: 1 span / 2 span; }

	.topcustom {
		padding: 50px 0; }

	.wp-pagenavi a, .wp-pagenavi span,
	.wp-pagenavi a.current, .wp-pagenavi span.current {
		font-size: 12px; }

	.wp-pagenavi a.current::after, .wp-pagenavi span.current::after {
		width: 20px;
		height: 20px; }

	.wp-pagenavi a, .wp-pagenavi span {
		padding: 0 2px; }

	.wp-pagenavi .previouspostslink {
		margin: 0 15px 0 0; }

	.wp-pagenavi .nextpostslink {
		margin: 0 0 0 15px; }

	footer {
		padding: 60px 0 0; }
	footer .title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 5px; }
	footer .footerbottom {
		align-items: flex-start; }
	footer .footerbottom .mentions li {
		font-size: 14px;
		display: block;
		text-align: left;
		margin: 0; }
	footer .footerbottom .mentions li::after {
		display: none; }
	footer .footer {
		grid-template-columns: 1fr;
		padding-bottom: 60px;
		grid-gap: 30px; }
	footer .footer .blocfooter.menu {
		justify-content: flex-start; }
	footer .footer .blocfooter.menu .title {
		text-align: left; }
	footer .footer .blocfooter.last {
		grid-area: inherit; }

	form textarea {
		height: 80px; }
	form label {
		font-size: 13px;
		margin-bottom: 0; }
	form input, form textarea {
		font-size: 14px; }

	.blog .card {
		padding: 60px 0 10px; }

	.contact main form {
		margin: 55px auto 90px; }

	.galerie .galerie__content--item img {
		height: 160px; }

	.b-text ul li {
		padding-left: 25px;
		background-position: left top 13px;
		background-size: 15px; }
}
@media (max-width: 480px) {
	.contact .grid-50 {
		grid-template-columns: 1fr;
		grid-gap: 15px;
		margin-bottom: 15px;
	}

	.card-content {
		grid-template-columns: 1fr; }
	.card-content .card-item:last-child {
		grid-area: inherit; }

	form .message {
		grid-area: inherit; }

	.hamburger {
		margin-left: 10px;
	}
	.header { padding: 28px 25px; }
	.header_right { margin-left: 10px }
	.custom-logo-link { left: 20px }
	.header .btn-contact {
		width:50px;
		height: 50px;
	}
	.btn.btn-contact span::before {
		width:50px;
		height: 50px;
	}
}
@media (max-height: 600px) {
	.banner .slick-img .slick-track {
		min-height: 450px;
	}
}


/** CSS personalisé **/
.bg-blue.b-text h3,.bg-blue.b-text h4 {
    color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink
{
    font-size: 0;
}

.page404 {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
  font-size:40px;
	color: #003049;
	padding: 35px 0;
}

.page404 span{
	font: 84px/74px "Abril Fatface";
	margin-bottom : 20px;
}

button {
    border: none;
}
.wpml-ls-legacy-list-horizontal{padding:0px}
@media (max-width:1400px) {
	.header .btn {
		padding:0;
		font-size:0;
	}
	.header .btn.btn-contact span::before {
		margin:0;
	}
	.header .btn.btn-contact span {
		gap:0;
	}
}
@media (max-width: 1280px){
	.hamburger {
		margin-left:15px;
	}
.custom-logo-link {
    width: 130px;
    top: 22px;
	position:static;
}
	.header {
		justify-content:space-between;
	}
	.header_right {
		grid-gap:0;
	}
	.header .btn {
		margin-left:15px;
	}
	
	}
@media (max-width:1024px) {
	.list .itemphoto {
		min-height: 80px
	}
	.list .itemphoto h3 {
		top: initial;
		left: initial;
		transform: initial;
		bottom:10px
	}
	.list .itemphoto::before {
		height: 100%;
	}
}
@media (max-width:600px) {
	.linksub .item {
		font-size: 15px;
		line-height: 20px;
	}
}

.topimg img {
    filter: brightness(0.3);
}

.b-text img {
    margin: 40px auto;
}
.b-text .images2 img {
    margin: 0;
}
.b-text .wp-block-columns img {
	margin: 0 auto;
	max-width: 200px;
	height: auto;
}
.wp-block-columns figure {
	margin: 0;
}
@media (max-width: 1024px){
.b-text img {
    margin: 15px auto;
	}
}


.wp-block-media-text {
    margin: 40px 0;
	padding:0;
    gap: 5%;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
}
@media (max-width: 1024px){
.wp-block-media-text.is-stacked-on-mobile{
display:block;
}
	.wp-block-media-text__media{
		margin-top:40px !important;
	}
}
@media (max-width:600px) {
	.custom-logo-link {
		width:25vw;
	}
}
.otgs-development-site-front-end {
    display: none;
}
.show-more,
.show-less {
	position: relative;
    text-transform: uppercase;
    color: #edb311;
    font-family: 'Montserrat bold';
    margin-bottom: 40px;
    display: block;
    text-align: right;
	cursor: pointer;
	transition: all ease-in-out 400ms
}
.show-more::after ,
.show-less::after {
	content:"";
	width:80%;
	height: 1px;
	background: #edb311;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all ease-in-out 400ms
}

.show-more:hover::after,
.show-less:hover::after {
	width: 50%
}