@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
:root {
  --color-primary: #051b71;
  --color-primary-d: #03134f;
  --color-hd: #051b71;
  --color-mea: #051b71;
  --color-primary-005: #f3f4f8;
  --color-charte: #369ad4;
  --color-secondary: #369ad4;
  --color-secondary-005: #f5fafd;
  --color-secondary-015: #e1f0f9;
}

[data-theme="ce"] {
  --color-primary: #db0029;
  --color-primary-d: #b70022;
  --color-hd: #333333;
  --color-mea: #000000;
  --color-primary-005: #f3f4f8;
  --color-charte: #db0029;
  --color-secondary: #333333;
  --color-secondary-005: whitesmoke;
  --color-secondary-015: #ebebeb;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

* {
  margin: 0;
  padding: 0;
  /*border: red solid 1px;*/
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

object, embed, iframe {
  position: relative;
  z-index: 1;
  max-width: 100%;
  /*height:auto;*/
}

img, video {
  max-width: 100%;
  height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

a, a:hover, a:focus {
  color: inherit;
  outline: none;
}

/**/
.clearfix {
  clear: both;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@-ms-viewport {
  width: device-width;
}
/**/
body {
  font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000000;
  padding-top: 66px;
  overflow-x: hidden;
}
body strong {
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  body {
    padding-top: 56px;
  }
}

.main_footer {
  margin-top: 85px;
  background-color: var(--color-hd);
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
  padding: 30px 0;
}
.main_footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
}
.main_footer ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .main_footer {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 800px) {
  .main_footer {
    text-align: center;
  }
  .main_footer ul {
    display: block;
  }
  .main_footer ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

.max {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
}

.main_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  padding: 12px 0;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.main_header .logo {
  display: flex;
}
.main_header .logo > * {
  display: block;
  text-decoration: none;
  height: 42px;
}
.main_header .logo > * img {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .main_header .logo > * {
    height: 32px;
  }
}

.btn {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.14px;
  display: inline-block;
  cursor: pointer;
  padding: 9px 30px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.btn.btn-blanc {
  color: var(--color-primary);
  background-color: #fff;
}
.btn.btn-blanc:hover {
  background-color: #ededed;
}
.btn.btn-color {
  color: #fff;
  background-color: var(--color-primary);
}
.btn.btn-color:hover {
  background-color: var(--color-primary-d);
}
.btn.btn-contact {
  color: #fff;
  background-color: var(--color-primary);
  padding-left: 64px;
  position: relative;
}
.btn.btn-contact::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cpath d='M6.75 19.466c.141 0 .282.04.404.119C8.6 20.51 10.274 21 12 21c4.963 0 9-4.037 9-9s-4.037-9-9-9-9 4.037-9 9c0 1.696.474 3.348 1.37 4.777.119.188.147.419.08.63l-1.024 3.149 3.082-1.05c.078-.026.16-.04.241-.04M2.25 22.5c-.194 0-.384-.075-.526-.215-.203-.2-.275-.497-.187-.767l1.38-4.248C1.988 15.673 1.5 13.858 1.5 12 1.5 6.21 6.21 1.5 12 1.5S22.5 6.21 22.5 12 17.79 22.5 12 22.5c-1.89 0-3.73-.504-5.343-1.46l-4.165 1.42c-.08.026-.16.04-.242.04' transform='translate(-1010.000000, -592.000000) translate(160.000000, 559.000000) translate(818.000000, 25.000000) translate(32.000000, 8.000000) translate(0.000000, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.btn.btn-contact:hover {
  background-color: var(--color-primary-d);
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.css_text > * {
  margin-bottom: 25px;
}
.css_text > *:last-child {
  margin-bottom: 0;
}
.css_text .color {
  color: var(--color-charte);
}
.css_text table {
  border-collapse: collapse;
}
.css_text table thead td {
  padding: 20px;
  background-color: var(--color-primary);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.css_text table tbody td {
  padding: 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  border-bottom: solid 2px var(--color-primary);
}
.css_text ol li {
  list-style-position: inside;
}
.css_text > ul {
  display: block;
}
.css_text > ul li {
  list-style: none;
  display: block;
  margin-bottom: 8px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 18px auto;
}
.css_text > ul li:last-child {
  margin-bottom: 0;
}
.css_text .encart {
  font-size: 14px;
  line-height: 1.86;
  border-radius: 5px;
  border: solid 0.5px var(--color-primary);
  padding: 25px;
}
.css_text .encart > * {
  margin-bottom: 13px;
}
.css_text .encart > *:last-child {
  margin-bottom: 0;
}
.css_text .encart ul {
  display: block;
}
.css_text .encart ul li {
  list-style: none;
  display: block;
  margin-bottom: 13px;
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15'%3E %3Cg fill='%23ar(--color-primary)' fill-rule='nonzero'%3E %3Cpath d='M12.46 6.445H2.326L4.6 4.17c.168-.168.168-.44 0-.608-.168-.168-.44-.168-.607 0L.985 6.571c-.168.168-.168.44 0 .607l3.008 3.008c.084.084.194.126.304.126.11 0 .22-.042.303-.126.168-.168.168-.44 0-.608L2.326 7.304H12.46c.238 0 .43-.192.43-.43 0-.237-.192-.43-.43-.43' transform='translate(-789.000000, -2385.000000) translate(160.000000, 1899.000000) translate(602.000000, 50.000000) translate(0.000000, 368.000000) translate(27.000000, 26.000000) translate(0.000000, 39.000000) translate(-0.000000, 3.625565) translate(6.874382, 6.874382) rotate(-180.000000) translate(-6.874382, -6.874382)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 14px auto;
}
.css_text .encart ul li:last-child {
  margin-bottom: 0;
}

.owl-blocs .owl-stage {
  display: flex;
  align-items: stretch;
}
.owl-blocs .owl-stage .owl-item {
  float: none;
}
.owl-blocs .owl-dots {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.owl-blocs .owl-dots .owl-dot {
  margin: 0 4px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-charte);
}
.owl-blocs .owl-dots .owl-dot.active {
  width: 11px;
  height: 11px;
  background-color: var(--color-primary);
}

header.head_page {
  background-color: var(--color-secondary-005);
  /*@include resp(1401px, 'min-width') {
  	.container{
  		@include dead_point;
  	}
  }*/
}
header.head_page > .max {
  position: relative;
}
header.head_page .visuel {
  position: relative;
  z-index: 1;
}
header.head_page .visuel::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  z-index: 2;
  background: linear-gradient(97deg, var(--color-hd) 46%, transparent 72%);
}
header.head_page .visuel img {
  display: block;
}
header.head_page .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ffffff;
}
header.head_page .container .content {
  max-width: 50%;
}
header.head_page .container h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}
header.head_page .container h1 em {
  display: block;
  font-size: 34px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.12;
  margin-top: 10px;
}
header.head_page .container .cta {
  margin-top: 55px;
}
header.head_page .container .cta .btn {
  padding: 13px 30px;
}

footer.foot_page .bloc_element {
  font-size: 13px;
  line-height: 1.85;
}

article > header.head_page {
  /*@media only screen and ('max-width': 1400px) and ('min-width': 961px) {*/
}
article > header.head_page .bttf {
  cursor: pointer;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'%3E %3Cg fill='%23FFF'%3E %3Cpath d='M14.5 7.5H2.707l2.647-2.646c.195-.196.195-.512 0-.708-.196-.195-.512-.195-.708 0l-3.5 3.5c-.195.196-.195.512 0 .708l3.5 3.5c.098.097.226.146.354.146.128 0 .256-.049.354-.146.195-.196.195-.512 0-.707L2.707 8.5H14.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5' transform='translate(-160.000000, -118.000000) translate(192.500000, 126.500000) scale(-1, 1) translate(-192.500000, -126.500000) translate(160.000000, 117.500000) translate(49.000000, 1.000000) translate(7.999937, 7.999938) rotate(-180.000000) translate(-7.999937, -7.999938)'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
@media only screen and (min-width: 961px) {
  article > header.head_page .visuel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }
  article > header.head_page .visuel img {
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
  article > header.head_page .container {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 960px) {
  article > header.head_page {
    background-color: var(--color-hd);
  }
  article > header.head_page .visuel {
    margin-bottom: 50px;
    padding-bottom: 60vw;
  }
  article > header.head_page .visuel::before {
    display: none;
  }
  article > header.head_page .visuel img {
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
  article > header.head_page .container .content {
    max-width: 100%;
    padding-bottom: 50px;
  }
  article > header.head_page .container .content h1 {
    font-size: 32px;
  }
  article > header.head_page .container .content h1 em {
    font-size: 26px;
    margin-top: 20px;
  }
}
article > footer {
  padding: 10.70% 0;
}
@media only screen and (max-width: 960px) {
  article > footer {
    padding: 60px 0;
  }
}
article > nav {
  position: relative;
  z-index: 20;
}
article > nav ul {
  display: block;
  padding: 0 32px;
  width: 100%;
  font-size: 0;
  position: relative;
}
article > nav ul::after {
  display: block;
  clear: both;
  content: "";
}
article > nav ul li {
  list-style: none;
  display: inline-block;
  padding: 34px 10px;
}
article > nav ul li.ac_8 {
  padding: 0;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  display: flex;
  align-items: center;
}
article > nav ul li a.link {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: #000000;
  position: relative;
}
article > nav ul li a.link::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: var(--color-primary);
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -ms-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
article > nav ul li a.link::after {
  display: block;
  content: attr(title);
  font-weight: 500;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
article > nav ul li a.link.actif, article > nav ul li a.link:hover {
  font-weight: 500;
  color: var(--color-primary);
}
article > nav ul li a.link.actif::before, article > nav ul li a.link:hover::before {
  width: 100%;
}
article > nav:not(.sticky) {
  margin-top: -2.5vw;
}
article > nav:not(.sticky) ul {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
article > nav:not(.sticky) ul li.ac_8 {
  visibility: hidden;
}
@media only screen and (max-width: 960px) {
  article > nav:not(.sticky) {
    display: none;
  }
}
article > nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1100px) {
  article > nav.sticky .container ul {
    padding: 0;
  }
  article > nav.sticky .container ul li {
    padding: 34px 7px;
  }
  article > nav.sticky .container ul li.ac_8 {
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  article > nav.sticky {
    top: auto;
    bottom: 0;
  }
  article > nav.sticky .container ul li:not(.ac_8) {
    display: none;
  }
  article > nav.sticky .container ul li.ac_8 {
    padding: 25px 0;
    position: static;
    justify-content: center;
  }
}
article .titre_section {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--color-mea);
  margin-bottom: 40px;
}
article .titre_section .indi {
  font-size: 13px;
  display: inline-block;
  margin-left: 15px;
}
article .titre_question {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: var(--color-mea);
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  article .titre_section {
    font-size: 32px;
  }
  article .titre_question {
    font-size: 26px;
  }
}
article > section .visuel img, article > section .picto img {
  display: block;
}
article > section .content_video {
  display: flex;
  justify-content: space-between;
}
article > section .content_video > div {
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
}
article > section .display_vid > * {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  article > section .content_video {
    flex-wrap: wrap;
  }
  article > section .content_video > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  article > section .display_vid {
    margin-top: 25px;
  }
}
article > section .column {
  display: flex;
}
article > section .column > div {
  flex: 0 0 50%;
  max-width: 50%;
}
article > section .column .visuel figure {
  display: block;
  width: 100%;
  height: 100%;
}
article > section .column .visuel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article > section .column .content {
  padding: 4.46% 0 7.14% 0;
}
article > section .column .content.right {
  padding-left: 4.46%;
}
article > section .column:not(.invert) .content {
  padding-left: 4.46%;
}
article > section .column.invert {
  flex-direction: row-reverse;
}
article > section .column.invert .content {
  padding-right: 4.46%;
}
@media only screen and (max-width: 960px) {
  article > section .column {
    flex-wrap: wrap;
  }
  article > section .column > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  article > section .column .visuel {
    margin-bottom: 50px;
  }
  article > section .column .visuel figure {
    margin: 0 -20px;
    width: auto;
  }
  article > section .column .content {
    padding: 0 !important;
  }
}
article > section.s1 .bloc_element {
  padding: 10.70% 0;
}
article > section.s1 .bloc_element .content {
  width: auto;
  display: flex;
  justify-content: space-between;
}
article > section.s1 .bloc_element .content .item {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  /*height: 100%;
  padding: 0 10px;*/
}
article > section.s1 .bloc_element .content .item .bloc {
  padding: 45px 20px 60px 20px;
  height: 100%;
  border-radius: 5px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
article > section.s1 .bloc_element .content .item .bloc .picto {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
}
article > section.s1 .bloc_element .content .item .bloc .titre {
  font-weight: bold;
  line-height: 1.33;
  color: var(--color-mea);
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  article > section.s1 .bloc_element {
    padding: 60px 0;
  }
  article > section.s1 .bloc_element .content {
    flex-wrap: wrap;
  }
  article > section.s1 .bloc_element .content .item {
    margin: 10px 0;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  article > section.s1 .bloc_element .content .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
article > section.s2 {
  background-color: var(--color-secondary-015);
}
article > section.s2 .bloc_element {
  padding: 6.70% 0;
}
@media only screen and (max-width: 960px) {
  article > section.s2 .bloc_element {
    padding: 60px 0;
  }
}
article > section.s3 .bloc_element {
  padding-top: 10.70%;
}
@media only screen and (max-width: 960px) {
  article > section.s3 .bloc_element {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
article > section.s4 .bloc_element {
  padding-bottom: 10.70%;
}
@media only screen and (max-width: 960px) {
  article > section.s4 .bloc_element {
    padding-bottom: 60px;
  }
}
article > section.s5 {
  background-color: var(--color-secondary-015);
}
article > section.s5 .bloc_element {
  padding: 10.70% 0;
}
article > section.s5 .bloc_element .content {
  margin: 0 -10px;
  width: auto;
}
article > section.s5 .bloc_element .content .item {
  height: 100%;
  padding: 0 10px;
}
article > section.s5 .bloc_element .content .item .bloc {
  padding: 60px 20px 50px 20px;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
article > section.s5 .bloc_element .content .item .bloc .picto {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
}
article > section.s5 .bloc_element .content .item .bloc .line {
  width: auto;
  margin: 0 -20px;
  position: relative;
}
article > section.s5 .bloc_element .content .item .bloc .line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  width: calc(50% - 30px);
  height: 1px;
  background-color: var(--color-primary);
}
article > section.s5 .bloc_element .content .item .bloc .line::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  width: calc(50% - 30px);
  height: 1px;
  background-color: var(--color-primary);
}
article > section.s5 .bloc_element .content .item .bloc .nb {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  margin: auto;
  font-size: 16px;
  line-height: 1;
  color: var(--color-primary);
  border: solid 0.5px var(--color-primary);
  background-color: rgba(5, 27, 113, 0.05);
}
article > section.s5 .bloc_element .content .item .bloc .titre {
  margin-top: 11px;
  font-weight: bold;
  line-height: 1.33;
  color: var(--color-mea);
}
article > section.s5 .bloc_element .content .item .bloc.bloc_1 .line::before {
  display: none;
}
article > section.s5 .bloc_element .content .item .bloc.bloc_4 .line::after {
  display: none;
}
@media only screen and (max-width: 960px) {
  article > section.s5 .bloc_element {
    padding: 60px 0;
  }
  article > section.s5 .bloc_element .content .item .bloc .line::before, article > section.s5 .bloc_element .content .item .bloc .line::after {
    display: none;
  }
}
article > section.s6 .bloc_element {
  padding: 10.70% 0;
}
@media only screen and (max-width: 960px) {
  article > section.s6 .bloc_element {
    padding: 60px 0;
  }
}
article > section.s7 {
  position: relative;
  background-color: var(--color-primary-005);
}
article > section.s7::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--color-secondary);
  height: 45%;
}
article > section.s7 > .container {
  position: relative;
  z-index: 2;
}
article > section.s7 > .container .bloc_element {
  padding: 5.35% 0;
}
article > section.s7 > .container .bloc_element .titre_section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
article > section.s7 > .container .bloc_element .nav_owl button {
  margin-left: 10px;
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
article > section.s7 > .container .bloc_element .nav_owl button span {
  display: none;
}
article > section.s7 > .container .bloc_element .nav_owl button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
article > section.s7 > .container .bloc_element .nav_owl button.owl-prev::before {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
article > section.s7 > .container .bloc_element .content {
  width: auto;
  margin: 0 -15px;
}
article > section.s7 > .container .bloc_element .content .owl-exemples {
  display: block;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .owl-item.active {
  position: relative;
  z-index: 2;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .item {
  display: flex;
  padding: 15px;
  height: 100%;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc {
  display: flex;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head {
  flex: 0 0 35.71%;
  max-width: 35.71%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-start;
  background-color: var(--color-primary);
  padding: 5.36% 0 5.36% 8.48%;
  border-radius: 5px 0 0 5px;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head .titre {
  flex: 0 0 100%;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #ffffff;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head figure {
  flex: 0 0 100%;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head figure img {
  display: block;
  border-radius: 5px 0 0 5px;
}
article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .body {
  flex: 1;
  padding: 5.36% 8.48% 5.36% 7.14%;
}
article > section.s7 > .container .bloc_element .content2 .bloc_dl {
  margin-top: 4.46%;
  padding: 25px 40px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.09px;
  color: #333333;
}
article > section.s7 > .container .bloc_element .content2 .bloc_dl .picto {
  flex: 1;
  max-width: 108px;
}
article > section.s7 > .container .bloc_element .content2 .bloc_dl .texte {
  flex: 0 0 calc(50% + 40px);
  max-width: calc(50% + 40px);
  margin: 0 40px 0 50px;
}
article > section.s7 > .container .bloc_element .content2 .bloc_dl .cta {
  flex: 1;
}
article > section.s7 > .container .bloc_element .content2 .bloc_dl .cta a {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  article > section.s7::after {
    height: 50%;
  }
  article > section.s7 > .container .bloc_element {
    padding: 50px 0;
  }
  article > section.s7 > .container .bloc_element .nav_owl button {
    width: 48px;
    height: 48px;
  }
  article > section.s7 > .container .bloc_element .nav_owl button::before {
    width: 17px;
    height: 17px;
  }
  article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc {
    flex-wrap: wrap;
  }
  article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 55px 0;
    border-radius: 5px 5px 0 0;
  }
  article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head .titre {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head figure {
    max-width: 50%;
  }
  article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .head figure img {
    border-radius: 0 5px 5px 0;
  }
  article > section.s7 > .container .bloc_element .content .owl-exemples .item .bloc .body {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 45px 20px;
    border-radius: 0 0 5px 5px;
  }
  article > section.s7 > .container .bloc_element .content2 .bloc_dl {
    margin-top: 30px;
    padding: 35px 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  article > section.s7 > .container .bloc_element .content2 .bloc_dl .picto {
    margin-bottom: 25px;
  }
  article > section.s7 > .container .bloc_element .content2 .bloc_dl .texte {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
article > section.s8 {
  background-color: var(--color-primary);
}
article > section.s8 .bloc_element {
  padding: 10.70% 0;
}
article > section.s8 .bloc_element .content {
  padding: 5.80%;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
article > section.s8 .bloc_element .content .message {
  margin-top: 50px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
article > section.s8 .bloc_element .content .elements {
  display: flex;
  justify-content: center;
}
article > section.s8 .bloc_element .content .elements .item {
  margin: 0 35px;
  width: 212px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 16px;
  cursor: pointer;
}
article > section.s8 .bloc_element .content .elements .item .picto {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
}
article > section.s8 .bloc_element .content .elements .item .texte {
  position: relative;
  padding-top: 8px;
  width: 180px;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
article > section.s8 .bloc_element .content .elements .item .texte::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--color-primary);
  width: 116px;
  height: 2px;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel .init {
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 16px;
  width: 180px;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel .more {
  position: relative;
  z-index: 2;
  width: 0;
  overflow: hidden;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding: 32px 0;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel .more strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: var(--color-primary);
  margin: 10px 0 13px 0;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel .more .ct {
  opacity: 0.6;
  font-size: 13px;
  line-height: 1.38;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel .more > div {
  width: 420px;
  padding: 20px;
  margin: auto;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel.on {
  width: 452px;
}
article > section.s8 .bloc_element .content .elements .item.bloc_tel.on .more {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  article > section.s8 .bloc_element {
    padding: 80px 0;
  }
  article > section.s8 .bloc_element .content {
    padding: 60px 20px;
  }
  article > section.s8 .bloc_element .content .elements {
    flex-wrap: wrap;
  }
  article > section.s8 .bloc_element .content .elements .item {
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: 260px;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_mail {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_mail .picto {
    flex: 0 0 100%;
    max-width: 100%;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_mail .picto img {
    max-width: 80px;
    margin: auto;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_mail .texte {
    flex: 0 0 100%;
    max-width: 180px;
  }
  article > section.s8 .bloc_element .content .elements .item .texte {
    margin: 0 auto;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_tel .init {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    height: 140px;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_tel .more {
    margin: auto;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_tel .more > div {
    width: 260px;
  }
}
@media only screen and (max-width: 360px) {
  article > section.s8 .bloc_element .content .elements .item.bloc_tel {
    padding: 0;
  }
  article > section.s8 .bloc_element .content .elements .item.bloc_tel .more > div {
    width: 230px;
  }
}
article.front_home > .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
article.front_home > .container > .visuel {
  order: 2;
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
article.front_home > .container > .content {
  padding-top: 60px;
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  position: relative;
  z-index: 2;
}
article.front_home > .container > .content form {
  /*.select{
  	position: relative;
  	width: 100%;
  	max-width: 420px;
  }
  select{
  	display: block;
  	width: 100%;
  	height: 100%;
  	padding-top: 0;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.38;
  	letter-spacing: -0.14px;
  	color: #333333;
  	padding-right: 32px;
  }*/
}
article.front_home > .container > .content form .titre {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 22px;
}
article.front_home > .container > .content form .texte {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 60px;
}
article.front_home > .container > .content form .cselect {
  position: relative;
  width: 100%;
  max-width: 420px;
}
article.front_home > .container > .content form .cselect > button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 55px;
  border: solid 1px transparent;
  border-bottom: solid 2px rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 0 0;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 8px 32px 8px 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.14px;
  text-align: left;
  color: #333333;
}
article.front_home > .container > .content form .cselect > button::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg fill='none' fill-rule='evenodd' opacity='.6'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M13 17.876c-.23 0-.45-.098-.604-.27L5.084 9.483c-.3-.333-.273-.848.06-1.148.332-.301.846-.274 1.147.061L13 15.848l6.709-7.453c.3-.334.814-.36 1.147-.06.334.3.36.814.06 1.147l-7.312 8.125c-.154.171-.374.269-.604.269' transform='translate(-679.000000, -670.000000) translate(255.000000, 655.000000) translate(424.000000, 15.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
article.front_home > .container > .content form .cselect .listing {
  display: none;
  width: 100%;
}
article.front_home > .container > .content form .cselect .listing .item {
  display: block;
  width: 100%;
}
article.front_home > .container > .content form .cselect .listing .item button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 55px;
  border: solid 1px transparent;
  border-top: solid 2px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  padding: 8px 32px 8px 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.14px;
  text-align: left;
  color: #333333;
}
article.front_home > .container > .content form .cselect.open > button::after {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
article.front_home > .container > .content form .cselect.open .listing {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  max-height: 300px;
  overflow: auto;
  -webkit-box-shadow: 0 0 13px 7px rgba(204, 204, 204, 0.3);
  box-shadow: 0 0 13px 7px rgba(204, 204, 204, 0.3);
}
article.front_home > .container > .content form .group-submit {
  width: 100%;
}
article.front_home > .container > .content form .group-submit button {
  margin: 45px 0;
  width: 100%;
  max-width: 300px;
  border: none;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
article.front_home > .container > .content form .group-submit button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media only screen and (max-width: 960px) {
  article.front_home > .container > .visuel {
    flex: 0 0 100%;
    max-width: 100%;
  }
  article.front_home > .container > .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 475px) {
  article.front_home > .container > .content form .titre {
    font-size: 30px;
  }
  article.front_home > .container > .content form .texte {
    font-size: 20px;
  }
}

.s8.banque form {
  text-align: center;
  /*.select{
  	position: relative;
  	width: 100%;
  	max-width: 420px;
  }
  select{
  	display: block;
  	width: 100%;
  	height: 100%;
  	padding-top: 0;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.38;
  	letter-spacing: -0.14px;
  	color: #333333;
  	padding-right: 32px;
  }*/
}
.s8.banque form .texte {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 60px;
}
.s8.banque form .cselect {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: auto;
}
.s8.banque form .cselect > button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 55px;
  border: solid 1px transparent;
  border-bottom: solid 2px rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 0 0;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 8px 32px 8px 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.14px;
  text-align: left;
  color: #333333;
}
.s8.banque form .cselect > button::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg fill='none' fill-rule='evenodd' opacity='.6'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M13 17.876c-.23 0-.45-.098-.604-.27L5.084 9.483c-.3-.333-.273-.848.06-1.148.332-.301.846-.274 1.147.061L13 15.848l6.709-7.453c.3-.334.814-.36 1.147-.06.334.3.36.814.06 1.147l-7.312 8.125c-.154.171-.374.269-.604.269' transform='translate(-679.000000, -670.000000) translate(255.000000, 655.000000) translate(424.000000, 15.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.s8.banque form .cselect .listing {
  display: none;
  width: 100%;
}
.s8.banque form .cselect .listing .item {
  display: block;
  width: 100%;
}
.s8.banque form .cselect .listing .item button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 55px;
  border: solid 1px transparent;
  border-top: solid 2px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  padding: 8px 32px 8px 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.14px;
  text-align: left;
  color: #333333;
}
.s8.banque form .cselect.open > button::after {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s8.banque form .cselect.open .listing {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  max-height: 300px;
  overflow: auto;
  -webkit-box-shadow: 0 0 13px 7px rgba(204, 204, 204, 0.3);
  box-shadow: 0 0 13px 7px rgba(204, 204, 204, 0.3);
}
.s8.banque form .group-submit {
  width: 100%;
}
.s8.banque form .group-submit button {
  margin: 45px 0;
  width: 100%;
  max-width: 300px;
  border: none;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.s8.banque form .group-submit button:disabled {
  background-color: rgba(0, 0, 0, 0.04);
  color: #000;
  cursor: default;
}
@media only screen and (max-width: 475px) {
  .s8.banque form .texte {
    font-size: 20px;
  }
}

/**/
.http_msg {
  position: relative;
}
.http_msg > .head_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .http_msg > .head_page .visuel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    padding-bottom: 50vw;
  }
  .http_msg > .head_page .visuel img {
    position: absolute;
    top: -999px;
    left: -999px;
    right: -999px;
    bottom: -999px;
    z-index: 1;
    width: auto;
    max-width: none;
    height: 100%;
    margin: auto;
  }
}
.http_msg > .content {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
.http_msg > .content .bloc_page {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 35px 8.48% 35px 8.48%;
}
.http_msg > .content .bloc_page h2 {
  color: var(--color-primary);
}
@media only screen and (max-width: 960px) {
  .http_msg > .content {
    padding: 10vw 0;
  }
}

div.article.inside .head_page .container, aside.page_legals.inside .head_page .container {
  align-items: flex-start;
}
div.article.inside .head_page .container .content, aside.page_legals.inside .head_page .container .content {
  margin-top: 4.91%;
}
div.article.inside .head_page .bttf, aside.page_legals.inside .head_page .bttf {
  cursor: pointer;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'%3E %3Cg fill='%23FFF'%3E %3Cpath d='M14.5 7.5H2.707l2.647-2.646c.195-.196.195-.512 0-.708-.196-.195-.512-.195-.708 0l-3.5 3.5c-.195.196-.195.512 0 .708l3.5 3.5c.098.097.226.146.354.146.128 0 .256-.049.354-.146.195-.196.195-.512 0-.707L2.707 8.5H14.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5' transform='translate(-160.000000, -118.000000) translate(192.500000, 126.500000) scale(-1, 1) translate(-192.500000, -126.500000) translate(160.000000, 117.500000) translate(49.000000, 1.000000) translate(7.999937, 7.999938) rotate(-180.000000) translate(-7.999937, -7.999938)'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
div.article.inside > .content, aside.page_legals.inside > .content {
  position: relative;
  z-index: 3;
}
div.article.inside > .content > .container, aside.page_legals.inside > .content > .container {
  position: relative;
  z-index: 3;
}
div.article.inside > .content .bloc_page, aside.page_legals.inside > .content .bloc_page {
  margin-top: -18%;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 6.696% 8.48% 10.267% 8.48%;
}
div.article.inside > .content .bloc_page .bttf, aside.page_legals.inside > .content .bloc_page .bttf {
  position: absolute;
  top: 30px;
  left: 20px;
  cursor: pointer;
  display: none;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--color-mea);
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'%3E %3Cg fill='%23051b71'%3E %3Cpath d='M14.5 7.5H2.707l2.647-2.646c.195-.196.195-.512 0-.708-.196-.195-.512-.195-.708 0l-3.5 3.5c-.195.196-.195.512 0 .708l3.5 3.5c.098.097.226.146.354.146.128 0 .256-.049.354-.146.195-.196.195-.512 0-.707L2.707 8.5H14.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5' transform='translate(-160.000000, -118.000000) translate(192.500000, 126.500000) scale(-1, 1) translate(-192.500000, -126.500000) translate(160.000000, 117.500000) translate(49.000000, 1.000000) translate(7.999937, 7.999938) rotate(-180.000000) translate(-7.999937, -7.999938)'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
@media only screen and (min-width: 961px) {
  div.article.inside .head_page .container, aside.page_legals.inside .head_page .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }
  div.article.inside > .content .bloc_page, aside.page_legals.inside > .content .bloc_page {
    margin-top: -15%;
  }
}
@media only screen and (max-width: 960px) {
  div.article.inside .head_page .visuel, aside.page_legals.inside .head_page .visuel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    padding-bottom: 50vw;
  }
  div.article.inside .head_page .visuel img, aside.page_legals.inside .head_page .visuel img {
    position: absolute;
    top: -999px;
    left: -999px;
    right: -999px;
    bottom: -999px;
    z-index: 1;
    width: auto;
    max-width: none;
    height: 100%;
    margin: auto;
  }
  div.article.inside .head_page .container .content, aside.page_legals.inside .head_page .container .content {
    max-width: 100%;
    margin-top: 50px;
  }
  div.article.inside .head_page .container .content .bttf, aside.page_legals.inside .head_page .container .content .bttf {
    display: none;
  }
  div.article.inside .head_page .container .content h1, aside.page_legals.inside .head_page .container .content h1 {
    font-size: 30px;
  }
  div.article.inside > .content > .container .bloc_page, aside.page_legals.inside > .content > .container .bloc_page {
    padding: 80px 20px 60px 20px;
    margin-top: 0;
    position: relative;
  }
  div.article.inside > .content > .container .bloc_page .bttf, aside.page_legals.inside > .content > .container .bloc_page .bttf {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  div.article.inside .head_page .visuel, aside.page_legals.inside .head_page .visuel {
    padding-bottom: 60vw;
  }
  div.article.inside .head_page .container .content h1, aside.page_legals.inside .head_page .container .content h1 {
    font-size: 26px;
  }
}

aside.page_legals {
  display: none;
  background-color: #fff;
}

aside.form_contact {
  display: none;
  background-color: #fff;
}
aside.form_contact .head_page .container {
  align-items: flex-start;
}
aside.form_contact .head_page .container .content {
  margin-top: 4.91%;
}
aside.form_contact .head_page .bttf {
  cursor: pointer;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'%3E %3Cg fill='%23FFF'%3E %3Cpath d='M14.5 7.5H2.707l2.647-2.646c.195-.196.195-.512 0-.708-.196-.195-.512-.195-.708 0l-3.5 3.5c-.195.196-.195.512 0 .708l3.5 3.5c.098.097.226.146.354.146.128 0 .256-.049.354-.146.195-.196.195-.512 0-.707L2.707 8.5H14.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5' transform='translate(-160.000000, -118.000000) translate(192.500000, 126.500000) scale(-1, 1) translate(-192.500000, -126.500000) translate(160.000000, 117.500000) translate(49.000000, 1.000000) translate(7.999937, 7.999938) rotate(-180.000000) translate(-7.999937, -7.999938)'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
aside.form_contact > .container {
  position: relative;
  z-index: 3;
}
aside.form_contact .bloc_form {
  margin-top: -18%;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 6.696% 8.48% 10.267% 8.48%;
}
aside.form_contact .bloc_form .bttf {
  display: none;
}
aside.form_contact .bloc_form form {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #333333;
}
aside.form_contact .bloc_form form .error_form {
  display: none;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #e91b06;
}
aside.form_contact .bloc_form form.has-error .error_form {
  display: block;
}
aside.form_contact .bloc_form form > .label {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 20px;
}
aside.form_contact .bloc_form form > .start {
  font-size: 18px;
  line-height: 1.44;
  color: #000000;
  margin-bottom: 30px;
}
aside.form_contact .bloc_form form > .start strong {
  font-weight: bold;
}
aside.form_contact .bloc_form form .group-radio {
  margin-bottom: 60px;
}
aside.form_contact .bloc_form form .group-radio [type="radio"]:not(:checked),
aside.form_contact .bloc_form form .group-radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
aside.form_contact .bloc_form form .group-radio [type="radio"]:not(:checked) + label,
aside.form_contact .bloc_form form .group-radio [type="radio"]:checked + label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
aside.form_contact .bloc_form form .group-radio [type="radio"]:not(:checked) + label::before,
aside.form_contact .bloc_form form .group-radio [type="radio"]:checked + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: solid 2px rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
  border-radius: 50%;
}
aside.form_contact .bloc_form form .group-radio [type="radio"]:checked + label::before {
  border-color: var(--color-primary);
}
aside.form_contact .bloc_form form .group-radio [type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
aside.form_contact .bloc_form form .group-radio .item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 30px 10px 0;
}
aside.form_contact .bloc_form form .group-radio .item.is-invalid [type="radio"]:not(:checked) + label {
  color: #e91b06;
}
aside.form_contact .bloc_form form .group-radio .item.is-invalid [type="radio"]:not(:checked) + label::before {
  border-color: #e91b06;
}
aside.form_contact .bloc_form form .group-field {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
aside.form_contact .bloc_form form .group-field.agences {
  display: none;
}
aside.form_contact .bloc_form form .group-field.agences.visible {
  display: flex;
}
aside.form_contact .bloc_form form .group-field .item {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  position: relative;
  padding-bottom: 30px;
}
aside.form_contact .bloc_form form .group-field .item.other_how {
  display: none;
}
aside.form_contact .bloc_form form .group-field .item .error {
  display: none;
  position: absolute;
  left: 8px;
  top: 60px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #e91b06;
}
aside.form_contact .bloc_form form .group-field .item .field {
  position: relative;
  width: 100%;
  height: 55px;
  border: solid 1px transparent;
  border-bottom: solid 2px rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 0 0;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.14px;
  color: #333333;
}
aside.form_contact .bloc_form form .group-field .item .field.select {
  padding-right: 0;
}
aside.form_contact .bloc_form form .group-field .item .field.select::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg fill='none' fill-rule='evenodd' opacity='.6'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M13 17.876c-.23 0-.45-.098-.604-.27L5.084 9.483c-.3-.333-.273-.848.06-1.148.332-.301.846-.274 1.147.061L13 15.848l6.709-7.453c.3-.334.814-.36 1.147-.06.334.3.36.814.06 1.147l-7.312 8.125c-.154.171-.374.269-.604.269' transform='translate(-679.000000, -670.000000) translate(255.000000, 655.000000) translate(424.000000, 15.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
aside.form_contact .bloc_form form .group-field .item .field.select.select_how label {
  padding-right: 50px;
  top: 6px;
  max-width: 400px;
}
@media only screen and (max-width: 480px) {
  aside.form_contact .bloc_form form .group-field .item .field.select.select_how {
    height: 70px;
  }
  aside.form_contact .bloc_form form .group-field .item .field.select.select_how label {
    font-size: clamp(13px, 1.4vw, 16px);
  }
  aside.form_contact .bloc_form form .group-field .item .field.select.select_how select {
    padding-top: 32px;
  }
}
aside.form_contact .bloc_form form .group-field .item .field label {
  display: block;
  width: 100%;
  padding-left: 8px;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 2;
  pointer-events: none;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media only screen and (max-width: 480px) {
  aside.form_contact .bloc_form form .group-field .item .field label {
    font-size: clamp(13px, 1.4vw, 16px);
  }
}
aside.form_contact .bloc_form form .group-field .item .field input, aside.form_contact .bloc_form form .group-field .item .field select {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.14px;
  color: #333333;
  padding-right: 32px;
}
aside.form_contact .bloc_form form .group-field .item .field select {
  margin-left: -3px;
  padding-right: 8px;
}
aside.form_contact .bloc_form form .group-field .item .field .empty {
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd' opacity='.6'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M12 1.5c5.79 0 10.5 4.71 10.5 10.5S17.79 22.5 12 22.5 1.5 17.79 1.5 12 6.21 1.5 12 1.5zM12 3c-4.963 0-9 4.037-9 9s4.037 9 9 9 9-4.037 9-9-4.037-9-9-9zM6.97 6.97c.293-.293.767-.293 1.06 0L12 10.94l3.97-3.97c.293-.293.767-.293 1.06 0 .294.293.294.767 0 1.06L13.06 12l3.97 3.97c.294.293.294.767 0 1.06-.146.146-.338.22-.53.22s-.384-.073-.53-.22L12 13.06l-3.97 3.97c-.146.146-.338.22-.53.22s-.384-.073-.53-.22c-.293-.293-.293-.767 0-1.06L10.94 12 6.97 8.03c-.293-.293-.293-.767 0-1.06z' transform='translate(-678.000000, -777.000000) translate(255.000000, 761.000000) translate(423.000000, 16.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
aside.form_contact .bloc_form form .group-field .item .field.actif label {
  font-size: 13px;
  letter-spacing: normal;
  top: 7px;
  color: #666666;
}
aside.form_contact .bloc_form form .group-field .item .field.fill .empty {
  display: block;
}
aside.form_contact .bloc_form form .group-field .item.info-valid .error {
  display: block;
  color: #333333;
}
aside.form_contact .bloc_form form .group-field .item.is-invalid .error {
  display: block;
  color: #e91b06;
}
aside.form_contact .bloc_form form .group-field .item.is-invalid .field {
  border-color: #e91b06;
}
aside.form_contact .bloc_form form .group-field .item.is-invalid .field label {
  color: #e91b06;
}
aside.form_contact .bloc_form form .suggestions-container {
  position: absolute;
  background: white;
  border: solid 2px rgba(0, 0, 0, 0.6);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
}
aside.form_contact .bloc_form form .ville-suggestion {
  padding: 8px 12px;
  cursor: pointer;
}
aside.form_contact .bloc_form form .ville-suggestion:hover {
  background: #f0f0f0;
}
aside.form_contact .bloc_form form .suggestions-agences {
  position: absolute;
  background: white;
  border: solid 2px rgba(0, 0, 0, 0.6);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
}
aside.form_contact .bloc_form form .ville-agence-suggestion {
  padding: 8px 12px;
  cursor: pointer;
}
aside.form_contact .bloc_form form .ville-agence-suggestion:hover {
  background: #f0f0f0;
}
aside.form_contact .bloc_form form .group-text {
  margin-bottom: 40px;
}
aside.form_contact .bloc_form form .group-optin {
  margin-bottom: 40px;
}
aside.form_contact .bloc_form form .group-optin .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
aside.form_contact .bloc_form form .group-optin [type="checkbox"]:not(:checked),
aside.form_contact .bloc_form form .group-optin [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
aside.form_contact .bloc_form form .group-optin [type="checkbox"]:not(:checked) + label,
aside.form_contact .bloc_form form .group-optin [type="checkbox"]:checked + label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
aside.form_contact .bloc_form form .group-optin [type="checkbox"]:not(:checked) + label::before,
aside.form_contact .bloc_form form .group-optin [type="checkbox"]:checked + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: solid 2px rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
}
aside.form_contact .bloc_form form .group-optin [type="checkbox"]:checked + label::before {
  top: 1px;
  left: -2px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
}
aside.form_contact .bloc_form form .group-optin .item.is-invalid [type="checkbox"]:not(:checked) + label {
  color: #e91b06;
}
aside.form_contact .bloc_form form .group-optin .item.is-invalid [type="checkbox"]:not(:checked) + label::before {
  border-color: #e91b06;
}
aside.form_contact .bloc_form form .group-submit button {
  width: 100%;
  border: none;
}
aside.form_contact .foot_page {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 4.46% 0 10.70% 0;
}
aside.form_contact .msg_conf {
  display: none;
  position: relative;
  z-index: 3;
  -ms-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
aside.form_contact .msg_conf .bloc_conf {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 6.696% 8.48% 10.267% 8.48%;
  text-align: center;
}
aside.form_contact .msg_conf .bloc_conf .picto {
  max-width: 320px;
  margin: 0 auto 40px auto;
}
aside.form_contact .msg_conf .bloc_conf .texte {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
aside.form_contact .msg_conf .bloc_conf .texte > strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  color: var(--color-primary);
}
aside.form_contact .msg_conf .bloc_conf .texte .msg1, aside.form_contact .msg_conf .bloc_conf .texte .msg2 {
  display: none;
}
aside.form_contact .msg_conf .bloc_conf .btn {
  max-width: 295px;
  width: 100%;
}
aside.form_contact.confirmation .head_page .container {
  display: none;
}
aside.form_contact.confirmation > .container, aside.form_contact.confirmation > .foot_page {
  display: none;
}
aside.form_contact.confirmation > .msg_conf {
  display: block;
}
aside.form_contact.confirmation.confi_1 > .msg_conf .bloc_conf .texte .msg1 {
  display: block;
}
aside.form_contact.confirmation.confi_2 > .msg_conf .bloc_conf .texte .msg2 {
  display: block;
}
@media only screen and (min-width: 961px) {
  aside.form_contact .head_page .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }
  aside.form_contact .bloc_form {
    margin-top: -15%;
  }
}
@media only screen and (max-width: 960px) {
  aside.form_contact .head_page .visuel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    padding-bottom: 50vw;
  }
  aside.form_contact .head_page .visuel img {
    position: absolute;
    top: -999px;
    left: -999px;
    right: -999px;
    bottom: -999px;
    z-index: 1;
    width: auto;
    max-width: none;
    height: 100%;
    margin: auto;
  }
  aside.form_contact .head_page .container .content {
    max-width: 100%;
    margin-top: 50px;
  }
  aside.form_contact .head_page .container .content .bttf {
    display: none;
  }
  aside.form_contact .head_page .container .content h1 {
    font-size: 32px;
  }
  aside.form_contact .bloc_form {
    padding: 80px 20px 60px 20px;
    margin-top: 0;
    position: relative;
  }
  aside.form_contact .bloc_form .bttf {
    position: absolute;
    top: 30px;
    left: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--color-mea);
    padding-left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17'%3E %3Cg fill='%23051b71'%3E %3Cpath d='M14.5 7.5H2.707l2.647-2.646c.195-.196.195-.512 0-.708-.196-.195-.512-.195-.708 0l-3.5 3.5c-.195.196-.195.512 0 .708l3.5 3.5c.098.097.226.146.354.146.128 0 .256-.049.354-.146.195-.196.195-.512 0-.707L2.707 8.5H14.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5' transform='translate(-160.000000, -118.000000) translate(192.500000, 126.500000) scale(-1, 1) translate(-192.500000, -126.500000) translate(160.000000, 117.500000) translate(49.000000, 1.000000) translate(7.999937, 7.999938) rotate(-180.000000) translate(-7.999937, -7.999938)'/%3E %3C/g%3E %3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px auto;
  }
  aside.form_contact.confirmation .head_page .container h1 {
    visibility: hidden;
  }
}
@media only screen and (max-width: 700px) {
  aside.form_contact .bloc_form form > .label {
    font-size: 16px;
  }
  aside.form_contact .bloc_form form > .start {
    font-size: 16px;
  }
  aside.form_contact .bloc_form form .group-field {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  aside.form_contact .bloc_form form .group-field .item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  aside.form_contact .bloc_form form .group-field .item.is-invalid {
    padding-bottom: 45px;
  }
  aside.form_contact .bloc_form form .group-field .item.is-invalid.msgb {
    padding-bottom: 60px;
  }
  aside.form_contact .bloc_form form .group-radio {
    margin-bottom: 40px;
  }
  aside.form_contact .bloc_form form .group-radio .item {
    margin-bottom: 10px;
  }
  aside.form_contact .msg_conf {
    -ms-transform: translateX(0) translateY(-100px);
    -moz-transform: translateX(0) translateY(-100px);
    -webkit-transform: translateX(0) translateY(-100px);
    transform: translateX(0) translateY(-100px);
  }
  aside.form_contact .msg_conf .bloc_conf .texte > strong {
    line-height: 1.67;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  aside.form_contact .head_page .visuel {
    padding-bottom: 60vw;
  }
  aside.form_contact .head_page .container .content h1 {
    font-size: 26px;
  }
}

html body .css_text > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23369ad4' fill-rule='nonzero'%3E %3Cpath d='M8.75 1.094c4.222 0 7.656 3.434 7.656 7.656 0 4.222-3.434 7.656-7.656 7.656-4.222 0-7.656-3.434-7.656-7.656 0-4.222 3.434-7.656 7.656-7.656zm0 1.093c-3.619 0-6.563 2.944-6.563 6.563 0 3.619 2.944 6.563 6.563 6.563 3.619 0 6.563-2.944 6.563-6.563 0-3.619-2.944-6.563-6.563-6.563zm4.215 3.715c.214.214.214.56 0 .774l-4.922 4.922c-.107.106-.247.16-.387.16s-.28-.054-.386-.16L4.535 8.863c-.214-.214-.214-.56 0-.773.214-.214.56-.214.774 0l2.347 2.348 4.535-4.536c.214-.213.56-.213.774 0z' transform='translate(-762.000000, -2069.000000) translate(160.000000, 1899.000000) translate(602.000000, 50.000000) translate(0.000000, 116.000000) translate(0.000000, 4.665131)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
html body article > section.s7 > .container .bloc_element .nav_owl button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='%23051b71' fill-rule='nonzero'%3E %3Cpath d='M12.75 16.5c-.212 0-.416-.09-.557-.248l-6.75-7.5c-.277-.308-.252-.782.055-1.059.307-.278.782-.254 1.06.056l6.192 6.88 6.193-6.88c.276-.308.751-.332 1.059-.056.308.277.333.751.055 1.059l-6.75 7.5c-.142.158-.345.248-.557.248' transform='translate(-1235.000000, -4372.000000) translate(-518.000000, 4300.000000) translate(1654.000000, 51.000000) translate(78.000000, 0.000000) translate(21.000000, 21.000000) translate(12.750265, 11.999870) rotate(-90.000000) translate(-12.750265, -11.999870)'/%3E %3C/g%3E %3C/svg%3E");
}
html body aside.form_contact .bloc_form form .group-optin [type="checkbox"]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23051b71' fill-rule='nonzero'%3E %3Cg%3E %3Cpath d='M20.25 3c.415 0 .75.335.75.75v16.5c0 .415-.335.75-.75.75H3.75c-.415 0-.75-.335-.75-.75V3.75c0-.415.335-.75.75-.75h16.5zm-2.47 4.72c-.27-.27-.695-.292-.99-.063l-.07.063-6.22 6.22-3.22-3.22c-.293-.293-.767-.293-1.06 0-.27.27-.292.695-.063.99l.063.07 3.75 3.75c.146.147.338.22.53.22.16 0 .32-.051.454-.153l.076-.067 6.75-6.75c.293-.293.293-.767 0-1.06z' transform='translate(-255.000000, -1224.000000) translate(255.000000, 1224.500000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
html[data-theme="ce"] body .css_text > ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23db0029' fill-rule='nonzero'%3E %3Cpath d='M8.75 1.094c4.222 0 7.656 3.434 7.656 7.656 0 4.222-3.434 7.656-7.656 7.656-4.222 0-7.656-3.434-7.656-7.656 0-4.222 3.434-7.656 7.656-7.656zm0 1.093c-3.619 0-6.563 2.944-6.563 6.563 0 3.619 2.944 6.563 6.563 6.563 3.619 0 6.563-2.944 6.563-6.563 0-3.619-2.944-6.563-6.563-6.563zm4.215 3.715c.214.214.214.56 0 .774l-4.922 4.922c-.107.106-.247.16-.387.16s-.28-.054-.386-.16L4.535 8.863c-.214-.214-.214-.56 0-.773.214-.214.56-.214.774 0l2.347 2.348 4.535-4.536c.214-.213.56-.213.774 0z' transform='translate(-762.000000, -2069.000000) translate(160.000000, 1899.000000) translate(602.000000, 50.000000) translate(0.000000, 116.000000) translate(0.000000, 4.665131)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
html[data-theme="ce"] body article > section.s7 > .container .bloc_element .nav_owl button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='%23db0029' fill-rule='nonzero'%3E %3Cpath d='M12.75 16.5c-.212 0-.416-.09-.557-.248l-6.75-7.5c-.277-.308-.252-.782.055-1.059.307-.278.782-.254 1.06.056l6.192 6.88 6.193-6.88c.276-.308.751-.332 1.059-.056.308.277.333.751.055 1.059l-6.75 7.5c-.142.158-.345.248-.557.248' transform='translate(-1235.000000, -4372.000000) translate(-518.000000, 4300.000000) translate(1654.000000, 51.000000) translate(78.000000, 0.000000) translate(21.000000, 21.000000) translate(12.750265, 11.999870) rotate(-90.000000) translate(-12.750265, -11.999870)'/%3E %3C/g%3E %3C/svg%3E");
}
html[data-theme="ce"] body aside.form_contact .bloc_form form .group-optin [type="checkbox"]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23db0029' fill-rule='nonzero'%3E %3Cg%3E %3Cpath d='M20.25 3c.415 0 .75.335.75.75v16.5c0 .415-.335.75-.75.75H3.75c-.415 0-.75-.335-.75-.75V3.75c0-.415.335-.75.75-.75h16.5zm-2.47 4.72c-.27-.27-.695-.292-.99-.063l-.07.063-6.22 6.22-3.22-3.22c-.293-.293-.767-.293-1.06 0-.27.27-.292.695-.063.99l.063.07 3.75 3.75c.146.147.338.22.53.22.16 0 .32-.051.454-.153l.076-.067 6.75-6.75c.293-.293.293-.767 0-1.06z' transform='translate(-255.000000, -1224.000000) translate(255.000000, 1224.500000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

body.on_scroll .main_header {
  -ms-transform: translateX(0) translateY(-200%);
  -moz-transform: translateX(0) translateY(-200%);
  -webkit-transform: translateX(0) translateY(-200%);
  transform: translateX(0) translateY(-200%);
}
body.contact_open > article {
  display: none;
}
body.contact_open aside.form_contact {
  display: block;
}
body.legals_open > article {
  display: none;
}
body.legals_open aside#pl_mentions {
  display: block;
}
body.protect_open > article {
  display: none;
}
body.protect_open aside#pl_protection {
  display: block;
}

html body .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-branding-cnt {
  opacity: 0.4;
}
html body #moove_gdpr_cookie_info_bar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 350px;
  background: none !important;
  border: none !important;
}
html body #moove_gdpr_cookie_info_bar::before {
  content: '';
  background-color: #2b4257;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
html body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  padding: 45px 30px;
}
html body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  flex-wrap: wrap;
  padding: 0;
}
html body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  max-width: 100%;
  text-align: center;
}
html body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding: 0;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  margin-top: 15px;
}
html body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
  min-width: 160px;
  box-shadow: none !important;
  opacity: 1 !important;
  color: #646464 !important;
  background-color: #e3e3e3 !important;
  padding: 0 25px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  height: 40px !important;
  border-radius: 25px !important;
  line-height: 1;
  text-decoration: none !important;
  font-weight: 500;
  border: solid 2px transparent;
  margin-top: 10px;
}
@media only screen and (max-width: 760px) {
  html body #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 120px;
  }
}
