a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
s,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.inline-block,
ul.hack-inline > li {
  display: inline-block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background: #072446;
  font-family: "Lato", Sans-serif;
  font-weight: 600;
}
.success {
  margin-top: 25px;
  color: #155724;
  background-color: #d4edda;
  font-size: 1rem;
  text-align: center;
  position: relative;
  padding: 15px;
  border: 1px solid transparent;
  border-color: #c3e6cb;
  border-radius: 0.25rem;
  width: 100%;
}
.error {
  color: #721c24;
  background-color: #f8d7da;
  font-size: 1rem;
  text-align: center;
  position: relative;
  padding: 15px;
  border: 1px solid transparent;
  border-color: #f5c6cb;
  border-radius: 0.25rem;
  width: 100%;
}
img {
  opacity: 0;
  transition: all 500ms linear 250ms;
}
img[src] {
  opacity: 1;
}
.bubbles-container {
  width: 100%;
  opacity: 0.5;
  overflow: visible;
  height: 31vh;
  pointer-events: none;
  z-index: -1;
}
.bubbles {
  width: 100%;
  height: auto;
}
.bubbles circle {
  stroke: white;
  fill: none;
}
.bubbles > g > g:nth-of-type(3n) circle {
  stroke: #87f5fb;
}
.bubbles > g > g:nth-of-type(4n) circle {
  stroke: #8be8cb;
}
.bubbles-large {
  overflow: visible;
}
.bubbles-large > g {
  transform: translateY(2048px);
  opacity: 0;
  will-change: transform, opacity;
}
.bubbles-large g:nth-of-type(1) {
  animation: up 6.5s infinite;
}
.bubbles-large g:nth-of-type(1) g {
  transform: translateX(350px);
}
.bubbles-large g:nth-of-type(1) circle {
  animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(2) {
  animation: up 5.25s 250ms infinite;
}
.bubbles-large g:nth-of-type(2) g {
  transform: translateX(450px);
}
.bubbles-large g:nth-of-type(2) circle {
  animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(3) {
  animation: up 6s 750ms infinite;
}
.bubbles-large g:nth-of-type(3) g {
  transform: translateX(700px);
}
.bubbles-large g:nth-of-type(3) circle {
  animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(4) {
  animation: up 5.5s 1.5s infinite;
}
.bubbles-large g:nth-of-type(4) g {
  transform: translateX(500px);
}
.bubbles-large g:nth-of-type(4) circle {
  animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(5) {
  animation: up 6.5s 4s infinite;
}
.bubbles-large g:nth-of-type(5) g {
  transform: translateX(675px);
}
.bubbles-large g:nth-of-type(5) circle {
  animation: wobble 3s infinite ease-in-out;
}
.bubbles-small {
  overflow: visible;
}
.bubbles-small > g {
  transform: translateY(2048px);
  opacity: 0;
  will-change: transform, opacity;
}
.bubbles-small g circle {
  transform: scale(0);
}
.bubbles-small g:nth-of-type(1) {
  animation: up 5.25s infinite;
}
.bubbles-small g:nth-of-type(1) g {
  transform: translateX(350px);
}
.bubbles-small g:nth-of-type(1) circle {
  animation: wobble 3s infinite ease-in-out;
}
.bubbles-small g:nth-of-type(2) {
  animation: up 5.75s infinite;
}
.bubbles-small g:nth-of-type(2) g {
  transform: translateX(750px);
}
.bubbles-small g:nth-of-type(2) circle {
  animation: wobble 3s infinite ease-in-out;
}
.bubbles-small g:nth-of-type(3) {
  animation: up 5.25s 250ms infinite;
}
.bubbles-small g:nth-of-type(3) g {
  transform: translateX(350px);
}
.bubbles-small g:nth-of-type(3) circle {
  animation: wobble 3s 250ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(4) {
  animation: up 5.75s 325ms infinite;
}
.bubbles-small g:nth-of-type(4) g {
  transform: translateX(180px);
}
.bubbles-small g:nth-of-type(4) circle {
  animation: wobble 3s 325ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(5) {
  animation: up 6s 125ms infinite;
}
.bubbles-small g:nth-of-type(5) g {
  transform: translateX(350px);
}
.bubbles-small g:nth-of-type(5) circle {
  animation: wobble 3s 250ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(6) {
  animation: up 5.13s 250ms infinite;
}
.bubbles-small g:nth-of-type(6) g {
  transform: translateX(650px);
}
.bubbles-small g:nth-of-type(6) circle {
  animation: wobble 3s 125ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(7) {
  animation: up 6.25s 350ms infinite;
}
.bubbles-small g:nth-of-type(7) g {
  transform: translateX(480px);
}
.bubbles-small g:nth-of-type(7) circle {
  animation: wobble 3s 325ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(8) {
  animation: up 7s 200ms infinite;
}
.bubbles-small g:nth-of-type(8) g {
  transform: translateX(330px);
}
.bubbles-small g:nth-of-type(8) circle {
  animation: wobble 3s 325ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(9) {
  animation: up 6.25s 233ms infinite;
}
.bubbles-small g:nth-of-type(9) g {
  transform: translateX(230px);
}
.bubbles-small g:nth-of-type(9) circle {
  animation: wobble 3s 275ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(10) {
  animation: up 6s 900ms infinite;
}
.bubbles-small g:nth-of-type(10) g {
  transform: translateX(730px);
}
.bubbles-small g:nth-of-type(10) circle {
  animation: wobble 2s 905ms infinite ease-in-out;
}
@keyframes wobble {
  33% {
    transform: translateX(-50px);
  }
  66% {
    transform: translateX(50px);
  }
}
@keyframes up {
  from {
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-1024px);
  }
}
@media screen and (min-width: 1200px) {
  .desc {
    font-size: 1.2rem !important;
  }
}
header {
  background: #1aa6b7;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}
header .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 10px;
}
header .content input {
  display: none;
}
header .content input:checked ~ nav {
  position: fixed;
  top: 69px;
  bottom: 0;
  background: #1aa6b7;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
}
header .content input:checked ~ nav ul {
  margin: auto 0;
  width: 100%;
  padding: 25px;
}
header .content input:checked ~ nav ul li {
  text-align: center;
  margin: 15px 0;
}
header .content input:checked ~ nav ul li a {
  color: #fff;
  font-size: 1.2rem;
}
header .content nav {
  display: none;
}
header .content .nav label {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}
header .content .nav label span {
  background: #fff;
  width: 30px;
  height: 2px;
  margin: 3px 0;
}
header .content .logo {
  flex: 1;
  position: relative;
  z-index: 10;
}
header .content .logo a {
  max-width: 100px;
  display: block;
  position: relative;
}
header .content .logo a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translate(0, -50px);
}
header .content .book.book-phone a {
  padding: 10px;
}
header .content .book.book-phone span {
  display: none;
}
header .content .book a {
  color: #fff;
  padding: 10px 25px;
  display: block;
  background: #ffbb55;
  border-radius: 4px;
}
header .content .book.book-snork {
  margin-left: 8px;
}
header .content .book.book-snork a {
  background-color: #072446;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  header .content {
    padding: 15px 25px;
  }
  header .content .logo {
    flex: none;
    width: 150px;
  }
  header .content .logo a {
    max-width: unset;
  }
  header .content .nav {
    display: none;
  }
  header .content nav {
    display: block;
    flex: 1;
  }
  header .content nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  header .content nav ul li {
    margin: 0 0.6vw;
  }
  header .content nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05rem;
    position: relative;
  }
  header .content nav ul li a.active:after,
  header .content nav ul li a:hover:after {
    transform: translate(0, 10px) scaleX(1);
  }
  header .content nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translate(0, 10px) scaleX(0);
    background: #ffbb55;
    transform-origin: left;
    transition: transform 500ms;
  }
  header .content .book.book-phone a {
    padding: 10px 25px;
  }
  header .content .book.book-phone i {
    display: none;
  }
  header .content .book.book-phone span {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  header .content nav ul li {
    margin: 0 20px;
  }
}
footer {
  background: #1aa6b7;
  font-size: 1rem;
}
footer .content {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  font-weight: 300;
}
footer .content a {
  color: #e1e1e1;
  transition: all 500ms;
  text-decoration: none;
}
footer .content .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
  flex: 1;
}
footer .content .part {
  padding: 0 50px;
  flex: 1;
}
footer .content .part ul .sub_menu {
  flex: 1 1 100%;
  margin-top: 5px;
}
footer .content .part ul .sub_menu li a {
  font-size: 12px;
}
footer .content .part ul .sub_menu li a:before {
  content: "- ";
}
footer .content .part:last-child ul li {
  margin-bottom: 15px;
}
footer .content .part:last-child ul li i {
  margin-right: 5px;
}
footer .content .part .title {
  text-transform: uppercase;
  color: #e1e1e1;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
footer .content .part .title:after {
  margin: 25px 0;
  display: block;
  height: 1px;
  background: white;
  content: "";
}
footer .content .part ul li {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  color: #e1e1e1;
}
footer .content .part ul li img {
  max-width: 160px;
}
@media screen and (max-width: 1200px) {
  footer .content {
    padding: 25px;
  }
  footer .content .part {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  footer .content .logo {
    padding: 25px;
    flex: 1 1 100%;
  }
  footer .content .part {
    padding: 25px;
  }
}
@media screen and (max-width: 800px) {
  footer .content .logo {
    padding: 12px 0;
  }
  footer .content .part {
    padding: 12px;
  }
  footer .content .part:nth-of-type(2) ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .content .part:nth-of-type(2) ul li {
    flex: 1 1 50%;
    padding-right: 15px;
  }
  footer .content .part:last-child {
    flex: 1 1 100%;
    text-align: center;
  }
  footer .content .part:last-child ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .content .part:last-child ul li {
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  footer .content .part {
    padding: 12px;
    flex: 1 1 100%;
  }
  footer .content .part .title {
    text-align: center;
  }
  footer .content .part ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .content .part ul li {
    display: block;
    text-align: center;
  }
  footer .content .part ul li strong {
    display: block;
  }
  footer .content .part:nth-of-type(2) ul li {
    flex: 1 1 100%;
    padding-right: 0px;
  }
}
.zone.image_text {
  position: relative;
}
.zone.image_text .bubbles-container {
  display: none;
}
.zone.image_text.subtype2 .content_text_photo .sliders {
  order: 1;
  max-height: 500px;
  flex: 1 1 100%;
}
.zone.image_text.subtype2 .content_text_photo .sliders .swiper-container .photo img {
  object-position: right top;
}
.zone.image_text .content_text_photo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 69px;
}
.zone.image_text .content_text_photo .sliders {
  order: -1;
  flex: 1;
}
.zone.image_text .content_text_photo .sliders .swiper-container {
  height: 100%;
  max-width: 600px;
  margin-left: 0;
}
.zone.image_text .content_text_photo .sliders .swiper-container .photo img {
  width: 100%;
  max-height: 100vh;
  object-fit: contain;
  object-position: left top;
}
.zone.image_text .content_text_photo .content_text {
  position: relative;
  padding: 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -100px;
  z-index: 5;
}
.zone.image_text .content_text_photo .content_text .title:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  background: #ffbb55;
  height: 1px;
  width: 100%;
}
.zone.image_text .content_text_photo .content_text .subtitle {
  color: #1aa6b7;
  font-size: 2em;
}
.zone.image_text .content_text_photo .content_text .desc {
  margin: 25px 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.zone.image_text .content_text_photo .content_text .voir-plus-button {
  background: #1aa6b7;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
}
@media screen and (min-width: 600px) {
  .zone.image_text.subtype2 .content_text_photo .sliders {
    flex: 1;
  }
  .zone.image_text .content_text_photo .englob_text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .zone.image_text .content_text_photo .englob_text .content_text {
    margin: auto;
  }
  .zone.image_text .content_text_photo .englob_text .content_text .desc {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .zone.image_text .content_text_photo .sliders {
    flex: none;
    width: 50%;
    height: calc(100vh - 90px);
  }
  .zone.image_text .content_text_photo .sliders .swiper-container {
    max-width: unset;
  }
  .zone.image_text .content_text_photo .sliders .swiper-container .photo img {
    height: 100%;
  }
  .zone.image_text .bubbles-container {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .zone.image_text .content_text_photo .englob_text .content_text {
    margin-left: 0;
    padding-left: 100px;
  }
  .zone.image_text .content_text_photo .englob_text .content_text .title,
  .zone.image_text .content_text_photo .englob_text .content_text .subtitle {
    font-size: 4rem;
  }
  .zone.image_text .content_text_photo .englob_text .content_text .title:before,
  .zone.image_text .content_text_photo .englob_text .content_text .subtitle:before {
    max-width: 60%;
  }
  .zone.image_text .content_text_photo .englob_text .content_text .desc {
    margin: 50px 0;
  }
  .zone.image_text.subtype2 .content_text_photo .englob_text .content_text {
    margin-left: auto;
    padding-left: 0;
    margin-right: 0;
    padding-right: 100px;
  }
}
.zone.text_cartes {
  padding: 25px;
}
.zone.text_cartes .englob_text .content_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.zone.text_cartes .englob_text .content_text .title {
  font-size: 1.6rem;
}
.zone.text_cartes .englob_text .content_text .title:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  background: #ffbb55;
  height: 1px;
  width: 50%;
}
.zone.text_cartes .englob_text .content_text .subtitle {
  color: #1aa6b7;
  font-size: 1.6rem;
}
.zone.text_cartes .englob_text .content_text .desc {
  margin: 25px 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.zone.text_cartes .englob_text .content_text .voir-plus-button {
  background: #1aa6b7;
  color: #fff;
  padding: 10px 25px;
}
.zone.text_cartes .sliders {
  display: flex;
  flex-direction: column;
}
.zone.text_cartes .sliders .photo {
  position: relative;
  max-height: 300px;
  margin-bottom: 25px;
}
.zone.text_cartes .sliders .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.zone.text_cartes .sliders .photo > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.zone.text_cartes .sliders .photo .c-photo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  color: #fff;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone.text_cartes .sliders .photo .c-photo .description {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.zone.text_cartes .sliders .photo .c-photo a {
  padding: 10px 25px;
  background: #1aa6b7;
  color: #fff;
  font-size: 0.7rem;
  border-radius: 6px;
}
.zone.text_cartes .sliders .photo .c-photo a:after {
  content: attr(data-more);
}
.zone.text_cartes .sliders .photo:after {
  padding-top: 75%;
  content: "";
  display: block;
}
@media screen and (min-width: 700px) {
  .zone.text_cartes .sliders {
    flex-direction: row;
    justify-content: center;
    margin: 0 -10px;
  }
  .zone.text_cartes .sliders .photo {
    max-height: unset;
    margin: 10px;
    flex: 1 1 33.3%;
  }
}
@media screen and (min-width: 1200px) {
  .zone.text_cartes .content_text_photo {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    margin: 0 auto;
  }
  .zone.text_cartes .sliders.sliders,
  .zone.text_cartes .englob_text.sliders {
    flex: 1;
    flex-wrap: wrap;
  }
  .zone.text_cartes .sliders.sliders .photo,
  .zone.text_cartes .englob_text.sliders .photo {
    overflow: hidden;
  }
  .zone.text_cartes .sliders.sliders .photo::after,
  .zone.text_cartes .englob_text.sliders .photo::after {
    padding-top: 50%;
  }
  .zone.text_cartes .sliders.sliders .photo .c-photo,
  .zone.text_cartes .englob_text.sliders .photo .c-photo {
    top: auto;
    transform: unset;
    bottom: 50px;
  }
  .zone.text_cartes .sliders.sliders .photo .c-photo .description,
  .zone.text_cartes .englob_text.sliders .photo .c-photo .description {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .zone.text_cartes .sliders.sliders .photo .c-photo a,
  .zone.text_cartes .englob_text.sliders .photo .c-photo a {
    padding: 10px 50px;
    font-size: 0.9rem;
    opacity: 0;
    transition: all 500ms;
  }
  .zone.text_cartes .sliders.sliders .photo img,
  .zone.text_cartes .englob_text.sliders .photo img {
    transition: all 500ms;
  }
  .zone.text_cartes .sliders.sliders .photo:hover img,
  .zone.text_cartes .englob_text.sliders .photo:hover img {
    transform: scale(1.1);
  }
  .zone.text_cartes .sliders.sliders .photo:hover .c-photo a,
  .zone.text_cartes .englob_text.sliders .photo:hover .c-photo a {
    transition: all 500ms;
    opacity: 1;
  }
  .zone.text_cartes .sliders.englob_text,
  .zone.text_cartes .englob_text.englob_text {
    padding: 50px 0;
  }
  .zone.text_cartes .sliders.englob_text .content_text .title,
  .zone.text_cartes .englob_text.englob_text .content_text .title,
  .zone.text_cartes .sliders.englob_text .content_text .subtitle,
  .zone.text_cartes .englob_text.englob_text .content_text .subtitle {
    font-size: 3rem;
  }
}
.zone.slider {
  padding: 25px;
}
.zone.slider .englob_text .content_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.zone.slider .englob_text .content_text .title {
  font-size: 1.6rem;
}
.zone.slider .englob_text .content_text .title:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  background: #ffbb55;
  height: 1px;
  width: 50%;
}
.zone.slider .englob_text .content_text .subtitle {
  color: #1aa6b7;
  font-size: 1.6rem;
}
.zone.slider .englob_text .content_text .desc {
  margin: 25px 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.zone.slider .englob_text .content_text .voir-plus-button {
  background: #1aa6b7;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
}
.zone.slider .slider {
  margin-top: 25px;
  position: relative;
}
.zone.slider .slider .swiper-pagination {
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transform: translate(0, -15px);
  padding-right: 10px;
}
.zone.slider .slider .swiper-pagination .current {
  font-size: 2rem;
  color: #1aa6b7;
  font-weight: 600;
}
.zone.slider .slider .swiper-pagination .total {
  margin-left: 5px;
  transform: translate(0, -5px);
}
.zone.slider .slider .swiper-controls > * {
  background: unset;
  outline: none;
  top: 50%;
  margin: 0;
  transform: translate(0, -100%);
  height: auto;
}
.zone.slider .slider .swiper-controls > * img {
  position: relative;
  z-index: 10;
}
.zone.slider .slider .swiper-controls > *:after {
  content: "";
  background: #1aa6b7;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zone.slider .slider .photo {
  position: relative;
  max-height: 300px;
  margin-bottom: 25px;
}
.zone.slider .slider .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.zone.slider .slider .photo:after {
  padding-top: 75%;
  content: "";
  display: block;
}
@media screen and (min-width: 800px) {
  .zone.slider .content_text_photo {
    display: flex;
    flex-wrap: wrap;
  }
  .zone.slider .content_text_photo .englob_text {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .zone.slider .content_text_photo .englob_text .content_text {
    margin: auto 0;
  }
  .zone.slider .content_text_photo .slider {
    margin-top: 0;
    flex: 1;
    max-width: 60%;
    order: -1;
  }
  .zone.slider .content_text_photo .slider .photo {
    max-height: unset;
  }
}
@media screen and (min-width: 1200px) {
  .zone.slider {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .zone.slider .content_text_photo {
    max-width: 1600px;
    margin: auto;
    width: 100%;
  }
  .zone.slider .content_text_photo .slider {
    max-width: 60%;
    padding-right: 120px;
    flex: 1 1 100%;
  }
  .zone.slider .content_text_photo .slider .swiper-controls {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
  }
  .zone.slider .content_text_photo .slider .swiper-controls > * {
    position: relative;
    top: auto;
    transform: unset;
    left: auto;
    right: auto;
    margin-top: 20px;
  }
  .zone.slider .content_text_photo .slider .swiper-controls > *:nth-of-type(even) {
    margin-top: 50px;
  }
  .zone.slider .content_text_photo .slider .swiper-pagination {
    bottom: auto;
    right: auto;
    left: 0;
    top: 0;
    transform: unset;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .zone.slider .content_text_photo .englob_text {
    padding: 0;
  }
  .zone.slider .content_text_photo .englob_text .content_text {
    margin-top: 0;
  }
  .zone.slider .content_text_photo .englob_text .title,
  .zone.slider .content_text_photo .englob_text .subtitle {
    font-size: 3rem;
  }
  .zone.slider .content_text_photo .englob_text .desc {
    margin: 50px 0;
  }
}
.zone.diapo .c-diapo {
  margin-top: 69px;
  position: relative;
}
.zone.diapo .c-diapo .content {
  position: relative;
  padding: 100px 25px;
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.zone.diapo .c-diapo .content .title {
  font-size: 1.6rem;
  font-weight: 600;
}
.zone.diapo .c-diapo .content .subtitle {
  color: #1aa6b7;
  font-size: 1.6rem;
  font-weight: 600;
}
.zone.diapo .c-diapo .content .subtitle:after {
  content: "";
  display: block;
  margin: 25px auto 0;
  background: #ffbb55;
  height: 1px;
  width: 50%;
}
.zone.diapo .c-diapo .content .desc {
  margin: 25px 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.zone.diapo .c-diapo .content .voir-plus-button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
}
.zone.diapo .c-diapo .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.zone.diapo .c-diapo .slider .swiper-container {
  height: 100%;
}
.zone.diapo .c-diapo .slider .swiper-container .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .zone.diapo .c-diapo .content {
    width: 50%;
    align-items: flex-start;
    margin: auto;
    position: relative;
    margin-right: 0;
  }
  .zone.diapo .c-diapo .content .container {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .zone.diapo .c-diapo .content .title,
  .zone.diapo .c-diapo .content .subtitle {
    font-size: 3rem;
  }
  .zone.diapo .c-diapo .content .title:after,
  .zone.diapo .c-diapo .content .subtitle:after {
    margin-left: 0;
  }
  .zone.diapo .c-diapo {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
  }
}
.zone.photo_text {
  padding: 25px;
}
.zone.photo_text.subtype3 {
  margin-top: 100px;
}
.zone.photo_text .content_text_photo .sliders .swiper-container .photo {
  max-height: 400px;
  position: relative;
}
.zone.photo_text .content_text_photo .sliders .swiper-container .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  border: 6px solid #fff;
}
.zone.photo_text .content_text_photo .sliders .swiper-container .photo:after {
  padding-top: 75%;
  content: "";
  display: block;
}
.zone.photo_text .content_text_photo .englob_text .content_text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}
.zone.photo_text .content_text_photo .englob_text .content_text .title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1aa6b7;
}
.zone.photo_text .content_text_photo .englob_text .content_text .contact-btn {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 25px 0;
}
.zone.photo_text .content_text_photo .englob_text .content_text .contact-btn a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part .split-subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
  color: #1aa6b7;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part .split-subtitle .titre_part_1 {
  font-size: 2.6rem;
  color: #fff;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part .split-subtitle .ttc {
  margin-left: 10px;
  transform: translate(0, -12px);
  color: #fff;
  margin-right: 15px;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part .split-subtitle .slash {
  margin-right: 10px;
  color: #fff;
  font-size: 2rem;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part:nth-of-type(even) .subtitle {
  color: #1aa6b7;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part:nth-of-type(1) .subtitle {
  color: #fff;
}
.zone.photo_text .content_text_photo .englob_text .content_text .c-part .part:nth-of-type(1) .subtitle:after {
  content: "";
  display: block;
  margin: 25px 0 0;
  background: #ffbb55;
  height: 1px;
  width: 100%;
}
.zone.photo_text .content_text_photo .englob_text .content_text .subtitle {
  font-size: 1.6rem;
  font-weight: 600;
}
.zone.photo_text .content_text_photo .englob_text .content_text .desc {
  margin: 25px 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .zone.photo_text {
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
  }
  .zone.photo_text.subtype2 .content_text_photo {
    flex-direction: row;
  }
  .zone.photo_text.subtype2 .content_text_photo .englob_text {
    margin-left: 0;
    margin-right: 100px;
  }
  .zone.photo_text .content_text_photo {
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
  }
  .zone.photo_text .content_text_photo .englob_text {
    flex: 1;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
  }
  .zone.photo_text .content_text_photo .englob_text .content_text {
    margin: auto;
  }
  .zone.photo_text .content_text_photo .sliders {
    flex: 1;
  }
  .zone.photo_text .content_text_photo .sliders .swiper-container .photo {
    max-height: unset;
  }
  .zone.photo_text .content_text_photo .sliders .swiper-container .photo:after {
    padding-top: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .zone.photo_text .content_text_photo .englob_text .content_text .title,
  .zone.photo_text .content_text_photo .englob_text .content_text .subtitle {
    font-size: 3rem;
  }
  .zone.photo_text .content_text_photo .englob_text .content_text .c-part .part:nth-of-type(even) .subtitle {
    font-size: 2rem;
  }
  .zone.photo_text .content_text_photo .englob_text .content_text .contact-btn {
    margin-top: 50px;
  }
}
.zone.galerie {
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.zone.galerie .button {
  background: unset;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Lato", sans-serif;
  padding: 15px 50px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 500ms;
  margin-top: 25px;
}
.zone.galerie .button:hover {
  background: #1aa6b7;
}
.zone.galerie .cfluid {
  width: 100%;
}
.zone.galerie .grid {
  display: flex;
  flex-wrap: wrap;
}
.zone.galerie .grid .brick {
  flex: 1 1 100%;
  padding-bottom: 25px;
}
.zone.galerie .grid .brick.item {
  display: none;
}
.zone.galerie .grid .brick a {
  display: block;
  max-height: 300px;
  position: relative;
}
.zone.galerie .grid .brick a:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.zone.galerie .grid .brick a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
@media screen and (min-width: 520px) {
  .zone.galerie .grid {
    margin: 0 -12px;
  }
  .zone.galerie .grid .brick {
    flex: 1 1 50%;
    padding: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .zone.galerie .grid .brick {
    flex: 1 1 33.3%;
    max-width: 33.3%;
    padding: 12px;
  }
  .zone.galerie .grid .brick a {
    max-height: unset;
  }
  .zone.galerie .grid .brick a:after {
    padding-top: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .zone.galerie .grid {
    max-width: 1600px;
    margin: 0 auto;
  }
  .zone.galerie .grid .brick {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
.zone.carrousel {
  padding: 25px;
}
.zone.carrousel .cfluid .item {
  margin-bottom: 25px;
}
.zone.carrousel .cfluid .item .item-video {
  position: relative;
  max-height: 300px;
}
.zone.carrousel .cfluid .item .item-video:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.zone.carrousel .cfluid .item .item-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: none;
}
@media screen and (min-width: 720px) {
  .zone.carrousel {
    padding: 25px;
  }
  .zone.carrousel .cfluid {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .zone.carrousel .cfluid .item {
    padding: 12px;
    flex: 1 1 50%;
  }
  .zone.carrousel .cfluid .item .item-video {
    position: relative;
    max-height: unset;
  }
}
.zone.formulaire_contact {
  padding: 25px;
  padding-top: 135px;
}
.zone.formulaire_contact .content .content_text {
  margin-top: 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.zone.formulaire_contact .content .content_text .title {
  font-size: 2em;
}
.zone.formulaire_contact .content .content_text .subtitle {
  color: #1aa6b7;
  font-size: 2em;
}
.zone.formulaire_contact .content .content_text .subtitle.subtitle2 {
  color: #fff;
  margin-top: 25px;
  font-size: 1.6em;
}
.zone.formulaire_contact .content .content_text .subtitle.subtitle2:after {
  display: none;
}
.zone.formulaire_contact .content .content_text .subtitle:after {
  content: "";
  display: block;
  margin: 20px 0;
  background: #ffbb55;
  height: 1px;
  width: 50%;
}
.zone.formulaire_contact .content .content_text .desc {
  margin: 25px 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.zone.formulaire_contact .content .formulaire {
  margin-top: 25px;
  color: #fff;
}
.zone.formulaire_contact .content .formulaire form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.zone.formulaire_contact .content .formulaire form .form-group {
  flex: 1 1 100%;
  margin-bottom: 20px;
}
.zone.formulaire_contact .content .formulaire form .form-group.submit button {
  font-family: "Lato", sans-serif;
  border: 1px solid #fff;
  padding: 10px 35px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  transition: all 500ms;
}
.zone.formulaire_contact .content .formulaire form .form-group.submit button:hover {
  background: #1aa6b7;
}
.zone.formulaire_contact .content .formulaire form .form-group.rgpd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zone.formulaire_contact .content .formulaire form .form-group.rgpd input {
  width: auto;
  margin-right: 10px;
}
.zone.formulaire_contact .content .formulaire form .form-group input,
.zone.formulaire_contact .content .formulaire form .form-group textarea {
  font-family: "Lato", sans-serif;
  width: 100%;
  display: block;
  padding: 10px;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.zone.formulaire_contact .content .formulaire form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.zone.formulaire_contact .content .gmap {
  position: relative;
  max-height: 300px;
}
.zone.formulaire_contact .content .gmap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.zone.formulaire_contact .content .gmap:after {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (min-width: 1024px) {
  .zone.formulaire_contact .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
  .zone.formulaire_contact .content .gmap {
    flex: 1;
    max-height: unset;
    margin-left: 50px;
  }
  .zone.formulaire_contact .content .content_text {
    flex: 1;
    order: -1;
  }
  .zone.formulaire_contact .content .formulaire form .form-group {
    flex: 1 1 33.3%;
    padding: 12px;
    margin-bottom: 0;
  }
  .zone.formulaire_contact .content .formulaire form .form-group.message {
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 1200px) {
  .zone.formulaire_contact .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .zone.formulaire_contact .content .formulaire form .form-group input,
  .zone.formulaire_contact .content .formulaire form .form-group textarea {
    padding: 15px;
  }
  .zone.formulaire_contact .content .formulaire form .form-group.rgpd {
    flex: 1 1 100%;
  }
  .zone.formulaire_contact .content .formulaire form .form-group.submit {
    flex: 1 1 50%;
    align-items: center;
    display: flex;
  }
  .zone.formulaire_contact .content .formulaire form .form-group.submit > div {
    margin-left: 0;
  }
  .zone.formulaire_contact .content .formulaire form .form-group.submit > button {
    margin: 0 0 0 auto;
  }
  .zone.formulaire_contact .content .content_text {
    flex: 1;
    order: -1;
  }
  .zone.formulaire_contact .content .content_text .subtitle.subtitle2 {
    margin-top: 100px;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleX {
  from {
    transform-origin: left;
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes clipCenter {
  from {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  99% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  to {
    clip-path: unset;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotateY3D {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (min-width: 1200px) {
  header {
    animation: fadeDown 1000ms ease 250ms both;
  }
  .zones .zone {
    opacity: 0;
  }
  .zones .zone.onFlux {
    opacity: 1;
  }
  .zones .zone.onFlux.image_text .title,
  .zones .zone.onFlux.image_text .subtitle {
    animation: fadeUp 1000ms ease 250ms both;
  }
  .zones .zone.onFlux.image_text .title.title:before,
  .zones .zone.onFlux.image_text .subtitle.title:before {
    transform-origin: left;
    animation: scaleX 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.image_text .title.subtitle,
  .zones .zone.onFlux.image_text .subtitle.subtitle {
    animation-delay: 500ms;
  }
  .zones .zone.onFlux.image_text .desc {
    animation: opacity 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.image_text .voir-plus-button {
    animation: opacity 1000ms ease 1250ms both;
  }
  .zones .zone.onFlux.image_text .sliders {
    animation: opacity 1000ms ease-in 500ms both;
  }
  .zones .zone.onFlux.text_cartes .title,
  .zones .zone.onFlux.text_cartes .subtitle {
    animation: fadeUp 1000ms ease 250ms both;
  }
  .zones .zone.onFlux.text_cartes .title.title:before,
  .zones .zone.onFlux.text_cartes .subtitle.title:before {
    transform-origin: left;
    animation: scaleX 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.text_cartes .title.subtitle,
  .zones .zone.onFlux.text_cartes .subtitle.subtitle {
    animation-delay: 500ms;
  }
  .zones .zone.onFlux.text_cartes .desc {
    animation: opacity 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.text_cartes .sliders .photo {
    animation: clipCenter 1000ms ease-in-out 1250ms both;
  }
  .zones .zone.onFlux.slider .title,
  .zones .zone.onFlux.slider .subtitle {
    animation: fadeUp 1000ms ease 250ms both;
  }
  .zones .zone.onFlux.slider .title.title:before,
  .zones .zone.onFlux.slider .subtitle.title:before {
    transform-origin: left;
    animation: scaleX 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.slider .title.subtitle,
  .zones .zone.onFlux.slider .subtitle.subtitle {
    animation-delay: 500ms;
  }
  .zones .zone.onFlux.slider .desc {
    animation: opacity 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.slider .voir-plus-button {
    animation: opacity 1000ms ease 1250ms both;
  }
  .zones .zone.onFlux.slider .slider {
    animation: clipCenter 1000ms ease-in-out 1250ms both;
  }
  .zones .zone.onFlux.slider .slider .swiper-controls {
    animation: opacity 1000ms ease 2000ms both;
  }
  .zones .zone.onFlux.diapo {
    position: relative;
    overflow: hidden;
  }
  .zones .zone.onFlux.diapo .title,
  .zones .zone.onFlux.diapo .subtitle {
    animation: fadeUp 1000ms ease 250ms both;
  }
  .zones .zone.onFlux.diapo .title.subtitle,
  .zones .zone.onFlux.diapo .subtitle.subtitle {
    animation-delay: 500ms;
  }
  .zones .zone.onFlux.diapo .title.subtitle:after,
  .zones .zone.onFlux.diapo .subtitle.subtitle:after {
    transform-origin: left;
    animation: scaleX 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.diapo .desc {
    animation: opacity 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.diapo .voir-plus-button {
    animation: opacity 1000ms ease 1250ms both;
  }
  .zones .zone.onFlux.diapo .slider {
    animation: zoomIn 1000ms ease-in-out 1250ms both;
  }
  .zones .zone.onFlux.carrousel .item-video:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: all 500ms;
  }
  .zones .zone.onFlux.carrousel .item-video.loaded video {
    opacity: 1;
  }
  .zones .zone.onFlux.carrousel .item-video.loading:before {
    opacity: 1;
  }
  .zones .zone.onFlux.carrousel .item-video.loading:before video {
    transition: all 500ms ease 500ms;
    opacity: 0;
  }
  .zones .zone.onFlux.photo_text .title,
  .zones .zone.onFlux.photo_text .subtitle {
    animation: fadeUp 1000ms ease 250ms both;
  }
  .zones .zone.onFlux.photo_text .title.subtitle,
  .zones .zone.onFlux.photo_text .subtitle.subtitle {
    animation-delay: 500ms;
  }
  .zones .zone.onFlux.photo_text .title.subtitle:after,
  .zones .zone.onFlux.photo_text .subtitle.subtitle:after {
    transform-origin: left;
    animation: scaleX 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.photo_text .c-part .part:nth-of-type(1) {
    animation: fadeUp 1000ms ease 500ms both;
  }
  .zones .zone.onFlux.photo_text .c-part .part:nth-of-type(1) .desc {
    animation: opacity 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.photo_text .c-part .part:nth-of-type(2) {
    animation: fadeUp 1000ms ease 1500ms both;
  }
  .zones .zone.onFlux.photo_text .c-part .part:nth-of-type(3) {
    animation: fadeUp 1000ms ease 2000ms both;
  }
  .zones .zone.onFlux.photo_text .c-part .contact-btn {
    animation: opacity 1000ms ease 2500ms both;
  }
  .zones .zone.onFlux.photo_text .sliders {
    perspective: 1000px;
    transform-style: preserve-3d;
    animation: rotateY3D 750ms ease-in 750ms both;
  }
  .zones .zone.onFlux.galerie .brick {
    opacity: 0;
  }
  .zones .zone.onFlux.galerie .brick.onFlux {
    opacity: 1;
    animation: clipCenter 1000ms ease-in-out 750ms both;
  }
  .zones .zone.onFlux.formulaire_contact .title,
  .zones .zone.onFlux.formulaire_contact .subtitle {
    animation: fadeUp 1000ms ease 250ms both;
  }
  .zones .zone.onFlux.formulaire_contact .title.subtitle,
  .zones .zone.onFlux.formulaire_contact .subtitle.subtitle {
    animation-delay: 500ms;
  }
  .zones .zone.onFlux.formulaire_contact .title.subtitle.subtitle2,
  .zones .zone.onFlux.formulaire_contact .subtitle.subtitle.subtitle2 {
    animation-delay: 1000ms;
  }
  .zones .zone.onFlux.formulaire_contact .title.subtitle:after,
  .zones .zone.onFlux.formulaire_contact .subtitle.subtitle:after {
    transform-origin: left;
    animation: scaleX 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.formulaire_contact .desc_contact {
    animation: opacity 1000ms ease 1000ms both;
  }
  .zones .zone.onFlux.formulaire_contact .formulaire {
    animation: fadeUp 1000ms ease 1500ms both;
  }
  .zones .zone.onFlux.formulaire_contact .desc {
    animation: opacity 1000ms ease 1500ms both;
  }
  .zones .zone.onFlux.formulaire_contact .gmap {
    animation: clipCenter 1000ms ease-in-out 750ms both;
  }
}
