@charset "UTF-8";
/* 
    Created on : 28 avr. 2020, 09:00:00
    Author     : Sébastien GRIFFITHS - Otidea
*/
/*-- Declaration variables font--*/
/*@font-face {
    font-family: 'bretagneFont';
    src: url('../fonts/RegionBretagne-Reg.eot');
    src: local('â˜º'), url('../fonts/RegionBretagne-Reg.woff') format('woff'), url('../fonts/RegionBretagne-Reg.ttf') format('truetype'), url('../fonts/RegionBretagne-Reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bretagneFont';
    src: url('../fonts/RegionBretagne-Bold.eot');
    src: local('â˜º'), url('../fonts/RegionBretagne-Bold.woff') format('woff'), url('../fonts/RegionBretagne-Bold.ttf') format('truetype'), url('../fonts/RegionBretagne-Bold.svg') format('svg');
    font-weight: bold ;
    font-style: normal;
}*/
/*-- Declaration variables couleurs--*/
/* rose 1*/
/*bleu*/
/*gris nav / backgounrd slider*/
/*gris backgounrd slider*/
/*bleu clair*/
/*trait /couleur de peinture orange jaune*/
/*neuf couleur*/
/*occas couleur*/
/* gris4 */
/* vert titre */
/*texte gris foncé*/
/*gris fond */
/*gris agence*/
/*bleu canard */
/*bleu clair */
/*jaune */
/*gauche fleche */
/*droite fleche */
/* canard clair*/
/* bleu footer */
/* bleu clair mentions*/
/* vert index */
/* bleu txt bouton */
/* bleu txt bouton */
/*pagination*/
/*-- Declaration classes font--*/
.font1 {
  font-family: "Jost", sans-serif;
}

.font2 {
  font-family: "Source Serif Pro", serif;
}

.font3 {
  font-family: "Dancing Script", cursive;
}

.font4 {
  font-family: "Open Sans", sans-serif;
}

/*-- Declaration classes couleurs--*/
.noir {
  color: #000000;
}

.blanc {
  color: #ffffff;
}

.gris {
  color: #f7f7f7;
}

.couleur1 {
  color: #E8326E;
}

.couleur2 {
  color: #3CB0B3;
}

.couleur3 {
  color: #F1FAFA;
}

.couleur4 {
  color: #333333;
}

.couleur5 {
  color: #2cbfc6;
}

.couleur6 {
  color: #fcd743;
}

.couleur7 {
  color: #46a46a;
}

.couleur8 {
  color: #12a184;
}

.couleur9 {
  color: #332c26;
}

.couleur10 {
  color: #ffad40;
}

.bgNoir {
  background-color: #000000;
}

.bgBlanc {
  background-color: #ffffff;
}

.bgGris {
  background-color: #f7f7f7;
}

.bgCouleur1 {
  background-color: #E8326E;
}

.bgCouleur2 {
  background-color: #3CB0B3;
}

.bgCouleur3 {
  background-color: #F1FAFA;
}

.bgCouleur4 {
  background-color: #333333;
}

.bgCouleur5 {
  background-color: #2cbfc6;
}

.bgCouleur6 {
  background-color: #fcd743;
}

.bgCouleur7 {
  background-color: #46a46a;
}

.bgCouleur8 {
  background-color: #12a184;
}

.bgCouleur9 {
  background-color: #332c26;
}

.bgCouleur10 {
  background-color: #ffad40;
}

/*-- Declaration mixin--*/
/*////////////////////////////////////////////////////////////////////*/
.loaderOne {
  margin-bottom: 60px;
  transition: 0.2s linear;
}

.loaderTwo {
  margin-bottom: 130px;
  transition: 0.2s linear;
}

.loaderThree {
  margin-bottom: 130px;
  transition: 0.2s linear;
}

.btnAlign {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}

.loaderActif {
  display: flex !important;
}

#loader-1 {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: absolute;
  background-color: rgba(69, 69, 69, 0.5);
  height: 100%;
  width: 100vw;
  top: 0;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: fixed;
  top: 40%;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3CB0B3;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#flashMessageAjax {
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 50%;
}
#flashMessageAjax #flashMsg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#flashMessageAjax #flashMsg .alert {
  min-width: 400px;
  min-height: 150px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem !important;
}
#flashMessageAjax #flashMsg .alert-danger {
  background-color: #E8326E !important;
  color: white !important;
}
#flashMessageAjax #flashMsg .alert-success {
  background-color: #3CB0B3 !important;
  color: white !important;
}

.mt-10 {
  margin-top: 5rem;
}

.mt-20 {
  margin-top: 20rem;
}

a {
  text-decoration: none !important;
}

h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
  font-family: "Jost", sans-serif;
  font-size: 13pt;
  line-height: 1.2;
}

.btn {
  border-radius: 4px !important;
}

.btn-primary, .btn-primary:active {
  background-color: #2cbfc6 !important;
  border-color: #2cbfc6 !important;
}

.btn-primary, .btn-primary:focus {
  background-color: #2cbfc6 !important;
  border-color: #2cbfc6 !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control {
  font-size: 0.95rem !important;
  color: #000000;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.form-control::placeholder {
  color: #6c757d;
  font-weight: 300;
}

.form-check-input:checked {
  background-color: #3CB0B3;
  border-color: #E8326E;
}

.text-danger {
  color: red !important;
}

.containerWave {
  position: relative !important;
}

.headerWaveCustomers {
  background-image: url(../medias_front/common/headerWave.png) !important;
  position: absolute;
  height: 217px;
  width: 100%;
  bottom: -40px;
}
@media screen and (min-width: 2042px) {
  .headerWaveCustomers {
    position: absolute;
    height: 380px;
    width: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .headerWaveCustomers {
    height: 167px;
  }
}

#filAriane a {
  color: #3CB0B3 !important;
}
#filAriane a span {
  color: #3CB0B3 !important;
  font-size: 0.8rem !important;
}
.dashedOrange {
  width: 200px;
  border-bottom: #fcd743 2px dashed;
  margin-bottom: 2rem;
}

#centerbig button {
  z-index: 10;
  background-color: #E8326E;
  text-transform: uppercase;
  color: white;
  border-radius: 6px;
  position: relative;
  top: 60%;
  width: auto;
  height: auto;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.BigTitle {
  z-index: 10;
  font-size: 30pt !important;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: bolder;
  line-height: 50pt;
  position: relative;
}

#bloc_titre nav a {
  text-transform: uppercase;
  color: #000;
}

.deconnect {
  background-image: url("../medias_front/common/logoutBleu.png") !important;
  width: 32px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px;
  display: block;
  transition: 1s;
}
@media (max-width: 530px) {
  .deconnect {
    display: none !important;
  }
}
.deconnect.deconnectBlanc {
  transition: 1s;
  background-image: url("../medias_front/common/logout.png") !important;
}
@media (max-width: 530px) {
  .deconnect.deconnectBlanc {
    position: fixed !important;
    right: 18px !important;
    top: 173px !important;
  }
}

.cid-sYKQ7yZHbI nav.navbar {
  height: auto;
  display: flex;
  flex-direction: column;
}
.cid-sYKQ7yZHbI nav.navbar.opened {
  height: 100vh;
  transition: 1s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 25%;
  right: 0;
  left: inherit;
  position: fixed;
  min-width: 480px;
}
@media screen and (max-width: 1000px) {
  .cid-sYKQ7yZHbI nav.navbar.opened {
    width: 100%;
  }
}

.cid-sYKQ7yZHbI .navbar-nav {
  margin: 0;
}

.navbar-dropdown .navbar-logo {
  margin-right: 0;
}

.cid-sYKQ7yZHbI .dropdown-menu {
  left: 0 !important;
}

.cid-sYKQ7yZHbI .dropdown .dropdown-menu .dropdown-item {
  padding: 1rem;
  margin: 0;
  margin-left: 10px;
}

.pParent .dropdown-menu {
  font-size: 2em;
  background-color: inherit !important;
  padding: 8px 15px;
}

#menuDepliantMobile {
  display: none;
}
#menuDepliantMobile #productMobile li a {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 400 !important;
}

.nav-item .dropdown::marker {
  display: none;
}

.navbar-brand {
  top: 10px;
  position: absolute;
  display: none !important;
}

.showLogo {
  display: block !important;
}

.logoMobile {
  display: none;
  height: 50px;
  width: auto;
  top: 20px;
  position: relative;
}
.logoMobile.show {
  display: block;
}

.logoDesktop {
  display: block !important;
  width: auto;
  height: 50px;
  top: -6px;
  position: relative;
}
@media (max-width: 1400px) {
  .logoDesktop {
    top: 14px;
    height: 50px;
  }
}
.logoDesktop.show {
  display: none !important;
}

.navbar-toggler {
  left: calc(100% - 20px);
}

@media (min-width: 992px) {
  .cid-sYKQ7yZHbI .dropdown-menu {
    background-color: inherit !important;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu {
    left: 148px !important;
    top: -30px !important;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu .dropdown-item {
    background: rgba(255, 255, 255, 0.2) !important;
    font-size: 2em;
    background-color: #89b9d6;
    padding: 8px 15px;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu-level-3 {
    position: relative;
    top: -111px !important;
    left: 250px !important;
  }
  .cid-sYKQ7yZHbI .dropdown-menu-logo-top {
    top: 20px !important;
    background: none !important;
    padding-top: 44px !important;
    border: none !important;
  }
  .cid-sYKQ7yZHbI .dropdown-submenu-logo-top {
    left: 148px !important;
    top: -50px !important;
  }
  .cid-sYKQ7yZHbI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 8px;
  }
  .cid-sYKQ7yZHbI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 18px;
  }
  .cid-sYKQ7yZHbI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 28px;
    transition: all 0.2s;
  }
}
.cid-sYsUguCEE9 .media-container-row:before {
  background-image: url("../assets/mobirise/images/compass.svg");
}

@media (max-width: 991px) {
  .cid-sYsUguCEE9 .slider__content {
    margin-left: 0;
  }
}
.cid-sYsSltcwz5 p, .cid-sYsU6Fryj4 p, .cid-sYsUguCEE9 p, .cid-sYt3DLYV9Z p {
  text-align: justify;
}

#flux {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  background-color: #c7232a;
  height: 48px;
  overflow: hidden;
}
#flux li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 120%;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*--Exemple d'appel : @include transform(translate(-50%, -50%));--*/
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  /*--Exemple d'appel : @include transition(all 0.3s ease);--*/
}
#flux li.current {
  justify-content: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*--Exemple d'appel : @include transition(all 0.3s ease);--*/
}
#flux li a {
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
}
#flux li p {
  margin: 0;
  color: #ffffff;
  width: 100%;
  max-width: 1220px;
  font-weight: 600;
  display: block;
  text-align: left;
  text-align-last: left;
  top: 50%;
  left: 50%;
  padding: 5px 30px 5px 50px;
  line-height: 1em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*--Exemple d'appel : @include transform(translate(-50%, -50%));--*/
}
#flux li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #46a46a;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  /*--Exemple d'appel : @include transform(translate(-50%, -50%));--*/
}

.cid-sYIT0FG7v6 {
  background-image: none !important;
}
.cid-sYIT0FG7v6 h3 {
  color: #3e3e3e;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30pt;
  border-bottom: 3px solid #3CB0B3;
  margin-bottom: 20px;
}
.cid-sYIT0FG7v6 h4 {
  margin-top: 0 !important;
  color: #3CB0B3;
  font-weight: 600 !important;
}
.cid-sYIT0FG7v6 .mbr-form {
  padding: 10px 30px;
  margin-bottom: 50px;
  position: relative;
  box-shadow: none;
  border-radius: 7px;
  border: #E8326E 1.1px solid !important;
}
.cid-sYIT0FG7v6 .form-group {
  margin-bottom: 0 !important;
}
.cid-sYIT0FG7v6 .form-control {
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  font-family: "Aller", sans-serif !important;
  font-weight: bold !important;
  background-color: #ffffff !important;
  text-transform: uppercase;
  border: #527e7b 1.1px solid !important;
  opacity: 1;
}
.cid-sYIT0FG7v6 label {
  font-family: "Aller", sans-serif;
}
.cid-sYIT0FG7v6 div .d-flex {
  margin-top: 10px;
}
.cid-sYIT0FG7v6 div .d-flex label {
  font-size: 13pt;
}
.cid-sYIT0FG7v6 input {
  border-radius: 4px !important;
}
.cid-sYIT0FG7v6 #rgpd {
  width: 2.5em;
}
.cid-sYIT0FG7v6 .form-check-input {
  width: 2.6rem;
  height: 1.6rem;
  margin-right: 20px;
}
.cid-sYIT0FG7v6 .cid-sYIT0FG7v6 input:hover, .cid-sYIT0FG7v6 .cid-sYIT0FG7v6 textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}
.cid-sYIT0FG7v6 .btn-primary {
  background-color: #E8326E !important;
  border: none;
  text-transform: uppercase;
  color: white !important;
  font-size: 10pt;
  font-weight: 400;
  border-radius: 6px !important;
  box-shadow: none;
  width: 250px;
  margin: auto;
  outline: none !important;
}
.cid-sYIT0FG7v6 .btn-primary span {
  font-size: 12.1pt;
  font-weight: bold;
}
.cid-sYIT0FG7v6 .btn-primary:hover {
  border-color: #ffca3b !important;
  background-color: #3CB0B3 !important;
  color: white !important;
}

