/* LESS Document */
/*************************/
/* Imports */
/*************************/
@import "/include/css/google-fonts.css";
@import "/include/css/ajaxStyle.css";
@import "/include/css/all.min.css";
@import "/include/css/gijgo.min.css";
@import "/include/css/bootstrap.min.css";
@import "/include/css/bambora.css";
@import "/include/css/animate.css";
/*************************/
/* LISTE DES VARIABLES STANDARDS */
/*************************/
/*************************/
/* CLASSES G�N�RALES */
/*************************/
html,
body {
  font-family: 'Roboto';
}
.h-100vh {
  height: 100vh;
}
.w-1 {
  width: 1px !important;
}
.no-underline {
  text-decoration: none !important;
}
.color-text {
  color: #212529;
}
.text-link {
  color: #212529;
}
.text-link:hover {
  color: #808080;
}
.fw-black {
  font-weight: 900;
}
.hidden {
  visibility: hidden;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 36px;
}
.bloc-white {
  background-color: #fff;
  text-decoration: none;
  color: #212529;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.bt-bloc-white {
  background-color: #fff;
  text-decoration: none;
  color: #212529;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.bt-bloc-white:hover {
  background-color: #212529;
  color: #fff;
}
.bt-bloc-color {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.bt-bloc-color:hover {
  color: #fff;
}
.link-over-underline:hover {
  text-decoration: underline !important;
}
.checkbox input {
  margin-right: 5px;
}
hr {
  opacity: 1;
  border-top-color: #eee;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-0 {
  border-radius: 0px;
}
.parrocheckbox {
  position: relative;
  padding-left: 10px;
}
.parrocheckbox input {
  position: absolute;
  top: 6px;
  left: 0px;
}
.parrocheckbox label {
  margin-left: 10px;
}
.sectionpage-master.summer .border-color {
  border-color: #8DBD4F !important;
}
.sectionpage-master.winter .border-color {
  border-color: #41539F !important;
}
/*************************/
/* CLASSES ACCUEIL/PAGE SANS SECTION */
/*************************/
.homepage-master {
  min-height: 100vh;
  /* ACCUEIL ********/
}
.homepage-master .homepage {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: solid #fff 40px;
  border-left: solid #fff 40px;
  overflow: hidden;
}
.homepage-master .homepage > .row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.homepage-master .homepage .logo-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homepage-master .homepage .logo-bloc .logo-info {
  background-color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .homepage-master .homepage .logo-bloc {
    position: relative;
    z-index: 2;
    padding: 0px;
  }
  .homepage-master .homepage .logo-bloc .logo-info {
    position: absolute;
    width: 630px;
    max-width: 33vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.homepage-master .homepage .summer-bloc {
  background-image: url(/images/img-header-ete-4.jpg);
  background-position: center;
  background-size: cover;
  border-top: solid #fff 20px;
  position: relative;
  z-index: 1;
}
.homepage-master .homepage .summer-bloc:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #8DBD4F;
  opacity: 0.8;
}
.homepage-master .homepage .summer-bloc > * {
  position: relative;
  z-index: 3;
}
.homepage-master .homepage .winter-bloc {
  background-image: url(/images/img-header-hiver-supertube-1.jpg);
  background-position: center right;
  background-size: cover;
  border-top: solid #fff 20px;
  border-bottom: solid #fff 20px;
  position: relative;
  z-index: 1;
}
.homepage-master .homepage .winter-bloc:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #41539F;
  opacity: 0.8;
}
.homepage-master .homepage .winter-bloc > * {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .homepage-master .homepage .summer-bloc {
    border: 0px;
    border-left: solid #fff 20px;
  }
  .homepage-master .homepage .winter-bloc {
    border: 0px;
    border-right: solid #fff 20px;
  }
}
.homepage-master .homepage .summer-bloc .title,
.homepage-master .homepage .winter-bloc .title {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}
.homepage-master .homepage .summer-bloc .enter,
.homepage-master .homepage .winter-bloc .enter {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
}
.homepage-master .homepage .summer-bloc .enter .fa-chevrons-right,
.homepage-master .homepage .winter-bloc .enter .fa-chevrons-right {
  font-size: 22px;
  padding-bottom: 5px;
}
.homepage-master .homepage .summer-bloc .enter .bt,
.homepage-master .homepage .winter-bloc .enter .bt {
  padding: 15px;
  margin: 0px -15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-master .homepage .summer-bloc a:hover .enter .bt,
.homepage-master .homepage .winter-bloc a:hover .enter .bt {
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.homepage-master .homepage .summer-bloc a:hover .enter .bt {
  color: #8DBD4F;
}
.homepage-master .homepage .winter-bloc a:hover .enter .bt {
  color: #41539F;
}
@media (min-width: 1200px) {
  .homepage-master .homepage .content-bloc {
    display: inline-block;
    width: 630px;
    max-width: 33vw;
    margin: auto;
  }
}
.homepage-master .homepage .header {
  min-height: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homepage-master .homepage .footer {
  min-height: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
/*************************/
/* CLASSES MENU SECTIONS */
/*************************/
.sectionpage-master .navbar {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: 0px;
  padding-bottom: 0px;
}
.sectionpage-master .navbar > .container-fluid {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar > .container-fluid {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar.scrolled > .container-fluid {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .sectionpage-master .navbar .navbar-brand {
    max-width: 225px;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .sectionpage-master .navbar .navbar-brand {
    max-width: 250px;
  }
}
@media (min-width: 1250px) and (max-width: 1599px) {
  .sectionpage-master .navbar .navbar-brand {
    max-width: 300px;
  }
}
@media (min-width: 1600px) and (max-width: 1749px) {
  .sectionpage-master .navbar .navbar-brand {
    max-width: 350px;
  }
}
@media (min-width: 1750px) {
  .sectionpage-master .navbar .navbar-brand {
    max-width: 550px;
  }
}
.sectionpage-master .navbar .navbar-toggler {
  color: #fff;
  border-color: #fff;
  padding: 12px 18px;
  border-radius: 0px;
}
.sectionpage-master .navbar .nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionpage-master .navbar .nav-section .navbar-topnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div {
    display: inline-block;
  }
}
.sectionpage-master .navbar .nav-section .navbar-topnav > div a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.sep {
    display: block;
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.sep {
    display: none;
  }
}
.sectionpage-master .navbar .nav-section .navbar-topnav > div.sep hr {
  border-bottom: solid #fff 1px !important;
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.cart {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.cart a {
    border: solid #fff 1px;
    font-weight: bold;
    padding: 8px 15px;
  }
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.cart a:hover {
    background-color: #fff;
    color: #333;
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.language {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.language a {
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-topnav > div.contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1599px) {
  .sectionpage-master .navbar .nav-section .navbar-nav {
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .sectionpage-master .navbar .nav-section .navbar-nav {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar .nav-section .navbar-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.sectionpage-master .navbar .nav-section .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 1600px) {
  .sectionpage-master .navbar .nav-section .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
.sectionpage-master .navbar .nav-section .navbar-nav .nav-item .dropdown-menu {
  border: 0px;
  background-color: #212529;
}
.sectionpage-master .navbar .nav-section .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
}
.sectionpage-master .navbar .nav-section .navbar-nav .bt-switchsection {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .sectionpage-master .navbar .nav-section .navbar-nav .bt-switchsection {
    padding-left: 4px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionpage-master .navbar .nav-section .navbar-nav .bt-switchsection {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*************************/
/* CLASSES SECTIONS */
/*************************/
/* COULEUR PAR SECTION */
.sectionpage-master.summer {
  /*divers*/
  /*master*/
  /*index*/
  /*footer*/
}
.sectionpage-master.summer .link-section {
  color: #8DBD4F;
}
.sectionpage-master.summer .link-section:hover {
  color: #739e3b;
}
.sectionpage-master.summer .bg-color {
  background-color: #8DBD4F;
}
.sectionpage-master.summer .text-color {
  color: #8DBD4F;
}
.sectionpage-master.summer .bt-bloc-color {
  background-color: #8DBD4F;
}
.sectionpage-master.summer .bt-bloc-color:hover {
  background-color: #739e3b;
}
.sectionpage-master.summer .navbar .navbar-toggler:hover {
  color: #8DBD4F;
  border-color: #8DBD4F;
}
.sectionpage-master.summer .navbar .nav-link:not(.bt-switchsection):hover,
.sectionpage-master.summer .navbar .navbar-topnav a:hover {
  color: #8DBD4F;
}
.sectionpage-master.summer .navbar .dropdown-menu .dropdown-item:hover {
  color: #212529;
  background-color: #8DBD4F;
}
.sectionpage-master.summer .navbar .bt-switchsection {
  background-color: #41539F;
}
.sectionpage-master.summer .navbar .bt-switchsection:hover {
  background-color: #32407b;
}
@media (max-width: 1199px) {
  .sectionpage-master.summer #carouselSummer-bloc .carousel-text {
    background-color: #8DBD4F;
  }
}
.sectionpage-master.summer .footerbar .footer-menu {
  background-color: #8DBD4F;
}
.sectionpage-master.winter {
  /*divers*/
  /*master*/
  /*index*/
  /*footer*/
}
.sectionpage-master.winter .link-section {
  color: #41539F;
}
.sectionpage-master.winter .link-section:hover {
  color: #6a7bc2;
}
.sectionpage-master.winter .bg-color {
  background-color: #41539F;
}
.sectionpage-master.winter .text-color {
  color: #41539F;
}
.sectionpage-master.winter .bt-bloc-color {
  background-color: #41539F;
}
.sectionpage-master.winter .bt-bloc-color:hover {
  background-color: #32407b;
}
.sectionpage-master.winter .navbar .navbar-toggler:hover {
  color: #6a7bc2;
  border-color: #6a7bc2;
}
.sectionpage-master.winter .navbar .nav-link:not(.bt-switchsection):hover,
.sectionpage-master.winter .navbar .navbar-topnav a:hover {
  color: #6a7bc2;
}
.sectionpage-master.winter .navbar .dropdown-menu .dropdown-item:hover {
  color: #212529;
  background-color: #8DBD4F;
}
.sectionpage-master.winter .navbar .bt-switchsection {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .navbar .bt-switchsection:hover {
  background-color: #739e3b;
}
@media (max-width: 1199px) {
  .sectionpage-master.winter #carouselWinter-bloc .carousel-text {
    background-color: #41539F;
  }
}
.sectionpage-master.winter .footerbar .footer-menu {
  background-color: #41539F;
  color: #fff;
}
.footerbar .bottom-bar {
  background-color: #eee;
  font-size: 0.75rem;
}
/* PAGES */
.headerpage-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-position: center;
  background-size: cover !important;
}
@media (max-width: 575px) {
  .headerpage-bloc {
    min-height: 450px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .headerpage-bloc {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .headerpage-bloc {
    min-height: 600px;
  }
}
.headerpage-bloc h1 {
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .headerpage-bloc h1 {
    font-size: 36px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .headerpage-bloc h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .headerpage-bloc h1 {
    font-size: 64px;
  }
}
.headerpage-bloc h1.light {
  color: #fff;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
.headerpage-bloc h1.dark {
  color: #212529;
  text-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.5);
}
#carouselSummer-bloc,
#carouselWinter-bloc {
  position: relative;
}
#carouselSummer-bloc .carousel-inner .carousel-item,
#carouselWinter-bloc .carousel-inner .carousel-item {
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  #carouselSummer-bloc .carousel-inner .carousel-item,
  #carouselWinter-bloc .carousel-inner .carousel-item {
    min-height: 50vh;
  }
}
@media (min-width: 1200px) {
  #carouselSummer-bloc .carousel-inner .carousel-item,
  #carouselWinter-bloc .carousel-inner .carousel-item {
    min-height: 100vh;
  }
}
#carouselSummer-bloc .carousel-control-prev,
#carouselWinter-bloc .carousel-control-prev {
  z-index: 3;
}
#carouselSummer-bloc .carousel-control-next,
#carouselWinter-bloc .carousel-control-next {
  z-index: 3;
}
#carouselSummer-bloc .carousel-text,
#carouselWinter-bloc .carousel-text {
  color: #fff;
}
@media (max-width: 1199px) {
  #carouselSummer-bloc .carousel-text,
  #carouselWinter-bloc .carousel-text {
    z-index: 4;
    position: relative;
  }
}
@media (min-width: 1200px) {
  #carouselSummer-bloc .carousel-text,
  #carouselWinter-bloc .carousel-text {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
  }
}
#carouselSummer-bloc .carousel-text .title,
#carouselWinter-bloc .carousel-text .title {
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 1199px) {
  #carouselSummer-bloc .carousel-text .title,
  #carouselWinter-bloc .carousel-text .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #carouselSummer-bloc .carousel-text .title,
  #carouselWinter-bloc .carousel-text .title {
    font-size: 64px;
  }
}
#carouselSummer-bloc .carousel-text .text,
#carouselWinter-bloc .carousel-text .text {
  margin: auto;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  #carouselSummer-bloc .carousel-text .text,
  #carouselWinter-bloc .carousel-text .text {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  #carouselSummer-bloc .carousel-text .text,
  #carouselWinter-bloc .carousel-text .text {
    max-width: 950px;
    font-size: 24px;
  }
}
.homeProducts-bloc .item {
  background-color: #eee;
  border-radius: 20px;
  padding: 25px;
}
.homeProducts-bloc .item .title {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 20px;
}
.homeProducts-bloc .item .title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.4;
  z-index: 1;
}
.homeProducts-bloc .item .title .text {
  text-align: left;
  font-size: 36px;
  font-weight: 900;
  position: relative;
  z-index: 2;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 5px #000000;
}
.homeProducts-bloc .item .link {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 900;
  padding: 20px;
  background-color: #fff;
  color: #212529;
  text-transform: uppercase;
  text-decoration: none;
}
.homeProducts-bloc .item .link i,
.homeProducts-bloc .item .link svg {
  font-size: 14px;
}
.homeProducts-bloc .item .link:hover {
  color: #fff;
}
.sectionpage-master.summer .homeProducts-bloc .title:after {
  /*background-color:@color-summer;*/
}
.sectionpage-master.summer .homeProducts-bloc .title:hover + .link {
  background-color: #8DBD4F;
  color: #fff;
}
.sectionpage-master.summer .homeProducts-bloc .link:hover {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .homeProducts-bloc .title:after {
  /*background-color:@color-winter;*/
}
.sectionpage-master.winter .homeProducts-bloc .title:hover + .link {
  background-color: #41539F;
  color: #fff;
}
.sectionpage-master.winter .homeProducts-bloc .link:hover {
  background-color: #41539F;
}
.homeProductsType-bloc .items a {
  display: block;
  padding: 20px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  color: #212529;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.homeProductsType-bloc .items a:hover {
  background-color: #212529;
  color: #fff;
}
.homeProductsType-bloc .carousel .carousel-inner {
  min-height: 300px;
  height: 100%;
}
.homeProductsType-bloc .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-position: center;
  background-size: cover !important;
}
.sectionpage-master.summer .homeProductsType-bloc {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .homeProductsType-bloc {
  background-color: #41539F;
  color: #fff;
}
.homeWhatIs-bloc {
  font-weight: 900;
}
@media (max-width: 575px) {
  .homeWhatIs-bloc .title1 {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .homeWhatIs-bloc .title1 {
    font-size: 36px;
  }
}
.homeWhatIs-bloc .title2 {
  padding: 24px 24px;
  line-height: 1;
}
@media (max-width: 575px) {
  .homeWhatIs-bloc .title2 {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .homeWhatIs-bloc .title2 {
    font-size: 56px;
  }
}
.homeWhatIs-bloc .points {
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575px) {
  .homeWhatIs-bloc .points {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .homeWhatIs-bloc .points {
    font-size: 36px;
  }
}
.sectionpage-master.summer .homeWhatIs-bloc .bar {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .homeWhatIs-bloc .bar {
  background-color: #41539F;
}
.gallery-bloc {
  padding-top: 24px;
}
.gallery-bloc .img {
  padding-bottom: 24px;
}
.gallery-bloc .img a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-bloc .img a {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .gallery-bloc .img a {
    min-height: 360px;
  }
}
.gallery-bloc .img a .bg {
  background-size: cover !important;
  background-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.gallery-bloc .img a:hover .bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.contact-bloc {
  position: relative;
  background-position: center;
  background-size: cover;
}
.contact-bloc:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.8;
  z-index: 1;
}
.contact-bloc > * {
  position: relative;
  z-index: 3;
}
.contact-bloc .title1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}
.contact-bloc .title2 {
  font-weight: 900;
  font-size: 24px;
}
.contact-bloc .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .contact-bloc .links a {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .contact-bloc .links a {
    width: 425px;
  }
}
@media (max-width: 575px) {
  .contact-bloc .links a .icon {
    width: 35px;
  }
}
@media (min-width: 576px) {
  .contact-bloc .links a .icon {
    width: 50px;
  }
}
.contact-bloc .links a .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 900;
}
@media (max-width: 575px) {
  .contact-bloc .links a.tel {
    font-size: 24px;
  }
  .contact-bloc .links a.tel .icon {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .contact-bloc .links a.tel {
    font-size: 36px;
  }
  .contact-bloc .links a.tel .icon {
    font-size: 32px;
  }
}
@media (min-width: 576px) {
  .contact-bloc .links a.email {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .contact-bloc .links a.facebook {
    font-size: 18px;
  }
  .contact-bloc .links a.facebook .icon {
    font-size: 20px;
  }
}
.sectionpage-master.summer .contact-bloc:after {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .contact-bloc {
  color: #fff;
}
.sectionpage-master.winter .contact-bloc:after {
  background-color: #41539F;
}
.bg-img-color {
  position: relative;
  background-position: center;
  background-size: cover;
}
.bg-img-color:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.8;
  z-index: 1;
}
.bg-img-color > * {
  position: relative;
  z-index: 3;
}
.sectionpage-master.summer .bg-img-color:after {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .bg-img-color {
  color: #fff;
}
.sectionpage-master.winter .bg-img-color:after {
  background-color: #41539F;
}
.btn-group .bt-check-contact {
  border: solid #dee2e6 1px;
  background-color: #fff;
  color: #43a047;
}
.btn-group .bt-check-contact i,
.btn-group .bt-check-contact svg {
  visibility: hidden;
}
.btn-group:hover .bt-check-contact {
  border: solid #333 1px;
  background-color: #fff;
}
.btn-group:hover input:checked + .bt-check-contact {
  border: solid #dee2e6 1px !important;
  background-color: #fff !important;
  color: #43a047 !important;
}
.btn-group input:checked + .bt-check-contact {
  border: solid #dee2e6 1px;
  background-color: #fff;
  color: #43a047;
}
.btn-group input:checked + .bt-check-contact i,
.btn-group input:checked + .bt-check-contact svg {
  visibility: visible;
}
.producttypespage-bloc .item {
  position: relative;
  background-position: center;
  background-size: cover;
}
.producttypespage-bloc .item p,
.producttypespage-bloc .item h2 {
  color: #fff;
  text-shadow: 2px 2px 5px #000000;
}
.producttypespage-bloc .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.6;
  z-index: 1;
}
.producttypespage-bloc .item > * {
  position: relative;
  z-index: 3;
}
.sectionpage-master.summer .producttypespage-bloc .item:after {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .producttypespage-bloc .item:after {
  background-color: #41539F;
}
.categorieslist-bloc a {
  text-decoration: none;
}
.categorieslist-bloc .item {
  display: block;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 575px) {
  .categorieslist-bloc .item {
    min-height: 100px;
  }
}
@media (min-width: 576px) {
  .categorieslist-bloc .item {
    min-height: 200px;
    aspect-ratio: 1;
  }
}
.categorieslist-bloc .item .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.categorieslist-bloc .item .bloc-white {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.categorieslist-bloc .item:hover .bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #ffffff;
}
.categorieslist-bloc .item .title {
  margin: 0px;
  padding: 12px 0px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 2px 5px #000000;
}
.sectionpage-master.summer .categorieslist-bloc .item {
  border: solid #8DBD4F 3px;
}
.sectionpage-master.summer .categorieslist-bloc .item:hover {
  border: solid #739e3b 3px;
}
.sectionpage-master.summer .categorieslist-bloc .item:hover .bloc-white {
  background-color: #8DBD4F;
  color: #fff;
}
.sectionpage-master.winter .categorieslist-bloc .item {
  border: solid #41539F 3px;
}
.sectionpage-master.winter .categorieslist-bloc .item:hover {
  border: solid #32407b 3px;
}
.sectionpage-master.winter .categorieslist-bloc .item:hover .bloc-white {
  background-color: #41539F;
  color: #fff;
}
.subcategorieslist-bloc a {
  text-decoration: none;
}
.subcategorieslist-bloc .item {
  display: block;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 575px) {
  .subcategorieslist-bloc .item {
    min-height: 100px;
  }
}
@media (min-width: 576px) {
  .subcategorieslist-bloc .item {
    min-height: 200px;
    aspect-ratio: 1;
  }
}
.subcategorieslist-bloc .item .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.subcategorieslist-bloc .item .bloc-white {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.subcategorieslist-bloc .item:hover .bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #ffffff;
}
.subcategorieslist-bloc .item .title {
  margin: 0px;
  padding: 12px 0px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 2px 5px #000000;
}
.sectionpage-master.summer .subcategorieslist-bloc .item {
  border: solid #8DBD4F 3px;
}
.sectionpage-master.summer .subcategorieslist-bloc .item:hover {
  border: solid #739e3b 3px;
}
.sectionpage-master.summer .subcategorieslist-bloc .item:hover .bloc-white {
  background-color: #8DBD4F;
  color: #fff;
}
.sectionpage-master.winter .subcategorieslist-bloc .item {
  border: solid #41539F 3px;
}
.sectionpage-master.winter .subcategorieslist-bloc .item:hover {
  border: solid #32407b 3px;
}
.sectionpage-master.winter .subcategorieslist-bloc .item:hover .bloc-white {
  background-color: #41539F;
  color: #fff;
}
.productssection-bloc hr {
  border: solid #eee 10px;
  display: none;
}
.subcategorieslist-bloc + div .productslist-bloc hr {
  display: block !important;
}
.sectionpage-master.summer .productssearch-bloc {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .productssearch-bloc {
  background-color: #41539F;
}
.promoproductslist-bloc {
  border: solid  10px;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  position: relative;
}
.promoproductslist-bloc h2 {
  padding: 0px 4px;
  position: absolute;
  top: 10px;
  left: -20px;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  background-color: red;
  color: #fff;
}
.sectionpage-master.summer .promoproductslist-bloc {
  border-color: #b1d287;
  background-color: #c9e0ac;
}
.sectionpage-master.winter .promoproductslist-bloc {
  border-color: #6a7bc2;
  background-color: #8e9bd1;
}
.product-bloc {
  border-radius: 10px;
  background-color: #fff;
}
.paginationlist {
  border-top: solid #eee 2px;
  text-align: right;
}
.paginationlist a,
.paginationlist span {
  margin-top: 8px;
  font-size: 0.875rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.paginationlist a {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
}
.sectionpage-master.summer .paginationlist a[href] {
  background-color: #8DBD4F;
}
.sectionpage-master.summer .paginationlist a[href]:hover {
  background-color: #739e3b;
}
.sectionpage-master.summer .paginationlist a:not([href]) {
  border: solid #8DBD4F 1px;
}
.sectionpage-master.winter .paginationlist a[href] {
  background-color: #41539F;
}
.sectionpage-master.winter .paginationlist a[href]:hover {
  background-color: #32407b;
}
.sectionpage-master.winter .paginationlist a:not([href]) {
  border: solid #41539F 1px;
}
.productdetails-bloc hr {
  border-top: solid #eee 1px;
}
.productdetails-bloc .details > div {
  display: inline-block;
  width: calc(25% - 10px);
  max-width: 200px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .productdetails-bloc .details > div {
    width: calc(50% - 10px);
  }
}
.productdetails-bloc .details table {
  width: 100%;
  margin-top: 10px;
}
.productdetails-bloc .details .detail {
  font-weight: 900;
  width: 80px;
  line-height: 1rem;
}
.cartsummary-bloc {
  border-radius: 10px;
}
.cartdetails-bloc .item {
  background-color: #eee;
}
.checkoutstep-bloc .icon {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  padding: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.checkoutstep-bloc .steps {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.checkoutstep-bloc .steps .step {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkoutstep-bloc .steps .step.active {
  background-color: #212529;
  color: #fff;
}
.sectionpage-master.summer .checkoutstep-bloc .icon {
  background-color: #8DBD4F;
}
.sectionpage-master.winter .checkoutstep-bloc .icon {
  background-color: #41539F;
}
.bt-paiement {
  outline: none;
  border: 0px;
  cursor: pointer;
}
.bt-paiement.disabled {
  opacity: 0.5;
  pointer-events: none;
}
/*************************/
/* CLASSES TIMELINE */
/*************************/
.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #dee2e6;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
}
/* Dot in the middle */
.timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #41539F;
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .timeline-item::before {
    display: none;
  }
}
.timeline-content {
  background: #fff;
}
@media (max-width: 767px) {
  .timeline::before {
    left: 8px;
  }
  .timeline-item::before {
    left: 8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*************************/
/* CLASSES MODAL LIGHTBOX */
/*************************/
.modal.lightbox {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .modal.lightbox .modal-dialog {
    max-width: 90vw !important;
  }
  .modal.lightbox .ratio {
    max-height: 90vh !important;
  }
  .modal.lightbox .ratio-16x9 {
    --bs-aspect-ratio: 100%;
  }
}
@media (min-width: 1200px) {
  .modal.lightbox .modal-xl {
    --bs-modal-width: 1500px;
  }
}
/*************************/
/* CLASSES ADMIN */
/*************************/
.order-type-1,
.order-type option[value="1"] {
  background-color: #ffc107;
}
.order-type-2,
.order-type option[value="2"] {
  background-color: #0dcaf0;
}
.order-type-3,
.order-type option[value="3"] {
  background-color: #198754;
  color: #fff;
}
.order-type-4,
.order-type option[value="4"] {
  background-color: #dc3545;
  color: #fff;
}
.modal.modal-admin {
  background-color: rgba(0, 0, 0, 0.5);
}
