@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;
}*/
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/*-- Declaration variables couleurs--*/
/* vert 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: #392E9C;
}

.couleur2 {
  color: #8f5ecb;
}

.couleur3 {
  color: #f1f0f0;
}

.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: #392E9C;
}

.bgCouleur2 {
  background-color: #8f5ecb;
}

.bgCouleur3 {
  background-color: #f1f0f0;
}

.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--*/
/*////////////////////////////////////////////////////////////////////*/
html {
  overflow-x: hidden;
}

body {
  overflow-x: initial;
}

.mc-calendar tbody, .mc-calendar td, .mc-calendar tfoot, .mc-calendar th, .mc-calendar thead, .mc-calendar tr {
  min-width: inherit !important;
}

#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: #392E9C !important;
  color: white !important;
}
#flashMessageAjax #flashMsg .alert-success {
  background-color: #8f5ecb !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: #392E9C;
  border-color: #8f5ef8;
}

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

.containerWave {
  position: absolute !important;
  width: 100%;
  bottom: -5px;
  overflow: hidden;
}

.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 span {
  z-index: 9;
  color: #392E9C;
}
#filAriane img {
  width: 18px;
}
#filAriane a span {
  font-size: 13pt;
}
.dashedOrange {
  width: 200px;
  border-bottom: #fcd743 2px dashed;
  margin-bottom: 2rem;
}

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

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

.deconnect {
  background-image: url(../medias_front/common/logout.png) !important;
  width: 30px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 23px;
  display: block;
  top: -17px;
  left: 7px;
}
@media (max-width: 1399px) {
  .deconnect {
    left: -5px;
  }
}

.cid-sYKQ7yZHbI nav.navbar {
  height: auto;
  display: flex;
  flex-direction: column;
}
.cid-sYKQ7yZHbI nav.navbar.opened {
  background: transparent url(../medias_front/fond-complet-nuages.jpg) no-repeat center center/cover !important;
  height: 100vh;
  transition: none !important;
  display: flex;
  flex-direction: column;
  align-items: end;
}

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

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

.cid-sYKQ7yZHbI .dropdown-menu {
  left: 0 !important;
}
@media (max-width: 1399px) {
  .cid-sYKQ7yZHbI .dropdown-menu {
    left: 29px !important;
  }
}

.cid-sYKQ7yZHbI .dropdown .dropdown-menu .dropdown-item {
  padding: 1rem;
  margin: 0;
  font-size: 0.9em !important;
  margin-left: 10px;
  margin: 3px;
}

.pParent .dropdown-menu {
  font-size: 2em;
  background-color: #89b9d6 !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;
}

.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 {
    top: -50px !important;
    background: none !important;
    margin-top: 46px !important;
    border: none !important;
    position: relative;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu {
    left: 148px !important;
    top: -30px !important;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu .dropdown-item {
    padding: 8px 15px;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu-level-3 {
    position: relative;
    top: -46px !important;
    left: 25px !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: 9999999999999;
  width: 100%;
  background-color: #986ccf !important;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  #flux {
    top: 0 !important;
  }
}
#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%;
  font-weight: 600;
  padding: 5px 30px 5px 50px;
  line-height: 1em;
}

.cid-sYIT0FG7v6 {
  background-image: none !important;
}
.cid-sYIT0FG7v6 h3 {
  color: #392E9C;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30pt;
  border-bottom: 3px solid #392E9C;
  margin-bottom: 20px;
}
.cid-sYIT0FG7v6 h4 {
  margin-top: 0 !important;
  color: #8F5ECB;
  font-weight: 600 !important;
}
.cid-sYIT0FG7v6 .mbr-form {
  background-color: #ffffff;
  padding: 10px 30px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-sYIT0FG7v6 .mbr-form label {
  color: white;
}
.cid-sYIT0FG7v6 .mbr-form input {
  border-radius: 0px !important;
}
.cid-sYIT0FG7v6 .mbr-form textarea {
  border-radius: 0px !important;
}
.cid-sYIT0FG7v6 .form-group {
  margin-bottom: 0 !important;
}
.cid-sYIT0FG7v6 .form-group button {
  margin-bottom: 35px !important;
}
.cid-sYIT0FG7v6 .form-control {
  font-size: 0.95rem !important;
  box-shadow: none !important;
  font-family: "Aller", sans-serif !important;
  font-weight: bold !important;
  background-color: #ffffff !important;
  text-transform: uppercase;
  border: white 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: #392E9C !important;
  border: none;
  text-transform: uppercase;
  color: white !important;
  font-size: 10pt;
  font-weight: 400;
  border-radius: 0 !important;
  width: 250px;
  margin: auto;
  box-shadow: none !important;
}
.cid-sYIT0FG7v6 .btn-primary span {
  font-size: 12.1pt;
  font-weight: bold;
}
.cid-sYIT0FG7v6 .btn-primary:hover {
  border-color: #392E9C !important;
  background-color: #8F5ECB !important;
  color: white !important;
}

#front_formulaire_save {
  margin-bottom: 15px !important;
  margin-top: 15px !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: #392E9C;
  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 {
  top: -8px;
  position: absolute;
  right: 35px;
  left: calc(100% - 65px);
  z-index: 2;
}

.cid-sYKQ7yZHbI nav.navbar {
  background: transparent !important;
  height: 50px;
  position: absolute;
}
.cid-sYKQ7yZHbI nav.navbar.navbar-short.scrolled {
  position: fixed;
  background: #986ccf !important;
}
.cid-sYKQ7yZHbI nav.navbar.navbar-short.scrolled.opened {
  background: transparent url(../medias_front/fond-complet-nuages.jpg) no-repeat center center/cover !important;
}

.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: auto;
}
#navbarSupportedContent #containerMenuPage {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100vw;
  height: 43px;
}
#navbarSupportedContent #containerMenuPage .logonav {
  background: transparent url("../medias_front/common/nuages_04.png") 50% 5% no-repeat padding-box;
  pointer-events: none;
}
@media (min-width: 2000px) {
  #navbarSupportedContent #containerMenuPage .logonav {
    background-size: cover;
  }
}
@media (max-width: 1399px) {
  #navbarSupportedContent #containerMenuPage .logonav {
    display: none;
  }
}
#navbarSupportedContent #containerMenuPage .logonav img {
  position: absolute;
  top: 318px;
  height: 170px;
  width: 170px;
  left: 130px;
}
@media (max-width: 1438px) {
  #navbarSupportedContent #containerMenuPage .logonav img {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 750px) {
  #navbarSupportedContent #containerMenuPage .logonav img {
    left: -82px;
    top: -37px;
  }
}
@media (min-width: 2000px) {
  #navbarSupportedContent #containerMenuPage .logonav img {
    top: 430px;
    height: 22%;
    width: 38%;
  }
}
#navbarSupportedContent .contentnav {
  display: flex;
  position: relative;
  top: 20px;
  right: 25px;
  height: 40px;
}
@media (max-width: 1125px) {
  #navbarSupportedContent .contentnav {
    right: 0;
  }
}
@media (max-width: 1399px) {
  #navbarSupportedContent .contentnav {
    display: block;
    padding-bottom: 16px;
  }
}
@media (max-width: 992px) {
  #navbarSupportedContent .contentnav {
    right: 0;
    padding: 0;
  }
}
#navbarSupportedContent li {
  color: transparent !important;
  font-weight: 500 !important;
  font-family: "Jost", sans-serif;
  font-size: 2.9px;
  text-transform: uppercase;
  width: 25%;
}
#navbarSupportedContent li i {
  margin-left: 10px;
}
#navbarSupportedContent li.itemSousMenu {
  display: none;
}
#navbarSupportedContent .nav-link {
  font-weight: 500 !important;
  height: 40px;
  color: white;
}