#nav_up {
  justify-content: space-between !important;
}
#nav_up #listNavUp li {
  text-align: right;
  list-style: none;
}
#nav_up #listNavUp li a {
  color: #fff;
  font-family: #E8326E;
  position: relative;
}
@media (max-width: 991px) {
  #nav_up #listNavUp li a {
    color: #000;
  }
}
#nav_up #listNavUp li a:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../medias_front/common/yellowListSeparator.png") !important;
  height: 16px;
  width: 2px;
  right: -14px;
  top: 4px;
}
@media (max-width: 992px) {
  #nav_up #listNavUp li a:after {
    display: none;
  }
}
#nav_up #listNavUp li a.last:after {
  display: none;
}

.cid-sYKQ7yZHbI .navbar .navbar-toggler {
  position: absolute;
  left: calc(100% - 100px);
  z-index: 2;
  background-color: white;
  padding: 20px;
  border-radius: 50%;
  transition: 1s;
  top: 58px;
}
@media (max-width: 1125px) {
  .cid-sYKQ7yZHbI .navbar .navbar-toggler {
    top: 17px !important;
  }
}
@media (max-width: 530px) {
  .cid-sYKQ7yZHbI .navbar .navbar-toggler {
    left: calc(100% - 60px);
  }
}

.cid-sYKQ7yZHbI nav.navbar {
  width: 0;
  height: 100vh;
  position: fixed;
  right: 0;
  left: inherit;
  z-index: 1;
  min-width: 0;
}
.cid-sYKQ7yZHbI nav.navbar.navbar-short.scrolled {
  position: fixed;
  -webkit-box-shadow: 0px 8px 13px -7px #3e3e3e, 0px 3px 0px -3px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 8px 13px -7px #3e3e3e, 0px 3px 0px -3px rgba(0, 0, 0, 0.24);
}

.cid-sYKQ7yZHbI .navbar.navbar-short {
  min-height: 50px !important;
}

#listWhiteHead {
  color: blue;
}
#listWhiteHead li:first-of-type a {
  margin-left: 1rem !important;
  font-weight: 800;
}
@media (max-width: 992px) {
  #listWhiteHead li:first-of-type a {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  #listWhiteHead li:first-of-type:before {
    display: none;
  }
}

#navbarSupportedContent {
  border-radius: 12px;
  background-color: transparent;
  position: relative;
  width: 100vw;
  height: 60px;
}
#navbarSupportedContent #containerMenuPage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 60px;
}
#navbarSupportedContent #containerMenuPage .logonav img {
  z-index: 10;
  position: relative;
  transform: scale(1.2);
  transition: 1s;
  height: 96px;
  width: 100px;
  margin-right: 30px;
}
@media (max-width: 1125px) {
  #navbarSupportedContent #containerMenuPage .logonav img {
    top: -100px !important;
    width: 95px !important;
    height: 57px !important;
  }
}
#navbarSupportedContent .contentnav {
  display: block;
  top: 51px;
  position: fixed;
  z-index: 11;
  right: 110px;
  transition: 1s;
}
@media (max-width: 1125px) {
  #navbarSupportedContent .contentnav {
    top: 0 !important;
  }
}
@media (max-width: 530px) {
  #navbarSupportedContent .contentnav {
    right: calc(50% - 76px);
  }
}
#navbarSupportedContent .contentnav li {
  background-color: white;
  color: #3CB0B3;
  transition: 1s;
  font-weight: 500 !important;
  font-family: "Jost", sans-serif;
  font-size: 2.9px;
  height: 43px !important;
  text-transform: uppercase;
  border-radius: 50%;
  width: 43px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 2em !important;
  margin: 7px !important;
  text-decoration: none;
  letter-spacing: 0.3em !important;
}
@media (max-width: 1125px) {
  #navbarSupportedContent .contentnav li {
    top: 9px;
  }
}
@media screen and (max-width: 690px) {
  #navbarSupportedContent .contentnav li {
    margin: 0 !important;
    top: 15px;
  }
}
#navbarSupportedContent .contentnav li i {
  margin-left: 10px;
}
#navbarSupportedContent .contentnav li:first-child {
  background-color: white;
  width: auto;
  border-radius: 5px;
  padding: 1px 15px !important;
  right: 14px;
}
#navbarSupportedContent .contentnav li:first-child a {
  color: #3CB0B3;
  transition: 1s;
}
@media (min-width: 1200px) {
  #navbarSupportedContent .contentnav li:first-child:after {
    height: 2px;
    display: block;
    width: 219px;
    background: transparent;
    border-right: 1px white;
    content: "";
    top: 41px;
  }
}
#navbarSupportedContent .contentnav li:nth-child(2) {
  background-color: white;
}
#navbarSupportedContent .contentnav li:nth-child(2) a {
  color: white !important;
}
@media (min-width: 1200px) {
  #navbarSupportedContent .contentnav li:nth-child(2):after {
    height: 2px;
    display: block;
    width: 219px;
    background: transparent;
    border-right: 1px white;
    content: "";
    top: 41px;
  }
}
#navbarSupportedContent .contentnav li:nth-child(3) {
  background-color: white;
}
#navbarSupportedContent .contentnav li:nth-child(3) a {
  color: white !important;
}
@media (min-width: 1200px) {
  #navbarSupportedContent .contentnav li:nth-child(3):after {
    height: 2px;
    display: block;
    width: 236px;
    background: transparent;
    border-right: 1px white;
    content: "";
    top: 41px;
  }
}
#navbarSupportedContent .nav-link {
  color: black;
  background: transparent !important;
  font-size: 1.4em;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  justify-content: end;
  height: auto !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: normal;
}

#navbarSupportedContent.show {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 50vh;
  align-items: center;
}
#navbarSupportedContent.show #containerMenuPage {
  align-items: start;
  height: 100vh;
}
#navbarSupportedContent.show .contentnav {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100vw;
}
#navbarSupportedContent.show li {
  color: #fff !important;
  font-weight: 500 !important;
  font-family: "Jost", sans-serif;
  font-size: 2.9px;
  height: 43px !important;
  text-transform: uppercase;
  width: auto;
}
#navbarSupportedContent.show li:first-child {
  background-color: #F1FAFA !important;
  font-size: 4px;
}
#navbarSupportedContent.show li:first-child a {
  color: black !important;
}
#navbarSupportedContent.show li:nth-child(2) {
  font-size: 4px;
  background-color: #E8326E !important;
}
#navbarSupportedContent.show li:nth-child(3) {
  font-size: 4px;
  background-color: #3CB0B3 !important;
}
#navbarSupportedContent.show li:last-child {
  font-size: 4px;
  background-color: #F1FAFA !important;
}
#navbarSupportedContent.show li:last-child a {
  color: black !important;
}
#navbarSupportedContent.show .nav-link {
  font-weight: 500 !important;
  font-size: 5em;
}

.form-control, form .btn {
  height: 37px;
  min-height: inherit;
  background-color: #f3f4f2;
}
.form-control:hover, form .btn:hover {
  border-color: #899196 !important;
}

.searchBtn {
  background-color: #E8326E !important;
  border-radius: 0 4px 4px 0;
}

#menuDepliant {
  background: #E8326E;
  border-radius: 0 0px 10px 10px;
  z-index: -1;
}
#menuDepliant ul li {
  list-style: none;
  height: 110px;
}
#menuDepliant ul li a {
  font-size: 1rem;
  color: black;
  font-weight: 500;
}
#menuDepliant ul li:after {
  content: "";
  position: relative;
  display: block;
  background-image: url(../medias_front/common/whiteListSeparator.png) !important;
  height: 26px;
  width: 2px;
  right: 0;
  top: 0px;
}
#menuDepliant ul li.last:after {
  display: none;
}

.panelProd:after {
  content: "";
  position: relative;
  display: block;
  background-image: url("../medias_front/common/picto_panier_blanc.svg");
  width: 30px;
  height: 30px;
  bottom: 1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: calc(50% - 25.5px);
}
@media (max-width: 575px) {
  .panelProd:after {
    left: inherit;
  }
}

.redRound {
  background-color: #3CB0B3;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  bottom: 10px;
  left: 24px;
  z-index: 2;
  color: #fff;
}

#slider1-1v-tabPromoZone1 .carousel-caption {
  top: 65% !important;
  display: flex;
  padding-left: 0 !important;
  padding-right: 0 !important;
  align-items: center !important;
}
#slider1-1v-tabPromoZone1 .item-wrapper {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider1-1v-tabPromoZone1 .carousel-inner {
  height: 100vh;
}
#slider1-1v-tabPromoZone1 .carousel-inner #loghaut img {
  width: auto;
  height: auto !important;
}
@media (max-width: 600px) {
  #slider1-1v-tabPromoZone1 .carousel-inner #loghaut img {
    width: 100%;
  }
}
#slider1-1v-tabPromoZone1 .carousel-inner h1 {
  color: #fff;
  font-family: "Jost", sans-serif;
  line-height: 40px;
}
@media screen and (max-width: 1800px) {
  #slider1-1v-tabPromoZone1 .carousel-inner h1 {
    color: #3e3e3e;
  }
}
@media (max-width: 768px) {
  #slider1-1v-tabPromoZone1 .carousel-inner h1 {
    font-size: 1.8rem;
  }
}
#slider1-1v-tabPromoZone1 .carousel-inner h1 .firstGreenTittle {
  color: #F1FAFA;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  left: -85px;
  position: relative;
  font-style: italic;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #slider1-1v-tabPromoZone1 .carousel-inner h1 .firstGreenTittle {
    left: -26px;
  }
}
#slider1-1v-tabPromoZone1 .carousel-inner h1 .secondGreenTittle {
  color: #ffad40;
  font-weight: 700;
  font-family: "Source Serif Pro", serif;
  left: 12px;
  position: relative;
  font-style: italic;
  font-size: 2rem;
}
#slider1-1v-tabPromoZone1 .carousel-inner #devis {
  transform: none !important;
  position: relative !important;
}
#slider1-1v-tabPromoZone1 .carousel-inner .btn {
  background-color: #ffca3b !important;
  font-family: "Open Sans", sans-serif;
  border: none;
  width: 184px !important;
  font-size: 10.1pt !important;
  color: #2d6360 !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-weight: bold;
}
#slider1-1v-tabPromoZone1 #info .btn {
  background-color: #ffffff !important;
}
#slider1-1v-tabPromoZone1 h2 {
  font-weight: bold;
  font-size: 34pt;
}
#slider1-1v-tabPromoZone1 .blueBubble {
  background-image: url("../medias_front/common/blueBublble.png");
  width: 162px;
  height: 162px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  left: 250px;
  top: -72px;
}
@media (max-width: 580px) {
  #slider1-1v-tabPromoZone1 .blueBubble {
    left: calc(50% - 80px);
    width: 140px;
    height: 140px;
    background-size: contain;
  }
}

.container-fluid {
  padding: 0;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

body {
  background-color: white !important;
}

#imgpromo2 {
  position: relative;
  z-index: 2;
  width: auto;
  height: 100%;
  border-radius: 5px;
}
@media (max-width: 1350px) {
  #imgpromo2 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 850px) {
  #imgpromo2 {
    flex: inherit;
  }
}

