*::before,
*::after {
  box-sizing: inherit;
}

.isCachee{
	display:none!important;
}
.isAffichee{
	display:block!important;
}

html {
  color: #000000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */

  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-box-sizing:border-box;
  box-sizing:border-box;
	font-size: 62.5%; /* R�-�quilibrage du Rem face au Pixel pour des calculs simples / 1.0rem = 10px */
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  /* Attention les fonctions JS scroll ne marcheront pas avec overflow-x: hidden; */
  overflow-x: hidden;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 1.1vw, 1.8rem);
  line-height: 1.4;
}

::-moz-selection {
  background: var(--yellow);
  color: var(--txt-color);
  text-shadow: none;
}
::selection {
  background: var(--yellow);
  color: var(--txt-color);
  text-shadow: none;
}

/*---GENERAL---*/
h1, h2, h3 {
  color: var(--brown);
  font-family: 'Kalam', cursive;
  text-transform: uppercase;
}
p, a, li, button {
  font-family: 'Dosis', sans-serif;
}
a, li {
    text-decoration: none;
    list-style-type: none;
}
.yellow-txt, h1 b, h1 color {
  color: var(--yellow);
}
.container {
  padding: 52px 40px 52px 40px;
}

.bandeau-titre {
  background: var(--bg-light-grey);
  text-align: center;
  padding: 12px 40px;
}


/*---HEADER---*/
header {
    background: white;
    border-bottom: 4px solid var(--yellow);
}
#topbar {
    display: flex;
    border-bottom: 6px solid var(--pink);
    justify-content: space-between;
    padding: 16px 40px 0;
    align-items: center;
    height: 112px;
}
.menubar {
  display: inline-flex;
  align-items: center;
}
nav#menu {
  display: flex;
  align-items: center;
}
nav ul.main-nav__list {
    display: flex;
    gap: 12px;
}
nav ul.main-nav__list .espace-pro_btn {
    border: 4px solid var(--yellow);
    padding: 8px 16px;
    color: var(--yellow);
    margin: 0 12px;
}
.panier-user {
  display: flex;
  gap: 12px;
  margin-left: 12px;
}
a.panier {
  position: relative;
}
.nmb-articles {
  position: absolute;
  top: -8px;
  right: -6px;
  background-color: var(--yellow);
  width: 24px;
  height: 24px;
  border-radius: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#raccourcisbar {
    display:none;
    justify-content: flex-end;
    gap:10px;
    align-items: center;
}
div#raccourcisbar div {
  width: 42px;
  height: 6px;
  background: var(--yellow);
  margin: 7px 16px;
}
div#raccourcisbar .brown-bg {
  background: var(--brown);
}
#uci_link {
  display: none !important;
}
@media (min-width: 1024px) {
  nav ul.main-nav__list a {
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: inset 0 0 0 0 var(--yellow);
    color: var(--brown);
    padding: 4px 8px;
    margin: 0 -0.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	white-space: nowrap;
  }
  li.main-lvl1-nav__item:hover a {
    background: var(--yellow);
    color: #fff;
    box-shadow: inset 200px 0 0 0 var(--yellow);
    border-radius: 2.4px;
}
}
@media (max-width: 1024px) {
  #raccourcisbar {
    display:block;
  }
  nav ul.main-nav__list a {
    color: var(--yellow);
  }
  nav ul.main-nav__list .espace-pro_btn {
    border: none;
    padding: 8px 20px;
    margin: 0;
  }
  ul.main-nav__list.mm-spn--open {
    display: flex;
    flex-direction: column;
  }
  nav ul.main-nav__list {
    gap: 0px;
  }
  li.main-lvl1-nav__item:hover a {
    background: var(--yellow);
    color: #fff;
    transition: 0.2s;
  }
}