#navbarSupportedContent.show {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 75vh;
  align-items: center;
}
@media (max-width: 1399px) {
  #navbarSupportedContent.show {
    height: 100%;
    max-height: inherit;
    overflow: scroll;
    padding-top: 0 !important;
  }
}
#navbarSupportedContent.show #containerMenuPage {
  align-items: start;
  height: 50vh;
}
#navbarSupportedContent.show .contentnav {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100vw;
  align-items: center;
}
@media (max-width: 1400px) {
  #navbarSupportedContent.show .contentnav {
    width: 100%;
    right: 0;
  }
}
#navbarSupportedContent.show li {
  font-weight: 500 !important;
  font-family: "Jost", sans-serif;
  font-size: 2.9px;
  height: 43px !important;
  text-transform: uppercase;
  width: auto;
}
#navbarSupportedContent.show li a {
  color: #392E9C;
}
#navbarSupportedContent.show .checkNav a {
  color: #8f5ecb !important;
}
#navbarSupportedContent.show li:first-child {
  font-size: 4px;
}
#navbarSupportedContent.show li:nth-child(2) {
  font-size: 4px;
}
#navbarSupportedContent.show li:nth-child(3) {
  font-size: 4px;
}
#navbarSupportedContent.show .nav-link {
  font-weight: 500 !important;
}

.icon-nav img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(19%) saturate(7463%) hue-rotate(234deg) brightness(96%) contrast(100%);
  width: 30%;
  margin: 0 auto;
  margin-bottom: 41px;
}
@media (max-width: 1399px) {
  .icon-nav img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1399px) {
  .icon-nav {
    position: absolute;
    left: -51px;
    top: 12px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(702%) hue-rotate(236deg) brightness(111%) contrast(98%);
    width: 19%;
  }
}

.cid-sYKQ7yZHbI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  padding: 0 0px 0px !important;
  margin-top: 0 !important;
  top: 0px !important;
  display: block;
}

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

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

#menuDepliant {
  background: #392E9C;
  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;
}

.account {
  margin-left: 8px;
}
.account a:after {
  content: "";
  position: relative;
  display: block;
  background-image: url(../medias_front/common/monCompte.svg) !important;
  width: 23px;
  height: 34px;
  bottom: 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 1399px) {
  .account a:after {
    left: -4px;
  }
}

.btnRnd {
  position: relative;
  top: -15px;
}
.btnRnd.mobile a:after {
  filter: invert(100%) sepia(26%) saturate(13%) hue-rotate(217deg) brightness(103%) contrast(103%);
}

.panelProd:after {
  content: "";
  position: relative;
  display: block;
  background-image: url(../medias_front/common/panierProduct.svg);
  width: 30px;
  height: 44px;
  bottom: 1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 17px;
}

.panier:after {
  content: "";
  position: relative;
  display: block;
  background-image: url(../medias_front/common/panier.svg) !important;
  width: 35px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: -5px;
  top: -5px;
}

.redRound {
  background-color: #ff0c5f;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  bottom: 0px;
  left: 3px;
  z-index: 2;
  color: #fff;
}
.redRound span {
  position: relative;
  top: -0.1px;
  left: 5px;
}

#slider1-1v-tabPromoZone1 .carousel-caption {
  top: 100% !important;
}
@media (max-height: 900px) or (max-width: 1200px) {
  #slider1-1v-tabPromoZone1 .carousel-caption {
    top: 90% !important;
  }
}
#slider1-1v-tabPromoZone1 .item-wrapper {
  height: 100vh;
  width: 100%;
  background-position: 47% 140%;
  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: #ffffff;
  }
}
@media (max-width: 257px) {
  #slider1-1v-tabPromoZone1 .carousel-inner h1 {
    font-size: 1.2rem;
  }
}
@media (min-width: 2000px) {
  #slider1-1v-tabPromoZone1 .carousel-inner h1 {
    font-size: 5em;
  }
}
#slider1-1v-tabPromoZone1 .carousel-inner h1 .firstGreenTittle {
  color: #f1f0f0;
  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;
  }
}

#imgpromo2 {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 700px) {
  #imgpromo2 {
    background-size: initial;
  }
}

#slider2-44-tabPromoZone2 {
  min-height: 750px;
  width: 100%;
  background-color: #fff;
  background-image: url("../medias_front/fond-complet-nuages.jpg") !important;
  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 {
  position: inherit;
  margin: 0;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
#slider2-44-tabPromoZone2 .carousel-indicators #test {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5px;
  width: 33%;
  margin: 4px;
}
#slider2-44-tabPromoZone2 .carousel-indicators .hoverpuce {
  background-color: white;
  cursor: pointer;
}
#slider2-44-tabPromoZone2 .carousel-indicators .hoverpuce li {
  background-color: white;
}
#slider2-44-tabPromoZone2 .carousel-indicators li {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #8F5ECB;
  transition: all 0.3s;
  opacity: 1;
}
#slider2-44-tabPromoZone2 .carousel-indicators li:hover::after {
  background-color: white !important;
  z-index: 5555;
}
#slider2-44-tabPromoZone2 .carousel-indicators li:focus {
  background-color: greenyellow !important;
}
#slider2-44-tabPromoZone2 .carousel {
  position: absolute;
  top: 160px;
}
@media (max-width: 397px) {
  #slider2-44-tabPromoZone2 .carousel {
    top: 150px;
  }
}
#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 {
  width: 46%;
  position: relative;
  bottom: 75px;
}
@media (max-width: 768px) {
  #slider2-44-tabPromoZone2 .carousel-inner .containerTitles {
    width: 100%;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner .containerTitles .tiltepromo2 {
  width: auto;
  text-align: left;
  position: relative;
  top: 20px;
}
@media (max-width: 700px) {
  #slider2-44-tabPromoZone2 .carousel-inner .containerTitles .tiltepromo2 {
    text-align: center;
    position: relative;
    top: 35px;
    width: 100%;
    margin: 0 !important;
  }
}
#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;
}
@media (max-width: 700px) {
  #slider2-44-tabPromoZone2 .carousel-inner .containerTitles .tiltepromo2 h6 {
    margin: 0 0 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 {
  font-family: "Jost", sans-serif;
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  font-size: 35pt;
  text-align: center;
  left: -7%;
}
@media (min-width: 2000px) {
  #slider2-44-tabPromoZone2 .carousel-inner h5 {
    font-size: 5em;
  }
}
@media (max-width: 700px) {
  #slider2-44-tabPromoZone2 .carousel-inner h5 {
    font-size: 19pt;
    margin-top: 15px !important;
    left: 0 !important;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner h6 {
  font-family: "Jost", sans-serif;
  color: white;
  font-size: 20pt;
  padding-top: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
@media (max-width: 376px) {
  #slider2-44-tabPromoZone2 .carousel-inner h6 {
    left: 0;
  }
}
@media (max-width: 700px) {
  #slider2-44-tabPromoZone2 .carousel-inner h6 {
    font-size: 16pt;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 2000px) {
  #slider2-44-tabPromoZone2 .carousel-inner h6 {
    font-size: 3em;
  }
}
#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 {
  border-radius: 70px !important;
  bottom: 0;
  border: white 2px solid;
  position: relative;
  margin-top: auto;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  top: -30px;
  left: 93%;
  transition: all 0.3s linear;
}
@media (max-width: 1700px) {
  #slider2-44-tabPromoZone2 .carousel-inner .btnPromo {
    top: -30px;
    left: 96%;
  }
}
@media (max-width: 768px) {
  #slider2-44-tabPromoZone2 .carousel-inner .btnPromo {
    top: 30px;
    left: 69%;
  }
}
@media (max-width: 464px) {
  #slider2-44-tabPromoZone2 .carousel-inner .btnPromo {
    left: 72%;
  }
}
@media (max-width: 408px) {
  #slider2-44-tabPromoZone2 .carousel-inner .btnPromo {
    left: 81%;
  }
}
@media (max-width: 700px) {
  #slider2-44-tabPromoZone2 .carousel-inner .btnPromo {
    top: 39px !important;
  }
}
@media (min-width: 2000px) {
  #slider2-44-tabPromoZone2 .carousel-inner .btnPromo {
    top: -125px;
    left: 100%;
  }
}
#slider2-44-tabPromoZone2 .carousel-inner img {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-position: center center;
}

p {
  position: relative;
  text-align: center;
  font: normal normal normal 18px/23px Open Sans;
  letter-spacing: 0px;
  color: #103257;
  opacity: 1;
}
@media (min-width: 2000px) {
  p {
    font: normal normal normal 37px/53px Open Sans;
    font-size: 2.5em;
  }
}