#slider2-44-tabPromoZone2 {
  min-height: 750px;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
}
#slider2-44-tabPromoZone2 #containerPromo2 {
  position: relative;
  bottom: 0px;
  padding: 0;
  z-index: 1;
}
#slider2-44-tabPromoZone2 .slideDown {
  height: 68px;
  width: 100px;
  background-image: url("../medias_front/common/slideDown.png") !important;
  position: relative;
  top: 170px;
  left: calc(50% - 50px);
}
#slider2-44-tabPromoZone2 #headerWave {
  width: 100%;
  height: 241px;
  background-image: url("../medias_front/common/headerWave.png") !important;
  position: absolute;
  top: -180px;
  background-position: 50% 22%;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 5000px) {
  #slider2-44-tabPromoZone2 #headerWave {
    background-size: 4000px;
    height: 311px;
    background-image: url("../medias_front/common/headerWave4K.png") !important;
    top: -309px;
  }
}
@media (max-width: 4000px) {
  #slider2-44-tabPromoZone2 #headerWave {
    background-size: 4000px;
    height: 311px;
    background-image: url("../medias_front/common/headerWave4K.png") !important;
    top: -309px;
  }
}
@media (max-width: 3000px) {
  #slider2-44-tabPromoZone2 #headerWave {
    background-image: url("../medias_front/common/headerWave.png") !important;
    background-size: 3000px;
    height: 464px;
    top: -282px;
  }
}
@media (max-width: 2000px) {
  #slider2-44-tabPromoZone2 #headerWave {
    background-size: 2000px;
  }
}
@media (max-width: 1000px) {
  #slider2-44-tabPromoZone2 #headerWave {
    background-size: 1000px;
    height: 224px;
    top: -152px;
  }
}
#slider2-44-tabPromoZone2 .carousel-indicators::after {
  border: solid #E8326E 1px;
  width: 480%;
  content: "";
  position: absolute;
}
#slider2-44-tabPromoZone2 .carousel-indicators {
  position: inherit;
  border-radius: 5px;
  margin: 0;
  width: 20%;
  height: 30px;
  display: flex;
  align-items: center;
}
#slider2-44-tabPromoZone2 .carousel-indicators .hoverpuce {
  border: 2px solid #E8326E;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
  background: white;
  z-index: 2;
}
#slider2-44-tabPromoZone2 .carousel-indicators #test {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
#slider2-44-tabPromoZone2 .carousel-indicators #test:hover {
  border: 2px solid #E8326E;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
  background: white;
  z-index: 2;
}
#slider2-44-tabPromoZone2 .carousel-indicators li {
  height: 20px;
  width: 20px;
  margin: 0;
  background-color: #E8326E !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
  position: absolute;
}
#slider2-44-tabPromoZone2 .carousel-indicators li:hover::after {
  background-color: #fcd743 !important;
}
#slider2-44-tabPromoZone2 .carousel-indicators li:active {
  background-color: red !important;
}
#slider2-44-tabPromoZone2 .carousel-indicators li:focus {
  background-color: greenyellow !important;
}
#slider2-44-tabPromoZone2 .carousel {
  min-height: 412.5px;
}
#slider2-44-tabPromoZone2 #complet {
  background: #ffffff;
  min-height: 412.5px;
  position: relative;
  bottom: 10px;
}
@media (min-width: 992px) {
  #slider2-44-tabPromoZone2 #complet {
    height: 412.5px;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner .containerTitles {
  right: 300px;
  width: 25%;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 1622px) {
  #slider2-44-tabPromoZone2 .carousel-inner .containerTitles {
    right: -339px;
    width: auto;
    position: relative;
    bottom: 291px;
  }
}
@media (max-width: 1406px) {
  #slider2-44-tabPromoZone2 .carousel-inner .containerTitles {
    right: -339px;
    width: 30%;
    position: relative;
    bottom: 291px;
  }
}
@media (max-width: 1210px) {
  #slider2-44-tabPromoZone2 .carousel-inner .containerTitles {
    right: -258px;
    width: 30%;
    position: relative;
    bottom: 214px;
  }
}
@media (max-width: 992px) {
  #slider2-44-tabPromoZone2 .carousel-inner .containerTitles {
    right: 5px;
    width: 80%;
    height: 300px;
    position: relative;
    bottom: -60px;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner .containerTitles .tiltepromo2 {
  background-color: #3CB0B3;
  width: auto;
  text-align: left;
  border-radius: 5px;
}
#slider2-44-tabPromoZone2 .carousel-inner .containerTitles .tiltepromo2 h5 {
  margin: 0 20px 0 20px;
}
#slider2-44-tabPromoZone2 .carousel-inner .containerTitles .tiltepromo2 h6 {
  margin: 0 20px 0 20px;
}
#slider2-44-tabPromoZone2 .carousel-inner .aLaUne {
  background-image: url("../medias_front/common/aLaUne.png") !important;
  width: 41px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  z-index: 13;
  top: -7px;
  left: 80px;
}
@media (max-width: 992px) {
  #slider2-44-tabPromoZone2 .carousel-inner .aLaUne {
    left: 0px;
    top: 52px;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner h5 {
  position: relative;
  color: #3CB0B3;
  right: 34%;
  font-size: 44pt;
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  #slider2-44-tabPromoZone2 .carousel-inner h5 {
    right: 0;
  }
}
@media (max-width: 1210px) {
  #slider2-44-tabPromoZone2 .carousel-inner h5 {
    text-align: center;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner h6 {
  padding-top: 5px;
  text-transform: uppercase;
  position: relative;
  right: 34%;
  font-size: 27pt;
  letter-spacing: 0px;
  color: #072728;
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  #slider2-44-tabPromoZone2 .carousel-inner h6 {
    right: 0;
  }
}
@media (max-width: 1210px) {
  #slider2-44-tabPromoZone2 .carousel-inner h6 {
    text-align: center;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner #txt {
  position: relative;
  text-align: left !important;
}
#slider2-44-tabPromoZone2 .carousel-inner #txt p {
  font-size: 11pt !important;
  text-align: justify !important;
  width: 100% !important;
}
#slider2-44-tabPromoZone2 .carousel-inner .btnPromo {
  background-color: #fcd743 !important;
  border-color: #4184ad !important;
  color: #3e3e3e !important;
  border-radius: 5px !important;
  bottom: 0;
  position: relative;
  margin-top: auto;
  width: 53%;
  padding: 5px 30px 5px 30px;
  text-transform: uppercase;
  top: 17px;
  left: 53px;
}
#slider2-44-tabPromoZone2 .carousel-inner .btnPromo img {
  width: 27px;
  height: 8px;
  top: 0;
}
#slider2-44-tabPromoZone2 .carousel-inner .btnPromo:hover {
  background-color: #ffffff !important;
  border-color: #4184ad !important;
  color: #4184ad !important;
}
#slider2-44-tabPromoZone2 p {
  font-size: 29px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  color: #3e3e3e;
}

.section3 {
  position: relative;
  background-color: #E8326E;
}
.section3 .montain {
  background-image: url("../medias_front/common/backgroundSection3.png") !important;
  padding-bottom: 100px;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}
.section3 .slideDown {
  height: 68px;
  width: 100px;
  background-image: url("../medias_front/common/slideDownOrange.png") !important;
  position: relative;
  top: -31px;
  left: calc(50% - 50px);
}
.section3 h3 {
  font-family: "Jost", sans-serif;
  color: #ffad40;
  font-weight: 800;
  font-size: 2rem;
}
.section3 h4 {
  font-family: "Source Serif Pro", serif;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 2.3rem;
}
.section3 #etapesFonctionement {
  margin-bottom: 150px;
}
.section3 #etapesFonctionement .monEntreprise {
  background-image: url("../medias_front/common/schema-etape1.png") !important;
  width: 277px;
  height: 296px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 90%;
}
@media (max-width: 1200px) {
  .section3 #etapesFonctionement .monEntreprise {
    margin-bottom: 70px;
  }
}
.section3 #etapesFonctionement .monEntreprise p {
  position: relative;
  top: calc(100% + 20px);
  color: #000;
}
.section3 #etapesFonctionement .maCommande {
  background-image: url("../medias_front/common/schema-etape2.png") !important;
  width: 277px;
  height: 296px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 90%;
}
@media (max-width: 1200px) {
  .section3 #etapesFonctionement .maCommande {
    margin-bottom: 70px;
  }
}
.section3 #etapesFonctionement .maCommande p {
  position: relative;
  top: calc(100% + 20px);
  color: #000;
}
.section3 #etapesFonctionement .calesiaPrepare {
  background-image: url("../medias_front/common/schema-etape3.png") !important;
  width: 277px;
  height: 296px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 90%;
}
@media (max-width: 1200px) {
  .section3 #etapesFonctionement .calesiaPrepare {
    margin-bottom: 70px;
  }
}
.section3 #etapesFonctionement .calesiaPrepare p {
  position: relative;
  top: calc(100% + 20px);
  color: #000;
}
.section3 #etapesFonctionement .jeSuisLivre {
  background-image: url("../medias_front/common/schema-etape4.png") !important;
  width: 277px;
  height: 296px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 90%;
}
@media (max-width: 1200px) {
  .section3 #etapesFonctionement .jeSuisLivre {
    margin-bottom: 70px;
  }
}
.section3 #etapesFonctionement .jeSuisLivre p {
  position: relative;
  font-family: "Jost", sans-serif;
  top: calc(100% + 20px);
  color: #000;
}