/*---------FOOTER---------*/
footer {
  background-color: var(--camel);
  padding: 32px 40px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
footer img {
  margin-bottom: 8px;
}
footer span {
  margin: 0px 5px;
}
footer .rs a {
  margin: 0 8px;
}
footer a {
  color: var(--brown);
}
footer .nav-footer a {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 4px;
}
footer .footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 1000px) {
  footer .footer-legal p, footer .footer-legal a {
    margin: 2px;
  }
}


/*---------CONTACT---------*/
.section-contact {
  background: var(--bg-light-grey);
  text-align: center;
}
.section-contact ul {
  padding-left: 0;
}
.section-contact .titre {
  text-align: center;
}
.section-contact .titre p {
  color: var(--brown);
  font-weight: 600;
}
.section-contact input, .section-contact textarea {
  border: 2px solid var(--yellow);
  border-radius: 2px;
}
.section-contact li {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 8px;
}
.section-contact textarea#msg {
  height: 92px;
}
.section-contact input {
  height: 28px;
}
.section-contact form {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.section-contact form div.inputs {
  display: flex;
  width: 100%;
  gap: 16px;
}
/*
.section-contact form .__captcha, .section-contact form .__captcha_intro, .section-contact form .__captcha_erreur {
	display:unset!important;
	margin:auto;
	max-width:800px;
}/**/
.section-contact form div li {
  width: 100%;
}
.section-contact button, .section-contact input[type=submit], .bouton_jaune {
  background: var(--yellow);
  border: navajowhite;
  cursor: pointer;
  padding: 12px 24px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  height:38px;
}
.section-contact label {
  font-weight: 500;
}
@media (max-width: 1000px) {
  .section-contact form div {
    gap: 0px;
    flex-direction: column;
  }
}


/*---------PAGE ACCUEIL---------*/
.bandeau {
  position: relative;
}
.bandeau-slogan {
  position: absolute;
  z-index: 99;
  top: calc(50% - 117px);
}
picture img {
  height: 54vh;
  width: 100%;
  object-fit: cover;
}
.bandeau h1, .bandeau p {
  color: white;
  margin-top: 0px;
}
.bandeau h1 {
  margin-bottom: 8px;
}
.bandeau p {
  margin-bottom: 32px;
}
.section-1 {
  background-image: url(../images/cardboard_bg.jpg);
  padding: 24px 40px;
  position: relative;
  margin-top: -6px;
}
.section-1:after {
  content: '';
  width: 400px;
  height: 16px;
  bottom: -8px;
  right: 0px;
  background: var(--yellow);
  position: absolute;
}
.section-1:before {
  content: '';
  width: 400px;
  height: 16px;
  top: -8px;
  left: 0px;
  background: var(--yellow);
  position: absolute;
}
.section-1 .col-3 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 16px;
}
.section-1 .col-3 .col-g, .section-1 .col-3 .col-m, .section-1 .col-3 .col-d {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.section-2 .col-2 {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.section-2 .col-2 .col-g {
  text-align: center;
}
.section-2 img {
  width: 100%;
  max-width: 440px;
}
.section-2 .col-2 .col-g, .section-2 .col-2 .col-d {
  width: calc(100% / 2 - 24px );
}
@media (max-width: 1000px) {
  .section-2 .col-2 .col-g, .section-2 .col-2 .col-d {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .section-1 img {
    width: 72px;
  }
}

.section-3 {
  background-color: var(--camel);
  border-top: 4px solid var(--brown);
  border-bottom: 4px solid var(--brown);
  position: relative;
  padding: 24px 40px;
  z-index: 1;
}
.section-3:after {
  content: '';
  background-image: url(../images/bg-logo.svg);
  width: 450px;
  max-width: 100%;
  height: fit-content;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
}
.section-3 .col-g  {
  width: calc(100% - 40% - 24px );
  display: flex;
  gap: 16px;
  justify-content: center;
}
.section-3 .col-g .rs {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-3 .col-d {
  display: flex;
  width: calc(100% - 60% - 24px );
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.section-3 .col-d div {
    width: calc(100% / 3 - 24px);
}
.section-3 .col-d img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  height: 130px;
}
.container.section-3 .col-2 {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.section-3:after .col-d img {
  width: calc(100% / 3 - 12px);
  border-radius: 8px;
  box-shadow: inset 4px 4px 2px #00000070;
}
div#instafeed a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  aspect-ratio: 1 / 1;
}
div#instafeed {
  display: contents;
}
div#instafeed a {
  display: flex;
  width: calc(100% / 3 - 24px);
}
div#instafeed a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .section-3 .col-d, .section-3 .col-g{
    width: 100%;
  }
  .section-3 .col-2 {
    gap: 0px !important;
  }
  .section-3 .col-d {
    margin-top: 24px;
    justify-content: center;
  }
  .section-3 {
    text-align: center;
  }
  .section-3 .col-d img {
    height: 230px;
  }
}
@media (max-width: 720px) {
  .section-3 .col-g {
    flex-direction: column;
    align-items: center;
  }
  .section-3 .col-d img {
    height: 160px;
  }
}
@media (max-width: 520px) {
  .section-3 .col-d img {
    height: 100px;
  }
}
.section-4 {
  position: relative;
}
.section-4 .identite {
  display: flex;
  font-size: 22px;
  gap: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-4 .commentaires {
  background: #EBEBEB;
  padding: 24px;
  border-radius: 4px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-4 p.commentaire {
  font-size: 16px;
  font-weight: 400;
}
.section-4 .identite p {
  margin: 10px 0 6px 2px;
}
.container.section-4 h2 {
  text-align: center;
  margin-bottom: 32px;
}
.container.section-4 .nav-com a {
  width: 24px;
  height: 24px;
  background: var(--brown);
  border-radius: 2px;
  border: 2px solid var(--brown);
}
.container.section-4 .nav-com .active {
  background: var(--yellow);
  border: 2px solid var(--brown);
}
.container.section-4 .nav-com {
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
  margin: 32px 0 0;
}
.section-4:after {
  content: '';
  background-image: url(/images/bg-arrow.svg);
  width: 300px;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .etoiles img {
    width: 24px;
  }
}


/*---------PAGE LA BOUTIQUE---------*/
.boutique-produits {
  max-width: 1200px;
  width: -webkit-fill-available;
  margin: 0 auto;
}
.boutique-produits .ajout-panier {
  display: flex;
  align-items: center;
  gap: 24px;
}
.boutique-produits a.btn-primary {
  padding: 11.2px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.boutique-produits .prix {
  color: #F26140;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  font-family: 'Dosis', sans-serif;
}
.boutique-produits h2 {
  margin-bottom: 0px;
}
.boutique-produits p.frais-port {
  margin-top: 0px;
  color: #7C7C7C;
  font-weight: 500;
  margin-bottom: 24px;
}
.boutique-produits .infos-produit {
  margin-bottom: 32px;
  font-weight: 600;
  color: var(--brown);
  font-family: 'Dosis', sans-serif;
}
.boutique-produits .col-2.produit {
  border-bottom: 4px solid var(--yellow);
  padding: 32px 0;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.boutique-produits .col-2 .col-g {
  width: 36%;
}
.boutique-produits .col-2 .col-d {
  width: 60%;
}
.boutique-produits .col-2  .img img {
  width: 100%;
  border-radius: 8px;
}
.boutique-produits input#number {
  height: 30px;
  width: 52px;
  border: none;
  background-color: #e6e6e6;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .boutique-produits .col-2 .col-g, .boutique-produits .col-2 .col-d {
    width: 100%;
  }
  .boutique-produits .col-2.produit {
    gap: 0px;
  }
}
/*---INPUT NUMBER--*/
.quantity {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  background-color: #efefef;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  width: 21px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "FontAwesome" !important;
  line-height: 1.5;
  padding: 0;
  background: #FAFAFA;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button:active {
  background: #EAEAEA;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "FontAwesome";
  border-radius: 0 4px 0 0;
  line-height: 1.6
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  font-family: "FontAwesome";
  border-radius: 0 0 4px 0;
}

/*---------PAGE ACTUALITES---------*/
.liste-actu .actu .titre-actu {
  border-bottom: 4px solid var(--yellow);
  padding-bottom: 12px;
  color: var(--brown);
  font-family: 'Kalam', cursive;
  text-transform: uppercase;
  font-size: 20px;
  min-height: 56px;
  padding-top: 12px;
  align-items: center;
  display: flex;
}
.liste-actu .actu {
  width: calc(100% / 3 - 24px);
  display: flex;
  flex-direction: column;
}
.liste-actu .actu img {
  width: 100%;
  border-radius: 6px;
}
.liste-actu {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.liste-actu .img-actu {
  position: relative;
}
.liste-actu .date {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #ffffffba;
  padding: 4px 8px;
  border-radius: 2px;
  color: var(--brown);
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.pagination a {
  display: flex;
}
.pagination .num-page {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 900;
  color: var(--brown);
}
@media (max-width: 1000px) {
  .liste-actu .actu {
    width: calc(100% / 2 - 24px);
  }
}
@media (max-width: 720px) {
  .liste-actu .actu {
    width: 100%;
  }
}


/*---------ESPACE PRO---------*/
.espace-pro .col-2 {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.espace-pro .col-2 .col-g, .espace-pro .col-2 .col-d {
  width: 48%;
}
.espace-pro .col-2 .col-g img {
  width: 100%;
}
.espace-pro .col-2 .col-d p:last-of-type {
  font-weight: 600;
}
.espace-pro .col-2 .col-d ul {
  margin-bottom: 32px;
}
.espace-pro .col-2 .col-d li {
  margin-bottom: 8px;
  position: relative;
}
.espace-pro .col-2 .col-d li:before {
  content: '';
  background: url(../images/icones/li-icon.svg);
  position: absolute;
  top: 0px;
  left: -40px;
  width: 24px;
  height: 24px;
}
@media (max-width: 1000px) {
  .espace-pro .col-2 .col-g, .espace-pro .col-2 .col-d {
    width: 100%;
  }
}


/*---------PAGE LE PERCHE---------*/
.perche .col-2 {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.perche .col-2 .col-g, .perche .col-2 .col-d {
  width: 48%;
}
.perche .col-2 .col-g img {
  width: 100%;
}
.video-perche {
  background-image: url(../images/bg-perche.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 4px solid var(--brown);
  border-bottom: 4px solid var(--brown);
}
@media (max-width: 1000px) {
  .perche .col-2 .col-g, .perche .col-2 .col-d {
    width: 100%;
  }
}


/*---------PAGE LA CHIPS---------*/
.col-2.etape {
  background: #F6F6F6;
  border-radius: 6px;
  border: 4px solid var(--yellow);
  box-shadow: 8px 8px 0px 0px var(--brown);
  display: flex;
  align-items: center;
}
.chips {
  width: fit-content;
  margin: 0 auto 32px;
  max-width: 1200px;
}
.etapes {
  background-image: url(../images/bg-etapes.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 4px solid var(--brown);
  border-bottom: 4px solid var(--brown);
}
.liste-etapes {
  display: flex;
  gap: 32px;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.container.chips li {
  font-weight: 500;
}
.col-2.etape .col-d {
  padding: 0 32px;
  width: 70%;
}
.etapes.container h2 {
  width: 1200px;
  margin: 0 auto 32px;
  max-width: 100%;
}
.chips ul {
  padding: 0px;
}
.chips li {
  margin: 24px 0;
  display: flex;
  gap: 16px;
}
.col-2.etape .col-g {
    display: flex;
    min-width: 334px;
    position: relative;
    height: 303px;
    overflow: hidden;
}
.col-2.etape .col-g img{
  width: 100%;
  border-radius: 4px 0 0 4px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .col-2.etape .col-d {
    width: 60%;
  }
}
@media (max-width: 720px) {
  .col-2.etape .col-d, .col-2.etape .col-g {
    width: 100%;
    min-width: auto;
  }
  .col-2.etape {
    flex-wrap: wrap;
  }
  .col-2.etape .col-g img{
    width: 100%;
    border-radius: 4px 4px 0 0px;
  }
}
@media (min-width: 720px) and (max-width: 780px) {
.col-2.etape .col-g {
    height: 390px;
}
}

/*---------PAGE PANIER---------*/
.panier .col-2 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 32px;
}
.panier .col-2 .col-g{
  width: 68%;
}
.panier .col-2 .col-d {
  width: 30%;
}
.panier .col-2 .col-g .article .infos h2 {
  margin-bottom: 8px;
}
.panier .col-2 .col-g a.retour-achats, .popin  a.retour-achats {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #7c7c7c;
}
.panier .col-2 .col-g a.retour-achats {
  margin-top: 16px;
}
.panier .col-2 .col-g .article .prix {
  color: #F26140;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 12px;
}
.panier .col-2 .col-g .article {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 4px solid var(--yellow);
  padding: 24px 0;
  position: relative;
}
.panier .col-2 .col-g .article:first-of-type {
  padding-top: 0px;
}
.panier .col-2 .col-g .article .img {
  width: 30%;
}
.panier .col-2 .col-g .article .infos {
  width: 54%;
}
.panier .col-2 .col-g .article .remove {
  width: 8%;
}
.panier .col-2 .col-g .article .img img {
  width: 100%;
}
@media (max-width: 1000px) {
  .panier .col-2 .col-g .article {
    align-items: flex-start;
    flex-direction: column;
  }
  .panier .col-2 .col-g .article .img, .panier .col-2 .col-g .article .remove, .panier .col-2 .col-g .article .infos {
    width: 100%;
  }
  .panier .col-2 .col-g .article .remove {
    position: absolute;
    bottom: 8px;
    text-align: right;
  }
}
@media (max-width: 900px) {
  .panier .col-2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .panier .col-2 .col-g, .panier .col-2 .col-d {
    width: 100%;
  }
}


/*---------PAGE COMMANDE ETAPE---------*/
.etapes-suivi {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  margin: 0 auto;
  gap: 32px;
}
.etapes-suivi a{
	color:rgb(161, 161, 161);
}
.etape-commande .col-g h2 {
  margin-top: 0;
}
.etape-commande {
  padding-top: 16px;
}
.etape-commande .col-2 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 32px;
}
.etape-commande .col-g{
  width: 60%;
}
.etape-commande .col-d {
  width: 40%;
}
.etape-commande .col-g {
  background: var(--bg-light-grey);
  padding: 40px;
  border-radius: 8px;
}
.etape-commande input, .etape-commande textarea {
  border: 2px solid var(--yellow);
  border-radius: 2px;
}
.etape-commande li {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 8px;
  width: 100%;
}
.etape-commande textarea#msg {
  height: 92px;
}
.etape-commande input {
  height: 28px;
}
.etape-commande label {
  font-weight: 600;
  color: var(--brown);
  margin-top: 6px;
}
.etape-commande form.formulaire div {
  display: flex;
  width: 100%;
  gap: 16px;
}
.etape-commande button {
  background: var(--yellow);
  border: navajowhite;
  cursor: pointer;
  padding: 12px 24px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  margin-top: 16px;
}
.etape-commande ul {
  padding-left: 0;
}
.barre {
  height: 16px;
  width: 100%;
  background: rgb(161, 161, 161);
  border-radius: 2px;
  box-shadow: inset 1px 2px 8px rgb(60 60 60 / 40%);
}
.etape-suivi .etape p {
  font-weight: 600;
  color: rgb(161, 161, 161);
}
.active {
  background: var(--yellow);
  box-shadow: none;
}
.txt-active{
  color: var(--yellow) !important;
}
.done {
  background: var(--brown);
  box-shadow: none;
}
.txt-done{
  color: var(--brown) !important;
}
@media (max-width: 900px) {
  .etape-commande .col-2 {
    flex-wrap: wrap;
  }
  .etape-commande .col-g, .etape-commande .col-d{
    width: 100%;
  }
}
@media (max-width: 520px) {
  .etape-commande form div {
    display: flex;
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
}


.commande-panier h2 {
  margin-top: 0px;
}
.commande-panier {
  background-color: var(--bg-light-grey);
  padding: 32px;
  border-radius: 8px;
  position: sticky;
  top: 24px;
}
.commande-panier .total-ttc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  font-size: 16px;
  border-top: 2px solid var(--brown);
  margin-top: 16px;
}
.commande-panier .details {
  font-weight: 500;
  font-family: 'Dosis', sans-serif;
  margin-top: 24px;
}
.commande-panier .btn-primary {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.commande-panier .article , .commande-panier .sous-total, .commande-panier .article, .commande-panier .frais-port, .ligne-remise {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commande-panier p, .commande-panier div{
  margin: 4px 0;
  color: var(--brown);
}
div#bloc_code div {
    display: flex;
    align-items: stretch;
}
input#code_promo:focus-visible {
    outline: 0px solid var(--brown);
}
div#bloc_code input[type="submit"] {
    background: var(--brown);
    color: white;
    border-radius: 0 2px 2px 0;
    border: none;
    height: 30px;
    width: 52px;
    cursor: pointer;
}
div#bloc_code {
    font-weight: bold;
}
div#bloc_code input#code_promo {
    border: 2px solid var(--brown);
    border-radius: 2px 0 0 2px;
    height: 24px;
    width: calc(100% - 60px);
}

.page_moncompte {
    width: 100%;
    margin: 0 auto 32px;
    max-width: 600px;
    margin-top: 32px;
}

.btn-link{
	color:#ffb648;
	font-weight:500;
}

.section-contact{
	padding-top: 52px;
    padding-bottom: 1px;
}
#contact_form.section-contact{
	padding-top: 1px;
    padding-bottom: 52px;
}

.netc-editor iframe{
	border:0px;
	pointer-events: none;
    max-width: 1120px;
    width: 100%;
}

@media (max-width: 1200px) {
	.netc-editor .video-perche iframe{
		height: calc(42.6vw - 40px);
	}
}
@media (max-width: 720px) {
	.chips .netc-editor iframe , .video-perche .netc-editor iframe {
		max-height: 300px;
	}

}
@media (max-width: 1200px) {
.chips iframe {
    height: calc(52.6vw - 14px);
}
}

}
.col-2.etape .col-g .iframe{
    width: 100%;
	border-radius: 4px 0 0 4px;
	/*border:3px solid red	*/
}
.col-2.etape .col-g .iframe iframe{
	position: absolute;
    width: 100%;
	height:670px;
	bottom: -30%;
	left: 0;
	object-fit: cover;
}
/*
@media (max-width: 1200px) {
	.col-2.etape .col-g .iframe iframe{
		height:52vw;
	}
}
@media (max-width: 1000px) {
	.col-2.etape .col-g .iframe iframe{
		height:62vw;
	}
}
@media (max-width: 640px) {
  .col-2.etape .col-g .iframe iframe{
    height:100vw;
  }
}
/**/

.col-g iframe {
	/*position: absolute;
    width: 100%;
	/*height:220%;    */
	/*bottom: 0;
	left: 0;
	/*object-fit: cover;*/

}
/*
@media (max-width: 1200px) {
	.col-g iframe {
		height:180%;
		bottom: 0%;
	}
}
/**/