@media (max-width: 1125px) {
  .cid-sYteQq2jTy .row {
    text-align: left !important;
  }
}
.section3 {
  position: relative;
  background-color: #392E9C;
}
.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;
  color: #392E9C;
  font-family: "Jost", sans-serif !important;
  margin-top: 45px;
}
.section4 .btnFilterProduct {
  background-color: #fff;
  word-break: normal;
  font-weight: 500;
  border: 1px solid #8f5ecb;
  color: #8f5ecb;
  font-family: "Jost", sans-serif;
  padding: 10px;
  height: 40px;
}
.section4 .btnFilterProduct.selected {
  background-color: #8f5ecb;
  color: #fff;
}
.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: white;
}
.section4 .containerProduct .containerPrice .aPartir {
  color: white;
  font-size: 0.7rem;
  text-align: center;
}
.section4 .containerProduct .containerPrice .price {
  font-weight: 500;
  background-color: #392E9C;
  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 {
  height: 100%;
  min-height: 200px;
  width: auto;
  min-height: 230px;
  min-width: 100%;
}
.section4 .containerProduct .producteur {
  color: #8f5ecb;
  font-size: 1rem;
}
.section4 .btnCatalogue {
  background-color: #f1f0f0 !important;
  font-family: "Jost", sans-serif !important;
  color: #fff !important;
  border: inherit;
  font-weight: 300;
}
.section4 .montainBottom {
  background-color: #fff;
  background-size: 100%;
  height: 250px;
  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;
  }
}

.ficheProduit {
  min-height: 830px;
  background: white;
  max-width: 100%;
  height: auto !important;
}
.ficheProduit .containerForm {
  width: 65%;
}

.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: #f1f0f0;
  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: #392E9C;
  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: #392E9C !important;
  font-weight: 300;
  border-color: #392E9C !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;
}

.logo-footer {
  border: none !important;
  height: 102px !important;
  width: 108px !important;
}

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

#footer1-2e {
  background-repeat: no-repeat;
  padding-top: 0;
  background-color: #392E9C;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  #footer1-2e {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  #footer1-2e {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
#footer1-2e #footCoordones {
  width: 100%;
}
@media (max-width: 1070px) {
  #footer1-2e #footCoordones {
    height: auto;
  }
}
#footer1-2e .footlocaplus {
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
  width: 70%;
  height: 70%;
}
@media (max-width: 1070px) {
  #footer1-2e .footlocaplus {
    flex-direction: column;
    align-items: center !important;
  }
}
@media (max-width: 992px) {
  #footer1-2e .footlocaplus {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1437px) {
  #footer1-2e .footlocaplus {
    width: auto;
    height: auto;
  }
}
#footer1-2e .footlocaplus h3 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-300) var(--unnamed-font-size-14)/16.8px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-1-4);
  color: var(--couleur4);
  text-align: center;
  font: normal normal 300 14px/17px Poppins;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  text-align: left;
}
@media (max-width: 1070px) {
  #footer1-2e .footlocaplus h3 {
    text-align: center;
  }
}
#footer1-2e .footlocaplus h3::after {
  content: "";
  height: 1px;
  width: 25px;
  position: absolute;
  background-color: white;
  top: 20px;
  left: 0px;
  z-index: 1;
}
@media (max-width: 1070px) {
  #footer1-2e .footlocaplus h3::after {
    left: 110px;
  }
}
@media (max-width: 992px) {
  #footer1-2e .footlocaplus h3::after {
    left: 77px;
  }
}
#footer1-2e .footlocaplus h4 {
  letter-spacing: var(--unnamed-character-spacing-1-4);
  color: var(--couleur4);
  text-align: left;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 20px;
}
@media (max-width: 1070px) {
  #footer1-2e .footlocaplus h4 {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #footer1-2e .agence1 {
    width: 80%;
  }
}
#footer1-2e .agence1 h1 {
  font-size: 16px;
  font-weight: 600;
  color: #3e3e3e;
}
#footer1-2e .agence1 h6 {
  font-size: 12px;
}
#footer1-2e .agence1 a {
  color: white;
}
#footer1-2e .logofoot img:first-child {
  width: 100%;
  height: 151px;
  position: relative;
  z-index: 2;
}
#footer1-2e .logofoot img:last-child {
  position: relative;
  right: 40px;
  z-index: 1;
}
@media (max-width: 1070px) {
  #footer1-2e .logofoot img:last-child {
    top: -55px;
    right: 0px;
  }
}
#footer1-2e .socialfoot a {
  color: white;
  height: 35px;
  width: 35px;
  border: 1px white solid;
}
#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: transparent;
}
#footer1-2e .footerDuFooter h6 {
  color: #bcbcbc;
  margin: 10px;
  font-size: 12px;
}
#footer1-2e .footerDuFooter h6 a {
  font-size: 12px;
}
#footer1-2e .fdf {
  height: 50px;
  border-width: 0 1px 1px 1px;
  color: white;
  margin-bottom: 25px;
  margin-top: 25px;
}
@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;
  position: relative;
  z-index: 50;
}
#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%;
  text-align: center;
}
@media (max-width: 900px) {
  #footer1-2e .resizefdf {
    flex-direction: column;
    gap: 10px;
  }
}
#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: 11pt;
  text-align: center;
  color: white;
  font-family: "Aller", sans-serif;
  font-weight: bold;
}
@media (max-width: 1070px) {
  #footer1-2e #footCoordones span {
    position: relative;
  }
}
#footer1-2e #footCoordones .contactFooter:after {
  content: "";
  position: relative;
  display: block;
  background-image: url(../medias_front/common/picto_contact.svg) !important;
  height: 10px;
  width: 14px;
  background-repeat: no-repeat;
  left: calc(100% - 35px);
  top: -16px;
}
@media (max-width: 1070px) {
  #footer1-2e #footCoordones .contactFooter:after {
    left: calc(100% - 13px);
  }
}
@media (max-width: 992px) {
  #footer1-2e #footCoordones .contactFooter:after {
    left: calc(100% - 75px);
    top: -15px;
  }
}
#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 p, #footer1-2e .footerDuFooter span {
  font-size: 10pt !important;
  color: white !important;
  text-transform: uppercase;
  position: absolute;
}
#footer1-2e .footerDuFooter a {
  color: white !important;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.34;
  margin-right: 10px;
}

.breadcrumb-item a {
  color: #392E9C;
}

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

.filAccueil::after {
  content: "";
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 6px;
  background-size: contain;
  top: 4px;
}