.section4 {
  background-color: #fff;
}
.section4 h3 {
  font-family: "Source Serif Pro", serif !important;
  font-style: italic;
}
.section4 .AntiGaspiProduct img {
  visibility: visible !important;
}
.section4 .meilleuresVentesProduct img {
  visibility: visible !important;
}
.section4 .titleTuKiff {
  font-size: 3rem;
  font-style: italic;
  font-family: "Source Serif Pro", serif;
  color: #ffad40;
}
.section4 .btnFilterProduct {
  background-color: #fff;
  word-break: normal;
  font-weight: 500;
  border: 1px solid #3CB0B3;
  color: #3CB0B3;
  font-family: "Jost", sans-serif;
  padding: 10px;
  height: 40px;
}
.section4 .btnFilterProduct.selected {
  background-color: #3CB0B3;
  color: #fff;
}
.section4 .containerProduct:after {
  content: "";
  display: block;
  position: relative;
  transform: skewX(-1deg);
  height: 25px;
  width: 95%;
  border-bottom: 2px dashed #E8326E;
  transform: rotate(3deg);
}
.section4 .containerProduct.secondProduct:after {
  transform: rotate(-3deg);
}
.section4 .containerProduct .nomProduit {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.section4 .containerProduct .nomProduit a {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #000;
}
.section4 .containerProduct .containerPrice .aPartir {
  color: #f29041;
  font-size: 0.7rem;
  text-align: center;
}
.section4 .containerProduct .containerPrice .price {
  font-weight: 500;
  background-color: #f29041;
  border-radius: 5px;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 5px;
}
.section4 .containerProduct .containerImage {
  /*      max-height: 250px;*/
  width: 100%;
}
.section4 .containerProduct .containerImage img {
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
  border-right: 7px;
  height: 100%;
  min-height: 200px;
  width: auto;
  min-height: 230px;
  min-width: 100%;
  border-radius: 12px;
}
.section4 .containerProduct .containerImage img.secondImage {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%) !important;
}
.section4 .containerProduct .producteur {
  color: #3CB0B3;
  font-size: 1rem;
}
.section4 .btnCatalogue {
  background-color: #F1FAFA !important;
  font-family: "Jost", sans-serif !important;
  color: #fff !important;
  border: inherit;
  font-weight: 300;
}
.section4 .montainBottom {
  background-color: #fff;
  background-image: url("../medias_front/common/fondMontagne.jpg");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 100%;
  height: 610px;
  width: 100vw;
}
@media (max-width: 1200px) {
  .section4 .montainBottom {
    height: 373px;
  }
}
@media (max-width: 992px) {
  .section4 .montainBottom {
    height: 308px;
  }
}
@media (max-width: 768px) {
  .section4 .montainBottom {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .section4 .montainBottom {
    height: 198px;
  }
}

.section5 #containerSection4 {
  flex-direction: row;
}
@media (max-width: 1617px) {
  .section5 #containerSection4 {
    flex-direction: column !important;
  }
}
.section5 #service {
  background-image: url("../medias_front/common/fondService.jpg") !important;
  background-repeat: no-repeat;
  width: 50%;
  height: 784px;
  background-position: 100% 100%;
}
@media (min-width: 2048px) {
  .section5 #service {
    background-size: cover;
    height: 1000px;
  }
}
@media (max-width: 1617px) {
  .section5 #service {
    width: 100%;
    background-position: 0px 100%;
    background-size: cover;
    height: inherit;
  }
}
.section5 #service .containerTitle {
  padding-top: 70px;
}
.section5 #service .containerTitle h4 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.7rem;
}
.section5 #service .containerTitle h5 {
  color: #ffad40;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 700;
}
.section5 #service .containerTitle .containerBtn {
  position: relative;
  z-index: 123;
  top: 21px;
}
.section5 #service .containerTitle .containerBtn .btn {
  color: #fff !important;
  background-color: #2cbfc6 !important;
  font-weight: 300;
  border-color: #2cbfc6 !important;
  left: 100%;
  position: relative;
  margin: 5px 20px 5px 20px !important;
}
@media (max-width: 750px) {
  .section5 #service .containerTitle .containerBtn .btn {
    left: 0;
  }
}
.section5 #service .blocIdea {
  height: 450px;
}
.section5 #service .blocIdea .containerFormulaire {
  margin: 0px 35px 90px 0px;
  background-color: #F1FAFA;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.section5 #service .blocIdea .containerFormulaire .btnSoumettre {
  background-color: #f29041;
  border-radius: 4px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1em;
  padding: 10px;
}
.section5 #service .blocIdea .containerFormulaire .formulaire {
  color: #fff;
}
.section5 #service .blocIdea .containerFormulaire .formulaire .idea {
  height: 70px;
  width: 60px;
  background-image: url("../medias_front/common/idea.png") !important;
}
.section5 #service .blocIdea .containerFormulaire .formulaire h4 {
  text-align: center;
  margin-top: 12px;
}
.section5 #service .blocIdea .containerFormulaire .formulaire input {
  border: none;
  border-radius: 4px;
  padding: 0px 0px 0px 21px;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
  width: 187px;
}
.section5 #service .blocIdea .containerFormulaire .formulaire button {
  background-color: #f29041;
  border-radius: 4px;
  width: 55px;
  color: #fff;
  font-family: "Jost", sans-serif;
}
.section5 #projet {
  background-image: url("../medias_front/common/fondPojet.jpg") !important;
  background-repeat: no-repeat;
  background-color: #343a27;
  width: 50%;
  height: 784px;
  background-position: 0% 100%;
}
@media (min-width: 2048px) {
  .section5 #projet {
    background-size: cover;
    height: 1000px;
  }
}
@media (max-width: 1617px) {
  .section5 #projet {
    background-position: 0% 70%;
    background-size: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .section5 #projet {
    background-position: 0% 100%;
    height: 970px;
    width: 100%;
  }
}
.section5 #projet .containerTitle {
  padding-top: 70px;
}
.section5 #projet .containerTitle h4 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.7rem;
}
.section5 #projet .containerTitle h5 {
  color: #f38124;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 700;
}
.section5 #projet .containerTexte .textContainerDashed {
  border: #fcc43f dashed 2px;
  border-radius: 10px;
  width: 46%;
  padding: 20px;
}
@media (max-width: 992px) {
  .section5 #projet .containerTexte .textContainerDashed {
    width: 75%;
  }
}
.section5 #projet .containerTexte .textContainerDashed h6 {
  color: #E8326E;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.section5 #projet .containerTexte .textContainerDashed p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}
.section5 #projet .containerTexte .textContainerDashed .containerBtn {
  position: relative;
  z-index: 123;
  top: 21px;
}
@media (max-width: 992px) {
  .section5 #projet .containerTexte .textContainerDashed .containerBtn {
    top: 0px;
  }
}
.section5 #projet .containerTexte .textContainerDashed .containerBtn .btn {
  color: #fff !important;
  background-color: #E8326E !important;
  font-weight: 300;
  border-color: #E8326E !important;
}
.section5 #projet .containerTexte .imgProjet {
  background-image: url("../medias_front/common/imgProjet.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  height: 317px;
  bottom: 10px;
  position: relative;
  width: 376px;
  left: -40px;
}
@media (max-width: 992px) {
  .section5 #projet .containerTexte .imgProjet {
    left: 0px;
    transform: rotate(-7.4deg) translateX(10.4%);
    background-size: contain;
  }
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.section6 {
  background-color: #fff;
  background-image: url("../medias_front/common/fondMontagne.jpg") !important;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.section6 #headerWave {
  width: 100%;
  height: 153px;
  background-image: url("../medias_front/common/whiteWave2.png") !important;
  position: absolute;
  top: -81px;
  background-position: 50% 22%;
  z-index: 2;
}
.section6 .titlerContainer {
  padding-top: 100px;
}
.section6 .titlerContainer h4 {
  color: #333333;
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
}
.section6 .titlerContainer h5 {
  color: #ffad40;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-style: italic;
  font-weight: bolder;
  font-size: 2rem;
}
.section6 .socialWall {
  width: 90vw;
  max-height: 875px;
  overflow: hidden;
  max-width: 1610px;
}

.containerSocial a {
  margin-left: 20px;
}

#footer1-2e {
  background-repeat: no-repeat;
  padding-top: 0px;
}
@media (max-width: 1325px) {
  #footer1-2e {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  #footer1-2e {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
#footer1-2e #footCoordones {
  width: 100%;
  height: 55vh;
  overflow: hidden;
}
@media (max-width: 1325px) {
  #footer1-2e #footCoordones {
    height: auto;
  }
}
#footer1-2e .footlocaplus {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: white;
}
@media (max-width: 1325px) {
  #footer1-2e .footlocaplus {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #footer1-2e .footlocaplus {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1437px) {
  #footer1-2e .footlocaplus {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1325px) {
  #footer1-2e .agence1 {
    margin: 0 !important;
  }
}
#footer1-2e .agence1 h1 {
  font-size: 16px;
  font-weight: 600;
  color: #3e3e3e;
}
#footer1-2e .agence1 h6 {
  font-size: 12px;
}
#footer1-2e .agence1 a {
  color: #3CB0B3;
}
#footer1-2e .logofoot {
  position: relative;
}
@media (max-width: 1325px) {
  #footer1-2e .logofoot {
    margin: 0 !important;
  }
}
@media (max-width: 450px) {
  #footer1-2e .logofoot {
    left: -15px;
  }
}
#footer1-2e .logofoot img:first-child {
  width: 192px;
  height: 100px;
  position: relative;
  z-index: 2;
}
#footer1-2e .logofoot img:last-child {
  position: relative;
  top: -20px;
  right: 40px;
  z-index: 1;
}
#footer1-2e .socialfoot a:first-child {
  color: white;
  background-color: #46a46a;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
#footer1-2e .socialfoot a:last-child {
  color: white;
  background-color: #E8326E;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
#footer1-2e .slideUp {
  height: 68px;
  width: 100px;
  background-image: url("../medias_front/common/slideUp.png") !important;
  position: relative;
  top: 70px;
  left: calc(50% - 50px);
}
@media (max-width: 1454px) {
  #footer1-2e .slideUp {
    top: 53px;
  }
}
#footer1-2e .footerDuFooter {
  background-color: white;
}
#footer1-2e .footerDuFooter h6 {
  color: #072728;
  margin: 10px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  #footer1-2e .footerDuFooter h6 {
    text-align: center;
  }
}
#footer1-2e .footerDuFooter h6 a {
  font-size: 12px;
}
#footer1-2e .fdf {
  background-color: white;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  #footer1-2e .fdf {
    height: auto;
  }
}
#footer1-2e #footerWave {
  width: 100%;
  height: 150px;
  background-image: url("../medias_front/common/footerWave.png") !important;
  position: relative;
  top: -117px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
@media (min-width: 2000px) {
  #footer1-2e #footerWave {
    height: 273px;
    top: -206px;
  }
}
@media (max-width: 1200px) {
  #footer1-2e #footerWave {
    top: -129px;
  }
}
@media (max-width: 395px) {
  #footer1-2e #footerWave {
    top: -126px;
  }
}
#footer1-2e #footCoordones {
  border-radius: 12px;
}
#footer1-2e #footCoordones .adresse {
  margin: 0 auto;
  text-align: center;
  color: #2b4518;
  font-weight: 500;
}
#footer1-2e #footCoordones .btnTel {
  background-color: #458c23 !important;
  border-color: #458c23 !important;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
#footer1-2e #footCoordones .btnContact {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
#footer1-2e #footCoordones .containerSocial {
  margin: 20px auto 0px auto;
}
#footer1-2e #footCoordones .containerSocial .socicon-youtube::before {
  font-size: 30px;
  color: #fff;
}
#footer1-2e #footCoordones .containerSocial .socicon-twitter::before {
  color: #fff;
  font-size: 30px;
}
#footer1-2e #footCoordones .containerSocial .socicon-facebook::before {
  font-size: 30px;
  color: #fff;
}
#footer1-2e #footCoordones .containerSocial .socicon-instagram::before {
  color: #fff;
  font-size: 30px;
}
#footer1-2e .resizefdf {
  width: 100%;
}
#footer1-2e #logoFooter img {
  width: 185px;
  height: 85px;
}
#footer1-2e #logoFooterGreen {
  width: 158px;
  height: 162px;
  background-image: url("../medias_front/common/Logo.png") !important;
  background-repeat: no-repeat;
}
#footer1-2e .footerTimeline {
  width: 90%;
  height: 198px;
  background-image: url("../medias_front/common/footerTimeline.png") !important;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: 50% 50%;
}
#footer1-2e #footCoordones span {
  padding-bottom: 0 !important;
  padding-top: 1px !important;
  height: auto !important;
  font-size: 14pt;
  text-align: center;
  color: white;
  font-family: "Aller", sans-serif;
  font-weight: bold;
}
#footer1-2e li {
  list-style: none;
}
#footer1-2e .nav-item::after {
  display: none;
}
#footer1-2e .nav-item .pParent {
  color: #66734a !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem !important;
}
#footer1-2e .nav-item .nav-link {
  padding-bottom: 0 !important;
  padding-top: 1px !important;
  height: auto !important;
  font-size: 11pt;
  text-align: center;
  color: white !important;
  text-transform: uppercase;
  font-family: "Aller", sans-serif;
  font-weight: bold;
}
#footer1-2e .nav-item .nav-link::after {
  display: none;
}
#footer1-2e .nav-item .nav-link:hover {
  background-color: transparent !important;
}
#footer1-2e .footerDuFooter {
  margin: 0 auto;
}
#footer1-2e .footerDuFooter p, #footer1-2e .footerDuFooter span {
  font-size: 10pt !important;
  color: #717171 !important;
  text-transform: uppercase;
}
#footer1-2e .footerDuFooter a {
  color: #717171 !important;
  font-size: 16px;
}

.breadcrumb-item a {
  color: #3CB0B3;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: var(--bs-breadcrumb-divider, "|");
  color: #3CB0B3;
}

.filAccueil::before {
  background-image: url(../medias_front/common/picto_home.svg);
  height: 20px;
  position: relative;
  background-repeat: no-repeat;
  width: 20px;
  top: 5px;
  content: "";
  display: block;
}

