@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=Antonio&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed&display=swap");
/*-- Declaration variables couleurs--*/
/* vert 1*/
/*bleu*/
/*rose*/
/*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: "Antonio", sans-serif;
}

.font2 {
  font-family: "Sofia Sans Condensed", sans-serif;
}

.font3 {
  font-family: "Montserrat", sans-serif;
}

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

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

.blanc {
  color: #ffffff;
}

.gris {
  color: #f7f7f7;
}

.couleur1 {
  color: #4D626D;
}

.couleur2 {
  color: #1A1C49;
}

.couleur3 {
  color: #e14c68;
}

.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: #4D626D;
}

.bgCouleur2 {
  background-color: #1A1C49;
}

.bgCouleur3 {
  background-color: #e14c68;
}

.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--*/
/*////////////////////////////////////////////////////////////////////*/
.mt-10 {
  margin-top: 5rem;
}

.pagination {
  align-items: center;
  justify-content: space-around;
  background-color: var(--color2);
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 902px) {
  .pagination {
    width: 100%;
  }
}
.pagination .first {
  display: none;
}
.pagination .last {
  display: none;
}
.pagination .previous a, .pagination .next a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
}
.pagination .previous i, .pagination .next i {
  color: white;
  font-size: 1rem;
}
.pagination .current {
  background-color: var(--color4);
  padding: 7px 11px;
  color: white;
}
.pagination span {
  padding: 5px 20px 5px 20px;
  color: white;
}
.pagination span a {
  color: white;
}

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

body {
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
}

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

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

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

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

.containerWave {
  position: relative !important;
}

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

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

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

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

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

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

.showLogo {
  display: block !important;
}

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

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

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

@media (min-width: 992px) {
  .cid-sYKQ7yZHbI .dropdown-menu {
    top: -3px !important;
    background: none !important;
    margin-top: 46px !important;
    border: none !important;
    background-color: #89b9d6 !important;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu {
    left: 148px !important;
    top: -30px !important;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu .dropdown-item {
    background: rgba(255, 255, 255, 0.2) !important;
    font-size: 2em;
    background-color: #89b9d6;
    padding: 8px 15px;
  }
  .cid-sYKQ7yZHbI .dropdown-menu.dropdown-submenu-level-3 {
    position: relative;
    top: -111px !important;
    left: 250px !important;
  }
  .cid-sYKQ7yZHbI .dropdown-menu-logo-top {
    top: 20px !important;
    background: none !important;
    padding-top: 44px !important;
    border: none !important;
  }
  .cid-sYKQ7yZHbI .dropdown-submenu-logo-top {
    left: 148px !important;
    top: -50px !important;
  }
  .cid-sYKQ7yZHbI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 8px;
  }
  .cid-sYKQ7yZHbI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 18px;
  }
  .cid-sYKQ7yZHbI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 28px;
    transition: all 0.2s;
  }
}
#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: #4D626D;
  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;
}

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

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

#menuDepliant {
  background: #4D626D;
  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::marker {
  color: transparent;
}
.account a:after {
  content: "";
  position: relative;
  display: block;
  background-image: url("../medias_front/common/boy.png") !important;
  width: 32px;
  height: 38px;
  bottom: 12px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.btnRnd::marker {
  color: transparent;
}
.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/backgroundPanier.png");
  width: 102px;
  height: 71px;
  bottom: 1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: calc(50% - 25.5px);
}
@media (max-width: 576px) {
  .panelProd:after {
    left: calc(50% - 50.1px);
  }
}

.panier:after {
  content: "";
  position: relative;
  display: block;
  background-image: url("../medias_front/common/panel.png") !important;
  width: 41px;
  height: 37px;
  bottom: 10px;
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: calc(50% - 7.5px);
}

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

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

.section3 {
  position: relative;
  background-color: #4D626D;
}
.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: "Antonio", sans-serif;
  color: #ffad40;
  font-weight: 800;
  font-size: 2rem;
}
.section3 h4 {
  font-family: "Sofia Sans Condensed", sans-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: "Antonio", sans-serif;
  top: calc(100% + 20px);
  color: #000;
}

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

.section5 #containerSection4 {
  flex-direction: row;
}
@media (max-width: 1617px) {
  .section5 #containerSection4 {
    flex-direction: column !important;
  }
}
.section5 #service {
  background-image: url("../medias_front/common/fondService.jpg") !important;
  background-repeat: no-repeat;
  width: 50%;
  height: 784px;
  background-position: 100% 100%;
}
@media (min-width: 2048px) {
  .section5 #service {
    background-size: cover;
    height: 1000px;
  }
}
@media (max-width: 1617px) {
  .section5 #service {
    width: 100%;
    background-position: 0px 100%;
    background-size: cover;
    height: inherit;
  }
}
.section5 #service .containerTitle {
  padding-top: 70px;
}
.section5 #service .containerTitle h4 {
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 2.7rem;
}
.section5 #service .containerTitle h5 {
  color: #ffad40;
  font-family: "Sofia Sans Condensed", sans-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: #e14c68;
  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: "Antonio", 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: "Antonio", 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: "Antonio", sans-serif;
  font-size: 2.7rem;
}
.section5 #projet .containerTitle h5 {
  color: #f38124;
  font-family: "Sofia Sans Condensed", sans-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: #4D626D;
  font-family: "Antonio", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.section5 #projet .containerTexte .textContainerDashed p {
  color: #fff;
  font-family: "Antonio", 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: #4D626D !important;
  font-weight: 300;
  border-color: #4D626D !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: "Antonio", sans-serif;
  font-size: 2.5rem;
}
.section6 .titlerContainer h5 {
  color: #ffad40;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-style: italic;
  font-style: italic;
  font-weight: bolder;
  font-size: 2rem;
}
.section6 .socialWall {
  width: 90vw;
  max-height: 875px;
  overflow: hidden;
  max-width: 1610px;
}

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

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

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

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

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

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