/*
 *  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: #8f5ecb;
  background-color: #fff;
  border: none;
  top: -6px;
}

.page-link:hover {
  background-color: white;
  color: #8f5ecb;
}

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

.previousPage {
  background-repeat: no-repeat;
  text-align: center;
  color: #fff !important;
  margin-right: 50px !important;
  background: #8f5ecb;
}
.previousPage:hover {
  background: #8f5ecb;
}

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

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

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

a.text-white:hover, a.text-white:focus, a.text-white.active {
  color: #fff !important;
}

a[class*=text-]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none !important;
}

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

.btnOrange {
  border: 1px solid #8f5ecb !important;
  background-color: white !important;
  border: none;
  text-transform: uppercase;
  color: #8f5ecb;
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 7px;
}
@media (max-width: 1000px) {
  .btnOrange {
    padding: inherit;
  }
}
.btnOrange:hover {
  color: #392E9C !important;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .pagi {
  display: flex;
}
.pagination .current {
  font-size: 1.7em;
  position: relative;
  color: #2cbfc6;
  top: 13px;
  display: block;
  margin: 0 15px;
}
.pagination .last {
  display: none;
}
.pagination .first {
  display: none;
}
.pagination .next {
  width: 170px;
  background-color: #8f5ecb;
  height: 38px;
  top: 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  color: white;
}
.pagination .next img {
  width: 27px;
  height: 8px;
}
@media screen and (max-width: 800px) {
  .pagination .next {
    display: none;
  }
}
.pagination .next a {
  position: relative;
  top: 9px;
  color: #fff;
  z-index: 12;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14px;
}
.pagination .previous {
  width: 170px;
  background-color: #8f5ecb;
  height: 38px;
  top: 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  color: white;
}
.pagination .previous img {
  width: 27px;
  height: 8px;
  transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  .pagination .previous {
    display: none;
  }
}
.pagination .previous a {
  position: relative;
  top: 9px;
  color: #fff;
  z-index: 12;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14px;
}
.pagination .page {
  margin: 15px;
}
.pagination .page a {
  color: #000;
  font-size: 1.3em;
  left: -150px;
}

#popupFront {
  background: #ffffff;
  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 #f1f0f0;
  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: #392E9C;
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 20pt;
  font-weight: 600;
  font-family: "Source Serif Pro", serif;
}
#popupFront h4.cieleoH4 {
  background-color: #CC7337;
}
#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;
  bottom: -55px;
}
#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;
}

.qteBasket {
  position: relative;
}

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

.moins {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-color: #392E9C !important;
}
.moins span {
  height: 47px;
  color: #ffffff;
  font-size: 40pt;
  font-family: "Aller", sans-serif;
}

.plus {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  text-align: center;
  right: -3px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  background-color: #392E9C !important;
}
.plus span {
  height: 47px;
  color: #ffffff;
  font-size: 40pt;
  font-family: "Aller", sans-serif;
}

#navbarSupportedContent {
  border-radius: 0px;
  width: auto;
  top: -8px;
  position: absolute;
}

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

.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;
}
@media (max-width: 1399px) {
  .menu_box {
    height: 100%;
  }
}

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

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

.navbar {
  display: block;
}

.menu_box {
  padding-right: 0;
}

#navbarSupportedContent.show {
  padding-top: 50px !important;
  background-color: transparent !important;
  display: flex !important;
  flex-direction: column;
  width: 100vw;
}
@media (max-width: 1399px) {
  #navbarSupportedContent.show {
    padding-top: 0 !important;
  }
}
#navbarSupportedContent.show li {
  height: auto !important;
}
#navbarSupportedContent.show .nav-link {
  padding: 9px !important;
}
#navbarSupportedContent.show .dropdown-menu {
  position: relative;
}
@media (max-width: 1399px) {
  #navbarSupportedContent.show .dropdown-menu {
    background: transparent !important;
    display: none;
    border: inherit;
  }
}
#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: 0;
  height: 582px;
}

.sousMenuAriane {
  position: relative;
  z-index: 78;
  top: 60px;
}

.navDown {
  height: 47px;
  width: 47px;
  top: -25px;
  position: relative;
}
.navDown:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/medias_front/btn-down.svg") !important;
  height: 28px;
  width: 37px;
  background-repeat: no-repeat;
  left: 0;
  top: 55px;
}

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

#bigtitle {
  margin-right: 13%;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 2000px) {
  #bigtitle {
    margin-right: 12%;
    top: 5%;
    position: relative;
  }
}
@media (max-width: 1124px) {
  #bigtitle {
    justify-content: center !important;
  }
}
@media (max-width: 320px) {
  #bigtitle {
    width: 300px;
    top: -28%;
    text-shadow: 1px 1px black;
  }
}
#bigtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: inherit;
  height: inherit;
  background: -moz-element(#bigtitle) no-repeat;
  background-size: 80%;
}
#bigtitle h1, #bigtitle h2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1px;
}
@media (min-width: 2000px) {
  #bigtitle h1, #bigtitle h2 {
    font-size: 3em !important;
  }
}
#bigtitle h2 {
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  #bigtitle #subbigtitle span {
    color: #3e3e3e;
  }
}
#bigtitle #subbigtitle span:first-child::after {
  content: "|";
  height: 5px;
  margin-left: 40px;
}
#bigtitle #subbigtitle span:nth-child(2)::after {
  content: "|";
  height: 5px;
  margin-left: 40px;
}
#bigtitle img {
  width: 360px;
  height: 40px;
  transform: scale(0.45);
  margin-left: 10%;
}
@media (max-width: 880px) {
  #bigtitle img {
    margin: 0 auto;
  }
}

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

.catalogue {
  position: relative;
  background-color: #f1f0f0;
}
.catalogue .catatitle {
  padding-top: 5%;
}
.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: absolute;
  background-repeat: no-repeat;
  height: 71px;
  bottom: 0;
  left: calc(50% - 17.5px);
}
#pagedown img {
  position: relative;
  z-index: 999;
  width: 58px;
  height: 41px;
}
#pagedown a {
  height: 50px;
}

.articleloc {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 854px) {
  .articleloc {
    width: 100%;
  }
}
.articleloc .art {
  width: 392px;
  height: 460px;
  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: 280px;
}
.articleloc .imgdesc img {
  height: 247px;
  max-width: 392px;
}
.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;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  margin-right: 0;
  background-color: #f1f0f0;
  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;
}
@media screen and (max-width: 883px) {
  .swiper-slide {
    width: 100%;
  }
}

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

.swiper-button-next {
  position: relative;
  z-index: 9999;
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("../medias_front/common/flechedroitelocaplus.png") !important;
  position: absolute;
  right: 5%;
}
@media screen and (max-width: 883px) {
  .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    right: 150px;
  }
}
@media screen and (max-width: 450px) {
  .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    right: 20px;
    top: -20px;
  }
}

.swiper-button-prev:after {
  content: url("../medias_front/common/flechegauchelocaplus.png") !important;
  position: absolute;
  left: 5%;
}
@media screen and (max-width: 883px) {
  .swiper-button-prev:after {
    left: 150px;
  }
}
@media screen and (max-width: 450px) {
  .swiper-button-prev:after {
    left: 20px;
    top: -20px;
  }
}

.day {
  margin: 1%;
}
.day button {
  height: 34px;
  width: 100px;
  border-radius: 5px;
  background-color: #f1f0f0 !important;
  color: #8f5ecb !important;
  border: none !important;
  margin-top: 0;
  font-weight: 500;
}
.day button:hover {
  background-color: #8f5ecb !important;
  color: #f1f0f0 !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: #fcd743;
  width: 71%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px;
}
.offreloc img {
  width: 27px;
  height: 8px;
  top: 0;
}
.offreloc button {
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 15px;
}

.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: #f1f0f0;
  padding-top: 50px;
  background-image: url("../medias_front/common/bg3agence.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 665px;
  width: 100%;
}
.agence .agencedesc {
  margin-bottom: 10%;
  margin-right: 15%;
  letter-spacing: 1px;
}
@media screen and (max-width: 1800px) {
  .agence .agencedesc {
    background-color: white;
    padding: 2%;
    border-radius: 5px;
    margin: 0 auto;
  }
}
.agence .agencedesc h2 {
  color: #f1f0f0;
  text-transform: uppercase;
  font-size: 2em;
  margin-left: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1800px) {
  .agence .agencedesc h2 {
    color: #3e3e3e;
  }
}
.agence .agencedesc h2 strong {
  font-size: 2em;
  margin-right: 10px;
}
.agence .agencedesc p {
  color: white;
  font-size: 12px;
  margin-left: 60px;
}
.agence .agencedesc h5 {
  text-transform: uppercase;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 25px;
}
.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: #fcd743;
  width: 250px;
  padding: 2%;
  border-radius: 5px;
}
@media screen and (max-width: 1800px) {
  .agence .agencedesc .ensavoirplus {
    width: 100%;
  }
}
.agence .agencedesc .ensavoirplus a {
  color: #3e3e3e;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}

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

.catatitle1 {
  background-color: #f1f0f0;
}
.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: #f1f0f0;
  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: #8f5ecb;
  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);
  left: -102px;
  position: absolute;
  height: 685px;
  width: 725px;
}
@media (max-width: 1437px) {
  .logonav {
    margin-top: 25px;
  }
}
@media (max-width: 1399px) {
  .logonav {
    height: 100%;
  }
}
@media (min-width: 2000px) {
  .logonav {
    height: 70vh;
    width: 38%;
    left: -214px;
  }
}

#BigTitlepeint {
  position: relative;
  z-index: 1;
  top: -35px;
  margin: 0 auto;
  width: 374px;
  height: 48px;
}

.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: black;
}

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

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;
    flex-direction: column;
    margin: 5px !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}
#navbarSupportedContent.show #containerMenuPage {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  #navbarSupportedContent.show #containerMenuPage {
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: -192px;
  }
}

.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;
}

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

.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;
  }
}
.cid-sYsP7EgLKR .carousel-caption {
  right: -15%;
}
@media screen and (max-width: 1124px) {
  .cid-sYsP7EgLKR .carousel-caption {
    align-items: center !important;
  }
}

.divButonReserve {
  position: relative;
  top: 80%;
  width: 90px;
  height: 90px;
  background-color: rgb(143, 94, 203);
  opacity: 1;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  z-index: 8;
  left: calc(50% - 45px);
  transition: all 0.1s linear;
}
.divButonReserve a {
  font-size: 0.9rem;
}
.divButonReserve:hover {
  background-color: rgb(143, 94, 203);
  transition: all 0.1s linear;
  transform: scale(1.1);
}
@media (min-width: 2000px) {
  .divButonReserve {
    top: 74%;
    width: 200px;
    height: 200px;
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    font-size: 1.5em;
    left: calc(50% - 100px);
  }
}

.butonReserve {
  color: white;
  text-transform: uppercase;
}

.vagueBlanche {
  background: transparent url(../medias_front/VagueBlanche.png) 50% 0% no-repeat padding-box;
  width: 100%;
  height: 166px;
  position: absolute;
  bottom: 40px;
  opacity: 1;
}
@media (min-width: 2000px) {
  .vagueBlanche {
    bottom: -50px !important;
    width: 106%;
    height: 370px;
    background-size: cover !important;
    left: -107px;
  }
}

.degraderBlanc {
  position: absolute;
  background: linear-gradient(0deg, transparent, white);
  height: 220px;
  top: 0;
  width: 100%;
}

#MontagneEnNeige {
  background-image: url(../medias_front/photo-neige.jpg);
  width: 100%;
  height: 832px;
  background-position: 50% 32%;
  background-size: cover;
}

#cercleResource {
  z-index: 55;
  position: absolute;
  display: flex;
  width: 257px;
  height: 235px;
  background-color: white;
  animation-name: none !important;
  top: -55px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: calc(50% - 128.5px);
}

#RessourceSection {
  height: 2260px;
}
@media (max-width: 1245px) {
  #RessourceSection {
    height: 2500px;
  }
}

#titreResources h2, h3, p {
  text-align: center;
}

#titreResources {
  position: absolute;
  top: 7%;
  z-index: 55;
}

#cercleImage {
  height: 90px;
  position: relative;
  right: 10px;
}

#titreResources h2 {
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-70)/57.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur1);
  font: normal normal bold 70px/58px Poppins;
  letter-spacing: 0px;
  color: #392E9C;
  opacity: 1;
}
@media (max-width: 650px) {
  #titreResources h2 {
    font: normal normal bold 60px/58px Poppins;
  }
}
@media (max-width: 300px) {
  #titreResources h2 {
    font: normal normal normal 40px/25px Poppins;
  }
}

#titreResources h3 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-48)/57.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur1);
  font: normal normal normal 48px/58px Poppins;
  letter-spacing: 0px;
  color: #392E9C;
}
@media (max-width: 650px) {
  #titreResources h3 {
    font: normal normal normal 33px/40px Poppins;
  }
}
@media (max-width: 388px) {
  #titreResources h3 {
    font: normal normal normal 26px/37px Poppins;
  }
}

#titreResources p {
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 18px/23px Open Sans;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur3);
  text-align: center;
  font: normal normal normal 18px/23px Open Sans;
  letter-spacing: 0px;
  color: #103257;
  opacity: 1;
  width: 50%;
}
@media (max-width: 650px) {
  #titreResources p {
    width: 90%;
    font: normal normal normal 18px/19px Open Sans;
  }
}

#titreResources {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#titreResources button {
  background: var(--couleur2) 0% 0% no-repeat padding-box;
  background: #8F5ECB 0% 0% no-repeat padding-box;
  padding: 9px 27px;
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 17px/21.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur4);
  text-align: center;
  font: normal normal bold 17px/22px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  transition: all 0.2s linear;
  border-radius: 4px;
}
#titreResources button:hover {
  padding: 9px 36px;
  transition: all 0.2s linear;
}

#cercleResource svg {
  fill: white !important;
  stroke: #392E9C;
  stroke-width: 5px;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  width: 143px;
  position: relative;
  left: -11px;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#respirerBlocImg {
  width: 100%;
}
@media (max-width: 1245px) {
  #respirerBlocImg {
    margin-top: 135px;
  }
}
@media (max-width: 770px) {
  #respirerBlocImg {
    overflow-x: hidden;
    margin-top: 0;
  }
}
@media (max-width: 503px) {
  #respirerBlocImg {
    margin-top: 100px;
  }
}

#cerfVolant {
  position: absolute;
  width: 100px;
  z-index: 3;
  top: 36%;
  right: 44%;
}
@media (max-width: 1690px) {
  #cerfVolant {
    top: 27%;
    left: 28%;
    right: unset;
  }
}
@media (max-width: 755px) {
  #cerfVolant {
    display: none;
  }
}

#nuagesRespirer {
  position: absolute;
  width: 1200px;
  z-index: 1;
  height: 1300px;
  left: 220px;
}
@media (max-width: 1690px) {
  #nuagesRespirer {
    left: 20%;
  }
}
@media (max-width: 453px) {
  #nuagesRespirer {
    left: -22%;
    top: 0;
  }
}

.montageLacBloc-ciel {
  width: 50%;
  z-index: 5;
  background-image: url(../medias_front/0007.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 881px;
  position: relative;
  border-right: none;
}
@media (min-width: 2500px) {
  .montageLacBloc-ciel {
    width: 35%;
  }
}
@media (max-width: 1245px) {
  .montageLacBloc-ciel {
    width: 100%;
    overflow: hidden;
    border-right: 15px solid #fff;
    margin-top: 50px;
    height: 500px;
  }
}
.montageLacBloc-ciel:before {
  content: "";
  position: relative;
  display: block;
  background-image: url(../medias_front/picto_spa.svg) !important;
  height: 138px;
  width: 115px;
  background-repeat: no-repeat;
  left: -79px;
  z-index: 12;
  bottom: -370px;
}
@media (max-width: 1245px) {
  .montageLacBloc-ciel:before {
    display: none;
  }
}
.montageLacBloc-ciel:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../medias_front/0001.png) !important;
  height: 371px;
  width: 571px;
  background-repeat: no-repeat;
  left: -294px;
  bottom: -190px;
}
@media (max-width: 1245px) {
  .montageLacBloc-ciel:after {
    display: none;
  }
}

.montageLacBloc {
  width: 50%;
  z-index: 5;
  background-image: url(../medias_front/montagnePetitLac.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 843px;
  position: relative;
  border: 15px solid #fff;
  border-right: none;
}
@media (min-width: 2500px) {
  .montageLacBloc {
    width: 35%;
  }
}
@media (max-width: 1245px) {
  .montageLacBloc {
    width: 100%;
    overflow: hidden;
    border-right: 15px solid #fff;
    margin-top: 50px;
    height: 500px;
  }
}
.montageLacBloc:before {
  content: "";
  position: relative;
  display: block;
  background-image: url(../medias_front/common/cerf-volant.svg) !important;
  height: 138px;
  width: 115px;
  background-repeat: no-repeat;
  left: -79px;
  z-index: 12;
  bottom: -370px;
}
@media (max-width: 1245px) {
  .montageLacBloc:before {
    display: none;
  }
}
.montageLacBloc:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../medias_front/station_ski.jpg) !important;
  height: 371px;
  width: 571px;
  background-repeat: no-repeat;
  left: -294px;
  bottom: -190px;
}
@media (max-width: 1245px) {
  .montageLacBloc:after {
    display: none;
  }
}

#montageLac {
  width: 100%;
  height: 603px;
  z-index: 2;
  max-width: 1000px;
}
@media (max-width: 1245px) {
  #montageLac {
    margin: 0 auto;
  }
}

#stationSki {
  position: absolute;
  width: 494px;
  z-index: 4;
  top: 44%;
  left: 36%;
}
@media (max-width: 1690px) {
  #stationSki {
    top: 41%;
    left: 29%;
    width: 41%;
  }
}
@media (max-width: 755px) {
  #stationSki {
    left: 12%;
    width: 80%;
  }
}

#textRespirer {
  z-index: 5;
  width: 50%;
}
@media (max-width: 1245px) {
  #textRespirer {
    width: 100%;
    justify-content: center !important;
  }
}

.contentRespirer {
  max-width: 500px;
  margin-right: 110px;
  position: relative;
}
@media (max-width: 1245px) {
  .contentRespirer {
    margin-right: 0px;
  }
}
.contentRespirer:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../medias_front/nuages_04.webp);
  height: 1750px;
  width: 1430px;
  background-repeat: no-repeat;
  left: calc(100% - 35px);
  top: -280%;
  left: -32%;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 1300px) {
  .contentRespirer:after {
    height: 1200px;
    width: 1000px;
    top: -131%;
  }
}
@media (max-width: 1178px) {
  .contentRespirer:after {
    top: -94%;
    left: -8%;
    height: 891px;
    width: 799px;
  }
}
@media (max-width: 770px) {
  .contentRespirer:after {
    display: none !important;
  }
}

.bg-nuages:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../medias_front/nuages_04v2.png) !important;
  height: 1750px;
  width: 1430px;
  background-repeat: no-repeat;
  left: calc(100% - 35px);
  top: -280%;
  left: -32%;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 1300px) {
  .bg-nuages:after {
    height: 1200px;
    width: 1000px;
    top: -131%;
  }
}
@media (max-width: 1178px) {
  .bg-nuages:after {
    top: -94%;
    left: -8%;
    height: 891px;
    width: 799px;
  }
}
@media (max-width: 770px) {
  .bg-nuages:after {
    display: none !important;
  }
}

#textRespirer h2 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-70)/57.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur1);
  text-align: right;
  font: normal normal bold 70px/58px Poppins;
  letter-spacing: 0px;
  color: #392E9C;
  opacity: 1;
}
@media (max-width: 1245px) {
  #textRespirer h2 {
    text-align: center;
  }
}
@media (max-width: 453px) {
  #textRespirer h2 {
    font: normal normal bold 50px/47px poppins;
  }
}

#textRespirer h3 {
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: right;
  font: normal normal bold 40px/48px Poppins;
  letter-spacing: 0px;
  text-shadow: 0px 0px 16px rgba(57, 46, 156, 0.2784313725);
  opacity: 1;
  color: white;
}
@media (max-width: 1245px) {
  #textRespirer h3 {
    text-align: center;
  }
}
@media (max-width: 770px) {
  #textRespirer h3 {
    color: #392E9C;
    text-shadow: inherit;
  }
}

#textRespirer p {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 18px/23px Open Sans;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur4);
  text-align: right;
  font: normal normal normal 18px/23px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(57, 46, 156, 0.2588235294);
  opacity: 1;
  right: 8%;
  position: relative;
  text-shadow: 0px 3px 6px rgba(57, 46, 156, 0.7882352941);
}
@media (max-width: 1245px) {
  #textRespirer p {
    right: 0px;
    text-align: center;
  }
}
@media (max-width: 770px) {
  #textRespirer p {
    color: black;
    text-shadow: inherit;
  }
}

.respirerPlus {
  justify-content: center !important;
}

#textRespirer button {
  background: var(--couleur2) 0% 0% no-repeat padding-box;
  background: #392E9C 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 9px 27px;
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 17px/21.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur4);
  text-align: center;
  font: normal normal bold 17px/22px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: inherit;
}
#textRespirer button:hover {
  padding: 9px 36px;
  transition: all 0.2s linear;
}

.resize-scroll-full {
  position: relative;
  top: -22px;
  width: 121px !important;
  height: 134px !important;
}

#profiter {
  position: absolute;
  top: 74%;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media (max-width: 453px) {
  #profiter {
    top: 65%;
    z-index: 9;
  }
}

#soleil {
  width: 201px;
  height: 201px;
  margin-bottom: 15px;
}
@media (max-width: 453px) {
  #soleil {
    width: 30%;
  }
}

#profiter h2 {
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-70)/57.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur1);
  text-align: center;
  font: normal normal bold 70px/58px Poppins;
  letter-spacing: 0px;
  color: #392E9C;
  opacity: 1;
  margin: 20px;
}
@media (max-width: 400px) {
  #profiter h2 {
    font: normal normal bold 60px/58px Poppins;
  }
}

#profiter h3 {
  /* UI Properties */
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur1);
  text-align: center;
  font: normal normal bold 40px/28px Poppins;
  letter-spacing: 0px;
  color: #392E9C;
  opacity: 1;
  margin: 0px 20px 20px 20px;
}
@media (max-width: 400px) {
  #profiter h3 {
    font: normal normal bold 40px/40px Poppins;
  }
}