.montainBottom {
  background-color: #fff;
  background-image: url("../medias_front/common/fondMontagne.jpg");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 100%;
  height: 609px;
  width: 100vw;
}
@media (max-width: 1200px) {
  .montainBottom {
    height: 373px;
  }
}
@media (max-width: 992px) {
  .montainBottom {
    height: 308px;
  }
}
@media (max-width: 768px) {
  .montainBottom {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .montainBottom {
    height: 198px;
  }
}

/*
 *  PAGINATOR*
 */
.page-item a {
  color: #000;
  border: none;
  font-size: 1.3rem;
  border-radius: inherit !important;
}

.page-item.active .page-link {
  font-size: 1.7rem;
  font-weight: 500;
  color: #3CB0B3;
  background-color: #fff;
  border: none;
  top: -6px;
}

.page-link:hover {
  background-color: white;
  color: #3CB0B3;
}

.page-link:focus {
  box-shadow: none;
  background-color: transparent;
}

.previousPage {
  background-repeat: no-repeat;
  text-align: center;
  color: #fff !important;
  margin-right: 50px !important;
  padding: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nextPage {
  background-repeat: no-repeat;
  text-align: center;
  color: #fff !important;
  margin-left: 50px !important;
  padding: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginBtn {
  border: 1px solid #E8326E !important;
  background-color: #E8326E !important;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}
.loginBtn:hover {
  color: #fff !important;
}

.loginBtnYellow {
  border: 1px solid #E8326E !important;
  background-color: #E8326E !important;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}
.loginBtnYellow:hover {
  color: #fff !important;
}

.btnGreen {
  border: 1px solid #3CB0B3 !important;
  background-color: #3CB0B3 !important;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 7px 50px 7px 50px;
  border-radius: 7px;
}
.btnGreen:hover {
  color: #fff !important;
}

.btnOrange {
  border: 1px solid #fcd743 !important;
  background-color: #fcd743 !important;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 7px 50px 7px 50px;
  border-radius: 7px;
}
.btnOrange:hover {
  color: #fff !important;
}

.pagination {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 500px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .pagi {
  display: flex;
}
.pagination .current {
  font-size: 2.7em;
  position: relative;
  color: #E8326E;
  display: block;
  margin: 0 15px;
}
.pagination .last {
  display: none;
}
.pagination .first {
  display: none;
}
.pagination .next {
  width: 170px;
  background-color: #E8326E;
  border-radius: 5px;
  height: 38px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .pagination .next {
    display: none;
  }
}
.pagination .next img {
  width: 27px;
  height: 8px;
}
.pagination .next a {
  position: relative;
  top: 10px;
  color: #fff;
  z-index: 12;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .previous {
  width: 170px;
  background-color: #E8326E;
  border-radius: 5px;
  height: 38px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .pagination .previous {
    display: none;
  }
}
.pagination .previous img {
  width: 27px;
  height: 8px;
  transform: rotate(180deg);
}
.pagination .previous a {
  position: relative;
  top: 10px;
  color: #fff;
  z-index: 12;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page {
  margin: 15px;
}
.pagination .page a {
  color: #2cbfc6;
  font-size: 1.3em;
  left: -150px;
}

.navPag li {
  height: fit-content;
}

#bloc_error {
  height: 25vh;
  position: relative;
  background-color: #F1FAFA;
}
#bloc_error .blocTitre {
  text-align: center;
}
#bloc_error .blocTitre:after {
  bottom: -50px;
}
#bloc_error .blocContenu {
  text-align: center;
}

#popupFront {
  background: #3CB0B3;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 60px);
  max-height: calc(100vh - 60px);
  width: 600px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*--Exemple d'appel : @include transform(translate(-50%, -50%));--*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*--Exemple d'appel : @include transition(all 0.3s ease);--*/
  z-index: 99999999999;
  padding: 0 0 20px 0;
  border-bottom: 20px solid #F1FAFA;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  overflow: auto;
}
@media screen and (max-width: 1220px) {
  #popupFront {
    top: calc(50% + 20px);
    max-height: calc(100vh - 80px);
  }
}
#popupFront h4 {
  padding: 20px 20px;
  background-color: #F1FAFA;
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 20pt;
  font-weight: 600;
}
#popupFront p {
  padding: 0 20px 10px;
}

/*
 *  Texte index*
 */
#texte_i {
  color: #ffffff;
  background: #92bba5;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
}
@media (min-width: 1200px) {
  #texte_i {
    min-height: 100vh;
  }
}
#texte_i h3 {
  font-size: 30.5pt;
  text-align: center;
}
#texte_i h4 {
  font-size: 19pt;
  text-align: center;
}
#texte_i .container-fluid {
  text-align: justify;
  z-index: 1;
  padding: 0;
  margin: 0;
  background-color: red;
  width: 100%;
}
@media (min-width: 768px) {
  #texte_i .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#texte_i .container-fluid .bloc-text {
  text-align: justify;
  font-size: 13pt;
}
#texte_i .container-fluid .plus {
  background: #ffffff;
}
#texte_i .container-fluid .plus span {
  color: #92bdac;
}
#texte_i .dashed-line {
  animation: c-dashed-line-path 10s linear infinite running;
  position: absolute;
  top: -5%;
  width: 100%;
  height: 100%;
  stroke-dasharray: 5px;
  stroke-width: 2px;
}
#texte_i #dashed-line-2 {
  transform: rotate(20deg);
  left: -25% !important;
}
@keyframes c-dashed-line-path {
  from {
    stroke-dashoffset: 940;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/*
 *  Adjectifs index*
 */
#adj img {
  height: 60px;
  width: auto;
  margin: 34px auto auto;
}
#adj .cercle {
  width: 134px;
  height: 134px;
  border: 7px solid #ffca3b;
  border-radius: 50%;
  margin: auto;
}
#adj .trait {
  border-right: 2px dashed #ffca3b;
  height: 50px;
  width: 0px;
  top: 40px;
  position: relative;
  left: 50%;
}
@media (max-width: 1200px) {
  #adj .trait {
    display: none;
  }
}
#adj .container {
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1200px) {
  #adj .container .row .col-1 {
    display: none;
  }
}
#adj .container .row .col-2 {
  min-width: 158px;
  margin: 0px -50px 0 -50px;
}
@media (max-width: 1200px) {
  #adj .container .row .col-2 {
    margin: 0 !important;
  }
}
#adj .container .row .col-2 figure {
  min-width: 134px;
  text-align: center;
}
#adj .container .row .col-2 figcaption {
  font-weight: bold;
  font-size: 11pt;
  padding-top: 15px;
}
#adj .container .row .col-2 p {
  font-size: 10pt;
}
#adj .container .row .col-2 #petit {
  font-size: 8pt !important;
  font-weight: 500;
}

/*
*  Texte carousel*
*/
#slidertxt {
  height: 750px;
  background-image: url(../medias_front/slider/slider.png) !important;
}
#slidertxt .row {
  height: 100%;
}
#slidertxt .carousel {
  background: #ffffff;
  height: 55%;
}
#slidertxt .text-wrapper h3 {
  color: #ffffff;
  font-size: 23pt;
}

#devis {
  position: absolute;
  transform: rotate(-90deg);
  right: -107px;
  bottom: 310px;
}
#devis .btn {
  background: #ffca3b !important;
  color: #2d6360 !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-weight: bold;
  width: 251px;
  font-size: 12.7pt;
}
#devis .btn i {
  font-weight: bold;
  transform: rotate(90deg);
  margin-left: 30px;
  font-size: 15pt;
}

@media (max-width: 640px) {
  .pb-45 {
    margin-bottom: 45.5px !important;
  }
}
@media (min-width: 530px) {
  .pb-45 {
    max-height: 412.5px;
  }
}

@media (min-width: 1200px) {
  .pb-51 {
    padding-bottom: 79px;
  }
}
@media (min-width: 1600px) {
  .pb-51 {
    padding-bottom: 106px;
  }
}
@media (max-width: 1200px) {
  .pb-51 {
    margin-bottom: 98px;
  }
}

/*
*  Gallerie index*
*/
#gallerie_i {
  background: #92bba5;
}
#gallerie_i div {
  padding: 0 !important;
  margin: 0 !important;
}
#gallerie_i img {
  padding: 0 !important;
  margin: 0 !important;
  object-fit: cover;
  min-height: 101%;
  min-width: 100%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*
*  texte + background index*
*/
#txt-back {
  background-image: url("../medias_front/common/backFranchise.jpg") !important;
  background-position: -1px 81%;
  height: 43.1vw;
}
@media (max-width: 800px) {
  #txt-back {
    height: auto !important;
    background-size: auto;
  }
}
#txt-back #txt {
  background: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  top: -15%;
}
#txt-back #txt h5 {
  font-size: 28pt;
  font-weight: bold;
  color: #4184ad;
}
#txt-back #txt p {
  color: #4184ad;
  font-size: 17pt;
}

a[name=captcha] {
  width: 50px;
}

.plus {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  text-align: center;
  background-image: -moz-linear-gradient(-90deg, #4184ad 0%, rgb(157, 215, 239) 100%);
  background-image: -webkit-linear-gradient(-90deg, #4184ad 0%, rgb(157, 215, 239) 100%);
  background-image: -ms-linear-gradient(-90deg, #4184ad 0%, rgb(157, 215, 239) 100%);
}
.plus span {
  height: 47px;
  color: #ffffff;
  font-size: 40pt;
  font-family: "Aller", sans-serif;
}

#navbarSupportedContent {
  border-radius: 0px;
  width: auto;
  top: 0;
  position: fixed;
  display: flex;
}

#listWhiteHead li:first-of-type a {
  padding: 0.5rem 0.3rem 0.5rem 1.2rem !important;
}

nav::marker {
  color: transparent;
}

.listeReseauxSoc span {
  color: #fff;
}
.listeReseauxSoc span:hover {
  color: #4184ad;
}

.socicon-linkedin:hover.before {
  color: #4184ad;
}

.socicon-linkedin:before {
  font-size: 22px;
}
.socicon-linkedin:before:hover {
  color: #4184ad;
}

.menu_box {
  padding-left: 0;
}

.cid-sYKQ7yZHbI .navbar {
  height: auto;
  transition: all 0.3s;
  border-bottom-width: 0px;
}

.cid-sYKQ7yZHbI button.navbar-toggler .hamburger span {
  background-color: #3CB0B3;
}

.navbar {
  display: block;
}

.menu_box {
  padding-right: 0;
}

#navbarSupportedContent.show {
  padding-top: 50px !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  width: 100vw;
}
#navbarSupportedContent.show li {
  height: auto !important;
}
#navbarSupportedContent.show .nav-link {
  padding: 9px !important;
}
#navbarSupportedContent.show .dropdown-menu {
  position: relative;
}
#navbarSupportedContent.show .dropdown-menu .dropdown-item {
  color: #4184ad !important;
  padding: 4px 11px !important;
  margin-left: 0;
}
#navbarSupportedContent.show .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #4184ad;
}
#navbarSupportedContent.show #reseauxSocNavUp {
  background-color: #699b98;
  padding-top: 40px;
  justify-content: center !important;
}

.navDowner {
  z-index: 20;
  position: relative;
}

.containerNavDown {
  border-radius: 50%;
  border-color: #ffca3b;
  border-style: dashed;
  width: 160px;
  height: 160px;
  top: 26px;
  position: relative;
  z-index: 0;
}

#header1-2l {
  z-index: 5;
  height: 55vh;
  display: flex;
  justify-content: center;
}

.sousMenuAriane {
  position: absolute;
  z-index: 5;
  height: 50px;
  width: 100%;
  background-color: #F1FAFA;
  align-items: center;
  flex-direction: column;
  bottom: 0;
}

.navDown {
  height: 47px;
  width: 47px;
  top: -25px;
  position: relative;
}
.navDown:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../medias_front/common/logopagedownloca.png") !important;
  height: 79px;
  width: 148px;
  background-repeat: no-repeat;
  left: -53px;
}

.cid-sYKQ7yZHbI li.nav-item:hover::after {
  display: none;
}

.bigtitle {
  z-index: 10;
  top: 66vh;
  position: fixed;
  align-self: end;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  right: -5px;
  display: none;
  transition: 1s;
}
@media (max-width: 1000px) {
  .bigtitle {
    display: none !important;
  }
}
@media (max-height: 850px) {
  .bigtitle {
    display: none !important;
  }
}
.bigtitle h2 {
  background-color: white;
  border-radius: 5px;
  padding: 12px;
  padding-left: 48px;
  transition: 1s;
}
.bigtitle h1, .bigtitle h2 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
.bigtitle h2 {
  color: #3CB0B3;
}
@media screen and (max-width: 1800px) {
  .bigtitle h2 {
    color: #3CB0B3;
  }
}
.bigtitle span {
  transition: 1s;
  font-size: 26px;
  right: 25px;
  position: relative;
  font-weight: bold;
}