.previousPage {
  background-image: url("../medias_front/common/prev.png");
  background-repeat: no-repeat;
  width: 245px;
  height: 38px;
  text-align: center;
  padding: 6px;
  color: #fff !important;
  border: none;
  margin-right: 50px;
}

.nextPage {
  background-image: url("../medias_front/common/next.png");
  background-repeat: no-repeat;
  width: 245px;
  height: 38px;
  text-align: center;
  padding: 9px;
  color: #fff !important;
  border: none;
  margin-left: 50px !important;
}

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

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

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

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

#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 #D44510;
  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: #00629F;
  color: white;
  margin: 0 0 20px;
  font-size: 20pt;
  font-weight: 600;
  text-align: center;
}
#popupFront p {
  padding: 0 20px 10px;
}
#popupFront a {
  background-color: #00629F;
  width: 20%;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
}

/*
 *  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;
}

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

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

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

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

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

.menu_box {
  padding-right: 0;
}

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

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

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

.catalogue {
  position: relative;
  background-color: #e14c68;
}
.catalogue .catatitle {
  padding-top: 5%;
}
.catalogue h3, .catalogue span {
  font-size: 30px;
  font-family: "Antonio", 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;
}

.product-contact {
  color: #333333;
}
.product-contact img {
  width: 300px;
  height: 300px;
}
.product-contact h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin: 15px 0 30px 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #fcd743;
}
@media screen and (max-width: 450px) {
  .product-contact h1 {
    font-size: 17px;
  }
}
.product-contact span {
  color: grey;
}
.product-contact h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 936px) {
  .product-contact h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1260px) {
  .product-contact h2 {
    width: 100% !important;
  }
}
.product-contact p {
  margin-top: 0;
}
@media screen and (max-width: 1690px) {
  .product-contact .priceloc {
    width: 80% !important;
  }
}
@media screen and (max-width: 934px) {
  .product-contact .priceloc {
    width: 60% !important;
  }
}
@media screen and (max-width: 590px) {
  .product-contact .priceloc {
    width: 90% !important;
  }
}
.product-contact .priceloc span {
  color: #1A1C49 !important;
  font-weight: 600;
}
.product-contact .priceloc button:hover > span {
  color: white !important;
}
.product-contact .priceloc button:focus > span {
  color: white !important;
}

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

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

.day {
  margin: 1%;
}
.day button {
  height: 34px;
  width: 100px;
  border-radius: 5px;
  background-color: #e14c68 !important;
  color: #1A1C49 !important;
  border: none !important;
  margin-top: 0;
  font-weight: 500;
}
.day button:hover {
  background-color: #1A1C49 !important;
  color: #e14c68 !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;
}

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

.contactbtn:hover > img {
  animation: sliderarrow2 0.1s linear both;
}

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

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

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

.agence {
  background-color: #e14c68;
  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: #e14c68;
  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: #e14c68;
}
#pagedown1 img {
  position: relative;
  top: 100px;
  z-index: 999;
  width: 151px;
  height: 78px;
}

.catatitle1 {
  background-color: #e14c68;
}
.catatitle1 h3, .catatitle1 span {
  font-size: 30px;
  font-family: "Antonio", 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: #e14c68;
  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: #1A1C49;
  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;
}

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

mark {
  padding: 0.2em;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
@media (min-width: 1100px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
#navbarSupportedContent.show #containerMenuPage {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.carac {
  width: 40% !important;
}
@media screen and (max-width: 600px) {
  .carac {
    width: 80% !important;
  }
}

@media screen and (max-width: 936px) {
  .finalproduct {
    flex-direction: column;
    width: 90% !important;
  }
}
@media screen and (max-width: 936px) {
  .finalproduct .resumproduct {
    width: 100% !important;
  }
}

#spanerror {
  margin-top: 15px;
  text-align: center;
  border-bottom: 2px solid #fcd743;
  text-transform: uppercase;
  font-weight: 500;
}

.btnfichetest:active {
  background-color: #fcd743 !important;
  border-color: #fcd743 !important;
  color: #333333 !important;
}

.btnfichetest:focus {
  background-color: #fcd743 !important;
  border-color: #fcd743 !important;
  color: #333333 !important;
}

.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;
  }
}
@keyframes sliderarrow2 {
  from {
    left: 0;
  }
  to {
    left: 10px;
  }
}
.activeprice {
  background-color: red !important;
}

.contact textarea {
  font-weight: 400 !important;
  text-transform: inherit !important;
}

.hide {
  display: block !important;
}

.hide1 {
  display: none !important;
}

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