#profiter p {
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 18px/23px Open Sans;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur3);
  text-align: center;
  font: normal normal normal 18px/23px Open Sans;
  letter-spacing: 0px;
  color: #103257;
  opacity: 1;
  width: 50%;
}
@media (max-width: 470px) {
  #profiter p {
    width: 100%;
  }
}

#montagneFin {
  height: 650px;
  background-image: url(../medias_front/montagneFin.jpg);
}
@media (max-width: 920px) {
  #montagneFin {
    height: 1000px;
  }
}

#imageGalerieFin {
  display: flex;
  position: absolute;
  top: 100%;
  z-index: 5;
  flex-direction: column;
}

#photosFin a {
  margin: 20px;
  margin: 20px;
  min-width: 250px;
}

#photosFin {
  display: flex;
  flex-direction: row;
}
@media (max-width: 920px) {
  #photosFin {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#photosFin img {
  width: 237px;
  height: 237px;
  border: 15px solid white;
}

#randoner {
  background: url(../medias_front/bareges-img02.jpg) 31% 47% no-repeat padding-box;
  background-size: cover;
  width: 237px;
  height: 237px;
  border: 15px solid white;
}

#BatimentMontagne {
  background: url(../medias_front/bareges-img03.jpg) 31% 47% no-repeat padding-box;
  background-size: cover;
  width: 237px;
  height: 237px;
  border: 15px solid white;
}