#bigtitle {
  z-index: 10;
  top: 66vh;
  position: absolute;
  align-self: end;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  right: -5px;
}
@media (max-width: 1000px) {
  #bigtitle {
    display: none;
  }
}
#bigtitle h2 {
  background-color: white;
  border-radius: 5px;
  padding: 12px;
  padding-left: 48px;
}
#bigtitle h1, #bigtitle h2 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
#bigtitle h2 {
  color: #3CB0B3;
}
@media screen and (max-width: 1800px) {
  #bigtitle h2 {
    color: #3CB0B3;
  }
}
#bigtitle span {
  font-size: 26px;
  right: 25px;
  position: relative;
  font-weight: bold;
}

.noFadeInUp {
  -webkit-animation-name: none;
  animation-name: none;
}

.catalogue {
  position: relative;
  height: 70vh;
  background-color: white;
}
.catalogue .catatitle {
  background-color: #3CB0B3;
}
.catalogue h3, .catalogue span {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #333333;
  z-index: 4;
  letter-spacing: 1px;
}
.catalogue h3 {
  text-align: center;
}
.catalogue span {
  font-weight: bold;
}
.catalogue img {
  position: relative;
  top: -25px;
  width: 360px;
  height: 40px;
}

#pagedown {
  position: relative;
  background-image: url("../medias_front/slider/bglocaplus.jpg") !important;
  background-repeat: no-repeat;
}
#pagedown img {
  position: relative;
  top: -25px;
  z-index: 999;
  width: 151px;
  height: 78px;
}

.articleloc {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 854px) {
  .articleloc {
    width: 100%;
  }
}
.articleloc .art {
  width: 100%;
  height: 50vh;
  background-color: white;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.articleloc .art #imgcentre {
  margin: 0 auto;
}
.articleloc .art img {
  top: 0;
  position: relative;
  z-index: 8;
  width: auto;
  height: auto;
}
.articleloc .art hr {
  width: 95%;
  color: #333333;
  opacity: 0.1;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.articleloc .art .subprice {
  font-size: 10px;
  color: #3e3e3e;
  text-transform: uppercase;
}
.articleloc .imgdesc {
  height: 100%;
}
.articleloc .imgdesc img {
  height: 100%;
  width: 100%;
}
.articleloc .imgdesc h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #3e3e3e;
}
@media screen and (max-width: 883px) {
  .articleloc .imgdesc {
    width: 100%;
  }
}

.swiper {
  width: 100%;
  height: auto;
  position: absolute !important;
  top: -100px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  margin-right: 0;
  overflow: visible !important;
  background-color: transparent;
  width: 120px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: smooth;
}
@media screen and (max-width: 883px) {
  .swiper-slide {
    width: 100%;
  }
}

.swiper-slide img {
  display: block;
  object-fit: cover;
  margin: 0;
}

.swiper-button-prev {
  position: relative;
  z-index: 9999;
  left: 6% !important;
  top: 30% !important;
}

.swiper-button-next {
  position: relative;
  z-index: 9999;
  right: 6% !important;
  top: 29% !important;
}

.swiper-slide swiper-slide-active {
  margin: 0;
  width: 392px;
}

.swiper-slide-active {
  top: -50px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("../medias_front/common/flèche.svg") !important;
  transform: rotate(180deg);
  position: absolute;
}

.swiper-button-prev:after {
  content: url("../medias_front/common/flèche.svg") !important;
  position: absolute;
  left: 5%;
}

.day {
  margin: 1%;
}
.day button {
  height: 34px;
  width: 100px;
  border-radius: 5px;
  background-color: #F1FAFA !important;
  color: #3CB0B3 !important;
  border: none !important;
  margin-top: 0;
  font-weight: 500;
}
.day button:hover {
  background-color: #3CB0B3 !important;
  color: #F1FAFA !important;
}
.day p {
  color: #3e3e3e;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
  margin-top: 12px;
  font-weight: 500;
}
.day span {
  font-weight: 600;
}

.swiper-slide swiper-slide-active {
  width: 150px;
}

.priceloc {
  margin-bottom: 8px;
}
@media screen and (max-width: 883px) {
  .priceloc {
    width: 100%;
  }
}

.offreloc {
  background-color: #E8326E;
  width: 255px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px;
  height: 45px;
}
.offreloc img {
  width: 27px;
  height: 8px;
  top: 0;
}
.offreloc button {
  text-transform: uppercase;
  /* UI Properties */
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

.offreloc:hover > img {
  animation: sliderarrow 0.1s linear both;
}

.offrevente:hover > img {
  animation: sliderarrow 0.1s linear both;
}

.ensavoirplus:hover > img {
  animation: sliderarrow 0.1s linear both;
}

.agence {
  background-color: white;
  padding-top: 50px;
  height: auto;
  width: 100%;
  padding-bottom: 325px;
  position: relative;
}
@media (max-width: 900px) {
  .agence {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 602px) {
  .agence {
    flex-direction: column;
  }
}
.agence .agencedesc {
  margin-bottom: 5%;
  margin-left: 10%;
  letter-spacing: 1px;
  max-width: 600px;
  z-index: 2;
}
@media screen and (max-width: 1800px) {
  .agence .agencedesc {
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
  }
}
@media (max-width: 630px) {
  .agence .agencedesc {
    margin: 10px;
  }
}
.agence .agencedesc h2 {
  /* UI Properties */
  text-align: left;
  letter-spacing: 0px;
  color: #3CB0B3;
  text-transform: uppercase;
  opacity: 1;
  font-size: 30pt;
}
@media (max-width: 1387px) {
  .agence .agencedesc h2 {
    text-align: center;
  }
}
.agence .agencedesc h2 strong {
  font-size: 35pt;
  margin-right: 10px;
}
.agence .agencedesc p {
  color: white;
  font-size: 12px;
  margin-left: 60px;
}
.agence .agencedesc h5 {
  /* UI Properties */
  text-align: left;
  letter-spacing: 0px;
  color: #072728;
  text-transform: uppercase;
  opacity: 1;
  font-size: 21pt;
  font-weight: 300;
}
@media (max-width: 1387px) {
  .agence .agencedesc h5 {
    text-align: center;
  }
}
.agence .agencedesc span {
  font-size: 4em;
  font-weight: bold;
}
.agence .agencedesc img {
  width: 27px;
  height: 8px;
  vertical-align: bottom;
  position: relative;
}
.agence .agencedesc .ensavoirplus {
  background-color: #E8326E;
  width: 250px;
  padding: 2%;
  border-radius: 5px;
  color: white;
}
@media screen and (max-width: 1800px) {
  .agence .agencedesc .ensavoirplus {
    width: 100%;
  }
}
.agence .agencedesc .ensavoirplus a {
  /* UI Properties */
  text-align: left;
  font: normal normal bold 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

#pagedown1 {
  position: relative;
  background-color: #F1FAFA;
}
#pagedown1 img {
  position: relative;
  top: 100px;
  z-index: 999;
  width: 151px;
  height: 78px;
}

.catatitle1 {
  background-color: #F1FAFA;
}
.catatitle1 h3, .catatitle1 span {
  font-size: 30px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #333333;
  z-index: 4;
  letter-spacing: 1px;
}
.catatitle1 h3 {
  text-align: center;
}
.catatitle1 span {
  font-weight: bold;
}
.catatitle1 img {
  position: relative;
  top: -25px;
  width: 360px;
  height: 40px;
}

blockquote {
  padding: 1rem !important;
}

.vente {
  background-color: #F1FAFA;
  padding-bottom: 5%;
  padding-top: 10px;
}

.neuf .pricevente {
  width: 100%;
  height: 90px;
}
.neuf .pricevente .pricevente1 {
  width: 90%;
  height: 40px;
  background-color: #46a46a;
  border-radius: 5px;
}
.neuf .pricevente .pricevente1 button {
  color: white;
}

.occas .pricevente {
  width: 100%;
  height: 90px;
}
.occas .pricevente .pricevente1 {
  width: 90%;
  height: 40px;
  background-color: #12a184;
  border-radius: 5px;
}
.occas .pricevente .pricevente1 button {
  color: white;
}

.offrevente {
  background-color: #fcd743;
  width: 71%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px;
}
.offrevente img {
  width: 27px;
  height: 8px;
  top: 0;
  position: relative;
}
.offrevente button {
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 15px;
}

.description {
  background-color: #3CB0B3;
  height: 150px;
}
@media screen and (max-width: 883px) {
  .description {
    height: 502px;
    align-items: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 760px) {
  .description {
    height: 502px;
    align-items: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1437px) {
  .description {
    height: 502px;
    align-items: center;
    margin-bottom: 25px;
  }
}
.description .descresize {
  width: 70%;
}
@media screen and (max-width: 883px) {
  .description .descresize span {
    display: none;
  }
}
@media screen and (max-width: 1437px) {
  .description .descresize {
    align-items: flex-end;
  }
}
.description .descresize span {
  border-left: 2px solid white;
  height: 25px;
  opacity: 0.4;
}
@media screen and (max-width: 883px) {
  .description .descresize .desc1 {
    width: 139px;
    margin-bottom: 15px;
  }
}
.description .descresize .desc1 h6 {
  font-size: 17px;
  color: white;
  margin: 0;
}
.description .descresize .desc1 img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  opacity: 0.8;
}

.logonav {
  transform: scale(0.8);
}

#BigTitlepeint {
  position: relative;
  z-index: 1;
  top: 15px;
  margin: 0 auto;
  width: 374px;
  height: 48px;
  left: 0px;
}
@media screen and (max-width: 280px) {
  #BigTitlepeint {
    left: -45px;
  }
}

.cid-sYtfgmlx9v {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.ck > * {
  font-family: "Jost", sans-serif !important;
  font-weight: normal !important;
}

.cid-sYKQ7yZHbI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  background-color: #3CB0B3;
}

.cid-sYKQ7yZHbI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  background-color: #3CB0B3;
}

mark {
  padding: 0.2em;
}

#navbarSupportedContent.show .logonav {
  margin: 0 auto;
  right: 0;
  background-color: unset;
}
#navbarSupportedContent.show .logonav img {
  transform: scale(1.9);
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #navbarSupportedContent.show .logonav img {
    transform: scale(1.2);
  }
}

#navbarSupportedContent.show .logonav img:last-child {
  position: relative;
  top: -20px;
  right: 0px;
  z-index: 1;
}

@media (max-width: 800px) {
  #navbarSupportedContent.show #containerMenuPage li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  #navbarSupportedContent.show #containerMenuPage li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
.navbar-expand-lg .navbar-toggler {
  display: flex;
}

#navbarSupportedContent.show #containerMenuPage {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cid-sZogb0MkOH .slide-content {
  position: relative;
  border-radius: 4px;
  background: white !important;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  width: 392px !important;
  border: 1px solid #3CB0B3;
}

.item-content h6 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.item-content hr {
  width: 95%;
  margin: 0 auto;
  color: #333333;
  opacity: 0.1;
  margin-bottom: 15px;
}

.logo-etat img {
  top: 0;
  position: absolute;
  z-index: 8;
  width: auto;
  height: auto;
}

.item-img {
  position: relative;
}

@keyframes sliderarrow {
  from {
    left: 0;
  }
  to {
    left: 15px;
  }
}
#flouMontagne {
  background-image: url("../medias_front/common/backgroundFlou.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

#Montagne {
  height: 100vh;
}

#cercleIndex {
  height: 50%;
  width: 50%;
  border-radius: 50px;
  background: transparent;
}

.iconNav img {
  top: 10px;
  position: relative;
  width: 22px;
  left: 4px;
}

#videoCont {
  z-index: 2;
  position: relative;
  width: 200px;
  height: 200px;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 0;
  box-sizing: border-box;
  overflow: hidden;
  top: 38%;
  left: 45%;
  border-radius: 50%;
  transform: scale(0.8);
  transition: all 1s;
}
@media screen and (max-width: 756px) {
  #videoCont {
    left: 35%;
  }
}
@media screen and (max-width: 405px) {
  #videoCont {
    left: 25%;
  }
}

#videoCont.animate {
  transform: scale(1);
  top: 0;
  left: 0;
  border-radius: 0;
  width: 100%;
  height: 100vh;
}

#videoCont video {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*--Exemple d'appel : @include transform(translate(-50%, -50%));--*/
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
}

#videoCont video.videoAbs {
  display: block;
}

.blocImgSlid {
  width: 50%;
  position: relative;
}
@media (max-width: 1350px) {
  .blocImgSlid {
    width: 90%;
    margin-top: 10px;
  }
}

