@charset "UTF-8";
/*
 * Feuille de style concernant les écrans desktop
 */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap");
@media (max-width: 1440px) {
  /* Initialisation de couleurs */
  /*  - - - -   Choix de police principale - - - - */
  /* Paramétrage des marges*/
  .container__geant {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  /*  -----------------------------------
 - - - - - - -  1220px - - - - - -
-----------------------------------  */
}

@media (max-width: 1440px) and (max-width: 1220px) {
  .galerie__img {
    max-height: 220px;
  }
  .galerie__img img {
    min-height: 220px;
  }
}

@media (max-width: 1440px) {
  /*  -----------------------------------
 - - - - - - -  1064px - - - - - -
-----------------------------------  */
}

@media (max-width: 1440px) and (max-width: 1080px) {
  .single-product .content-area,
  .container__grand {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .galerie__img {
    max-height: 200px;
  }
  .galerie__img img {
    min-height: 200px;
  }
  .section__3col .grid__3col--egales {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1440px) {
  /*  -----------------------------------
 - - - - - - -  992px - - - - - -
-----------------------------------  */
}

@media (max-width: 1440px) and (max-width: 992px) {
  .container__moyen {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .container__geant .container__moyen,
  .container__grand .container__moyen {
    padding-right: 0;
    padding-left: 0;
  }
  .galerie__img {
    max-height: 170px;
  }
  .galerie__img img {
    min-height: 170px;
  }
  .section__1col .grid__2col {
    grid-template-columns: 300px 1fr;
  }
  .section__1col .img__flexible {
    width: 300px;
  }
  .section__1col .img__flexible img {
    width: 300px;
  }
  .section__2-4col .grid__4col--egales {
    grid-template-columns: repeat(3, 1fr);
  }
  .pad__horizontal--mega {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pad__horizontal--grand {
    padding-right: 20px;
    padding-left: 20px;
  }
  /*  -----------------------------------
 - - - - - - -  Header - - - - - -
-----------------------------------  */
  .responsive__off {
    display: none;
  }
  .responsive__on {
    display: block;
  }
  .header__menu--burger {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  header nav {
    z-index: 10000;
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    margin-left: 0;
    height: 100vh;
    width: 100%;
    background-color: #073138;
    color: #FFFFFF;
    padding: 0 16px;
    transition: all .3s;
    transform: scale(0);
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
  header nav.menu__responsive .container__menu--responsive {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav.menu__responsive ul {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  header nav.menu__responsive ul.menu__secondary {
    margin-bottom: 50px;
  }
  header input[type=checkbox]:checked ~ nav {
    transform: scale(1);
  }
  header input[type=checkbox]:checked ~ nav a, header input[type=checkbox]:checked ~ nav span {
    color: #FFFFFF;
  }
  header label.menu__burger--label {
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    top: 0;
    position: relative;
    padding: 0;
    z-index: 10000;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #BDD630;
  }
  header label.menu__burger--label span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    border-radius: 5px;
    display: block;
    width: 19px;
    height: 2px;
    background-color: #073138;
    position: relative;
    z-index: 20000;
  }
  header label.menu__burger--label span::before,
  header label.menu__burger--label span::after {
    content: '';
    width: 19px;
    height: 2px;
    background-color: #073138;
    border-radius: 5px;
    position: absolute;
    left: 0;
    transition: .3s;
    transform-origin: left center;
  }
  header label.menu__burger--label span::before {
    top: -6px;
  }
  header label.menu__burger--label span::after {
    bottom: -6.5px;
  }
  header input[type=checkbox]:checked ~ label {
    z-index: 20000;
    -moz-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
    -ms-flex-pack: end;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
  }
  header input[type=checkbox]:checked ~ label.menu__burger--label span {
    background: #BDD630;
  }
  header input[type=checkbox]:checked ~ label.menu__burger--label span::before {
    top: 10px;
    transform: rotate(41deg) translate(-5px, 10px);
    background-color: #073138;
  }
  header input[type=checkbox]:checked ~ label.menu__burger--label span::after {
    bottom: -23px;
    transform: rotate(-43deg) translate(-10px, -4px);
    background-color: #073138;
  }
  .burger__checked .responsive__on .btn__panier--responsive,
  .burger__checked .responsive__on .header__logo {
    z-index: 10000;
  }
  .burger__checked .btn__fixed.responsive__on {
    z-index: 10000;
  }
  /*  -----------------------------------
  - - - - - - -  Footer - - - - - -
  -----------------------------------  */
  footer .grid__4col--egales {
    grid-template-columns: 1fr 1fr;
  }
  .margin__left--mega {
    margin-left: 40px;
  }
  .margin__right--mega {
    margin-right: 40px;
  }
  /*  -----------------------------------
- - - - - - -  sections - - - - - -
-----------------------------------  */
  .damier__cards > :nth-of-type(odd) .bloc__texte,
  .damier__home > :nth-of-type(even) .bloc__texte {
    margin-right: 0;
  }
  .damier__cards > :nth-of-type(even) .bloc__texte,
  .damier__home > :nth-of-type(odd) .bloc__texte {
    margin-left: 0;
  }
  .section__intro .margin__right--mega {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .card__top .bcg__orange {
    padding-left: 5px;
    padding-right: 5px;
  }
  .card__top .bcg__orange .titre__n1,
  .card__shadow .bcg__orange .titre__n1 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 25px;
  }
  /*  -----------------------------------
********   sections html/css   ********
-----------------------------------  */
  .grid__2col--3fr-2fr {
    grid-template-columns: 1fr;
  }
  .grid__2col--3fr-2fr .card__offre--paysage {
    grid-row: 2/3;
    max-width: 594px;
  }
  .grid__2col--3fr-2fr .bcg__bleu--vert .titre__n1 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 25px;
  }
}
/*# sourceMappingURL=style-desktop.css.map */