#sona {
  background: url(../medias_front/bareges-img01.jpg) 59% 47% no-repeat padding-box;
  background-size: cover;
  width: 237px;
  height: 237px;
  border: 15px solid white;
}

#profiter button {
  background: var(--couleur2) 0% 0% no-repeat padding-box;
  background: #8F5ECB 0% 0% no-repeat padding-box;
  width: 96%;
  height: auto;
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 17px/21.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur4);
  text-align: center;
  font: normal normal bold 17px/22px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  padding: 10px;
  font-weight: inherit;
  margin: 0 auto;
  border-radius: 4px;
}

#fleche-promo {
  display: flex;
  position: absolute;
  right: 0px;
  top: 80px;
  color: white;
}

.fleche {
  width: 30px;
  height: 30px;
}

#logoBarege {
  background-color: #392E9C;
}

#LogoCieleo {
  background-color: transparent;
  width: 100%;
  height: 85px;
  position: relative;
  top: 2px;
}
@media (max-width: 1070px) {
  #LogoCieleo {
    width: 100%;
    height: 110px;
    position: relative;
    top: 0 !important;
    margin-bottom: 65px;
  }
}

#cure_module {
  position: relative;
  z-index: 50;
  overflow: hidden;
}

.monteTextFoot {
  position: relative;
}

#vagueEtFleche {
  width: 100%;
  position: absolute;
  height: 200px;
  background: transparent url(../medias_front/common/background.svg) 50% 0% no-repeat padding-box;
  top: -190px;
  pointer-events: none;
}
@media (min-width: 2000px) {
  #vagueEtFleche {
    width: 117vw !important;
    height: 336px;
    top: -327px;
    background-size: cover !important;
    left: -169px;
  }
}

.resize-scroll {
  position: absolute;
  width: 105px;
}

.resize-cieleo {
  position: absolute;
  width: 111px;
  top: 8px;
}

