@charset "UTF-8";
/*---------------------------*/
/*-------- GLOBAL -----------*/
/*---------------------------*/
.header_panier_checkout {
  background: var(--green-color);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 1rem;
  margin-bottom: 2rem;
}
.header_panier_checkout .logo img {
  width: 300px;
}
.header_panier_checkout .label {
  display: flex;
  align-items: end;
}
.header_panier_checkout .label h1 {
  margin-bottom: 0;
  font-size: 20px;
  margin-right: 1rem;
}
.header_panier_checkout .label img {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .header_panier_checkout h1 {
    display: none;
  }
  .header_panier_checkout .logo img {
    width: 200px;
  }
}

.ariane {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  font-weight: 600;
}
.ariane span {
  margin: 0 5px;
}
.ariane .active {
  font-weight: 900;
}

/* Détails */
.details {
  background: var(--grey-color);
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  /* sommes */
  /* border */
  /* Code Promo */
  /* Code Promo Champ*/
  /* Total commande */
  /* cofidis */
  /* Paiement */
  /* Paiement Express */
}
.details .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details h4 {
  font-size: 15px;
}
.details .sommes {
  margin-bottom: 6px;
}
.details .border {
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  margin: 1rem 0;
}
.details .code_promo h4 {
  margin-bottom: 0;
}
.details .code_promo a {
  padding: 6px 13px;
  border: 2px solid var(--dark-color);
}
.details .code_promo a:hover {
  background: var(--green-color);
  color: white;
}
.details .form-promo-code input {
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 900;
}
.details .form-promo-code .btn-promo {
  background: var(--green-color);
  border-radius: 0;
  padding: 9px 9px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin: 1.4rem 0px;
  margin-top: 11px;
}
.details .form-promo-code .btn-promo:hover {
  background: var(--dark-color);
  color: white;
}
.details .form-promo-code .message {
  display: none;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: -2px;
  color: #c40303;
  font-weight: 800;
}
.details .form-promo-code.error input {
  box-shadow: 0px 0px 0px 2px #c40303;
}
.details .form-promo-code.error .message {
  display: flex;
}
.details .total_commande {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details .total_commande h4 {
  margin-bottom: 0;
}
.details .total_commande .prix_total {
  font-weight: 900;
}
.details .cofidis {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 6px;
}
.details .cofidis img {
  width: 66px;
  margin-right: 5px;
}
.details .cofidis .label .mensualite {
  color: var(--green-color);
  font-weight: 900;
  text-decoration: underline;
}
.details .paiement {
  display: flex;
  justify-content: center;
}
.details .paiement .btn_paiement {
  background: var(--green-color);
  border-radius: 10px;
  padding: 15px 9px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin: 1.4rem 0px;
}
.details .paiement .btn_paiement:hover {
  background: var(--dark-color);
  color: white;
}
.details .paiement_express {
  display: flex;
  flex-direction: column;
}

/* Paiements express */
.btn_express {
  background: white;
  border-radius: 40px;
  border: 2px solid var(--dark-color);
  padding: 6px 9px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px auto;
  max-width: 350px;
}
.btn_express img {
  width: 58px;
  margin-top: 4px;
}
.btn_express:hover {
  border-color: var(--green-color);
}

/*---------------------------*/
/*------- CHECKOUT ----------*/
/*---------------------------*/
.commander {
  display: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  /*-- Colonne saisie--*/
  /*-- Bloc inforamtions --*/
  /*--- Bloc livraison ---*/
  /*--- Bloc paiement ---*/
  /*-- Colonne produit --*/
}
.commander .colonne-saisie {
  flex: 1;
  padding: 1rem 3%;
}
.commander .colonne-saisie input, .commander .colonne-saisie select {
  box-shadow: none;
  background: var(--grey-color);
  border-radius: 11px;
  color: var(--dark-color);
  height: 43px;
  min-height: 43px;
  line-height: 43px;
}
.commander .colonne-saisie h5 {
  font-size: 13px !important;
  color: var(--dark-color);
}
.commander .colonne-saisie h4 {
  font-size: 18px !important;
  color: var(--dark-color);
  margin-bottom: 1rem !important;
}
.commander .colonne-saisie input, .commander .colonne-saisie h4, .commander .colonne-saisie h5, .commander .colonne-saisie .border, .commander .colonne-saisie select {
  margin: 5px;
}
.commander .colonne-saisie .btn-commander {
  background: var(--green-color);
  font-weight: 700;
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 8px 29px;
  border-radius: 11px;
  font-size: 16px;
  line-height: 0;
  height: 43px;
  width: 100%;
}
.commander .colonne-saisie .btn-commander:hover {
  background: var(--dark-color);
  color: white;
}
.commander .colonne-saisie .row {
  display: flex;
}
.commander .bloc-informations {
  /*-- Connectez-vous --*/
  /*-- Ou --*/
  /*-- Infos de livraison --*/
  /*-- Options --*/
  /*-- Votre compte --*/
  /*-- Suivant --*/
}
.commander .bloc-informations .connectez-vous .lien-mot-de-passe-oublie {
  margin: 0px 7px;
  margin-top: 9px;
}
.commander .bloc-informations .ou {
  margin: 1rem 0;
}
.commander .bloc-informations .ou .row {
  align-items: center;
}
.commander .bloc-informations .ou .row .border {
  height: 2px;
  width: 100%;
  background: var(--green-color);
}
.commander .bloc-informations .ou .row .text {
  font-weight: 900;
  font-size: 16px;
  padding: 0 1rem;
}
.commander .bloc-informations .infos-de-livraison {
  margin-top: 1.5rem;
}
.commander .bloc-informations .options {
  margin-top: 1.5rem;
}
.commander .bloc-informations .options .row {
  flex-direction: column;
}
.commander .bloc-informations .options .row label {
  display: flex;
  align-items: center;
}
.commander .bloc-informations .options .row label input {
  height: auto;
  line-height: unset;
  border: 1px solid var(--green-color);
  border-radius: 4px;
  width: 16px;
  height: 17px;
  margin: 0.4rem;
}
.commander .bloc-informations .votre-compte {
  margin-top: 1.5rem;
}
.commander .bloc-informations .suivant {
  margin-top: 2rem;
}
.commander .bloc-livraison {
  /*-- Global card --*/
  /*-- Global card seelction livraison --*/
  /*-- Livraison chez vous --*/
  /*-- Ou --*/
  /*-- Livraison point relais --*/
  /*-- Border --*/
  /*-- Sélection livrasion à domicile --*/
  /*-- Sélection livraison point retrait --*/
}
.commander .bloc-livraison .card {
  border: 2px solid var(--green-color);
  border-radius: 7px;
  padding: 1rem;
}
.commander .bloc-livraison .card .sub-card {
  border: 2px solid var(--green-color);
  border-radius: 7px;
  padding: 1rem;
  margin-top: 1rem;
}
.commander .bloc-livraison .card input {
  margin-left: 0;
}
.commander .bloc-livraison .card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}
.commander .bloc-livraison .card .header div {
  display: flex;
  align-items: center;
}
.commander .bloc-livraison .card .header div .radio, .commander .bloc-livraison .card .header div .shipping_method {
  width: 17px;
  height: 17px;
  border: 2px solid var(--dark-color);
}
.commander .bloc-livraison .card .header div .radio:checked, .commander .bloc-livraison .card .header div .shipping_method:checked {
  width: 17px;
  height: 17px;
}
.commander .bloc-livraison .card .header div .radio:focus, .commander .bloc-livraison .card .header div .shipping_method:focus {
  box-shadow: 0px 0px 0px 0px var(--dark-color) !important;
  width: 17px;
  height: 17px;
}
.commander .bloc-livraison .card .header div .checkbox {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px solid var(--dark-color);
  background: white;
}
.commander .bloc-livraison .card .header div .checkbox::before {
  line-height: 16px;
}
.commander .bloc-livraison .card .header div .checkbox:checked {
  width: 15px;
  height: 15px;
  border: 2px solid var(--dark-color);
  background: var(--green-color) !important;
}
.commander .bloc-livraison .card .header div .checkbox:focus {
  width: 15px;
  height: 15px;
  border: 2px solid var(--dark-color);
  box-shadow: none !important;
}
.commander .bloc-livraison .card .header div .libelle {
  font-weight: 900;
  margin-top: 4px;
}
.commander .bloc-livraison .card .header .prix {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.commander .bloc-livraison .card .description {
  flex-direction: column;
}
.commander .bloc-livraison .card .description h5 {
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
}
.commander .bloc-livraison .card .description p {
  font-weight: 500;
}
.commander .bloc-livraison .selection-livraison {
  margin-bottom: 1.5rem;
}
.commander .bloc-livraison .selection-livraison .header {
  margin-bottom: 0;
}
.commander .bloc-livraison .selection-livraison .header .libelle {
  font-weight: 700;
  margin-left: 9px;
  color: #3f3f42;
  margin-top: 11px !important;
}
.commander .bloc-livraison .selection-livraison .adresse {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.commander .bloc-livraison .selection-livraison .adresse .libelle {
  font-weight: 700;
}
.commander .bloc-livraison .selection-livraison .adresse .modifier a {
  font-weight: 600;
  border: 1px solid var(--dark-color);
  padding: 6px 14px 3px 14px;
  line-height: 0px;
}
.commander .bloc-livraison .selection-livraison .adresse .modifier a:hover {
  border: 1px solid var(--green-color);
}
.commander .bloc-livraison .ou {
  text-align: center;
  margin: 1.5rem 0;
  font-weight: 900;
  font-size: 17px;
}
.commander .bloc-livraison .livraison-point-relais {
  margin-bottom: 2rem;
}
.commander .bloc-livraison .dpdfrance_lignepr {
  width: 100%;
}
.commander .bloc-livraison .selection-livraison-domicile .delai {
  margin-left: 2rem;
}
.commander .bloc-livraison .selection-livraison-point-retrait .delai {
  margin-left: 2rem;
}
.commander .bloc-livraison .selection-livraison-point-retrait .map-dpd {
  margin-top: 3rem;
}
.commander .bloc-livraison .selection-livraison-point-retrait .map-dpd #dpdfrance_div_relais_header {
  background-color: var(--green-color);
}
.commander .bloc-paiement {
  /*-- Choix des paiements --*/
}
.commander .bloc-paiement h4 {
  text-align: center;
  margin-bottom: 1.5rem !important;
}
.commander .bloc-paiement .paiement_express .btn_express {
  display: block;
}
.commander .bloc-paiement .ou {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.commander .bloc-paiement .ou .border {
  width: 100%;
  height: 1px;
  background: var(--dark-color);
}
.commander .bloc-paiement .ou .libelle {
  font-size: 18px;
  padding: 0 1rem;
  font-weight: 800;
}
.commander .bloc-paiement .paiement {
  margin: 2rem 0px;
}
.commander .bloc-paiement .paiement .paiement-card {
  border: 2px solid var(--green-color);
  border-radius: 7px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.commander .bloc-paiement .paiement .paiement-card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.commander .bloc-paiement .paiement .paiement-card .header div {
  display: flex;
  align-items: center;
}
.commander .bloc-paiement .paiement .paiement-card input {
  width: 17px;
  height: 17px;
  border: 2px solid var(--dark-color);
  margin-left: 0;
}
.commander .bloc-paiement .paiement .paiement-card input:focus {
  box-shadow: 0px 0px 0px 0px var(--dark-color) !important;
}
.commander .bloc-paiement .paiement .paiement-card .libelle {
  margin-left: 9px;
  color: #3f3f42;
  margin-top: 0px !important;
  font-weight: 900;
}
.commander .colonne-produits-commander {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  width: 100%;
  width: 50%;
  max-width: 720px;
}
.commander .colonne-produits-commander .sticky {
  position: sticky;
  top: 1rem;
}
.commander .colonne-produits-commander .sticky .produits {
  padding: 1.5rem;
  padding-bottom: 0;
}
.commander .colonne-produits-commander .sticky .produits .produit {
  margin-top: 1rem;
  background: var(--grey-color);
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne {
  display: flex;
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .image img {
  width: 120px;
  margin-right: 19px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 0rem;
  /* Quantité + Prix */
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Titre + Retier produit */
  /* Informations complémentaires */
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .content .titre_retirer {
  display: flex;
  justify-content: space-between;
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .content .titre_retirer .titre a h3 {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .commander .colonne-produits-commander .sticky .produits .produit .colonne .main .content .titre_retirer .titre a h3 {
    font-size: 16px !important;
  }
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .content .titre_retirer .titre:hover h3 {
  color: var(--green-color);
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .content .titre_retirer .retirer a i {
  font-size: 21px;
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .content .titre_retirer .retirer a:hover i {
  color: var(--green-color);
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .quantite_prix {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.commander .colonne-produits-commander .sticky .produits .produit .colonne .main .quantite_prix .prix {
  font-size: 15px;
  font-weight: 800;
}
.commander .colonne-produits-commander .sticky .produits .border {
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  margin: 1rem 0;
  display: none;
}
.commander .colonne-produits-commander .sticky .details {
  padding: 2rem 6%;
  margin-top: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 980px) {
  .commander {
    display: flex;
    flex-direction: column;
  }
  .commander .colonne-saisie .connectez-vous .lien-mot-de-passe-oublie {
    text-align: center;
  }
  .commander .colonne-saisie .row {
    display: flex;
    flex-direction: column;
  }
  .commander .colonne-saisie input {
    margin: 5px 0;
  }
  .commander .colonne-saisie .libelle {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .commander .colonne-saisie .selection-livraison input {
    margin-right: 0.5rem !important;
  }
  .commander .colonne-produits-commander {
    width: 100%;
    flex: 1;
    max-width: none;
    margin-left: 0;
  }
}

/*-- Checkout : Popup mot de passe oublié --*/
.popup-content-mpd-oublie input {
  box-shadow: none !important;
  border-radius: 11px !important;
  color: var(--dark-color) !important;
  height: 43px !important;
  min-height: 43px !important;
  line-height: 43px;
}
.popup-content-mpd-oublie .email {
  background: var(--grey-color) !important;
}
.popup-content-mpd-oublie .titre {
  font-size: 18px !important;
  color: var(--dark-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px !important;
}
.popup-content-mpd-oublie .btn {
  background: var(--green-color);
  font-size: 14px !important;
  font-weight: 900 !important;
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: 20px;
  padding: 8px 29px;
  border-radius: 11px;
  line-height: 0;
  height: 43px;
  width: 100%;
}
.popup-content-mpd-oublie .btn:hover {
  background: var(--dark-color);
  color: white !important;
}
.popup-content-mpd-oublie .message_mdp_oublie {
  text-align: center;
  margin-top: 12px;
  margin-bottom: -5px;
  font-weight: 700;
  font-size: 12px;
}

/*---------------------------*/
/*-------- PANIER -----------*/
/*---------------------------*/
.panier {
  display: flex;
  padding: 0 1rem;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.panier .colonne-produits {
  flex: 1;
  margin-left: 1rem;
}
.panier .colonne-produits .produits {
  position: sticky;
  top: 4rem;
}
.panier .colonne-produits .produits .produit .colonne {
  display: flex;
}
.panier .colonne-produits .produits .produit .colonne .image img {
  width: 168px;
  margin: 0 19px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panier .colonne-produits .produits .produit .colonne .main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3px 0;
  /* Quantité + Prix */
}
.panier .colonne-produits .produits .produit .colonne .main .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Titre + Retier produit */
  /* Informations complémentaires */
}
.panier .colonne-produits .produits .produit .colonne .main .content .titre_retirer {
  display: flex;
  justify-content: space-between;
}
.panier .colonne-produits .produits .produit .colonne .main .content .titre_retirer .titre a h3 {
  font-size: 20px;
}
.panier .colonne-produits .produits .produit .colonne .main .content .titre_retirer .titre:hover h3 {
  color: var(--green-color);
}
.panier .colonne-produits .produits .produit .colonne .main .content .titre_retirer .retirer a i {
  font-size: 21px;
}
.panier .colonne-produits .produits .produit .colonne .main .content .titre_retirer .retirer a:hover i {
  color: var(--green-color);
}
.panier .colonne-produits .produits .produit .colonne .main .quantite_prix {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.panier .colonne-produits .produits .produit .colonne .main .quantite_prix .content-quantity .quantity {
  pointer-events: none;
}
.panier .colonne-produits .produits .produit .colonne .main .quantite_prix .prix {
  font-size: 15px;
  font-weight: 800;
}
.panier .colonne-produits .produits .border {
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  margin: 2rem 0;
}
.panier .colonne-informations {
  max-width: 480px;
  margin-left: 2rem;
  /* Payez en plusieurs fois */
  /* Détails */
  /* Les garanties */
  /* Contact */
}
.panier .colonne-informations .payez_plusieurs_fois {
  background: var(--grey-color);
  text-align: center;
  padding: 2.5rem 1rem 0.5rem 1rem;
  margin-bottom: 2.5rem;
}
.panier .colonne-informations .payez_plusieurs_fois .titre h3 {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .panier .colonne-informations .payez_plusieurs_fois .titre h3 {
    font-size: 18px !important;
  }
}
.panier .colonne-informations .payez_plusieurs_fois .logo {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .panier .colonne-informations .payez_plusieurs_fois .logo {
    margin-top: 1rem;
  }
}
.panier .colonne-informations .payez_plusieurs_fois .logo h4 {
  margin-bottom: 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .panier .colonne-informations .payez_plusieurs_fois .logo h4 {
    font-size: 15px !important;
  }
}
.panier .colonne-informations .payez_plusieurs_fois .logo img {
  width: 107px;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .panier .colonne-informations .payez_plusieurs_fois .logo img {
    font-size: 80px;
  }
}
.panier .colonne-informations .payez_plusieurs_fois .estimez-mensualites h5 {
  margin-bottom: 0;
}
.panier .colonne-informations .payez_plusieurs_fois .estimez-mensualites .nombre {
  font-weight: 700;
}
.panier .colonne-informations .les-garanties {
  background: var(--grey-color);
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.panier .colonne-informations .les-garanties h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.panier .colonne-informations .les-garanties .argument {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}
.panier .colonne-informations .les-garanties .argument .picto.camion {
  margin-right: 6px;
  margin-left: -8px;
}
.panier .colonne-informations .les-garanties .argument .picto.camion img {
  width: 45px;
}
.panier .colonne-informations .les-garanties .argument .picto.cadenas img {
  width: 20px;
  margin-left: 3px;
}
.panier .colonne-informations .les-garanties .argument .picto {
  margin-right: 17px;
}
.panier .colonne-informations .les-garanties .argument .picto img {
  width: 25px;
}
.panier .colonne-informations .les-garanties .argument .content h5 {
  margin-bottom: 0;
}
.panier .colonne-informations .contact {
  background: var(--grey-color);
  padding: 2.5rem 1rem 0.5rem 1rem;
  margin-bottom: 2.5rem;
}
.panier .colonne-informations .contact .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.panier .colonne-informations .contact .container-btns {
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.panier .colonne-informations .contact .container-btns i {
  font-size: 15px;
  margin-right: 4px;
  font-weight: 500;
}
.panier .colonne-informations .contact .row img {
  width: 50px;
  margin-right: 13px;
}
.panier .colonne-informations .contact .row .btn_contact {
  background: white;
  padding: 1rem 1rem;
  font-weight: 800;
  width: 100%;
  margin: 0 5px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .panier {
    flex-direction: column;
  }
  .panier .colonne-informations {
    margin-top: 2rem;
    margin-left: 3%;
    margin-right: 3%;
    width: 100%;
    max-width: -webkit-fill-available;
  }
}
@media screen and (max-width: 768px) {
  .panier .colonne-produits {
    margin-left: 0rem;
  }
  .panier .colonne-produits .produits .produit .colonne .image img {
    width: 90px;
    margin-left: 0;
  }
  .panier .colonne-produits .produits .produit .colonne .main .quantite_prix {
    /*
    flex-direction: column-reverse;
    align-items: start;
    */
  }
  .panier .colonne-produits .produits .produit .colonne .main .quantite_prix .number-input {
    margin-top: 0.5rem;
  }
}

/*---------------------------*/
/*------ REMECIEMENTS -------*/
/*---------------------------*/
.remerciements {
  max-width: 1600px;
  margin: 0 auto;
}
.remerciements .container {
  margin: 0 1rem;
}
.remerciements .container h1 {
  margin-top: 6rem;
  color: var(--green-color);
}
.remerciements .container .en-tete {
  display: flex;
  justify-content: center;
}
.remerciements .container .en-tete .row {
  display: flex;
  text-align: center;
  margin-top: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.remerciements .container .en-tete .row .card {
  margin: 1rem 2rem;
}
.remerciements .container .en-tete .row .card .titre {
  font-weight: 900;
}
.remerciements .container .details-commande {
  margin-top: 5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.remerciements .container .details-commande h3 {
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.remerciements .container .details-commande .produits {
  padding-bottom: 0;
}
.remerciements .container .details-commande .produits .produit {
  margin-bottom: 2rem;
  background: var(--grey-color);
}
.remerciements .container .details-commande .produits .produit .colonne {
  display: flex;
}
.remerciements .container .details-commande .produits .produit .colonne .image img {
  width: 120px;
  margin-right: 19px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.remerciements .container .details-commande .produits .produit .colonne .main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.remerciements .container .details-commande .produits .produit .colonne .main .row .titre {
  margin-bottom: 4px;
  text-align: left;
  font-size: 16px !important;
}
.remerciements .container .details-commande .produits .produit .colonne .main .row .infos-complementaires .info {
  display: flex;
}
.remerciements .container .details-commande .produits .produit .colonne .main .row .infos-complementaires .info .libelle-info {
  margin-right: 3px;
}
.remerciements .container .details-commande .produits .produit .colonne .main .price {
  font-weight: 600;
  font-size: 15px;
}
.remerciements .container .details-commande .produits .border {
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  margin: 1rem 0;
  display: none;
}
.remerciements .container .details-commande .details-infos {
  background: var(--grey-color);
}
.remerciements .container .details-commande .details-infos .infos {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.remerciements .container .details-commande .details-infos .infos .libelle {
  font-weight: 900;
  font-size: 15px;
}
.remerciements .container .details-commande .details-infos .infos .info {
  font-weight: 600;
  font-size: 15px;
  text-align: end;
  padding-left: 1rem;
}
.remerciements .container .details-commande .details-infos .infos .info small {
  font-size: 15px;
}
.remerciements .container .adresses {
  margin-bottom: 5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: var(--grey-color);
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  padding: 1.5rem 0px;
}
.remerciements .container .adresses .card h4 {
  font-size: 17px;
  font-weight: 900;
}
.remerciements .container .adresses .card .adresse {
  display: flex;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .remerciements .produits img {
    display: none;
  }
  .remerciements .en-tete .row {
    flex-direction: column;
  }
}