.tiltepromo2 {
  text-align: end;
  width: 50%;
  margin-bottom: 25px !important;
}
@media (max-width: 1350px) {
  .tiltepromo2 {
    margin-bottom: 70px !important;
    width: 90%;
  }
}

.midtest {
  height: 100vh !important;
}

.eauSlide {
  width: 580px;
  height: 250px;
  position: absolute;
  top: 545px;
  right: calc(50% - 100px);
}
@media screen and (max-width: 1600px) {
  .eauSlide {
    display: none;
  }
}

.tetepromo2 {
  position: relative;
  left: 10%;
  top: 25px;
}
@media screen and (max-width: 1600px) {
  .tetepromo2 {
    left: 0%;
  }
}

.boutonplus {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 40%;
  top: 515px;
  z-index: 2;
  background-image: url(../medias_front/common/btn_+.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1600px) {
  .boutonplus {
    display: none;
  }
}

.backcolorBleu {
  background-color: rgba(60, 176, 179, 0.0705882353);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25vh;
}

.deconnect a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.contSlider {
  padding-top: 50px;
}

.titreSlider h3 {
  margin-bottom: 0 !important;
}

.slider {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
}

.petiteActus {
  background-color: transparent;
  width: 520px;
  height: 450px;
  text-align: center;
  flex-basis: 32%;
  border-radius: 6px;
}
@media (max-width: 890px) {
  .petiteActus {
    padding: 22px;
    width: 100%;
  }
}
.petiteActus img {
  height: 310px;
  width: auto;
  border-radius: 50%;
}

.petiteActus .bgActusHome {
  background-color: rgba(60, 176, 179, 0.0705882353);
  padding: 37px;
  margin-top: 20px;
  width: 80%;
}

.petiteActus p {
  text-transform: uppercase;
  opacity: 1;
  color: black;
  font-size: 16pt;
  font-weight: 500;
  margin-bottom: 10px;
}

.petiteActus time {
  /* UI Properties */
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
  color: #3CB0B3;
  text-transform: uppercase;
}

.titreSlider {
  background-color: #E8326E;
  color: white;
  height: 35px;
  margin-top: 30px;
  border-radius: 5px;
  margin-right: 58px;
  margin-left: 58px;
}
@media (max-width: 600px) {
  .titreSlider {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.catatitle {
  background-color: rgba(60, 176, 179, 0.0705882353);
  padding-top: 150px;
  padding-bottom: 150px;
}

.catatitle img {
  width: 92px;
  height: 87px;
}

.catatitle h3 {
  /* UI Properties */
  text-align: left;
  letter-spacing: 0px;
  color: #3CB0B3;
  text-transform: uppercase;
  opacity: 1;
  font-size: 35pt;
}
@media screen and (max-width: 558px) {
  .catatitle h3 {
    font-size: 25pt;
    text-align: center;
  }
}

.swiper-slide {
  top: 50px;
  animation: zoom-in-zoom-in 0.4s ease-in;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-in {
  0% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.swiper-slide-active {
  animation: zoom-in-zoom-out 0.5s ease;
  height: 80vh !important;
  z-index: 20;
}

.swiper-slide-active .art {
  top: -56px;
  height: 85%;
}

.boutonSlide {
  position: relative;
  z-index: 5555;
}

.art h4 {
  font-size: 2em;
  letter-spacing: 0;
  color: #072728;
  text-transform: uppercase;
  opacity: 1;
  z-index: 11;
  font-weight: bold;
  margin-top: 20px;
}

.swiper-wrapper {
  padding-bottom: 10px;
}

.rondSlider {
  width: 20px;
  height: 20px;
  border: #3CB0B3 solid 3px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  z-index: 8;
  transition: 1s;
}

.swiper-slide-active .rondSlider {
  width: 100px;
  height: 100px;
  transition: 1s;
  bottom: -75px;
}

.vaguePoint {
  background: transparent url(../medias_front/common/vague_pointilles.svg) 0% 0% repeat padding-box;
  opacity: 1;
  width: 100%;
  height: 123px;
  background-color: white;
}

.brochure {
  position: relative;
  width: 100%;
}

.lienBrochure {
  top: 46%;
  left: 46%;
  position: absolute;
  height: 300px;
  width: 270px;
  z-index: 5;
}
@media (max-width: 530px) {
  .lienBrochure {
    display: none;
  }
}

.vagueBleuTrans {
  position: absolute;
  width: 1000px;
  height: 180px;
  /* UI Properties */
  opacity: 0.32;
  z-index: 1;
  top: 50%;
  background: transparent url(../medias_front/vague_longue.svg) 0% 0% repeat padding-box;
  left: 17%;
}
@media screen and (max-width: 1300px) {
  .vagueBleuTrans {
    display: none;
  }
}

#vaguedeux {
  left: 23%;
  top: 73%;
  background-position: 238px;
}

#vaguedeux img {
  width: 80%;
  background-position: 25% 75%;
}

.maison {
  z-index: 2;
}
@media screen and (max-width: 1444px) {
  .maison {
    margin: 10px;
  }
}

.lienCercle {
  top: 55%;
  z-index: 3;
  left: 40%;
  position: absolute;
}
@media screen and (max-width: 964px) {
  .lienCercle {
    left: 17%;
  }
}
@media (max-width: 900px) {
  .lienCercle {
    width: 360px;
    display: flex;
    justify-content: center;
    left: 0;
    top: 0;
    position: relative;
  }
}

.cercleVert {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background-color: #3CB0B3;
  top: 67%;
  z-index: 3;
  left: 40%;
}
@media screen and (max-width: 964px) {
  .cercleVert {
    left: 27%;
  }
}
@media (max-width: 900px) {
  .cercleVert {
    width: 360px;
    height: 360px;
    left: 0;
    top: 0;
    position: relative;
  }
}
@media screen and (max-width: 602px) {
  .cercleVert {
    width: 200px;
    height: 200px;
  }
}

.cercleVert p {
  position: relative;
  top: 45%;
  font-size: 20pt;
  /* UI Properties */
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  text-align: left;
  left: 20%;
}
@media screen and (max-width: 602px) {
  .cercleVert p {
    font-size: 17pt;
    top: 27%;
  }
}

.cercleVert p span {
  font-weight: bold;
}

.cercleVert p:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../medias_front/common/btn_+.svg);
  background-repeat: no-repeat;
  left: 68%;
  background-position: center;
  top: 106%;
}

.socialReseaux {
  height: 70vh;
  background-color: #F1FAFA;
}
.socialReseaux span {
  color: #3CB0B3;
  opacity: 1;
  font-size: 1em !important;
  font-weight: 200 !important;
}

.socialReseaux h3 {
  /* UI Properties */
  text-align: left;
  letter-spacing: 0px;
  color: #3CB0B3;
  opacity: 1;
  font-size: 4em;
  font-weight: 600;
  top: 7%;
  left: 2%;
  position: relative;
}
@media (max-width: 1000px) {
  .socialReseaux h3 {
    font-size: 2em;
  }
}

.buttonFace {
  background: #3CB0B3 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  padding: 20px;
  height: 50px;
  padding-right: 50px;
  margin: 7px;
  top: 8%;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 800px) {
  .buttonFace {
    padding: 10px;
  }
}

.buttonFace a {
  color: white;
  text-transform: uppercase;
  text-wrap: nowrap;
}

.encart {
  width: 409px;
  height: 365px;
}
@media (max-width: 500px) {
  .encart {
    margin-bottom: 20px;
  }
}

.boutonDécouvrir {
  position: absolute;
  left: 25.5%;
  background-color: white;
  padding: 8px;
  border-radius: 0% 0% 5px 5px;
}

.logofoot h3 {
  /* UI Properties */
  text-align: center;
  letter-spacing: 0px;
  color: #3CB0B3;
  text-transform: uppercase;
  opacity: 1;
  font-size: 25pt;
}

.logofoot h4 {
  /* UI Properties */
  text-align: left;
  letter-spacing: 0px;
  color: #072728;
  text-transform: uppercase;
  opacity: 1;
  font-size: 6pt;
}

.agence1 {
  position: relative;
}

.logobdr {
  position: absolute;
  top: 55px;
  height: 130px;
  width: 115px;
  left: 40px;
}

.buttonQuestion {
  background: #E8326E 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 11px;
  height: 65px;
  text-align: center;
}

.buttonQuestion a {
  color: white;
  text-transform: uppercase;
}

.buttonQuestion a span {
  font-weight: bold;
  font-size: 16pt;
}

.footPrivacy a {
  margin: 2px;
}

.textbizare {
  position: relative;
  top: 2px;
}

.hamburger {
  position: absolute;
  top: 10px;
  left: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
}

.menu {
  z-index: 999;
}

.textShow {
  color: white !important;
}

.burgerColor {
  background-color: white !important;
}

.rappeler {
  background-repeat: no-repeat;
  margin-right: 30px;
  width: 195px;
  height: 112px;
  background-image: url(../medias_front/common/rappeler.svg);
  transition: 1s;
  margin-top: 30px;
  position: relative;
}
.rappeler.rappelBleu {
  transition: 1s;
  background-image: none;
}

.pictoP {
  position: relative;
  width: 21px;
  height: 16px;
  transition: 1s;
  background-image: url(../medias_front/common/picto_panier.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pictoP.pictoBlanc {
  transition: 1s;
  background-image: url(../medias_front/common/picto_panier_blanc.svg);
}

.pictoC {
  position: relative;
  width: 18px;
  height: 18px;
  transition: 1s;
  background-image: url(../medias_front/common/picto_compte.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pictoC.pictoCBlanc {
  transition: 1s;
  background-image: url(../medias_front/common/picto_compte_blanc.svg);
}

.iconNav p {
  position: relative;
  top: 11px;
  transition: 1s;
}

.blocNav {
  height: 0;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  overflow-x: scroll;
}

.opened .blocNav {
  height: 100% !important;
}

.ContenuNav {
  top: 12%;
  position: relative;
  opacity: 0;
  display: none !important;
}

.dropdown-menu {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
  top: 0 !important;
  display: block;
  border: inherit;
}

@media screen and (max-width: 991px) {
  .navContenu {
    margin-right: 15px !important;
  }
}

@keyframes textApparition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.SubMenuAp {
  opacity: 1;
  transition: 1.5s;
  display: flex !important;
  position: fixed;
  right: 2%;
  width: 19%;
  animation-duration: 1.5s;
  animation-name: textApparition;
}
@media screen and (max-width: 1000px) {
  .SubMenuAp {
    right: 0;
    margin-top: 0;
    width: 100%;
    justify-content: center !important;
    align-items: center;
  }
}
@media (max-height: 850px) {
  .SubMenuAp {
    margin-top: 40px;
  }
}
@media (max-width: 850px) {
  .SubMenuAp {
    padding: 40px;
    overflow: scroll;
    position: absolute;
  }
}
@media (max-width: 530px) {
  .SubMenuAp .navContenu {
    width: 100%;
  }
  .SubMenuAp .navContenu a {
    justify-content: start !important;
    margin-left: 30px !important;
  }
}

.navPage:hover {
  color: #E8326E !important;
}

.dropdown-item {
  color: black !important;
}

.dropdown-item:hover {
  color: black !important;
}

.dropdown-menu .dropdown a {
  margin: 10px !important;
  text-align: left !important;
  font-size: 0.9em !important;
  text-transform: inherit !important;
  justify-content: start !important;
}
.dropdown-menu .dropdown a:hover {
  font-weight: bold;
}
.dropdown-menu .dropdown a::before {
  content: var(--bs-breadcrumb-divider, "-");
  margin-right: 5px;
}

.dropdown-menu .dropdown {
  left: 35px;
  margin-top: 20px;
}
@media (max-width: 1620px) {
  .dropdown-menu .dropdown {
    left: 60px;
  }
}
@media (max-width: 1325px) {
  .dropdown-menu .dropdown {
    left: 10px;
  }
}
@media (max-width: 1092px) {
  .dropdown-menu .dropdown {
    left: -40px;
  }
}
@media screen and (max-width: 690px) {
  .dropdown-menu .dropdown {
    left: 0px;
  }
}

.scrolled #navbarSupportedContent {
  background-color: transparent;
}

.scrolled .logonav img {
  top: -100px !important;
  height: 57px !important;
  width: 95px !important;
  transition: 1s;
}

.menu-rappeler {
  background-repeat: no-repeat;
  width: 195px;
  height: 112px;
  background-image: url(../medias_front/common/bloc_rapel_bleu.svg);
  transition: 1s;
  position: relative;
  margin-top: 30px;
  display: none;
  animation-duration: 1.5s;
  animation-name: textApparition;
}
.menu-rappeler.showRapel {
  display: block;
  animation-duration: 1.5s;
  animation-name: textApparition;
}
@media (max-width: 1125px) {
  .menu-rappeler.showRapel {
    display: none;
  }
}

.logoImage {
  z-index: 10;
  position: relative;
  top: 81px;
  left: 60px;
  transform: scale(1.2);
  transition: 1s;
  background-image: url(../medias_front/common/logo.svg);
  height: 101px;
  width: 329px;
  background-repeat: no-repeat;
}
@media (max-width: 1125px) {
  .logoImage {
    top: 0;
    height: 65px;
    width: 69px;
    background-size: cover;
    background-image: url(../medias_front/common/logo_page.svg);
  }
}
@media (max-width: 758px) {
  .logoImage {
    background-image: url(../medias_front/common/logo_page.svg);
    width: 70px;
  }
}
@media (max-width: 467px) {
  .logoImage {
    display: none;
  }
}
.logoImage.moblogo {
  background-image: url(../medias_front/common/logo_page.svg);
  width: 70px;
}

@media (max-width: 890px) {
  .flexcolmob {
    flex-direction: column !important;
  }
}

.dropdown-menu .dropdown a::before {
  content: var(--bs-breadcrumb-divider, "-") !important;
  width: 2px;
  margin-right: 5px;
}

.dropdown-menu .dropdown a:before {
  content: var(--bs-breadcrumb-divider, "-") !important;
  width: 2px;
  margin-right: 5px;
  display: block !important;
}

.textAppel {
  top: -11vh;
  position: relative;
  margin-right: 50px;
}

.flex1 {
  flex: 1;
}
@media (max-width: 1350px) {
  .flex1 {
    flex: inherit;
  }
}

.splide__slide > div {
  min-height: 800px;
}
@media (max-width: 875px) {
  .splide__slide > div {
    min-height: 0;
  }
}

.tiltepromo2 h5 {
  position: relative;
  color: #3CB0B3;
  margin-right: 50px;
  font-size: 44pt;
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 600;
  text-align: end;
}
@media (max-width: 1600px) {
  .tiltepromo2 h5 {
    margin-right: 0;
  }
}

.tiltepromo2 h6 {
  padding-top: 5px;
  text-transform: uppercase;
  position: relative;
  margin-right: 50px;
  font-size: 27pt;
  letter-spacing: 0px;
  color: #072728;
  opacity: 1;
  text-align: end;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .tiltepromo2 h6 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.liSlidejs {
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-right: 50px !important;
  animation: 0.3s;
  height: auto;
  width: auto;
}

.liSlidejs button {
  height: 20px;
  width: 20px;
  margin: 0;
  background-color: #E8326E !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
}

@keyframes cercle {
  from {
    height: 20px;
    width: 20px;
  }
  to {
    width: 50px;
    height: 50px;
  }
}
.boutonActive {
  border: 2px solid #E8326E !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  background: white !important;
  z-index: 2 !important;
  animation: cercle 0.3s linear both;
}

.splide__pagination__page.is-active {
  transform: scale(1) !important;
}

.splide__pagination::after {
  border: solid #E8326E 1px;
  width: 100%;
  content: "";
  right: 25px;
  position: absolute;
}

.splide__pagination {
  bottom: 4.5em !important;
  left: inherit !important;
  padding: 0 1em;
  position: absolute !important;
  display: flex !important;
  z-index: 1;
  justify-content: center;
  right: 16% !important;
  height: 50px;
}
@media (max-width: 1600px) {
  .splide__pagination {
    bottom: 0.5em !important;
    left: inherit !important;
    position: absolute !important;
    display: flex !important;
    z-index: 1;
    right: calc(53% - 170px) !important;
    height: 50px;
    top: inherit !important;
  }
}
@media (min-width: 2000px) {
  .splide__pagination {
    right: calc(34% - 100px) !important;
  }
}

.splide__arrow {
  display: none !important;
}

.blocAvantImg {
  height: 500px;
  width: 500px;
}
@media (max-width: 1350px) {
  .blocAvantImg {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .blocEntierSlide {
    flex-direction: column-reverse !important;
  }
  .blocEntierSlide .tiltepromo2 h5 {
    text-align: center;
    right: 0;
  }
}
@media (max-width: 1600px) and (max-width: 850px) {
  .blocEntierSlide .tiltepromo2 h5 {
    font-size: 28pt;
  }
}
@media (max-width: 1600px) {
  .blocEntierSlide .tiltepromo2 h6 {
    text-align: center;
    right: 0;
  }
}
@media (max-width: 1600px) and (max-width: 850px) {
  .blocEntierSlide .tiltepromo2 h6 {
    font-size: 18pt;
  }
}

.splide {
  min-height: 830px;
}
@media (max-width: 1350px) {
  .splide {
    min-height: 0;
  }
}

.swiperTest {
  width: 100%;
  height: 100%;
}

.swiperTest-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiperTest-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#down1 {
  z-index: 9;
  position: relative;
}
@media (max-width: 700px) {
  #down1 {
    flex-direction: column;
  }
}

.b-radius-50 {
  border-radius: 50%;
}

.blockAvantages {
  z-index: 2;
}
@media (max-width: 900px) {
  .blockAvantages {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.contSlider .slider {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 600px) {
  .contSlider .slider {
    padding-left: 5px;
    padding-right: 5px;
  }
}

button {
  font-family: "Jost", sans-serif;
}

.backBlanc {
  height: 60px !important;
  transition: 0.3s !important;
}

#backblanc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: 0.3s;
}

.titreNaV {
  letter-spacing: 0px;
  color: #3CB0B3;
  text-transform: uppercase;
  opacity: 1;
  font-size: 2.5em;
  transition: 1s;
  position: relative;
}
@media (max-width: 1125px) {
  .titreNaV {
    display: none;
  }
}

.titreNaV span {
  font-weight: 600;
  font-size: 1em;
}

.logonav a {
  top: 100px;
  position: relative;
  left: 60px;
}
@media (max-width: 530px) {
  .logonav a {
    left: 0;
  }
}

#bloc_error h2 {
  text-align: center;
  letter-spacing: 0px;
  color: #3CB0B3;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
  font-size: 5em;
}

#bloc_error span {
  text-align: center;
  letter-spacing: 0px;
  color: #3CB0B3;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 300;
  font-size: 1em;
}

#bloc_error h3 {
  text-transform: uppercase;
}

#bloc_error a {
  z-index: 10;
  background-color: #E8326E;
  text-transform: uppercase;
  color: white;
  border-radius: 6px;
  position: relative;
  top: 30px;
  width: auto;
  height: auto;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

#bloc_error .vaguePoint {
  position: absolute;
  background-color: transparent;
  left: 0;
}

.blocNewsletter {
  max-width: 400px;
}
@media (max-width: 1070px) {
  .blocNewsletter {
    margin-bottom: 20px;
  }
}

.titreNewsLetter {
  padding: 10px 20px;
  background: #3CB0B3;
  border-radius: 0 0 7px 7px;
  color: white;
}

#footer1-2e #footCoordones span {
  font-size: 10pt;
  color: #3CB0B3;
  text-transform: capitalize;
}