#flecheHaut {
  position: absolute;
  height: 36px;
  width: 36px;
  transform: rotate(270deg) !important;
  bottom: 50px;
}

#contact {
  position: relative;
}

.mbr-form {
  position: relative;
  margin-bottom: 150px !important;
  background-color: #392e9c !important;
}
.mbr-form::before {
  content: none !important;
}

.resaux {
  margin-top: 16px;
}

@media (max-width: 1070px) {
  #contact h3 {
    position: relative;
    margin-top: 25px;
  }
}

@media (max-width: 1070px) {
  #contact h3::after {
    left: 47px !important;
  }
}
@media (max-width: 992px) {
  #contact h3::after {
    left: 92px !important;
  }
}

@media (max-width: 1070px) {
  #reseauTexte h3 {
    position: relative;
    margin-top: 25px;
  }
}

@media (max-width: 1070px) {
  #reseauTexte h3::after {
    left: 0px !important;
  }
}

.iconNav {
  padding: 0 !important;
}

.lettreFoot {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../medias_front/common/picto_contact.svg) !important;
  height: 9px !important;
  width: 13px;
  right: 16px;
  top: 26px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1070px) {
  .lettreFoot {
    right: 18px;
    top: 26px;
  }
}
@media (max-width: 1070px) {
  .lettreFoot {
    right: 75px;
  }
}

.nuageFondFooter {
  position: absolute;
  background-image: url(../medias_front/nuages_footer.webp) !important;
  height: 100%;
  width: 65%;
  right: 0;
  bottom: 0px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 2000px) {
  .nuageFondFooter {
    height: 100%;
    width: 46%;
  }
}
@media (max-width: 1070px) {
  .nuageFondFooter {
    display: none;
  }
}

#panier {
  height: 25px;
  width: 25px;
}

#compte {
  height: 25px;
  width: 25px;
  position: relative;
}

#navbarSupportedContent.show li:nth-child(4) {
  font-size: 4px;
}

#navbarSupportedContent.show li:nth-child(5) {
  font-size: 4px;
}

#navbarSupportedContent.show li:nth-child(7) {
  font-size: 4px;
}

.flechesuivante {
  height: 50px;
  width: 50px;
  transform: rotate(0deg) !important;
  background-image: url(../medias_front/common/flèche_suivante.svg) !important;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 1;
}

.flecheprecedente {
  height: 50px;
  width: 50px;
  transform: rotate(180deg) !important;
  background-image: url(../medias_front/common/flèche_suivante.svg) !important;
  position: absolute;
  background-repeat: no-repeat;
  opacity: 1;
}

.carouselflecheprecedente {
  position: relative;
  left: inherit;
  right: 0;
}

.carouselflechesuivante {
  position: relative;
  left: inherit;
  right: -66px;
  top: 14px;
}

.lesFlechesCarousel {
  position: absolute;
  display: flex;
  flex-direction: row;
  right: -190px;
  top: 85px;
  width: 35%;
  height: 51px;
}
@media (max-width: 768px) {
  .lesFlechesCarousel {
    right: 35%;
    top: 92%;
  }
}
@media (min-width: 2000px) {
  .lesFlechesCarousel {
    top: 119px;
    width: 34%;
    height: 53px;
  }
}

#navbarSupportedContent {
  display: none !important;
}

@media (min-width: 1400px) {
  #navbarSupportedContent {
    display: inherit !important;
  }
}
.lesIcoNav {
  display: flex;
}
@media (max-width: 1399px) {
  .lesIcoNav {
    justify-content: center;
    align-items: center;
    width: 10%;
    position: relative;
  }
}
@media (max-width: 1399px) {
  .lesIcoNav {
    top: 8px;
  }
}

@media (max-width: 1070px) {
  .logoCielo {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  #spaTermal h3::after {
    left: 0px !important;
  }
}

@media (max-width: 992px) {
  #spaTermal h3 {
    position: relative;
  }
}

#element70 input {
  width: 24px !important;
}

.carouselChiffre p {
  top: 22px !important;
  left: 58px;
  color: white !important;
}
@media screen and (min-width: 2000px) {
  .carouselChiffre p {
    top: 6px !important;
  }
}

.blocAutoImg {
  border: 16px solid #fff;
  height: 550px;
  width: 50%;
  max-height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 1330px) {
  .blocAutoImg {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .blocAutoImg {
    width: 100%;
  }
}
@media (max-width: 535px) {
  .blocAutoImg {
    height: 345px;
  }
}

.item {
  height: 100%;
}

.blocblanc {
  background: white;
  width: 100%;
  height: 47px;
  position: absolute;
  bottom: -3px;
  opacity: 1;
}

#bigtitle h1 {
  -webkit-box-reflect: below 70px linear-gradient(transparent, rgba(255, 255, 255, 0.6980392157));
}
@media (max-width: 818px) {
  #bigtitle h1 {
    -webkit-box-reflect: inherit;
  }
}
@media (min-width: 2000px) {
  #bigtitle h1 {
    -webkit-box-reflect: below 128px linear-gradient(transparent, rgba(255, 255, 255, 0.6980392157));
  }
}

.imgNavbot {
  position: relative;
  z-index: 999;
  width: 34px;
  height: 25px;
  top: 21px;
  background-image: url(../medias_front/btn-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bloctextUpslide {
  top: 100px;
  position: relative;
  text-align: center;
}

.bloctextUpslide h3 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-48)/70.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur1);
  text-align: center;
  font: normal normal normal 48px/71px Poppins;
  letter-spacing: 0px;
  color: #392E9C;
}

.bloctextUpslide h2 {
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-70)/70.6px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--couleur1);
  text-align: center;
  font: normal normal bold 70px/71px Poppins;
  letter-spacing: 0px;
  color: #392E9C;
}
@media (min-width: 2000px) {
  .bloctextUpslide h2 {
    font-size: 6em;
  }
}

.bloctextUpslide p {
  top: 0 !important;
  width: 40%;
}
@media (max-width: 946px) {
  .bloctextUpslide p {
    width: 80%;
  }
}

.menuhover {
  display: none;
  animation: opa1 0.5s linear both !important;
  top: 50px;
  right: 25px;
  height: 300px;
  position: relative;
  border-radius: 0 0 0 180px;
  width: 100%;
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(136, 128, 204) 14%, rgb(57, 46, 156) 43%, rgb(57, 46, 156) 100%, rgb(74, 63, 170) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(136, 128, 204) 14%, rgb(57, 46, 156) 43%, rgb(57, 46, 156) 100%, rgb(74, 63, 170) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(136, 128, 204) 14%, rgb(57, 46, 156) 43%, rgb(57, 46, 156) 100%, rgb(74, 63, 170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#4a3faa", GradientType=1);
  overflow: hidden;
  transition: all 0.5s linear;
}
.menuhover.show {
  display: flex;
}
@media (max-width: 1399px) {
  .menuhover {
    display: none !important;
  }
}

.dop {
  animation: opa 0.3s linear both !important;
}

.op {
  animation: opa1 0.3s linear both !important;
}

@keyframes opa {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opa1 {
  to {
    display: none !important;
    opacity: 0 !important;
  }
}
.blocnav {
  position: relative;
  top: 10px;
}
@media (max-width: 1399px) {
  .blocnav {
    position: inherit;
  }
}

.blocnavLi {
  max-height: 230px;
  width: 60%;
}

.fondnav {
  background-image: url(../medias_front/navfond.png);
  background-repeat: no-repeat;
  height: 300px;
  position: absolute;
  width: 100%;
  left: -10px;
  z-index: 6;
  opacity: 0.98;
}

.fondnavNuage {
  background-image: url("../medias_front/common/nuages_04.png");
  background-repeat: no-repeat;
  height: 300px;
  position: absolute;
  width: 302px;
  left: 13%;
  background-size: cover;
  top: -91px;
}

.dropdown {
  position: relative;
}

.cid-sYKQ7yZHbI .dropdown .dropdown-item:hover {
  color: white !important;
  background: transparent !important;
}

@media (max-width: 1399px) {
  .checkNav .titreNav {
    color: #8f5ecb;
    text-transform: capitalize;
  }
}
.checkNav .titreNav::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #8f5ecb;
  left: -8px;
  top: 16px;
}

.titreNav {
  font-weight: 500 !important;
  font-size: 0.9em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-family: "Jost", sans-serif;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  margin: 0;
  padding: 5px;
}
@media (max-width: 1399px) {
  .titreNav {
    color: #392E9C;
  }
}
.titreNav:hover {
  opacity: 0.7 !important;
}

@media (min-width: 1125px) {
  .cid-sYKQ7yZHbI .link.dropdown-toggle::after {
    display: none;
  }
}
.cid-sYKQ7yZHbI .dropdown .dropdown-menu .dropdown-item::after {
  display: none;
}

.iconNav {
  padding: 0 !important;
}

.mobileNav {
  display: none;
}
@media (min-width: 1399px) {
  .mobileNav {
    display: none !important;
  }
}
.mobileNav.show {
  display: block;
}

.dropdown .nav-link {
  height: 24px !important;
}

.blocnavLi li:last-child {
  display: none;
}

.itemSousMenu a {
  margin-bottom: 15px;
}

#navbarSupportedContent li.itemSousMenu:nth-child(6) {
  background-color: inherit;
}

.afterNav::after {
  top: 6px;
  display: inline-block;
  width: 7px;
  position: absolute;
  height: 7px;
  margin-left: 0.5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  left: 95%;
}

#navbarSupportedContent li:nth-child(6) {
  margin-left: 12px !important;
}

.itemSousMenu .titreNav::before {
  content: var(--bs-breadcrumb-divider, "-");
  position: absolute;
  left: -5px;
}

.hideScroll {
  overflow: hidden;
  height: 100vw;
}

.chekosnav li:nth-child(6) .titreNav {
  background-color: inherit;
}

.lepetitPlus {
  top: 0.5px;
  width: 34px !important;
  height: 45px !important;
  left: -1.5px;
}

.imgMobLogo {
  display: none;
}
@media (max-width: 1399px) {
  .imgMobLogo {
    display: block;
  }
}

.navMoblogo {
  height: 50px;
  width: 50px;
  left: 16px;
  top: -49px;
}

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

.mb-20 {
  margin-bottom: 20rem;
}
@media (min-width: 2000px) {
  .mb-20 {
    margin-bottom: 25rem;
  }
}

.text-type-0 ::marker {
  color: #103257 !important;
}

.text-type-1 ::marker {
  color: #103257 !important;
}

.text-type-2 ::marker {
  color: #103257 !important;
}

.text-type-3 ::marker {
  color: #103257 !important;
}

.text-img-type-0 ::marker {
  color: black !important;
}

.text-img-type-1 ::marker {
  color: #103257 !important;
}

.text-img-type-2 ::marker {
  color: #103257 !important;
}

.text-img-type-3 ::marker {
  color: #103257 !important;
}

.paraTextImage li {
  color: #103257;
}

.gallery2 .container h3 {
  margin-bottom: 0;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-48)/46.13px var(--unnamed-font-family-poppins);
  letter-spacing: var(--unnamed-character-spacing-2-4);
  color: var(--couleur1);
  text-align: center;
  font: normal normal bold 48px/46px Poppins;
  letter-spacing: 2.4px;
  color: #392E9C;
  text-transform: lowercase;
  opacity: 1;
}

.gallery2 .container h4 {
  margin: 0 !important;
  border-bottom: inherit !important;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 33px/46.13px var(--unnamed-font-family-poppins);
  color: var(--couleur1);
  text-align: center;
  font: normal normal normal 33px/46px Poppins;
  letter-spacing: 1.65px;
  color: #392E9C;
  text-transform: lowercase;
  opacity: 1;
}

.fondVioletNav {
  background-color: #392E9C !important;
  top: -6px;
  height: 37px !important;
  margin-left: 20px !important;
  border-radius: 4px;
}
.fondVioletNav a {
  margin: 6px;
}

.fondVioletNav .titreNav {
  color: white !important;
}

.cid-sYteQq2jTy .section-head {
  margin-bottom: 0;
}

@media (min-width: 2000px) {
  .vagueheader {
    bottom: -90px !important;
    width: 106%;
    height: 370px;
    background-size: cover;
    left: -80px;
  }
}

@media (max-width: 900px) {
  html, body {
    overflow-x: hidden !important;
  }
}
.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: #8F5ECB;
}

#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);
  }
}
.errorStep {
  display: none;
  text-align: center;
  color: #8F5ECB;
  font-size: 15pt;
}

.changeStep {
  width: 120px;
  height: 36px;
  background-color: #392E9C;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.noDispo {
  text-align: center;
  color: #8F5ECB;
  font-size: 15pt;
}

.noDateDispo {
  text-align: center;
  color: #8F5ECB;
  font-size: 15pt;
  margin-top: 25px;
}

.vagueBlancheAccount {
  background: rgba(0, 0, 0, 0) url(../medias_front/VagueBlanche.png) 50% 0% no-repeat padding-box;
  width: 100%;
  height: 166px;
  position: relative;
  opacity: 1;
  bottom: -3px;
}
@media (min-width: 2000px) {
  .vagueBlancheAccount {
    background: rgba(0, 0, 0, 0) url(../medias_front/VagueBlanche.png) 50% -75% no-repeat padding-box;
    width: 100%;
    height: 222px;
    background-size: cover;
  }
}

.icon-nav {
  z-index: 50;
}

@media (max-width: 1000px) {
  .logonav {
    display: none;
  }
}

.blocnav li::marker {
  display: none;
}

.loginSec {
  background-image: url(../medias_front/common/fond-complet-nuages.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 1200px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1205px) {
  .loginSec {
    height: auto !important;
  }
}
@media (min-width: 2000px) {
  .loginSec {
    height: 1300px !important;
  }
}

.loginv2 {
  height: 100%;
}

@media (max-width: 800px) {
  .loginv2 .newClient {
    width: 90% !important;
  }
}

@media (max-width: 1205px) {
  .logSectV2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

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

#bloc_error {
  padding-bottom: 200px;
}

@media (max-width: 1000px) {
  .blocPag {
    display: none;
  }
}

.blocPersonne {
  min-width: 140px;
}
@media (max-width: 800px) {
  .blocPersonne {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .mobileMed {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1000px) {
  #searchMedPresc {
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}

#searchMed {
  min-width: 100px;
}
@media (max-width: 420px) {
  #searchMed {
    margin-top: 10px;
  }
}

#modifMed {
  min-width: 125px;
}
@media (max-width: 1000px) {
  #modifMed {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .mtMob {
    margin-top: 20px;
    padding: 0 !important;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .maCoor a {
    margin: 10px 0;
  }
}

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

@media (max-width: 1000px) {
  #spanSearchMedPresc .justify-content-between {
    justify-content: center !important;
    margin: 0;
  }
}

@media (max-width: 1000px) {
  #spanSelectMedPresc .justify-content-between {
    margin: 0;
  }
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
  color: white;
  font-size: 1.5em;
  position: relative;
}

.retirer {
  bottom: 25px;
  position: relative;
}

@media (max-width: 1000px) {
  .p0Mob {
    padding: 0 !important;
  }
}

.cmdNbBasket {
  min-width: 15px;
}

.selectionQuantite .form-select {
  padding: 0 !important;
}

.tftable tbody, td, tfoot, th, thead, tr {
  min-width: 150px;
}

.recapBasket {
  width: 60% !important;
}
.recapBasket.isCureBasket {
  width: 100% !important;
}

@media (max-width: 1220px) {
  #ctnuLivraison {
    width: 100% !important;
  }
}

@media (max-width: 1220px) {
  .last #basketPanel2 {
    width: 100% !important;
    margin: inherit !important;
  }
}

.pbVague {
  padding-bottom: 200px !important;
}
@media (min-width: 2000px) {
  .pbVague {
    padding-bottom: 275px !important;
  }
}

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

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

@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;
  }
}

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

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

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

.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: #392E9C;
  border-color: #8F5ECB;
}

.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: #8F5ECB;
  border-color: #392E9C;
}

.footerDuFooter img {
  height: 50px;
  width: 50px;
  z-index: 10;
  display: block;
}

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