.emailInput {
  width: 85%;
  padding: 10px 30px;
  border-radius: 7px;
  background: transparent;
  color: black;
  text-align: start;
  border: solid 1px #3CB0B3;
}
.emailInput::placeholder {
  color: black;
  font-weight: bold;
}

.textCheck {
  text-transform: initial;
  font-size: 9pt;
  margin: 10px 5px !important;
  width: 75%;
  color: #072728;
}

#footer1-2e input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

#footer1-2e input[type=checkbox] {
  border-radius: 4px;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #3CB0B3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#footer1-2e input[type=checkbox]:checked {
  position: relative;
}
#footer1-2e input[type=checkbox]:checked:before {
  font-family: FontAwesome, sans-serif;
  content: "\f00c";
  display: block;
  color: black;
  font-size: 13px;
  position: absolute;
}

.blocNewsletter button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #3CB0B3;
  height: 50px;
  width: 50px;
  color: white;
  white-space: nowrap;
}

#footer1-2e .footlocaplus {
  width: 90%;
  position: relative;
  left: 70px;
}
@media (max-width: 1325px) {
  #footer1-2e .footlocaplus {
    left: 0;
  }
}
@media (max-width: 450px) {
  #footer1-2e .footlocaplus {
    left: -20px;
  }
}

.opacity-1 {
  opacity: 1 !important;
  display: block;
}

.disconnect a {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (max-width: 530px) {
  .account {
    position: fixed !important;
    right: 18px !important;
    top: 70px !important;
    display: none !important;
  }
}
.account a {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (max-width: 530px) {
  .panierBout {
    display: none !important;
    position: fixed !important;
    right: 18px !important;
    top: 123px !important;
  }
}

@media (max-width: 530px) {
  .dropdown-menu {
    margin-left: 30px !important;
  }
}

.buttonShow {
  background-color: #3CB0B3 !important;
}
@media (max-width: 530px) {
  .buttonShow {
    display: block !important;
  }
}

.mc-calendar--modal .mc-display {
  background-color: #E8326E !important;
}

.mc-table__weekday {
  color: #E8326E !important;
}

.mc-btn--success {
  color: #E8326E !important;
}

.mc-date--active.mc-date--picked {
  background-color: #E8326E !important;
}

@media (max-width: 1200px) {
  .logSectV2 {
    flex-direction: column;
  }
}

.page-item.disabled .page-link {
  border: inherit !important;
}

.pagination .page-link {
  white-space: nowrap;
}

.navPag {
  width: 58%;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .navPag {
    width: auto;
  }
}

@media (max-width: 720px) {
  .pagination .next {
    display: none;
  }
  .pagination .previous {
    display: none;
  }
}
@media (max-width: 800px) {
  .blocResBouton {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .qteBasket input {
    border-radius: inherit !important;
  }
  .boutonAjoutPanier input {
    border-radius: inherit !important;
  }
}
@media (max-width: 1200px) {
  #resaCure {
    overflow: hidden;
  }
}

@media (max-width: 425px) {
  .mc-calendar--modal {
    overflow: hidden;
    max-width: 100% !important;
  }
}

.ContenuNav li::marker {
  display: none;
  content: none;
}

#resaCure h3 {
  text-align: center;
}
@media (max-width: 800px) {
  #resaCure .mobJust {
    justify-content: center !important;
  }
}

.modal {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5607843137);
}

.selectionQuantite label {
  color: #E8326E;
  font-family: "Jost", sans-serif;
}

@media (max-width: 450px) {
  .selectionQuantite select {
    padding: inherit;
    margin: 0 5px;
  }
}

@media (max-width: 1200px) {
  #actus .contSlider .slider {
    gap: 20px;
  }
}

#down1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#bigtitle a {
  color: #3CB0B3;
}

.bigtitle a {
  color: #3CB0B3;
}

.curesNotAvailable {
  cursor: default;
  border: yellow 3px solid;
  color: #c8c842;
}

.maCoor .col-10 > div:nth-child(2) .btn-outline-primary:hover, .maCoor .col-10 > div:nth-child(2) .btn-outline-primary.active, .maCoor .col-10 > div:nth-child(2) .btn-outline-primary:active {
  color: #fff;
  background-color: #E8326E;
  border-color: #3CB0B3;
}

.maCoor .col-10 > div:nth-child(1) .btn-outline-primary:hover, .maCoor .col-10 > div:nth-child(1) .btn-outline-primary.active, .maCoor .col-10 > div:nth-child(1) .btn-outline-primary:active {
  color: #fff;
  background-color: #3CB0B3;
  border-color: #E8326E;
}

.crt-load-more-container span {
  color: black !important;
  font-weight: bold !important;
  border: 1px solid black;
  padding: 10px;
}

.soinInBasket .txtProd {
  flex: inherit !important;
}

/*# sourceMappingURL=surcharge.css.map */
