@charset "UTF-8";
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-60, main section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .py-60, main section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .px-80 {
    padding-left: 0;
    padding-right: 0;
  }
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1024px) {
  .px-90 {
    padding-left: 0;
    padding-right: 0;
  }
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .py-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .py-150 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.py-100-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.py-100-60 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.py-150-60 {
  padding-top: 150px;
  padding-bottom: 60px;
}

.nt-200 {
  margin-top: -200px;
}
@media (max-width: 1024px) {
  .nt-200 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .w-lg-50 {
    width: 50%;
  }
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .my-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .mt-100 {
    margin-top: 30px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .mt-80 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .mb-130 {
    margin-bottom: 60px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .mb-80 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}

.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
  padding: 0;
  font-family: "gilroy-regular";
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font: normal 18px/35px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background: #fff;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/img/bg_body.png");
  background-position: center center;
  background-size: contain;
  z-index: -1;
  opacity: 0.02;
}

section {
  overflow: hidden;
}

main {
  display: block;
}
@media (max-width: 600px) {
  main section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

input,
button,
textarea,
select {
  outline: none;
  resize: none;
}

button {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}
ol li,
ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}

span {
  display: inline-block;
}

@font-face {
  font-family: "gilroy-ultralight";
  src: url("assets/fonts/Gilroy-UltraLight.ttf");
}
@font-face {
  font-family: "gilroy-black";
  src: url("assets/fonts/Gilroy-Black.ttf");
}
@font-face {
  font-family: "gilroy-bold";
  src: url("assets/fonts/Gilroy-Bold.ttf");
}
@font-face {
  font-family: "gilroy-extrabold";
  src: url("assets/fonts/Gilroy-ExtraBold.ttf");
}
@font-face {
  font-family: "gilroy-heavy";
  src: url("assets/fonts/Gilroy-Heavy.ttf");
}
@font-face {
  font-family: "gilroy-light";
  src: url("assets/fonts/Gilroy-Light.ttf");
}
@font-face {
  font-family: "gilroy-medium";
  src: url("assets/fonts/Gilroy-Medium.ttf");
}
@font-face {
  font-family: "gilroy-regular";
  src: url("assets/fonts/Gilroy-Regular.ttf");
}
@font-face {
  font-family: "gilroy-semibold";
  src: url("assets/fonts/Gilroy-SemiBold.ttf");
}
@font-face {
  font-family: "gilroy-thin";
  src: url("assets/fonts/Gilroy-Thin.ttf");
}
h1 {
  font-family: "gilroy-heavy";
  font-size: 100px;
  color: #f5bf2a;
  line-height: 100px;
}
h1 span {
  font-family: "gilroy-heavy";
}
@media (max-width: 768px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

h2 {
  font-family: "gilroy-heavy";
  font-size: 48px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "gilroy-bold";
  font-size: 24px;
  color: #707070;
}
@media (max-width: 600px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-family: "gilroy-bold";
  font-size: 24px;
  color: #170303;
}
@media (max-width: 600px) {
  h4 {
    font-size: 18px;
  }
}

p.medium {
  font-family: "gilroy-medium";
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 600px) {
  p.medium {
    font-size: 14px;
  }
}

p.small {
  font-family: "gilroy-medium";
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 600px) {
  p.small {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: 14px;
  }
}
.bo {
  border: 1px red solid;
}

[class^=wrapper] {
  max-width: 1380px;
  width: 100%;
  padding: 0 40px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 600px) {
  [class^=wrapper] {
    padding: 0 20px;
  }
}

.wrapper-initial {
  position: initial;
}

.main-wrapper .sidebar .sidebar-nav ul, .main-wrapper .sidebar, .panel #caracteristiques-container .caracteristique-item, .modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline, .main-panels .panel-commande .container-historique .container-btn-historique, .main-panels .panel-commande .container-commande .commande, .main-content .main-panels .panel-body form .message-retour-client .containair-btn, .main-content .main-panels .panel-body form .message-retour-client .flex, .main-content .main-panels .panel-validation .panel-body, .main-content .main-panels .panel-fichier, #single-blog .wrapper .other-blog, #single-blog .wrapper .container-single-blog .single-blog-text ul, #checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit .text-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit .text-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit .text-resume-produit, #checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit, #banner-reset-password .wrapper .container-reset-password form, #banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password .remember, #banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion form, #banner-connexion .wrapper .container-connexion-text, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-actions, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-row .profil-row-item, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-name, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-content-bottom, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-meta .invoice-meta-item, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-meta, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-right .inv-hdr-right-row, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-right, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-center .inv-hdr-contact, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-center, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header .invoice-modal-actions, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-center, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-top-left, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .order-header-btn a span, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .order-header-btn a, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .order-header-btn, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-right a, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-right, #mon-compte2 .tabs-container .tabs-links .tab-link-text, #mon-compte2 .tabs-container .tabs-links button, #mon-compte2 .header-mon-comte2 .containeur-commande, #mon-compte2 .header-mon-comte2 .containeur-header .header-info, #mon-compte .wrapper .historique-des-commandes .accordeon, #etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container, #etape-page .wrapper .container-config-preview .config-tab .demande-spec,
#etape-page .wrapper .container-config-preview .config-tab .fichier-spec, #etape-page .wrapper .container-config-preview .config-tab .quantite, #etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape, #etape-page .wrapper .container-config-preview .config-tab .login-warning,
#etape-page .wrapper .container-config-preview .preview-tab .login-warning, #etape-page .wrapper .title, #formulaire .wrapper .formulaire-text .container-bouton, #formulaire .wrapper .formulaire-text, #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a, #processus .wrapper .container-tabslink-processus ul.tabslink-processus, #marque .wrapper, #histoire-mobile .wrapper .slider-histoire .card-histoire .text_histoire, #histoire-mobile .wrapper .slider-histoire .card-histoire, .pop-up-info-equipe .pop-up-container .header-info-equipe .nom_poste, #equipe .wrapper .container-equipe .card-equipe .equipe-img .info-membre, #equipe .wrapper .container-equipe .card-equipe, #container-historique .wrapper .card-historique, .pop-up-technologie .pop-up-container .body-technologie, #stats-mobile .wrapper .card-stat, .stats-2 .wrapper .card-stat, #realisations .wrapper .container-realisations .card-realisation .realisation-text ul.liste, #realisations .wrapper .container-realisations .card-realisation .realisation-text, #realisations .wrapper .container-btn-slick, #packs .wrapper .container-pack .card-pack .text-pack, #packs .wrapper .container-pack .card-pack, #produits-phares .wrapper .container-produit .card-produit, .pop-up-temoignages .pop-up-container .body-devis-temoignages form .rating, .pop-up-temoignages .pop-up-container .body-devis-temoignages form, #temoignages .wrapper .container-temoignages .card-temoignage, #stats .wrapper, #atouts .wrapper .container-atouts, #banner .wrapper .banner-text .banner-btn, #banner .wrapper .banner-text, footer .wrapper .footer-mobile, footer .wrapper .menu-footer-mobile ul.social-icon, footer .wrapper ul.social-icon-footer, footer .wrapper .container-additional-information ul.menu-footer, .popup.popup-etat-commande .timeline-etapes, .pop-up-devis-commande .pop-up-container .body-devis-commande form, #overlay .pop-up-detail-commande .body-detail-commande .bouton-detail a, #overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement, #overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation, #overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape, #overlay .pop-up-suivi-commande .body-suivi-commande .etape, #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes, #overlay .wrapper .body-mini-cart #mon_compte .personal-information .container-personal-information, #overlay .wrapper .body-mini-cart #panier .card-cart .card-text, #overlay .wrapper .body-mini-cart #panier .card-cart, #overlay .wrapper .body-mini-cart #panier .cart-items-wrapper, #overlay .wrapper .body-mini-cart #panier, header .wrapper .menu-social .notification, header .wrapper .menu-social .my-account, header .wrapper .menu-social, header .wrapper #menu, header .wrapper .demande-devis::before, .slick-dots, .flex-jc, .banner-single-blog .wrapper, .pop-up-validation-commande .pop-up-container .header-validation-commande, .pop-up-reset-password .pop-up-container .header-reset-password, #banner-reset-password .wrapper, #banner-reset-password, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-avatar, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-name .file-icon, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header .invoice-modal-actions button, #mon-compte2 .header-mon-comte2 .containeur-header .header-info span, .pop-up-ajout-panier .pop-up-container .header-ajout-panier, #etape-page .wrapper .container-config-preview .preview-tab a.btn-yellow, #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape .card-img, #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape, #etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a, #catalogue .wrapper .container-catalogue .card-catalogue .view-detail-popup, #catalogue .wrapper .container-catalogue .card-catalogue .card-icon-catalogue, #produits-phares-catalogue .wrapper .btn-slick .slick-prev-custom,
#produits-phares-catalogue .wrapper .btn-slick .slick-next-custom, #produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares .produits-phrares_img, #produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares, #produits-phares-catalogue .wrapper, #etapes .wrapper .card-etapes, #etapes .wrapper, #banner-catalogue .wrapper, #formulaire .wrapper .formulaire-text .container-bouton .bouton_connexion, #conseils .wrapper, #faq .wrapper, #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a, #processus .wrapper .container-tabslink-processus .slick-prev-custom-processus,
#processus .wrapper .container-tabslink-processus .slick-next-custom-processus, #processus .wrapper, #histoire-mobile .wrapper .slider-histoire .card-histoire .icone_histoire, .pop-up-info-equipe .pop-up-container .header-info-equipe, #equipe .wrapper .arrows-equipe_mobile .slick-prev-equipe_mobile,
#equipe .wrapper .arrows-equipe_mobile .slick-next-equipe_mobile, #equipe .wrapper .arrows-equipe_mobile, #equipe .wrapper .slick-prev-custom-equipe,
#equipe .wrapper .slick-next-custom-equipe, #equipe .wrapper .container-equipe .card-equipe .equipe-img, #historique .wrapper, .pop-up-technologie .pop-up-container .header-technologie, #technologies .wrapper .container-technologie .card-technologie, #technologies .wrapper, #stats-mobile .wrapper .card-stat .nombre_stats, #realisations .wrapper .container-btn-slick .slick-prev-custom,
#realisations .wrapper .container-btn-slick .slick-next-custom, #realisations .wrapper, #packs .wrapper, #produits-phares .arrow-produit_mobile .slick-prev-custom-produits_mobile, #produits-phares .arrow-produit_mobile .slick-next-custom-produits_mobile, #produits-phares .arrow-produit_mobile, #produits-phares .wrapper .slick-next-custom-produits, #produits-phares .wrapper .slick-prev-custom-produits, #produits-phares .wrapper, .pop-up-temoignages .pop-up-container .header-devis-temoignages, #temoignages .wrapper .slick-dots, #temoignages .wrapper .slick-prev-custom-temoignages,
#temoignages .wrapper .slick-next-custom-temoignages, #temoignages .wrapper .container-temoignages .card-temoignage .note, #temoignages .wrapper .container-temoignages .card-temoignage .profil, #temoignages .wrapper .container-temoignages .card-temoignage .user-description,
#temoignages .wrapper .container-temoignages .card-temoignage .user-info, #temoignages .wrapper, #stats .wrapper .card-stat .icone_stat, #stats .wrapper .card-stat, #atouts .wrapper .container-atouts .card-atout .card-hover, #atouts .wrapper .container-atouts .card-atout, #atouts .wrapper, #clients .wrapper, footer .wrapper .menu-footer-mobile ul.menu-footer li a, footer .wrapper .menu-footer-mobile ul.social-icon li a, footer .wrapper ul.social-icon-footer li a, footer .wrapper .container-information .card-information, footer .wrapper .container-information, .popup.popup-etat-commande .etape[data-step=expedition].active::before, .popup.popup-etat-commande .etape[data-step=production].active::before, .popup.popup-etat-commande .etape[data-step=verification].active::before, .popup.popup-etat-commande .etape[data-step=recu].active::before, .popup.popup-etat-commande .etape.done::before, .popup.popup-etat-commande .etape::before, .pop-up-devis-commande .pop-up-container .header-devis-commande, #overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .img-recapitulation, #overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-img, #overlay .wrapper .body-mini-cart #mon_compte .personal-information .container-personal-information .profil, header .wrapper .demande-devis, [class^=tabslink]:not(.tabslink-etape), .flex-sb, .main-wrapper, .modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .completed, .modal-overlay .modal-content .modal-body-columns, .main-panels .panel-commande .container-commande, .main-content .main-panels, .main-content .cards-container, #single-blog .wrapper .other-blog .card-other-blog, #single-blog .wrapper, .pop-up-validation-commande .pop-up-container .body-validation-commande, #checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit, #checkout .wrapper .container-checkout, .pop-up-reset-password .pop-up-container .body-reset-password, #banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-row, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion .profil-completion-header .profil-completion-text, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-stripe .inv-meta-bar, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tabs-content-title, #mon-compte2 .tabs-container .tabs-links, #mon-compte2 .commentaire, #mon-compte2 .containeur-card-compte, #mon-compte2 .header-mon-comte2 .containeur-header, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-summary .summary-item, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .header-order-summary, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte, .pop-up-ajout-panier .pop-up-container .body-ajout-panier, #etape-page .wrapper .container-config-preview .preview-tab .preview-total, #etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container ul li, #etape-page .wrapper .container-config-preview, .pop-up-detail-catalogue .pop-up-container .body-detail-catalogue, .pop-up-detail-catalogue .pop-up-container .header-detail-catalogue, #produits-phares-catalogue .wrapper .btn-slick, #formulaire .wrapper, #faq .wrapper .accordeon .accordeon-content .accordeon-title, #processus .wrapper .tabscontent-processus, #passion .wrapper, #stats-mobile .wrapper .card-stat:nth-child(2), #realisations .wrapper .container-realisations .card-realisation .realisation-text .logo-realisation_mobile, #realisations .wrapper .container-realisations .card-realisation, #packs .wrapper .container-pack .card-pack .bouton-pack, #produits-phares .wrapper .container-produit .card-produit .bouton-produit, #banner .wrapper, footer .wrapper .footer-mobile .payement .containeur_payement, footer .wrapper .footer-mobile .espace .containeur_espace, footer .wrapper .container-additional-information, #overlay .pop-up-detail-commande .body-detail-commande .bouton-detail, #overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .sous-total,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .total-livraison,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .tva,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .total, #overlay .pop-up-detail-commande .header-detail-commande, #overlay .pop-up-suivi-commande .header-suivi-commande, #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .bouton-product, #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product, #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande, #overlay .wrapper .body-mini-cart #mon_compte .personal-information, #overlay .wrapper .body-mini-cart #panier .container-bouton, #overlay .wrapper .body-mini-cart ul.tabslink-cart, #overlay .wrapper .header-mini-cart, header .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 20px;
}

.flex-sb, .main-wrapper, .modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .completed, .modal-overlay .modal-content .modal-body-columns, .main-panels .panel-commande .container-commande, .main-content .main-panels, .main-content .cards-container, #single-blog .wrapper .other-blog .card-other-blog, #single-blog .wrapper, .pop-up-validation-commande .pop-up-container .body-validation-commande, #checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit, #checkout .wrapper .container-checkout, .pop-up-reset-password .pop-up-container .body-reset-password, #banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-row, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion .profil-completion-header .profil-completion-text, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-stripe .inv-meta-bar, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tabs-content-title, #mon-compte2 .tabs-container .tabs-links, #mon-compte2 .commentaire, #mon-compte2 .containeur-card-compte, #mon-compte2 .header-mon-comte2 .containeur-header, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-summary .summary-item, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .header-order-summary, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte, .pop-up-ajout-panier .pop-up-container .body-ajout-panier, #etape-page .wrapper .container-config-preview .preview-tab .preview-total, #etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container ul li, #etape-page .wrapper .container-config-preview, .pop-up-detail-catalogue .pop-up-container .body-detail-catalogue, .pop-up-detail-catalogue .pop-up-container .header-detail-catalogue, #produits-phares-catalogue .wrapper .btn-slick, #formulaire .wrapper, #faq .wrapper .accordeon .accordeon-content .accordeon-title, #processus .wrapper .tabscontent-processus, #passion .wrapper, #stats-mobile .wrapper .card-stat:nth-child(2), #realisations .wrapper .container-realisations .card-realisation .realisation-text .logo-realisation_mobile, #realisations .wrapper .container-realisations .card-realisation, #packs .wrapper .container-pack .card-pack .bouton-pack, #produits-phares .wrapper .container-produit .card-produit .bouton-produit, #banner .wrapper, footer .wrapper .footer-mobile .payement .containeur_payement, footer .wrapper .footer-mobile .espace .containeur_espace, footer .wrapper .container-additional-information, #overlay .pop-up-detail-commande .body-detail-commande .bouton-detail, #overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .sous-total,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .total-livraison,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .tva,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .total, #overlay .pop-up-detail-commande .header-detail-commande, #overlay .pop-up-suivi-commande .header-suivi-commande, #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .bouton-product, #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product, #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande, #overlay .wrapper .body-mini-cart #mon_compte .personal-information, #overlay .wrapper .body-mini-cart #panier .container-bouton, #overlay .wrapper .body-mini-cart ul.tabslink-cart, #overlay .wrapper .header-mini-cart, header .wrapper {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-jc, .banner-single-blog .wrapper, .pop-up-validation-commande .pop-up-container .header-validation-commande, .pop-up-reset-password .pop-up-container .header-reset-password, #banner-reset-password .wrapper, #banner-reset-password, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-avatar, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-name .file-icon, #mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header .invoice-modal-actions button, #mon-compte2 .header-mon-comte2 .containeur-header .header-info span, .pop-up-ajout-panier .pop-up-container .header-ajout-panier, #etape-page .wrapper .container-config-preview .preview-tab a.btn-yellow, #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape .card-img, #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape, #etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a, #catalogue .wrapper .container-catalogue .card-catalogue .view-detail-popup, #catalogue .wrapper .container-catalogue .card-catalogue .card-icon-catalogue, #produits-phares-catalogue .wrapper .btn-slick .slick-prev-custom,
#produits-phares-catalogue .wrapper .btn-slick .slick-next-custom, #produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares .produits-phrares_img, #produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares, #produits-phares-catalogue .wrapper, #etapes .wrapper .card-etapes, #etapes .wrapper, #banner-catalogue .wrapper, #formulaire .wrapper .formulaire-text .container-bouton .bouton_connexion, #conseils .wrapper, #faq .wrapper, #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a, #processus .wrapper .container-tabslink-processus .slick-prev-custom-processus,
#processus .wrapper .container-tabslink-processus .slick-next-custom-processus, #processus .wrapper, #histoire-mobile .wrapper .slider-histoire .card-histoire .icone_histoire, .pop-up-info-equipe .pop-up-container .header-info-equipe, #equipe .wrapper .arrows-equipe_mobile .slick-prev-equipe_mobile,
#equipe .wrapper .arrows-equipe_mobile .slick-next-equipe_mobile, #equipe .wrapper .arrows-equipe_mobile, #equipe .wrapper .slick-prev-custom-equipe,
#equipe .wrapper .slick-next-custom-equipe, #equipe .wrapper .container-equipe .card-equipe .equipe-img, #historique .wrapper, .pop-up-technologie .pop-up-container .header-technologie, #technologies .wrapper .container-technologie .card-technologie, #technologies .wrapper, #stats-mobile .wrapper .card-stat .nombre_stats, #realisations .wrapper .container-btn-slick .slick-prev-custom,
#realisations .wrapper .container-btn-slick .slick-next-custom, #realisations .wrapper, #packs .wrapper, #produits-phares .arrow-produit_mobile .slick-prev-custom-produits_mobile, #produits-phares .arrow-produit_mobile .slick-next-custom-produits_mobile, #produits-phares .arrow-produit_mobile, #produits-phares .wrapper .slick-next-custom-produits, #produits-phares .wrapper .slick-prev-custom-produits, #produits-phares .wrapper, .pop-up-temoignages .pop-up-container .header-devis-temoignages, #temoignages .wrapper .slick-dots, #temoignages .wrapper .slick-prev-custom-temoignages,
#temoignages .wrapper .slick-next-custom-temoignages, #temoignages .wrapper .container-temoignages .card-temoignage .note, #temoignages .wrapper .container-temoignages .card-temoignage .profil, #temoignages .wrapper .container-temoignages .card-temoignage .user-description,
#temoignages .wrapper .container-temoignages .card-temoignage .user-info, #temoignages .wrapper, #stats .wrapper .card-stat .icone_stat, #stats .wrapper .card-stat, #atouts .wrapper .container-atouts .card-atout .card-hover, #atouts .wrapper .container-atouts .card-atout, #atouts .wrapper, #clients .wrapper, footer .wrapper .menu-footer-mobile ul.menu-footer li a, footer .wrapper .menu-footer-mobile ul.social-icon li a, footer .wrapper ul.social-icon-footer li a, footer .wrapper .container-information .card-information, footer .wrapper .container-information, .popup.popup-etat-commande .etape[data-step=expedition].active::before, .popup.popup-etat-commande .etape[data-step=production].active::before, .popup.popup-etat-commande .etape[data-step=verification].active::before, .popup.popup-etat-commande .etape[data-step=recu].active::before, .popup.popup-etat-commande .etape.done::before, .popup.popup-etat-commande .etape::before, .pop-up-devis-commande .pop-up-container .header-devis-commande, #overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .img-recapitulation, #overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-img, #overlay .wrapper .body-mini-cart #mon_compte .personal-information .container-personal-information .profil, header .wrapper .demande-devis, .slick-dots, [class^=tabslink]:not(.tabslink-etape) {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel .container-produit, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-row, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-header, #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte, #catalogue .wrapper .container-catalogue, .grid-25, #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite), #technologies .wrapper .container-technologie, #packs .wrapper .container-pack, footer .wrapper .menu-footer-mobile ul.menu-footer, .grid-33, .pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .gallery-product, #conseils .wrapper .container-conseils, .grid-50, #realisations .wrapper .container-realisations .tabscontent-realisations, footer .wrapper .container-additional-information .img-payement, #overlay .wrapper .body-mini-cart #mon_compte ul.tabslink-personal-information {
  display: grid;
  display: -ms-grid;
  gap: 20px;
}

.grid-50, #realisations .wrapper .container-realisations .tabscontent-realisations, footer .wrapper .container-additional-information .img-payement, #overlay .wrapper .body-mini-cart #mon_compte ul.tabslink-personal-information {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.grid-33, .pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .gallery-product, #conseils .wrapper .container-conseils {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-25, #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite), #technologies .wrapper .container-technologie, #packs .wrapper .container-pack, footer .wrapper .menu-footer-mobile ul.menu-footer {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.t-center *, #packs .wrapper *, #produits-phares .wrapper * {
  text-align: center;
}

.white * {
  color: white;
}

.inner-title p {
  color: #707070;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 600px) {
  .inner-title p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

[class^=tabslink]:not(.tabslink-etape) {
  margin-top: 60px;
  background: #f8f8f8;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-clip: padding-box;
  padding: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  [class^=tabslink]:not(.tabslink-etape) {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
  }
}
[class^=tabslink]:not(.tabslink-etape) li a {
  padding: 20px;
  color: #707070;
  font-family: "gilroy-bold";
  font-size: 18px;
  padding: 20px 70px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  [class^=tabslink]:not(.tabslink-etape) li a {
    width: 100%;
    font-size: 16px;
  }
}
[class^=tabslink]:not(.tabslink-etape) li a.active {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  color: #fff;
}

.tabs-content-anim {
  opacity: 0;
  transition: opacity 1s ease;
  display: none;
}

.tabs-content-anim.show {
  opacity: 1;
  display: block;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.shape-top::after, #historique::after, footer .wrapper .container-information::after {
  content: url("assets/img/shape_banner.svg");
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: 9;
  width: 900px;
}
.shape-bottom::after, #banner .wrapper::after {
  content: url("assets/img/shape_banner.svg");
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 900px;
}

.pop-up-mini-cart, #overlay .pop-up-detail-commande, #overlay .pop-up-suivi-commande {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  min-width: 500px;
  padding: 25px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .pop-up-mini-cart, #overlay .pop-up-detail-commande, #overlay .pop-up-suivi-commande {
    min-width: 90%;
  }
}
.pop-up-mini-cart.active, #overlay .active.pop-up-detail-commande, #overlay .active.pop-up-suivi-commande {
  opacity: 1;
  visibility: visible;
}

.pop-up-single, .pop-up-validation-commande .pop-up-container, .pop-up-reset-password .pop-up-container, .pop-up-ajout-panier .pop-up-container, .pop-up-detail-catalogue .pop-up-container, .pop-up-info-equipe .pop-up-container, .pop-up-technologie .pop-up-container, .pop-up-temoignages .pop-up-container, .pop-up-devis-commande .pop-up-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  min-width: 500px;
  padding: 25px;
  z-index: 101;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .pop-up-single, .pop-up-validation-commande .pop-up-container, .pop-up-reset-password .pop-up-container, .pop-up-ajout-panier .pop-up-container, .pop-up-detail-catalogue .pop-up-container, .pop-up-info-equipe .pop-up-container, .pop-up-technologie .pop-up-container, .pop-up-temoignages .pop-up-container, .pop-up-devis-commande .pop-up-container {
    min-width: 90%;
  }
}

.overlay, .pop-up-validation-commande, .pop-up-reset-password, .pop-up-ajout-panier, .pop-up-detail-catalogue, .pop-up-info-equipe, .pop-up-technologie, .pop-up-temoignages, .pop-up-devis-commande, #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: none;
  z-index: 100;
}
.overlay.active, .active.pop-up-validation-commande, .active.pop-up-reset-password, .active.pop-up-ajout-panier, .active.pop-up-detail-catalogue, .active.pop-up-info-equipe, .active.pop-up-technologie, .active.pop-up-temoignages, .active.pop-up-devis-commande, .active#overlay {
  opacity: 1;
  display: block;
}

[class^=btn] {
  padding: 20px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  font-family: "gilroy-bold";
  border: none;
  z-index: 2;
}
[class^=btn]:hover {
  transform: scale(1.05);
}

.btn-gradient {
  background: linear-gradient(to right, #f39433, #ffcd1c);
  color: #fff;
}
.btn-card {
  padding: 10px;
  width: 100%;
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.btn-white, #produits-phares-catalogue .wrapper .container-produits_phares .slick-current a {
  background: #fff;
  color: #df4d34;
}
.btn-yellow {
  background: #f5bf2a;
  color: #170303;
  width: 100%;
}
.btn-red {
  background: #df4d34;
  color: #fff;
  width: 100%;
}
.btn-3d {
  background: linear-gradient(180deg, #ffa127 39.97%, #df5531 90.8%);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
  color: #fff;
  padding: 10px 90px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media (max-width: 600px) {
  .cursor {
    display: none;
  }
}
.cursor .fond,
.cursor .pointer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cursor .pointer {
  z-index: 102;
  transform: scale(0.5);
  transform-origin: center;
}
.cursor .fond {
  animation: rotateCursor 6s linear infinite;
}
@keyframes rotateCursor {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8745098039);
  backdrop-filter: blur(50px);
}
header .wrapper {
  padding: 20px 40px;
}
@media (max-width: 600px) {
  header .wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  header .wrapper .nav-menu {
    height: 100vh;
    position: fixed;
    top: 0;
    left: -80%;
    width: 60%;
    background: #df4d34;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    z-index: 100;
  }
  header .wrapper .nav-menu ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px !important;
    margin-left: 50px;
    width: 100%;
  }
  header .wrapper .nav-menu ul li a {
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
  }
}
header .wrapper * {
  color: #707070;
  font-family: "gilroy-bold";
  font-size: 18px;
}
header .wrapper .logo {
  max-width: 109px;
  width: 100%;
}
header .wrapper .demande-devis {
  position: fixed;
  top: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-clip: padding-box;
  z-index: 1;
  cursor: pointer;
}
header .wrapper .demande-devis::before {
  content: "Demande devis";
  position: absolute;
  top: 50%;
  left: -150px;
  white-space: nowrap;
  transform: translateY(-50%);
  color: #fff;
  height: 40px;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  padding-left: 20px;
  opacity: 0;
  z-index: 1;
}
header .wrapper .demande-devis::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #f5bf2a;
  z-index: -1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  transform-origin: right;
}
header .wrapper .demande-devis:hover::after {
  width: 190px;
}
header .wrapper .demande-devis:hover::before {
  opacity: 1;
}
header .wrapper .demande-devis img {
  width: 20px;
}
@media (max-width: 600px) {
  header .wrapper .demande-devis img {
    width: 20px;
  }
}
header .wrapper .demande-devis.automatique {
  top: 140px;
}
header .wrapper .demande-devis.automatique::before {
  content: "Devis automatique";
  left: -180px;
}
header .wrapper .demande-devis.automatique::after {
  background: #20293a;
}
header .wrapper .demande-devis.automatique:hover::after {
  width: 220px;
}
header .wrapper #menu {
  gap: 70px;
}
@media (min-width: 768px) {
  header .wrapper #menu li a:hover {
    color: #df4d34;
  }
}
header .wrapper .menu-social {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  /* Les résultats */
}
header .wrapper .menu-social .my-account {
  color: #707070;
}
header .wrapper .menu-social .my-account img {
  width: 23px;
}
@media (max-width: 600px) {
  header .wrapper .menu-social .my-account img {
    width: 15px;
  }
}
@media (max-width: 1024px) {
  header .wrapper .menu-social .my-account {
    display: none;
  }
}
header .wrapper .menu-social .notification {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
header .wrapper .menu-social .notification #search-icon {
  width: 24px;
  cursor: pointer;
}
@media (max-width: 600px) {
  header .wrapper .menu-social .notification #search-icon {
    width: 20px;
  }
}
header .wrapper .menu-social .notification img {
  width: 24px;
  aspect-ratio: 1/1;
}
@media (max-width: 600px) {
  header .wrapper .menu-social .notification img {
    width: 20px;
  }
}
header .wrapper .menu-social .notification #burgerMenu {
  display: none;
  transform: scale(1.3);
  transform-origin: center;
}
@media (max-width: 768px) {
  header .wrapper .menu-social .notification #burgerMenu {
    display: block;
  }
}
header .wrapper .menu-social .notification #my-account {
  display: none;
}
@media (max-width: 768px) {
  header .wrapper .menu-social .notification #my-account {
    display: block;
  }
}
@media (max-width: 600px) {
  header .wrapper .menu-social .notification .panier img {
    width: 20px;
  }
}
header .wrapper .menu-social .notification .closeIcon {
  display: none;
}
header .wrapper .menu-social .notification .active .burgerIcon {
  display: none;
}
header .wrapper .menu-social .notification .active .closeIcon {
  display: block;
}
header .wrapper .menu-social #search-container {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 350px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  header .wrapper .menu-social #search-container {
    width: 90vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .wrapper .menu-social #search-produit {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
header .wrapper .menu-social #resultats-produit {
  position: absolute;
  top: 45px;
  width: 100%;
  background: white;
  border-radius: 6px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
}
header .wrapper .menu-social .result-produit-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
header .wrapper .menu-social .result-produit-item:hover {
  background: #f5f5f5;
}
header .wrapper .menu-social .no-result {
  padding: 10px;
  color: #777;
}

/* Scroll personnalisé */
#wrapper_mini_cart::-webkit-scrollbar {
  width: 0;
}

#overlay {
  height: 100vh;
}
#overlay .wrapper {
  background: rgba(255, 255, 255, 0.4941176471);
  backdrop-filter: blur(50px);
  width: 462px;
  height: 95vh;
  float: right;
  padding: 0;
  transform: translateX(100%);
  border-radius: 0 0 0 30px;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  background-clip: padding-box;
  overflow-y: scroll !important;
}
@media (max-width: 768px) {
  #overlay .wrapper {
    width: 100%;
  }
}
#overlay .wrapper.active {
  transform: translateX(0%);
}
#overlay .wrapper .header-mini-cart {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 100%;
  padding: 15px 25px;
}
#overlay .wrapper .header-mini-cart h2 {
  font-family: "gilroy-extrabold";
  font-size: 28px;
  color: #df4d34;
}
#overlay .wrapper .header-mini-cart #close-button {
  transform: scale(1.5);
  cursor: pointer;
}
#overlay .wrapper .body-mini-cart ul.tabslink-cart {
  background: #fff;
  padding: 7px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  background-clip: padding-box;
  margin: 10px 28px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart ul.tabslink-cart {
    margin: 10px;
    padding: 0;
  }
}
#overlay .wrapper .body-mini-cart ul.tabslink-cart li {
  text-align: center;
  width: 100%;
}
#overlay .wrapper .body-mini-cart ul.tabslink-cart li a {
  padding: 10px 35px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart ul.tabslink-cart li a {
    font-size: 14px;
  }
}
#overlay .wrapper .body-mini-cart ul.tabslink-cart li a.active {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
}
#overlay .wrapper .body-mini-cart ul.tabslink-cart li a span {
  font-family: "inherit";
}
#overlay .wrapper .body-mini-cart #panier {
  margin: 20px 28px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart #panier {
    margin: 10px;
  }
}
#overlay .wrapper .body-mini-cart #panier .cart-items-wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#overlay .wrapper .body-mini-cart #panier .card-cart {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  position: relative;
}
#overlay .wrapper .body-mini-cart #panier .card-cart .card-img {
  height: 105px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  background: #707070;
}
#overlay .wrapper .body-mini-cart #panier .card-cart .card-text {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart #panier .card-cart .card-text {
    gap: 5px;
  }
}
#overlay .wrapper .body-mini-cart #panier .card-cart .card-text .name {
  font-size: 18px;
  color: #f5bf2a;
}
#overlay .wrapper .body-mini-cart #panier .card-cart .card-text .price {
  color: #170303;
  font-family: "gilroy-bold";
}
#overlay .wrapper .body-mini-cart #panier .card-cart .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #df4d34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
  height: 20px;
  aspect-ratio: 1/1;
}
#overlay .wrapper .body-mini-cart #panier .card-cart .remove img {
  filter: brightness(10);
}
@media (max-width: 768px) {
  #overlay .wrapper .body-mini-cart #panier .container-bouton {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#overlay .wrapper .body-mini-cart #panier .container-bouton a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  border: 1px #f5bf2a solid;
}
#overlay .wrapper .body-mini-cart #panier .container-bouton a:nth-of-type(2) {
  background: transparent;
  color: #df4d34;
  border: 1px #df4d34 solid;
}
#overlay .wrapper .body-mini-cart #mon_compte .personal-information {
  background: rgba(223, 78, 52, 0.4549019608);
  padding: 15px 30px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#overlay .wrapper .body-mini-cart #mon_compte .personal-information .container-personal-information {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#overlay .wrapper .body-mini-cart #mon_compte .personal-information .container-personal-information .profil {
  width: 62px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  object-fit: cover;
}
#overlay .wrapper .body-mini-cart #mon_compte .personal-information .container-personal-information .text-information h3 {
  color: #f5bf2a;
}
#overlay .wrapper .body-mini-cart #mon_compte .personal-information .container-personal-information .text-information span {
  color: #fff;
}
#overlay .wrapper .body-mini-cart #mon_compte ul.tabslink-personal-information {
  margin: 30px 40px;
  padding: 0;
  gap: 10px;
  background: transparent;
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart #mon_compte ul.tabslink-personal-information {
    margin: 20px;
  }
}
#overlay .wrapper .body-mini-cart #mon_compte ul.tabslink-personal-information li a {
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: #fff;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart #mon_compte ul.tabslink-personal-information li a {
    font-size: 14px;
    padding: 10px;
  }
}
#overlay .wrapper .body-mini-cart #mon_compte ul.tabslink-personal-information li a.active {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes {
  margin: 50px 40px 0 40px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #efefef;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  gap: 20px;
  padding: 20px;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande {
    margin: 20px;
  }
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .img-product {
  width: 105px;
  aspect-ratio: 1/1;
  background: #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  object-fit: contain;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .date span {
  color: #170303;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .date span:nth-of-type(1) {
  font-size: 14px;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .date span:nth-of-type(2) {
  font-size: 12px;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat span {
  font-size: 9px;
  white-space: nowrap;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.en-attente {
  background: #fef3c7;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.en-attente span {
  color: #92400e;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.en-production {
  background: #d1fae5;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.en-production span {
  color: #065f46;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.validation {
  background: #d1e9ff;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.validation span {
  color: #49a5ff;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.livree {
  background: #ddffc9;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.livree span {
  color: #678f3d;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.annule {
  background: #ffb2b2;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .coordonnees-product .etat.annule span {
  color: #ff4d96;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .nom-product {
  margin: 5px 0;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .nom-product span {
  font-size: 14px;
  font-family: "gilroy-bold";
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .nom-product span:nth-of-type(1) {
  color: #f5bf2a;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .nom-product span:nth-of-type(2) {
  color: #170303;
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .bouton-product {
  gap: 3px;
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .bouton-product {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .bouton-product a {
  width: 50%;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  background: #e8e8e8;
  color: #3b3b3b;
  font-family: "gilroy-bold";
}
@media (max-width: 600px) {
  #overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .bouton-product a {
    width: 100%;
  }
}
#overlay .wrapper .body-mini-cart #mon_compte #mes_commandes .card-commande .info-product .bouton-product a:hover {
  background: #df4d34;
  color: #fff;
}
#overlay .pop-up-suivi-commande .header-suivi-commande {
  margin-bottom: 20px;
}
#overlay .pop-up-suivi-commande .header-suivi-commande h3 {
  font-size: 24px;
  color: #170303;
  font-family: "girloy-regular";
}
@media (max-width: 768px) {
  #overlay .pop-up-suivi-commande .header-suivi-commande h3 {
    font-size: 18px;
  }
}
#overlay .pop-up-suivi-commande .header-suivi-commande #close-popup-suivi {
  transform: scale(1.5);
  cursor: pointer;
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape #recu .etape-img,
#overlay .pop-up-suivi-commande .body-suivi-commande .etape #verification .etape-img {
  background: #8eff4d;
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape #production .etape-img {
  background: #ec1d1d;
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape #production .etape-img img {
  transform: translateX(0);
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape #expedition .etape-img {
  background: #e4e4e4;
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape #expedition .etape-img img {
  transform: translateX(0);
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-img {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-img {
    width: 40px;
  }
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-img img {
  transform: translateX(3px);
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-title h4 {
  font-size: 18px;
  color: #170303;
  font-family: "girloy-regular";
}
@media (max-width: 768px) {
  #overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-title h4 {
    font-size: 16px;
  }
}
#overlay .pop-up-suivi-commande .body-suivi-commande .etape .card-etape .etape-title span {
  font-size: 16px;
  color: #707070;
}
#overlay .pop-up-detail-commande .header-detail-commande {
  margin-bottom: 20px;
}
#overlay .pop-up-detail-commande .header-detail-commande h3 {
  font-size: 24px;
  color: #170303;
  font-family: "girloy-regular";
}
@media (max-width: 768px) {
  #overlay .pop-up-detail-commande .header-detail-commande h3 {
    font-size: 18px;
  }
}
#overlay .pop-up-detail-commande .header-detail-commande #close-popup-detail {
  transform: scale(1.5);
  cursor: pointer;
}
#overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e9f5e9;
  padding: 18px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-clip: padding-box;
}
#overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .img-recapitulation {
  width: 106px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: #fff;
}
#overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .text-recapitulation #nom,
#overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .text-recapitulation #prix {
  font-family: "gilroy-bold";
  font-size: 18px;
  color: #368409;
}
@media (max-width: 768px) {
  #overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .text-recapitulation #nom,
  #overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .text-recapitulation #prix {
    font-size: 16px;
  }
}
#overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .text-recapitulation #description {
  font-size: 14px;
  color: #a4a4a4;
  margin: 7px 0;
}
#overlay .pop-up-detail-commande .body-detail-commande .card-recapitulation .text-recapitulation #prix {
  color: #170303;
}
#overlay .pop-up-detail-commande .body-detail-commande .livraison,
#overlay .pop-up-detail-commande .body-detail-commande .paiement {
  margin-top: 15px;
}
#overlay .pop-up-detail-commande .body-detail-commande .livraison h4,
#overlay .pop-up-detail-commande .body-detail-commande .paiement h4 {
  font-size: 18px;
}
#overlay .pop-up-detail-commande .body-detail-commande .livraison .card-livraison,
#overlay .pop-up-detail-commande .body-detail-commande .livraison .card-paiement,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-livraison,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement {
  padding: 20px;
  border: 0.25px solid #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  margin-top: 10px;
}
#overlay .pop-up-detail-commande .body-detail-commande .livraison .card-livraison span,
#overlay .pop-up-detail-commande .body-detail-commande .livraison .card-paiement span,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-livraison span,
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement span {
  color: #170303;
  font-size: 14px;
  font-family: "gilroy-medium";
}
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .total {
  padding-top: 5px;
  border-top: 1px #707070 solid;
}
#overlay .pop-up-detail-commande .body-detail-commande .paiement .card-paiement .total span {
  color: #170303;
  font-family: "gilroy-bold";
}
#overlay .pop-up-detail-commande .body-detail-commande .bouton-detail {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #overlay .pop-up-detail-commande .body-detail-commande .bouton-detail {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
#overlay .pop-up-detail-commande .body-detail-commande .bouton-detail a {
  width: 50%;
  padding: 10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: "gilroy-bold";
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #overlay .pop-up-detail-commande .body-detail-commande .bouton-detail a {
    width: 100%;
  }
}
#overlay .pop-up-detail-commande .body-detail-commande .bouton-detail a:nth-of-type(1) {
  color: #fff;
  background: linear-gradient(#ffa127, #df5531);
}
#overlay .pop-up-detail-commande .body-detail-commande .bouton-detail a:nth-of-type(2) {
  color: #707070;
  background: #f1f1f1;
}
#overlay .pop-up-detail-commande .body-detail-commande .bouton-detail a img {
  height: 20px;
}

.pop-up-devis-commande .pop-up-container {
  min-width: 530px;
  padding: 50px;
}
@media (max-width: 768px) {
  .pop-up-devis-commande .pop-up-container {
    min-width: 90%;
    padding: 50px 20px 20px 20px;
  }
}
.pop-up-devis-commande .pop-up-container .header-devis-commande h3 {
  color: #170303;
}
@media (max-width: 768px) {
  .pop-up-devis-commande .pop-up-container .header-devis-commande h3 {
    font-size: 18px;
  }
}
.pop-up-devis-commande .pop-up-container .body-devis-commande form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}
.pop-up-devis-commande .pop-up-container .body-devis-commande form input,
.pop-up-devis-commande .pop-up-container .body-devis-commande form textarea {
  padding: 15px 20px;
  text-align: left;
  border: 1px #e5e7eb solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.pop-up-devis-commande .pop-up-container .body-devis-commande form textarea {
  height: 100px;
}
.pop-up-devis-commande .pop-up-container .body-devis-commande form button {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.pop-up-devis-commande .pop-up-container #close-popup-devis-commande {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup.popup-etat-commande {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 999;
  /* Reprise de tes statuts */
  /* états */
}
.popup.popup-etat-commande .popup-content {
  background: #fff;
  padding: 25px;
  width: 320px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  min-width: 500px;
}
.popup.popup-etat-commande .popup-content h3 {
  font-size: 24px;
  color: #170303;
  font-weight: 700;
}
@media (max-width: 768px) {
  .popup.popup-etat-commande .popup-content h3 {
    font-size: 18px;
  }
}
.popup.popup-etat-commande .popup-content .etape {
  padding-left: 70px;
}
.popup.popup-etat-commande .close-popup {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}
.popup.popup-etat-commande .etat-popup {
  margin: 20px auto;
  padding: 10px 16px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
}
.popup.popup-etat-commande .etat.en-attente {
  background: #f1c40f;
  color: #000;
}
.popup.popup-etat-commande .etat.en-production {
  background: #3498db;
  color: #fff;
}
.popup.popup-etat-commande .etat.validation {
  background: #9b59b6;
  color: #fff;
}
.popup.popup-etat-commande .etat.livree {
  background: #2ecc71;
  color: #fff;
}
.popup.popup-etat-commande .etat.annule {
  background: #e74c3c;
  color: #fff;
}
.popup.popup-etat-commande .popup-date {
  font-size: 0.9em;
  color: #666;
}
.popup.popup-etat-commande .timeline-etapes {
  list-style: none;
  padding: 0;
  margin: 25px 0 10px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.popup.popup-etat-commande .timeline-etapes .etape {
  opacity: 1;
}
.popup.popup-etat-commande .timeline-etapes .etape:last-child .dot::after {
  display: none;
}
.popup.popup-etat-commande .etape {
  opacity: 1;
  position: relative;
}
.popup.popup-etat-commande .etape::before {
  content: url("assets/img/progress.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
.popup.popup-etat-commande .etape.done {
  opacity: 1;
  position: relative;
}
.popup.popup-etat-commande .etape.done::before {
  content: url("assets/img/success.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #8eff4d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
.popup.popup-etat-commande .etape[data-step=recu].active::before {
  content: url("assets/img/recu.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #df4d34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
.popup.popup-etat-commande .etape[data-step=verification].active::before {
  content: url("assets/img/success.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #df4d34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
.popup.popup-etat-commande .etape[data-step=production].active::before {
  content: url("assets/img/action.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #df4d34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
.popup.popup-etat-commande .etape[data-step=expedition].active::before {
  content: url("assets/img/livraison_suivi.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #df4d34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}

.popup-etat-commande.open {
  display: flex;
}

footer .wrapper {
  position: relative;
  /* FOOTER MOBILE */
}
@media (max-width: 600px) {
  footer .wrapper::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 98;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
    pointer-events: none;
  }
}
footer .wrapper .container-information {
  gap: 150px;
  position: relative;
  overflow: hidden;
  padding: 40px 140px;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  footer .wrapper .container-information {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .wrapper .container-information {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
footer .wrapper .container-information .card-information {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .wrapper .container-information .card-information img {
  width: 40px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  margin-bottom: 15px;
  padding: 10px;
}
footer .wrapper .container-information .card-information a {
  font-family: "gilroy-regular";
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
footer .wrapper .container-information .card-information a:not(:last-of-type) {
  margin-bottom: 5px;
}
footer .wrapper .container-additional-information {
  gap: 50px;
  padding: 40px;
  position: relative;
  backdrop-filter: blur(100px);
}
@media (max-width: 600px) {
  footer .wrapper .container-additional-information {
    display: none;
  }
}
footer .wrapper .container-additional-information .text-payement h3 {
  color: #df4d34;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  footer .wrapper .container-additional-information .text-payement h3 {
    text-align: center;
  }
}
footer .wrapper .container-additional-information .text-payement p {
  color: #707070;
  line-height: 24px;
  max-width: 387px;
}
@media (max-width: 768px) {
  footer .wrapper .container-additional-information .text-payement p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  footer .wrapper .container-additional-information .text-payement p {
    text-align: center;
  }
}
footer .wrapper .container-additional-information .img-payement img {
  width: 150px;
  max-width: 100%;
  object-fit: contain;
}
footer .wrapper .container-additional-information ul.menu-footer {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
footer .wrapper .container-additional-information ul.menu-footer a {
  font-family: "gilroy-regular";
  font-size: 18px;
  color: #170303;
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}
footer .wrapper .container-additional-information ul.menu-footer a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1/1;
  background: #df4d34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
footer .wrapper .container-additional-information form.subscribe {
  min-width: 350px;
}
@media (max-width: 600px) {
  footer .wrapper .container-additional-information form.subscribe {
    min-width: 100%;
  }
}
footer .wrapper .container-additional-information form.subscribe textarea {
  width: 100%;
  color: #707070;
  height: 132px;
  padding: 15px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  border: none;
  background: #fff;
}
footer .wrapper .container-additional-information form.subscribe button {
  border: none;
  margin-top: 10px;
}
footer .wrapper ul.social-icon-footer {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
@media (max-width: 768px) {
  footer .wrapper ul.social-icon-footer {
    display: none;
  }
}
footer .wrapper ul.social-icon-footer li a.fleche-footer {
  background: #f5bf2a;
}
footer .wrapper ul.social-icon-footer li a.fleche-footer img {
  filter: brightness(10) invert(0);
}
footer .wrapper ul.social-icon-footer li a {
  background: #e12948;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  padding: 10px;
}
footer .wrapper .menu-footer-mobile {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  z-index: 99;
  display: none;
}
@media (max-width: 600px) {
  footer .wrapper .menu-footer-mobile {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
footer .wrapper .menu-footer-mobile ul.social-icon {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: center;
  height: 0;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 100;
  /* cacher les icones sauf le premier */
  /* quand actif */
}
footer .wrapper .menu-footer-mobile ul.social-icon li:not(.toggle-social) {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active {
  /* delay progressif */
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:not(.toggle-social) {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(2) {
  transition-delay: 0.1s;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(2) a {
  background: #1877f2;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(3) {
  transition-delay: 0.2s;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(3) a {
  background: #25d366;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(4) {
  transition-delay: 0.3s;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(4) a {
  background: #fcaf45;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(5) {
  transition-delay: 0.4s;
}
footer .wrapper .menu-footer-mobile ul.social-icon.active li:nth-child(5) a {
  background: #0a66c2;
}
footer .wrapper .menu-footer-mobile ul.social-icon li a {
  width: 40px;
  aspect-ratio: 1/1;
  background: #37b448;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  transition: 0.2s;
}
footer .wrapper .menu-footer-mobile ul.social-icon li a:active {
  transform: scale(0.9);
}
footer .wrapper .menu-footer-mobile ul.menu-footer {
  gap: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 10px;
  width: 80%;
  backdrop-filter: blur(50px);
}
footer .wrapper .menu-footer-mobile ul.menu-footer li {
  width: fit-content;
}
footer .wrapper .menu-footer-mobile ul.menu-footer li a {
  font-size: 14px;
  color: #707070;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80px;
  height: 80px;
}
footer .wrapper .menu-footer-mobile ul.menu-footer li a img {
  width: 40px;
}
footer .wrapper .menu-footer-mobile ul.menu-footer li.current-menu-item {
  background: #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
footer .wrapper .menu-footer-mobile ul.menu-footer li.current-menu-item a {
  color: #fff;
}
footer .wrapper .menu-footer-mobile ul.menu-footer li.current-menu-item img {
  filter: brightness(10) invert(0);
}
footer .wrapper .footer-mobile {
  margin: 20px 0 120px 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  footer .wrapper .footer-mobile {
    display: none;
  }
}
footer .wrapper .footer-mobile .espace {
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
}
footer .wrapper .footer-mobile .espace h3 {
  color: #fff;
  font-family: "gilroy-bold";
  font-size: 16px;
}
footer .wrapper .footer-mobile .espace .containeur_espace {
  margin-top: 30px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .wrapper .footer-mobile .espace .containeur_espace .siege_social {
  position: relative;
}
footer .wrapper .footer-mobile .espace .containeur_espace .siege_social span {
  color: #fff;
  opacity: 0.6;
  font-family: "gilroy-regular";
  font-size: 16px;
}
footer .wrapper .footer-mobile .espace .containeur_espace .siege_social a {
  color: #fff;
  font-family: "gilroy-bold";
  margin-top: 10px;
  font-size: 14px;
}
footer .wrapper .footer-mobile .payement {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 50px;
}
footer .wrapper .footer-mobile .payement h3 {
  color: #000;
  opacity: 0.6;
  font-family: "gilroy-bold";
  font-size: 16px;
  text-transform: uppercase;
}
footer .wrapper .footer-mobile .payement .containeur_payement {
  overflow: hidden;
}
footer .wrapper .footer-mobile .payement .containeur_payement img {
  width: 50px;
  height: 50px;
}

#banner {
  margin: 100px 20px 0 20px;
  padding: 0;
}
@media (max-width: 600px) {
  #banner {
    margin: 70px 20px 0 20px;
  }
}
#banner .wrapper {
  gap: 50px;
  position: relative;
  padding: 70px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #banner .wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px;
  }
}
#banner .wrapper .banner-text {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  #banner .wrapper .banner-text {
    display: none;
  }
}
#banner .wrapper .banner-text .white {
  color: #fff;
}
#banner .wrapper .banner-text p.White {
  line-height: 20px;
  text-align: justify;
}
@media (max-width: 600px) {
  #banner .wrapper .banner-text .banner-btn {
    display: none;
  }
}
#banner .wrapper .banner-QR {
  width: 70%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
}
@media (max-width: 600px) {
  #banner .wrapper .banner-QR {
    display: none;
  }
}
#banner .wrapper .banner-text.mobile {
  display: none;
}
@media (max-width: 600px) {
  #banner .wrapper .banner-text.mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #banner .wrapper .banner-text.mobile .banner-text-mobile {
    width: 70%;
  }
  #banner .wrapper .banner-text.mobile .banner-QR-mobile {
    width: 60%;
  }
}
#banner .wrapper .banner-btn-mobile {
  display: none;
}
@media (max-width: 600px) {
  #banner .wrapper .banner-btn-mobile {
    grid-column: 1/3;
    display: flex;
    gap: 20px;
    width: 100%;
  }
  #banner .wrapper .banner-btn-mobile a {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-size: 14px !important;
    white-space: nowrap;
  }
}

#clients {
  position: relative;
  padding: 0;
  overflow: visible;
  margin: 0 20px;
}
#clients::before {
  content: "";
  position: fixed;
  top: 0;
  left: -150px;
  width: 300px;
  height: 300px;
  background-image: url("assets/img/ellipse_client_red.svg");
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(40px);
  z-index: -1;
}
@media (max-width: 600px) {
  #clients::before {
    display: none;
  }
}
#clients::after {
  content: "";
  position: fixed;
  bottom: 0;
  right: -150px;
  width: 300px;
  height: 300px;
  background-image: url("assets/img/ellipse_client_yellow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(40px);
  z-index: -1;
}
@media (max-width: 600px) {
  #clients::after {
    display: none;
  }
}
#clients .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #clients .wrapper {
    gap: 20px;
    padding: 20px 0;
  }
}
@media (min-width: 600px) {
  #clients .wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
  #clients .wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 15%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    transform: rotate(180deg);
  }
}
@media (max-width: 600px) {
  #clients .wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
  }
}
#clients .wrapper span {
  color: #707070;
  font-size: 18px;
  font-family: "gilroy-bold";
  text-align: center;
}
#clients .wrapper .container-logo-client {
  width: 100%;
  white-space: nowrap;
}
#clients .wrapper .container-logo-client:hover .logos-slide {
  animation-play-state: paused;
}
#clients .wrapper .container-logo-client .logos-slide {
  animation: slide 100s infinite linear;
  display: inline-flex;
}
@media (max-width: 600px) {
  #clients .wrapper .container-logo-client .logos-slide {
    animation: slide 10s infinite linear;
  }
}
@media (max-width: 600px) {
  #clients .wrapper .container-logo-client .logos-slide:nth-of-type(2) {
    display: none;
  }
}
#clients .wrapper .container-logo-client img {
  height: 100px;
  max-width: 200px;
  object-fit: contain;
  margin: 0 40px;
}
@media (max-width: 600px) {
  #clients .wrapper .container-logo-client img {
    max-width: 70px;
    width: 100%;
    margin: 0 20px;
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#clients .wrapper .shape_client {
  display: none;
}
@media (max-width: 600px) {
  #clients .wrapper .shape_client {
    display: block;
    width: 50%;
  }
}

#atouts .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  #atouts .wrapper {
    gap: 20px;
  }
}
#atouts .wrapper .section-title h2 {
  color: #df4d34;
}
#atouts .wrapper .inner-title p {
  color: #707070;
  max-width: 607px;
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  #atouts .wrapper .inner-title p {
    margin-top: 0 !important;
  }
}
#atouts .wrapper .container-atouts {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 600px) {
  #atouts .wrapper .container-atouts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 10px;
  }
}
#atouts .wrapper .container-atouts .card-atout {
  padding: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 20px;
}
@media (max-width: 600px) {
  #atouts .wrapper .container-atouts .card-atout {
    margin: 0;
    gap: 0;
    padding: 20px;
  }
}
@media (min-width: 600px) {
  #atouts .wrapper .container-atouts .card-atout:hover {
    transform: translateY(-10px);
  }
}
#atouts .wrapper .container-atouts .card-atout:hover .card-hover {
  opacity: 1;
}
#atouts .wrapper .container-atouts .card-atout .card-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #df4d34;
  padding: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  opacity: 0;
}
@media (max-width: 600px) {
  #atouts .wrapper .container-atouts .card-atout .card-hover {
    padding: 20px;
  }
}
#atouts .wrapper .container-atouts .card-atout .card-hover p {
  color: #fff;
  font-family: "gilroy-bold";
}
#atouts .wrapper .container-atouts .card-atout img {
  width: 40px;
  aspect-ratio: 1/1;
}
@media (max-width: 600px) {
  #atouts .wrapper .container-atouts .card-atout {
    max-width: 100%;
  }
}
#atouts .wrapper .container-atouts .card-atout span {
  font-family: "gilroy-bold";
  font-size: 20px;
  color: #707070;
  white-space: nowrap;
}
@media (max-width: 600px) {
  #atouts .wrapper .container-atouts .card-atout span {
    font-size: 14px;
    white-space: wrap;
  }
}

#stats .wrapper {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  padding: 50px 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}
@media (max-width: 600px) {
  #stats .wrapper::after {
    content: url("assets/img/pointille.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 100%;
  }
}
@media (max-width: 600px) {
  #stats .wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
#stats .wrapper .card-stat {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 246px;
  width: 100%;
  gap: 15px;
}
@media (max-width: 600px) {
  #stats .wrapper .card-stat {
    max-width: 100%;
  }
}
#stats .wrapper .card-stat .icone_stat {
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
}
#stats .wrapper .card-stat .icone_stat img {
  height: 30px;
}
#stats .wrapper .card-stat .nombre {
  color: #f5bf2a;
  font-size: 36px;
  font-family: "gilroy-black";
}
@media (max-width: 600px) {
  #stats .wrapper .card-stat .nombre {
    font-size: 25px;
    color: #fff;
  }
}
#stats .wrapper .card-stat p {
  color: #fff;
}
#stats .wrapper .card-stat p br {
  display: none;
}
@media (max-width: 600px) {
  #stats .wrapper .card-stat p br {
    display: block;
  }
}

#temoignages {
  position: relative;
}
#temoignages .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  overflow: hidden !important;
  position: relative;
  background: #fff;
  padding: 50px 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #temoignages .wrapper {
    gap: 0;
  }
}
#temoignages .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  #temoignages .wrapper::before {
    width: 30%;
  }
}
#temoignages .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 50%;
  height: 100%;
  display: n;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media (max-width: 768px) {
  #temoignages .wrapper::after {
    width: 30%;
  }
}
#temoignages .wrapper .section-title {
  z-index: 3;
}
#temoignages .wrapper .section-title h2 {
  color: #f5bf2a;
  text-align: center;
}
@media (max-width: 600px) {
  #temoignages .wrapper .section-title h2 {
    padding: 0 10px 0 10px;
  }
}
#temoignages .wrapper .container-temoignages .slick-center {
  transform: scale(1.1);
  opacity: 1 !important;
}
#temoignages .wrapper .container-temoignages .card-temoignage {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 390px;
  width: 100% !important;
  padding: 30px;
  margin: 50px 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  box-sizing: border-box;
  height: 450px;
}
@media (max-width: 600px) {
  #temoignages .wrapper .container-temoignages .card-temoignage {
    max-width: 350px;
  }
}
#temoignages .wrapper .container-temoignages .card-temoignage:not(:last-child) {
  margin-right: 60px;
}
#temoignages .wrapper .container-temoignages .card-temoignage .user-description,
#temoignages .wrapper .container-temoignages .card-temoignage .user-info {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#temoignages .wrapper .container-temoignages .card-temoignage .profil {
  width: 100px;
  height: 100px;
  background: #f5bf2a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
@media (max-width: 600px) {
  #temoignages .wrapper .container-temoignages .card-temoignage .profil {
    width: 70px;
    height: 70px;
  }
}
#temoignages .wrapper .container-temoignages .card-temoignage .profil img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
#temoignages .wrapper .container-temoignages .card-temoignage .note {
  gap: 10px;
  padding: 20px 0;
}
#temoignages .wrapper .container-temoignages .card-temoignage .note img {
  width: 24px;
  aspect-ratio: 1/1;
}
@media (max-width: 600px) {
  #temoignages .wrapper .container-temoignages .card-temoignage .note img {
    width: 15px;
  }
}
#temoignages .wrapper .container-temoignages .card-temoignage .avis {
  text-align: center;
  color: #707070;
}
#temoignages .wrapper .container-temoignages .card-temoignage .voir-plus {
  text-decoration: underline;
}
#temoignages .wrapper .container-temoignages .card-temoignage .nom {
  font-family: "gilroy-bold";
  padding: 20px 0 5px 0;
}
#temoignages .wrapper .container-temoignages .card-temoignage .poste {
  color: #df4d34;
}
#temoignages .wrapper .slick-prev-custom-temoignages,
#temoignages .wrapper .slick-next-custom-temoignages {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
  z-index: 98;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  #temoignages .wrapper .slick-prev-custom-temoignages,
  #temoignages .wrapper .slick-next-custom-temoignages {
    display: none !important;
  }
}
#temoignages .wrapper .slick-prev-custom-temoignages img,
#temoignages .wrapper .slick-next-custom-temoignages img {
  width: 25px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}
#temoignages .wrapper .slick-next-custom-temoignages {
  right: 0;
  left: initial;
}
#temoignages .wrapper .slick-next-custom-temoignages img {
  transform: rotate(0deg);
}
#temoignages .wrapper .slick-dots button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  border: none;
  background: #bcbcbc;
}
@media (min-width: 768px) {
  #temoignages .wrapper .slick-dots button:hover {
    background: linear-gradient(#e20e56, #df5531);
  }
}
#temoignages .wrapper .slick-dots .slick-active button {
  background: linear-gradient(#e20e56, #df5531);
}
#temoignages .wrapper #open-popup-temoignages {
  margin-bottom: 20px;
  z-index: 3;
}

.pop-up-temoignages .pop-up-container {
  max-width: 530px;
  width: 100%;
  padding: 50px;
}
@media (max-width: 768px) {
  .pop-up-temoignages .pop-up-container {
    max-width: 100vw;
  }
}
.pop-up-temoignages .pop-up-container .header-devis-temoignages h3 {
  color: #170303;
}
@media (max-width: 768px) {
  .pop-up-temoignages .pop-up-container .header-devis-temoignages h3 {
    font-size: 18px;
  }
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form input,
.pop-up-temoignages .pop-up-container .body-devis-temoignages form textarea,
.pop-up-temoignages .pop-up-container .body-devis-temoignages form label {
  padding: 15px 20px;
  text-align: left;
  border: 1px #e5e7eb solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form .rating {
  direction: rtl;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 5px;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form .rating input {
  display: none;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form .rating label {
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s ease;
  padding: 10px 15px;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form .rating label:hover,
.pop-up-temoignages .pop-up-container .body-devis-temoignages form .rating label:hover ~ label {
  color: #f5bf2a;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form .rating input:checked ~ label {
  color: #f5bf2a;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form textarea {
  height: 100px;
}
.pop-up-temoignages .pop-up-container .body-devis-temoignages form button {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.pop-up-temoignages .pop-up-container #close-popup-temoignages {
  position: absolute;
  top: 20px;
  right: 20px;
}

#produits-phares .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#produits-phares .wrapper .section-title h2 {
  color: #f5bf2a;
}
#produits-phares .wrapper .inner-title p {
  max-width: 684px;
}
#produits-phares .wrapper .tabslink-produits {
  width: 1300px;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .tabslink-produits {
    margin-top: 10px;
    justify-content: stretch;
    padding: 10px;
    border-radius: 30px;
    flex-wrap: nowrap;
    width: 100vw;
  }
  #produits-phares .wrapper .tabslink-produits li {
    width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  #produits-phares .wrapper .tabslink-produits li {
    width: fit-content !important;
  }
}
@media (max-width: 600px) {
  #produits-phares .wrapper .tabslink-produits li a {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    width: fit-content !important;
  }
}
#produits-phares .wrapper .container-produit {
  margin-top: 50px;
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .container-produit {
    margin: 0;
  }
}
#produits-phares .wrapper .container-produit .card-produit {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  max-width: 300px;
  width: 100%;
  min-height: 351px;
  position: relative;
  overflow: hidden;
  margin: 15px 30px 15px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(115, 115, 115, 0.3019607843);
  box-shadow: 0px 2px 10px 0px rgba(115, 115, 115, 0.3019607843);
}
#produits-phares .wrapper .container-produit .card-produit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e50051 26.25%, #e40134 84.96%);
  z-index: -1;
  opacity: 0;
}
#produits-phares .wrapper .container-produit .card-produit:hover {
  transform: translateY(-10px);
}
#produits-phares .wrapper .container-produit .card-produit:hover * {
  color: #fff;
}
#produits-phares .wrapper .container-produit .card-produit:hover b {
  color: #f5bf2a;
}
#produits-phares .wrapper .container-produit .card-produit:hover .bouton-produit a {
  background: #fff;
  color: #df4d34;
}
#produits-phares .wrapper .container-produit .card-produit:hover .bouton-produit .reduction {
  color: #f5bf2a;
}
#produits-phares .wrapper .container-produit .card-produit:hover::after {
  opacity: 1;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .container-produit .card-produit {
    width: 100%;
    max-width: 43vw;
    margin: 15px 10px;
  }
}
#produits-phares .wrapper .container-produit .card-produit img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .container-produit .card-produit img {
    object-fit: cover;
  }
}
#produits-phares .wrapper .container-produit .card-produit h3 {
  font-size: 20px;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .container-produit .card-produit h3 {
    font-size: 16px;
  }
}
#produits-phares .wrapper .container-produit .card-produit span {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: #707070;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .container-produit .card-produit span {
    font-size: 14px;
  }
}
#produits-phares .wrapper .container-produit .card-produit span b {
  color: #df4d34;
  font-family: "gilroy-extrabold";
  font-size: 18px;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .container-produit .card-produit span b {
    font-size: 14px;
  }
}
#produits-phares .wrapper .container-produit .card-produit .bouton-produit {
  width: 100%;
}
#produits-phares .wrapper .container-produit .card-produit .bouton-produit .reduction {
  font-family: "gilroy-bold";
  font-size: 18px;
  color: #df4d34;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .container-produit .card-produit .bouton-produit .reduction {
    font-size: 14px;
  }
}
#produits-phares .wrapper .slick-prev-custom-produits {
  position: absolute;
  top: 74%;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
  z-index: 3;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .slick-prev-custom-produits {
    display: none !important;
  }
}
#produits-phares .wrapper .slick-prev-custom-produits img {
  width: 25px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}
#produits-phares .wrapper .slick-next-custom-produits {
  position: absolute;
  top: 74%;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
  z-index: 3;
}
@media (max-width: 600px) {
  #produits-phares .wrapper .slick-next-custom-produits {
    display: none !important;
  }
}
#produits-phares .wrapper .slick-next-custom-produits img {
  transform: rotate(0deg);
}
#produits-phares .arrow-produit_mobile {
  gap: 30px;
}
#produits-phares .arrow-produit_mobile .slick-next-custom-produits_mobile {
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
#produits-phares .arrow-produit_mobile .slick-next-custom-produits_mobile img {
  transform: rotate(180deg);
}
#produits-phares .arrow-produit_mobile .slick-prev-custom-produits_mobile {
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
@media (min-width: 600px) {
  #produits-phares .arrow-produit_mobile {
    display: none;
  }
}

#packs .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f8f8f8;
  padding: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #packs .wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    padding: 40px 20px;
  }
}
#packs .wrapper .section-title h2 {
  color: #df4d34;
}
#packs .wrapper .inner-title p {
  max-width: 936px;
  width: 100%;
}
#packs .wrapper .container-pack {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  gap: 30px;
  width: 100%;
}
@media (max-width: 600px) {
  #packs .wrapper .container-pack {
    display: flex;
    gap: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
#packs .wrapper .container-pack .card-pack {
  padding: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  background: #fff;
  font-size: 18px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 391px;
}
@media (max-width: 600px) {
  #packs .wrapper .container-pack .card-pack {
    min-height: 350px;
  }
}
#packs .wrapper .container-pack .card-pack::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffcf5;
  z-index: -1;
  opacity: 0;
}
@media (min-width: 600px) {
  #packs .wrapper .container-pack .card-pack:hover {
    transform: translateY(-10px);
  }
}
#packs .wrapper .container-pack .card-pack:hover b {
  color: #f5bf2a !important;
}
#packs .wrapper .container-pack .card-pack:hover::after {
  opacity: 1;
}
@media (max-width: 600px) {
  #packs .wrapper .container-pack .card-pack {
    margin-right: 10px;
  }
}
#packs .wrapper .container-pack .card-pack .prix {
  color: #170303;
  font-family: "gilroy-extrabold";
  font-size: 22px;
}
#packs .wrapper .container-pack .card-pack .text-pack {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#packs .wrapper .container-pack .card-pack .text-pack img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
@media (max-width: 600px) {
  #packs .wrapper .container-pack .card-pack .text-pack img {
    height: 50px;
  }
}
#packs .wrapper .container-pack .card-pack .text-pack h3 {
  color: #170303;
  font-family: "gilroy-extrabold";
}
#packs .wrapper .container-pack .card-pack .text-pack h3 b {
  font-family: "gilroy-extrabold";
  font-size: 24px;
  color: #df4d34;
}
#packs .wrapper .container-pack .card-pack .text-pack ul.description-pack {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
#packs .wrapper .container-pack .card-pack .text-pack ul.description-pack.open {
  -webkit-line-clamp: unset;
}
#packs .wrapper .container-pack .card-pack .text-pack ul.description-pack li {
  text-align: left;
  font-size: 18px;
  font-family: "gilroy-regular";
  color: #707070;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 600px) {
  #packs .wrapper .container-pack .card-pack .text-pack ul.description-pack li {
    font-size: 14px;
  }
}
#packs .wrapper .container-pack .card-pack .text-pack ul.description-pack li::before {
  content: "✔";
  position: absolute;
  top: 0;
  left: 0;
  color: #4caf50;
  font-weight: bold;
  margin-right: 8px;
}
#packs .wrapper .container-pack .card-pack .text-pack .voir-plus {
  background: transparent;
  border: none;
  color: #df4d34;
  margin-top: -20px;
  padding: 0 30px;
  text-align: left;
  font-family: "gilroy-bold";
}
#packs .wrapper .container-pack .card-pack .bouton-pack {
  width: 100%;
}
#packs .wrapper .container-pack .card-pack .bouton-pack .btn-card {
  background: linear-gradient(to right, #f39433, #ffcd1c);
}
#packs .wrapper .container-pack .card-pack .bouton-pack .reduction {
  font-family: "gilroy-bold";
  font-size: 18px;
  color: #df4d34;
}
@media (max-width: 600px) {
  #packs .wrapper .container-pack .card-pack .bouton-pack .reduction {
    font-size: 16px;
  }
}
#packs .wrapper .arrow-pack_mobile {
  display: none;
}
@media (max-width: 600px) {
  #packs .wrapper .arrow-pack_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 22px;
  }
  #packs .wrapper .arrow-pack_mobile .slick-prev-pack_mobile,
  #packs .wrapper .arrow-pack_mobile .slick-next-pack_mobile {
    background: linear-gradient(#e20e56, #df5531);
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    padding: 5px;
    transform: rotate(1);
  }
  #packs .wrapper .arrow-pack_mobile .slick-prev-pack_mobile {
    transform: rotate(180deg);
  }
}

#realisations .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#realisations .wrapper .section-title h2 {
  color: #f5bf2a;
}
#realisations .wrapper .inner-title p {
  max-width: 560px;
  width: 100%;
}
#realisations .wrapper .container-btn-slick {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
#realisations .wrapper .container-btn-slick ul.tabslink-realisations {
  width: 1300px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  #realisations .wrapper .container-btn-slick ul.tabslink-realisations {
    border-radius: 30px;
    padding: 10px;
    width: 100vw;
  }
  #realisations .wrapper .container-btn-slick ul.tabslink-realisations li {
    width: fit-content !important;
  }
  #realisations .wrapper .container-btn-slick ul.tabslink-realisations a {
    text-align: center;
    padding: 20px;
    width: fit-content;
    font-size: 12px;
  }
}
#realisations .wrapper .container-btn-slick .slick-prev-custom,
#realisations .wrapper .container-btn-slick .slick-next-custom {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
}
@media (max-width: 600px) {
  #realisations .wrapper .container-btn-slick .slick-prev-custom,
  #realisations .wrapper .container-btn-slick .slick-next-custom {
    display: none !important;
  }
}
#realisations .wrapper .container-btn-slick .slick-prev-custom img,
#realisations .wrapper .container-btn-slick .slick-next-custom img {
  width: 25px;
  aspect-ratio: 1/1;
}
#realisations .wrapper .container-btn-slick .slick-prev-custom img {
  transform: rotate(180deg);
}
#realisations .wrapper .container-realisations {
  margin-top: 50px;
  /* Bouton Voir plus */
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations {
    width: 100%;
  }
}
#realisations .wrapper .container-realisations .tabscontent-realisations {
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations .tabscontent-realisations {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#realisations .wrapper .container-realisations .voir-plus-btn {
  grid-column: 1/-1;
  justify-self: center;
  padding: 20px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  width: fit-content;
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: "gilroy-bold";
}
#realisations .wrapper .container-realisations .card-realisation {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  margin: 20px;
}
@media (max-width: 768px) {
  #realisations .wrapper .container-realisations .card-realisation {
    margin: 0;
  }
}
@media (min-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation:hover {
    transform: translateY(-10px);
    background: #f5bf2a;
  }
  #realisations .wrapper .container-realisations .card-realisation:hover * {
    color: #fff !important;
  }
  #realisations .wrapper .container-realisations .card-realisation:hover img.logo_realisation {
    filter: brightness(10) invert(0);
  }
}
@media (min-width: 600px) and (max-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation:hover img.logo_realisation {
    display: none;
  }
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation {
    gap: 20px;
  }
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text {
  width: 50%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation .realisation-text {
    width: 100%;
  }
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text .logo_realisation img {
  max-width: 100px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation .realisation-text .logo_realisation img {
    display: none;
  }
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text h3 {
  color: #f5bf2a;
  font-family: "gilroy-extrabold";
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text ul.liste {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text ul.liste li {
  font-size: 16px;
  color: #707070;
  font-family: "gilroy-regular";
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text ul.liste li b {
  color: #170303;
  font-family: "gilroy-bold";
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text .date_realisation span {
  font-family: "gilroy-bold";
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation .realisation-text .date_realisation {
    display: none;
  }
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text .logo-realisation_mobile {
  margin-top: 20px;
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text .logo-realisation_mobile img {
  max-width: 100px;
  height: 40px;
  object-fit: contain;
}
#realisations .wrapper .container-realisations .card-realisation .realisation-text .logo-realisation_mobile span {
  font-family: "gilroy-bold";
}
@media (min-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation .realisation-text .logo-realisation_mobile {
    display: none;
  }
}
#realisations .wrapper .container-realisations .card-realisation .realisation-img {
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  background: #f8f8f8;
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation .realisation-img {
    width: 100%;
  }
}
#realisations .wrapper .container-realisations .card-realisation .realisation-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 600px) {
  #realisations .wrapper .container-realisations .card-realisation .realisation-img img {
    object-fit: cover;
  }
}
#realisations .wrapper .container-realisations .card-realisation:nth-child(4n+3),
#realisations .wrapper .container-realisations .card-realisation:nth-child(4n+4) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#realisations .wrapper .container-realisations .card-realisation:nth-child(3n+1) .realisation-text h3 {
  color: #df4d34;
}

@media (min-width: 600px) {
  .stats-2 {
    display: block;
  }
}
@media (max-width: 600px) {
  .stats-2 {
    display: none;
  }
}
.stats-2 .wrapper {
  gap: 30px !important;
  -webkit-align-items: stretch !important;
  -moz-align-items: stretch !important;
  -ms-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  background: linear-gradient(90deg, #e94f35 26.25%, #e50051 84.96%) !important;
}
.stats-2 .wrapper .card-stat {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important;
  max-width: 350px !important;
}
@media (min-width: 768px) {
  .stats-2 .wrapper .card-stat:not(:last-child) {
    border-right: 1px #fff solid;
    padding-right: 30px;
  }
}
.stats-2 .wrapper .card-stat h3 {
  color: #fff;
}

@media (min-width: 600px) {
  #stats-mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  #stats-mobile {
    display: block;
  }
}
#stats-mobile .wrapper .card-stat {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#stats-mobile .wrapper .card-stat .nombre_stats {
  background: #df4d34;
  padding: 20px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  color: #fff;
  font-family: "gilroy-black";
  font-size: 18px;
}
#stats-mobile .wrapper .card-stat .nombre_stats:nth-child(2) {
  background: #f5bf2a;
}
#stats-mobile .wrapper .card-stat .text_stats h3 {
  font-family: "gilroy-bold";
  font-size: 18px;
  color: #df4d34;
}
#stats-mobile .wrapper .card-stat .text_stats .small {
  color: #666666;
  line-height: 20px;
}
#stats-mobile .wrapper .card-stat:nth-child(2) {
  margin: 20px 0 20px 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
}
#stats-mobile .wrapper .card-stat:nth-child(2) h3 {
  color: #f5bf2a;
}
#stats-mobile .wrapper .card-stat:nth-child(3) h3 {
  color: #0a1d37;
}
#stats-mobile .wrapper .card-stat:nth-child(3) .nombre_stats {
  background: #0a1d37;
}

#technologies .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#technologies .wrapper .section-title h2 {
  color: #df4d34;
}
#technologies .wrapper .inner-title p {
  max-width: 622px;
  width: 100%;
}
#technologies .wrapper .container-technologie {
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  #technologies .wrapper .container-technologie {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  #technologies .wrapper .container-technologie .draggable {
    padding: 5px;
  }
}
#technologies .wrapper .container-technologie .card-technologie {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  position: relative;
  background: #fff;
  /* 5 - rouge */
}
@media (min-width: 600px) {
  #technologies .wrapper .container-technologie .card-technologie:hover {
    transform: translateY(-10px);
    background: #f5bf2a;
  }
  #technologies .wrapper .container-technologie .card-technologie:hover * {
    color: #fff;
    filter: brightness(10) invert(0);
  }
}
#technologies .wrapper .container-technologie .card-technologie img {
  width: 40px;
  aspect-ratio: 1/1;
}
#technologies .wrapper .container-technologie .card-technologie:nth-child(8n+2) h3, #technologies .wrapper .container-technologie .card-technologie:nth-child(8n+4) h3, #technologies .wrapper .container-technologie .card-technologie:nth-child(8n+5) h3, #technologies .wrapper .container-technologie .card-technologie:nth-child(8n+7) h3 {
  color: #df4d34;
}
#technologies .wrapper .container-technologie .card-technologie h3 {
  color: #f5bf2a;
  font-family: "gilroy-extrabold";
}
#technologies .wrapper .container-technologie .card-technologie p {
  color: #707070;
}
@media (max-width: 600px) {
  #technologies .wrapper .container-technologie .card-technologie p {
    display: none;
  }
}
@media (max-width: 600px) {
  #technologies .wrapper .container-technologie .card-technologie {
    margin-right: 20px;
  }
}
@media (min-width: 600px) {
  #technologies .wrapper .container-technologie .card-technologie:nth-child(even):hover {
    background: #df4d34;
  }
}
#technologies .wrapper .container-technologie .slick-dots button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: #707070;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  border: none;
}
#technologies .wrapper .container-technologie .slick-dots li.slick-active button {
  background: #df4d34;
}

.pop-up-technologie .pop-up-container {
  max-width: 800px;
  background: #f8f9fa;
  padding: 50px 20px;
}
.pop-up-technologie .pop-up-container .header-technologie {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .pop-up-technologie .pop-up-container .header-technologie {
    display: none;
  }
}
.pop-up-technologie .pop-up-container .header-technologie .icone-img {
  width: 60px;
  aspect-ratio: 1/1;
  background: #f5bf2a;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.pop-up-technologie .pop-up-container .header-technologie .icone-img img {
  filter: brightness(10);
}
.pop-up-technologie .pop-up-container .header-technologie h3 {
  color: #f5bf2a;
  font-family: "gilroy-extrabold";
}
.pop-up-technologie .pop-up-container .header-technologie p {
  color: #170303;
  text-align: center;
  font-family: "gilroy-bold";
}
.pop-up-technologie .pop-up-container .body-technologie {
  margin-top: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
.pop-up-technologie .pop-up-container .body-technologie ul li:has(> b) {
  margin-bottom: 10px;
}
.pop-up-technologie .pop-up-container .body-technologie li {
  color: #707070;
  line-height: 25px;
}
.pop-up-technologie .pop-up-container .body-technologie li b {
  font-family: "gilroy-bold";
  display: inline-block;
  color: #170303;
}
.pop-up-technologie .pop-up-container .body-technologie .img_technologie {
  max-width: 300px;
  width: 100%;
  height: 300px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pop-up-technologie .pop-up-container .body-technologie .img_technologie {
    display: none;
  }
}
.pop-up-technologie .pop-up-container .body-technologie .img_technologie img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pop-up-technologie .pop-up-container #close-popup-technologie {
  position: absolute;
  top: 20px;
  right: 20px;
}

#passion .wrapper {
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  background-clip: padding-box;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  padding: 70px;
  backdrop-filter: blur(50px);
  gap: 50px;
}
@media (max-width: 600px) {
  #passion .wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    padding: 40px 20px;
  }
}
#passion .wrapper .passion-text {
  width: 100%;
}
@media (max-width: 600px) {
  #passion .wrapper .passion-text .section-title h2 {
    font-size: 18px;
  }
}
#passion .wrapper .passion-text .section-title h2 span {
  font-family: "gilroy-black";
  color: #f5bf2a;
}
#passion .wrapper .passion-text .inner-title {
  margin: 20px 0;
}
#passion .wrapper .passion-text .inner-title p {
  text-align: left;
  color: #707070;
}
@media (max-width: 600px) {
  #passion .wrapper .passion-text .inner-title p {
    font-size: 12px;
  }
}
#passion .wrapper .passion-text .btn-red {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #passion .wrapper .passion-text .btn-red {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  #passion .wrapper .passion-text {
    width: 50%;
  }
}
#passion .wrapper ul li {
  font-family: "gilroy-regular";
  font-size: 18px;
  color: #707070;
}
#passion .wrapper ul li::before {
  content: url("assets/img/befor-passion.svg");
}
@media (max-width: 600px) {
  #passion .wrapper ul li::before {
    display: none;
  }
}
#passion .wrapper ul li span {
  padding-left: 6px;
  font-family: "gilroy-bold";
  font-size: 18px;
}
@media (max-width: 600px) {
  #passion .wrapper ul {
    display: none;
  }
}
#passion .wrapper a {
  text-align: center;
  margin-top: 20px;
  width: fit-content;
}
#passion .wrapper .passion-img {
  width: 100%;
  height: 479px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  background-clip: padding-box;
  overflow: hidden;
}
@media (max-width: 600px) {
  #passion .wrapper .passion-img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-clip: padding-box;
    height: 300px;
  }
}
#passion .wrapper .passion-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  #passion .wrapper .passion-img img {
    object-fit: cover;
    height: 100%;
  }
}
#passion .wrapper .passion-img .slick-list {
  height: 100%;
}
#passion .wrapper .passion-img .slick-list .slick-track {
  height: 100%;
}
@media (max-width: 600px) {
  #passion .wrapper .passion-img {
    width: 50%;
  }
}

#historique {
  position: relative;
  padding-bottom: 400px;
}
@media (min-width: 600px) {
  #historique {
    display: block;
  }
}
@media (max-width: 600px) {
  #historique {
    display: none;
  }
}
#historique .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#historique .wrapper .section-title h2 {
  color: #f5bf2a;
}
#historique .wrapper .inner-title p {
  color: #fff;
}
@media (max-width: 600px) {
  #historique .wrapper .inner-title p {
    color: #707070;
    border: 1px solid red;
  }
}

#container-historique {
  margin-top: -350px;
}
@media (min-width: 600px) {
  #container-historique {
    display: block;
  }
}
@media (max-width: 600px) {
  #container-historique {
    display: none;
  }
}
#container-historique .wrapper {
  background: rgba(255, 255, 255, 0.5803921569);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  padding: 100px;
  backdrop-filter: blur(50px);
  position: relative;
  --afterHeight: 100%;
  overflow: hidden;
}
@media (max-width: 600px) {
  #container-historique .wrapper {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-clip: padding-box;
    padding: 40px 20px;
  }
}
#container-historique .wrapper .separateur-historique {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1.05);
  width: 100%;
  max-width: 140px;
}
@media (max-width: 768px) {
  #container-historique .wrapper .separateur-historique {
    display: none;
  }
}
#container-historique .wrapper .card-historique {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#container-historique .wrapper .card-historique.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  #container-historique .wrapper .card-historique {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 20px;
  }
}
#container-historique .wrapper .card-historique_item {
  background: #fff;
  width: 100%;
  max-width: 500px;
  padding: 30px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 26px;
}
@media (min-width: 600px) {
  #container-historique .wrapper .card-historique_item:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 600px) {
  #container-historique .wrapper .card-historique_item {
    max-width: 100%;
  }
}
#container-historique .wrapper .card-historique_item h3 {
  color: #f5bf2a;
}
#container-historique .wrapper .card-historique_item span {
  font-family: "gilroy-bold";
  color: #df4d34;
  font-size: 18px;
  padding: 2px 2px;
}
#container-historique .wrapper .card-historique_item p {
  font-size: 12px;
  color: #707070;
}
@media (min-width: 768px) {
  #container-historique .wrapper .card-historique:nth-child(odd) {
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
  }
  #container-historique .wrapper .card-historique:nth-child(odd) .card-historique_item {
    text-align: right;
  }
  #container-historique .wrapper .card-historique:nth-child(even) {
    -webkit-justify-content: end;
    -moz-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
    -ms-flex-pack: end;
  }
}

#equipe .wrapper {
  position: relative;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  overflow: hidden;
  padding: 50px 0;
}
#equipe .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media (max-width: 768px) {
  #equipe .wrapper::before {
    display: none;
  }
}
#equipe .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  #equipe .wrapper::after {
    display: none;
  }
}
#equipe .wrapper .section-title h2 {
  color: #df4d34;
}
#equipe .wrapper .inner-title p {
  width: 100%;
  max-width: 622px;
  margin: auto;
}
#equipe .wrapper .container-equipe {
  width: 1300px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  #equipe .wrapper .container-equipe {
    width: 100%;
    padding-bottom: 30px;
  }
}
#equipe .wrapper .container-equipe .card-equipe {
  width: 100%;
  max-width: 310px;
  margin: 0 10px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  #equipe .wrapper .container-equipe .card-equipe {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}
#equipe .wrapper .container-equipe .card-equipe:hover .equipe-img::before {
  opacity: 0.5;
}
#equipe .wrapper .container-equipe .card-equipe:hover .equipe-img .info-membre {
  top: 50%;
}
#equipe .wrapper .container-equipe .card-equipe .equipe-img {
  height: 238px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  #equipe .wrapper .container-equipe .card-equipe .equipe-img {
    overflow: hidden;
    border-radius: 10px !important;
    height: 200px;
  }
}
#equipe .wrapper .container-equipe .card-equipe .equipe-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #170303;
  opacity: 0;
}
#equipe .wrapper .container-equipe .card-equipe .equipe-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  #equipe .wrapper .container-equipe .card-equipe .equipe-img img {
    height: 100%;
  }
}
#equipe .wrapper .container-equipe .card-equipe .equipe-img .info-membre {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px #fff solid;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#equipe .wrapper .container-equipe .card-equipe .equipe-img .info-membre img {
  filter: brightness(10);
  height: 25px;
}
#equipe .wrapper .container-equipe .card-equipe .equipe-text {
  margin-top: 10px;
}
#equipe .wrapper .container-equipe .card-equipe .equipe-text h3 {
  color: #170303;
}
#equipe .wrapper .container-equipe .card-equipe .equipe-text p {
  color: #df4d34;
}
@media (max-width: 600px) {
  #equipe .wrapper .container-equipe .card-equipe .equipe-text p {
    line-height: 20px;
    margin-top: 10px;
  }
}
#equipe .wrapper .slick-prev-custom-equipe,
#equipe .wrapper .slick-next-custom-equipe {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
  z-index: 98;
}
@media (max-width: 600px) {
  #equipe .wrapper .slick-prev-custom-equipe,
  #equipe .wrapper .slick-next-custom-equipe {
    display: none;
  }
}
#equipe .wrapper .slick-prev-custom-equipe img,
#equipe .wrapper .slick-next-custom-equipe img {
  width: 25px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}
#equipe .wrapper .slick-next-custom-equipe {
  right: 10px;
  left: initial;
}
@media (max-width: 600px) {
  #equipe .wrapper .slick-next-custom-equipe {
    display: none;
  }
}
#equipe .wrapper .slick-next-custom-equipe img {
  transform: rotate(0deg);
}
#equipe .wrapper .arrows-equipe_mobile {
  gap: 30px;
}
@media (min-width: 600px) {
  #equipe .wrapper .arrows-equipe_mobile {
    display: none;
  }
}
#equipe .wrapper .arrows-equipe_mobile .slick-prev-equipe_mobile,
#equipe .wrapper .arrows-equipe_mobile .slick-next-equipe_mobile {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
}
#equipe .wrapper .arrows-equipe_mobile .slick-prev-equipe_mobile img {
  transform: rotate(180deg);
}

.pop-up-info-equipe .pop-up-container {
  max-width: 500px;
  padding: 50px 20px;
}
.pop-up-info-equipe .pop-up-container .header-info-equipe {
  overflow: hidden;
}
.pop-up-info-equipe .pop-up-container .header-info-equipe .nom_poste {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  width: fit-content;
  gap: 10px;
}
.pop-up-info-equipe .pop-up-container .header-info-equipe .nom_poste h3 {
  color: #f5bf2a;
}
.pop-up-info-equipe .pop-up-container .header-info-equipe .nom_poste img {
  background: #f5bf2a;
  width: 200px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
.pop-up-info-equipe .pop-up-container .header-info-equipe .nom_poste span.poste {
  color: #df4d34;
  font-family: "gilroy-bold";
}
.pop-up-info-equipe .pop-up-container .body-info-equipe {
  margin-top: 20px;
}
.pop-up-info-equipe .pop-up-container .body-info-equipe ul li {
  color: #170303;
  margin-bottom: 10px;
}
.pop-up-info-equipe .pop-up-container #close-popup-info-equipe {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (min-width: 1024px) {
  #histoire-mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  #histoire-mobile {
    display: block;
  }
}
#histoire-mobile .wrapper .section-title h2 {
  color: #f5bf2a;
}
#histoire-mobile .wrapper .slider-histoire .card-histoire {
  margin: 20px 10px 10px 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 20px;
  box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.08);
}
#histoire-mobile .wrapper .slider-histoire .card-histoire .icone_histoire {
  background: #df4d34;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  padding: 20px;
}
#histoire-mobile .wrapper .slider-histoire .card-histoire .icone_histoire img {
  width: 30px;
  filter: brightness(10);
}
#histoire-mobile .wrapper .slider-histoire .card-histoire .text_histoire {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
#histoire-mobile .wrapper .slider-histoire .card-histoire .text_histoire span {
  color: #f5bf2a;
  font-family: "gilroy-bold";
  font-size: 24px;
}
#histoire-mobile .wrapper .slider-histoire .card-histoire .text_histoire h3 {
  font-size: 18px;
  font-family: "gilroy-bold";
  color: #df4d34;
}
#histoire-mobile .wrapper .slider-histoire .card-histoire .text_histoire p {
  font-size: 12px;
  color: #707070;
}
#histoire-mobile .wrapper .slick-dots {
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#histoire-mobile .wrapper .slick-dots li button {
  font-size: 0;
  width: 30px;
  height: 10px;
  background: #707070;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  opacity: 0.4;
}
#histoire-mobile .wrapper .slick-dots li.slick-active button {
  background: #df4d34;
  opacity: 1;
  width: 70px;
}

#marque {
  margin: 20px;
}
#marque .wrapper {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  padding: 50px 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#marque .wrapper .section-title h2 {
  color: #f5bf2a;
}
@media (max-width: 600px) {
  #marque .wrapper .section-title h2 {
    font-size: 24px;
  }
}
#marque .wrapper .inner-title p {
  color: #fff;
  margin-top: 0;
}

#processus .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#processus .wrapper .section-title h2 {
  color: #f5bf2a;
}
#processus .wrapper .inner-title p {
  width: 100%;
  max-width: 664px;
  margin: auto;
}
#processus .wrapper .container-tabslink-processus {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 600px) {
  #processus .wrapper .container-tabslink-processus {
    margin-top: 20px;
  }
}
#processus .wrapper .container-tabslink-processus .separateur-processus {
  position: absolute;
  top: 0;
  width: 0;
  width: 1300px;
}
#processus .wrapper .container-tabslink-processus .slick-prev-custom-processus,
#processus .wrapper .container-tabslink-processus .slick-next-custom-processus {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none !important;
}
#processus .wrapper .container-tabslink-processus .slick-prev-custom-processus img,
#processus .wrapper .container-tabslink-processus .slick-next-custom-processus img {
  width: 25px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}
#processus .wrapper .container-tabslink-processus .slick-prev-custom-processus {
  right: 0;
  left: initial;
}
#processus .wrapper .container-tabslink-processus .slick-prev-custom-processus img {
  transform: rotate(0deg);
}
#processus .wrapper .container-tabslink-processus ul.tabslink-processus {
  gap: 0;
  background: transparent;
  position: relative;
  width: 1300px;
  cursor: grab;
  margin-top: 0;
  transform: translateY(5px);
}
@media (max-width: 600px) {
  #processus .wrapper .container-tabslink-processus ul.tabslink-processus {
    width: 100vw;
  }
}
#processus .wrapper .container-tabslink-processus ul.tabslink-processus li {
  padding: 20px 0;
  margin: 0 40px;
  position: relative;
  z-index: 1;
}
#processus .wrapper .container-tabslink-processus ul.tabslink-processus li a {
  font-size: 18px;
  padding: 15px;
  color: #707070;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  gap: 10px;
  width: 228px;
}
@media (max-width: 600px) {
  #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
  }
}
@media (min-width: 600px) {
  #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a:hover {
    transform: translateY(-10px);
  }
}
#processus .wrapper .container-tabslink-processus ul.tabslink-processus li a.active {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  color: #fff;
}
@media (max-width: 600px) {
  #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a.active {
    width: max-content !important;
  }
}
#processus .wrapper .container-tabslink-processus ul.tabslink-processus li a.active img {
  filter: brightness(10);
}
@media (max-width: 600px) {
  #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a.active span {
    display: block;
  }
}
#processus .wrapper .container-tabslink-processus ul.tabslink-processus li a span {
  font-family: inherit;
}
@media (max-width: 600px) {
  #processus .wrapper .container-tabslink-processus ul.tabslink-processus li a span {
    display: none;
  }
}
#processus .wrapper .container-tabslink-processus ul.tabslink-processus li a img {
  width: 24px;
}
#processus .wrapper .container-tabslink-processus .processus-progress {
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  margin-top: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  #processus .wrapper .container-tabslink-processus .processus-progress {
    width: 90vw;
    margin: 20px;
  }
}
#processus .wrapper .container-tabslink-processus .processus-progress .processus-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  transition: width 0.4s ease;
  border-radius: 50px;
}
#processus .wrapper .tabscontent-processus {
  margin-top: 55px;
  gap: 32px;
}
#processus .wrapper .tabscontent-processus .processus-text .section-title h2 {
  color: #df4d34;
}
@media (max-width: 600px) {
  #processus .wrapper .tabscontent-processus .processus-text .section-title h2 {
    font-size: 18px;
  }
}
#processus .wrapper .tabscontent-processus .processus-text .inner-title p {
  text-align: left;
  padding-top: 35px;
}
@media (max-width: 600px) {
  #processus .wrapper .tabscontent-processus .processus-text .inner-title p {
    font-size: 12px;
    padding-top: 0;
  }
}
#processus .wrapper .tabscontent-processus .processus-img {
  min-width: 662px;
  height: 360px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #processus .wrapper .tabscontent-processus .processus-img {
    min-width: 50%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-clip: padding-box;
    height: 250px;
  }
}
#processus .wrapper .tabscontent-processus .processus-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#faq {
  margin: 60px 0;
}
@media (max-width: 600px) {
  #faq {
    margin-top: 0;
  }
}
#faq .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  background-clip: padding-box;
  padding: 75px 140px;
  /* Largeur de la scrollbar */
  /* Piste de la scrollbar */
  /* Bouton de scroll (la "thumb") */
  /* Optionnel : au hover */
}
@media (max-width: 600px) {
  #faq .wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    padding: 40px 20px;
  }
}
#faq .wrapper .section-title h2 {
  color: #df4d34;
}
#faq .wrapper .inner-title p {
  width: 100%;
  max-width: 553px;
}
#faq .wrapper ::-webkit-scrollbar {
  width: 12px; /* vertical scrollbar */
  height: 12px; /* horizontal scrollbar */
}
#faq .wrapper ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}
#faq .wrapper ::-webkit-scrollbar-thumb {
  background-color: #df4d34; /* couleur du curseur */
  border-radius: 6px;
  border: 3px solid #f0f0f0; /* pour créer un effet de marge */
}
#faq .wrapper ::-webkit-scrollbar-thumb:hover {
  background-color: #f5bf2a;
}
#faq .wrapper .accordeon {
  margin-top: 41px;
  height: 450px;
  overflow-y: hidden;
  overflow-y: scroll;
  position: relative;
}
#faq .wrapper .accordeon::before {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  display: block;
}
@media (max-width: 768px) {
  #faq .wrapper .accordeon::before {
    display: none;
  }
}
#faq .wrapper .accordeon::after {
  content: "";
  position: sticky;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: rotate(180deg);
  display: block;
}
@media (max-width: 768px) {
  #faq .wrapper .accordeon::after {
    display: none;
  }
}
#faq .wrapper .accordeon .accordeon-content {
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.0509803922);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  width: 100%;
  margin-bottom: 20px;
}
#faq .wrapper .accordeon .accordeon-content .accordeon-title {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#faq .wrapper .accordeon .accordeon-content .accordeon-title h3 {
  font-size: 24px;
  color: #170303;
}
@media (max-width: 600px) {
  #faq .wrapper .accordeon .accordeon-content .accordeon-title h3 {
    font-size: 16px;
    width: 90%;
  }
}
#faq .wrapper .accordeon .accordeon-content .accordeon-title .icon {
  width: 27px;
}
#faq .wrapper .accordeon .accordeon-content .accordeon-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#faq .wrapper .accordeon .accordeon-content .accordeon-text p {
  font-family: "gilroy-regular";
  color: #707070;
  font-size: 18px;
  margin-top: 27px;
}
#faq .wrapper .voir-plus-accordeon {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  padding: 20px 30px;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  font-size: 16px;
  font-family: "gilroy-bold";
  border: none;
  display: none;
}
@media (min-width: 600px) {
  #faq .wrapper .voir-plus-accordeon {
    display: none;
  }
}

#conseils .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Largeur de la scrollbar */
  /* Piste de la scrollbar */
  /* Bouton de scroll (la "thumb") */
  /* Optionnel : au hover */
}
#conseils .wrapper .section-title h2 {
  color: #f5bf2a;
}
#conseils .wrapper .inner-title p {
  color: #707070;
  max-width: 622px;
}
#conseils .wrapper ::-webkit-scrollbar {
  width: 12px; /* vertical scrollbar */
  height: 12px; /* horizontal scrollbar */
}
#conseils .wrapper ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}
#conseils .wrapper ::-webkit-scrollbar-thumb {
  background-color: #df4d34; /* couleur du curseur */
  border-radius: 6px;
  border: 3px solid #f0f0f0; /* pour créer un effet de marge */
}
#conseils .wrapper ::-webkit-scrollbar-thumb:hover {
  background-color: #f5bf2a;
}
#conseils .wrapper .container-conseils {
  gap: 20px;
  margin-top: 50px;
  height: 600px;
  overflow-y: hidden;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  #conseils .wrapper .container-conseils {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#conseils .wrapper .container-conseils .card-conseil {
  position: relative;
  padding: 0;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  height: 315px;
  background: #fff;
}
@media (max-width: 600px) {
  #conseils .wrapper .container-conseils .card-conseil {
    height: max-content;
    margin: 0;
  }
}
#conseils .wrapper .container-conseils .card-conseil .conseil-img {
  width: 100%;
  height: 178px;
  background: #707070;
  margin-bottom: 15px;
  overflow: hidden;
}
#conseils .wrapper .container-conseils .card-conseil .conseil-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#conseils .wrapper .container-conseils .card-conseil .conseil-text {
  padding: 20px;
}
#conseils .wrapper .container-conseils .card-conseil .conseil-text h3 {
  color: #170303;
  font-size: 18px;
}
@media (max-width: 600px) {
  #conseils .wrapper .container-conseils .card-conseil .conseil-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
  }
}
#conseils .wrapper .container-conseils .card-conseil .conseil-text p {
  color: #707070;
  margin: 10px 0;
  font-family: "gilroy-regular";
}
@media (max-width: 600px) {
  #conseils .wrapper .container-conseils .card-conseil .conseil-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
  }
}
#conseils .wrapper .container-conseils .card-conseil .conseil-text a {
  color: #df4d34;
  font-family: "gilroy-bold";
  z-index: 2;
}
#conseils .wrapper .container-conseils .card-conseil:nth-child(even) h3 {
  color: #df4d34;
}
#conseils .wrapper .arrow {
  display: none;
  width: 100%;
  display: flex;
  gap: 30px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  #conseils .wrapper .arrow .slick-prev-conseil_mobile {
    background: #df4d34;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: rotate(180deg);
    padding: 5px;
  }
  #conseils .wrapper .arrow .slick-next-conseil_mobile {
    background: #df4d34;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    height: 40px;
    cursor: pointer;
    padding: 5px;
    position: relative;
    right: 0;
  }
}

@media (max-width: 600px) {
  #formulaire {
    display: none;
  }
}
#formulaire .wrapper {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1200px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  background-clip: padding-box;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 0;
  gap: 30px;
  background: #fff;
}
@media (max-width: 600px) {
  #formulaire .wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-clip: padding-box;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#formulaire .wrapper .formulaire-text {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text .container-bouton {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
#formulaire .wrapper .formulaire-text .container-bouton .section-title {
  max-width: 337px;
  line-height: 55px;
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text .container-bouton .section-title {
    max-width: 100%;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text .container-bouton .bouton_connexion {
    display: none;
  }
}
#formulaire .wrapper .formulaire-text .container-bouton .bouton_connexion .btn {
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.0509803922);
  color: #170303;
}
#formulaire .wrapper .formulaire-text .container-bouton .bouton_connexion .btn-white, #formulaire #produits-phares-catalogue .wrapper .formulaire-text .container-bouton .bouton_connexion .container-produits_phares .slick-current a, #produits-phares-catalogue #formulaire .wrapper .formulaire-text .container-bouton .bouton_connexion .container-produits_phares .slick-current a, #formulaire #produits-phares-catalogue .wrapper .container-produits_phares .slick-current .formulaire-text .container-bouton .bouton_connexion a, #produits-phares-catalogue #formulaire .wrapper .container-produits_phares .slick-current .formulaire-text .container-bouton .bouton_connexion a {
  background: linear-gradient(90deg, #e50051 26.25%, #e94f35 84.96%);
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.0509803922);
  color: #fff;
}
#formulaire .wrapper .formulaire-text .inner-title p {
  font-size: 18px;
  text-align: left;
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text .inner-title p {
    font-size: 16px;
  }
}
#formulaire .wrapper .formulaire-text form input,
#formulaire .wrapper .formulaire-text form textarea {
  font-family: "gilroy-regular";
  font-size: 18px;
  color: #707070;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  border: none;
  padding: 15px 20px;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text form input,
  #formulaire .wrapper .formulaire-text form textarea {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  #formulaire .wrapper .formulaire-text form input[name=nom],
  #formulaire .wrapper .formulaire-text form input[name=prenom] {
    width: 49%;
    display: inline;
  }
  #formulaire .wrapper .formulaire-text form input[name=prenom] {
    float: right;
  }
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text form input[name=nom],
  #formulaire .wrapper .formulaire-text form input[name=prenom] {
    width: 100%;
    margin-top: 15px;
  }
}
#formulaire .wrapper .formulaire-text form textarea {
  resize: none;
  width: 100%;
  margin-top: 15px;
  height: 189px;
}
#formulaire .wrapper .formulaire-text form button[type=submit] {
  border: none;
  margin-top: 15px;
  padding: 15px 20px;
  font-family: "gilroy-bold";
  font-size: 18px;
  background: linear-gradient(90deg, #e94f35 26.25%, #e50051 84.96%);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
@media (max-width: 600px) {
  #formulaire .wrapper .formulaire-text form button[type=submit] {
    font-size: 16px;
  }
}
#formulaire .wrapper .formulaire-img {
  min-width: 404px;
  background: #f3f3f3;
  border-radius: 0 60px 60px 0;
  -webkit-border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  background-clip: padding-box;
  overflow: hidden;
}
#formulaire .wrapper .formulaire-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formulaire-mobile {
  display: none;
}
@media (max-width: 600px) {
  .formulaire-mobile {
    display: block;
  }
}
.formulaire-mobile .container-connexion-text {
  padding: 0 !important;
}
.formulaire-mobile .container-connexion-text .container-connexion-form {
  width: 100%;
}
@media (max-width: 600px) {
  .formulaire-mobile .container-connexion-text .container-connexion-form {
    margin-top: 0 !important;
  }
}
.formulaire-mobile .container-connexion-text .container-connexion-form .tabslink-connexion {
  border-radius: 50px !important;
  background: #fff !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843) !important;
}
.formulaire-mobile .container-connexion-text .container-connexion-form .section-title h2 {
  color: #170303 !important;
  margin-bottom: 20px;
}
.formulaire-mobile .container-connexion-text .tabslink-connexion li {
  width: 100%;
}

#banner-catalogue {
  padding: 150px 0 90px 0;
  position: relative;
}
#banner-catalogue .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#banner-catalogue .wrapper h1 span {
  color: #fff;
}
#banner-catalogue .wrapper p {
  color: #fff;
  width: 100%;
  max-width: 874px;
  padding: 20px;
}
@media (max-width: 600px) {
  #banner-catalogue .wrapper p {
    padding: 0 0 20px 0;
  }
}
#banner-catalogue .wrapper .banner-btn {
  width: 100%;
  max-width: 247px;
  margin: auto;
  margin-bottom: 50px;
}
#etapes {
  margin-top: -140px;
}
@media (max-width: 600px) {
  #etapes {
    margin-top: -120px;
  }
}
#etapes .wrapper {
  gap: 60px;
}
@media (max-width: 600px) {
  #etapes .wrapper {
    gap: 20px;
  }
}
#etapes .wrapper .card-etapes {
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  width: 100%;
  max-width: 320px;
  min-height: 195px;
  padding: 0 15px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border: 2px #fff solid;
}
@media (max-width: 600px) {
  #etapes .wrapper .card-etapes {
    padding: 30px 10px 0 10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
#etapes .wrapper .card-etapes:hover {
  transform: translateY(-10px);
}
#etapes .wrapper .card-etapes:nth-of-type(2) p {
  max-width: 180px;
}
#etapes .wrapper .card-etapes:hover {
  border: 2px #df4d34 solid;
}
#etapes .wrapper .card-etapes:hover h3,
#etapes .wrapper .card-etapes:hover p {
  color: rgb(225, 28, 104);
}
#etapes .wrapper .card-etapes .container-img {
  width: 47px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 600px) {
  #etapes .wrapper .card-etapes .container-img {
    width: 35px;
  }
}
#etapes .wrapper .card-etapes .container-img img {
  width: 100%;
  height: 100%;
}
#etapes .wrapper .card-etapes h3 {
  color: #170303;
}
@media (max-width: 600px) {
  #etapes .wrapper .card-etapes h3 {
    font-size: 16px;
  }
}
#etapes .wrapper .card-etapes p {
  color: #707070;
  font-size: 14px;
}
@media (max-width: 600px) {
  #etapes .wrapper .card-etapes p {
    font-size: 12px;
  }
}

#produits-phares-catalogue {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  #produits-phares-catalogue {
    overflow: hidden;
  }
}
#produits-phares-catalogue::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -300px;
  width: 645px;
  height: 645px;
  background-image: url("assets/img/ellipse_client.svg");
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(40px);
  z-index: -1;
}
#produits-phares-catalogue .wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#produits-phares-catalogue .wrapper .section-title h2 {
  color: #df4d34;
}
#produits-phares-catalogue .wrapper .container-produits_phares {
  position: relative;
  margin-top: 50px;
  max-width: 1200px;
}
#produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares {
  margin-left: 20px;
  width: 100%;
  max-width: 385px;
  height: 350px;
  margin: 20px 0 20px 20px;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 30px 35px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares .produits-phrares_img {
  width: 100%;
  max-width: 300px;
  height: 150px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares h3 {
  color: #170303;
  padding: 18px 0;
  text-align: center;
}
#produits-phares-catalogue .wrapper .container-produits_phares .card-produits-phares a {
  font-size: 18px;
}
#produits-phares-catalogue .wrapper .container-produits_phares .slick-current {
  background: linear-gradient(90deg, #e20e56 0%, #df3182 100%) !important;
}
#produits-phares-catalogue .wrapper .container-produits_phares .slick-current h3 {
  color: #fff;
}
#produits-phares-catalogue .wrapper .container-produits_phares .slick-current button {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
#produits-phares-catalogue .wrapper .btn-slick {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 100%;
}
#produits-phares-catalogue .wrapper .btn-slick .slick-prev-custom,
#produits-phares-catalogue .wrapper .btn-slick .slick-next-custom {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  background: linear-gradient(#e20e56, #df5531);
  width: 40px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border: none;
}
#produits-phares-catalogue .wrapper .btn-slick .slick-prev-custom img,
#produits-phares-catalogue .wrapper .btn-slick .slick-next-custom img {
  width: 25px;
  aspect-ratio: 1/1;
}
#produits-phares-catalogue .wrapper .btn-slick .slick-prev-custom img {
  transform: rotate(180deg);
}

#catalogue .wrapper {
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
  padding: 80px 20px;
  /* Largeur de la scrollbar */
  /* Piste de la scrollbar */
  /* Bouton de scroll (la "thumb") */
  /* Optionnel : au hover */
}
#catalogue .wrapper .section-title {
  text-align: center;
}
#catalogue .wrapper .section-title h2 {
  color: #f5bf2a;
}
#catalogue .wrapper ::-webkit-scrollbar {
  width: 12px; /* vertical scrollbar */
  height: 12px; /* horizontal scrollbar */
}
#catalogue .wrapper ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}
#catalogue .wrapper ::-webkit-scrollbar-thumb {
  background-color: #df4d34; /* couleur du curseur */
  border-radius: 6px;
  border: 3px solid #f0f0f0; /* pour créer un effet de marge */
}
#catalogue .wrapper ::-webkit-scrollbar-thumb:hover {
  background-color: #f5bf2a;
}
#catalogue .wrapper .container-catalogue {
  margin-top: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0;
  height: 500px;
  overflow-y: hidden;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  #catalogue .wrapper .container-catalogue {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  #catalogue .wrapper .container-catalogue {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#catalogue .wrapper .container-catalogue .card-catalogue {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  border: 1px solid transparent;
  position: relative;
  min-height: 250px;
  margin: 10px !important;
}
@media (max-width: 600px) {
  #catalogue .wrapper .container-catalogue .card-catalogue {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #catalogue .wrapper .container-catalogue .card-catalogue:hover {
    transform: translateY(-10px);
    border: 1px solid #df4d34;
  }
  #catalogue .wrapper .container-catalogue .card-catalogue:hover .view-detail-popup {
    opacity: 1;
  }
}
#catalogue .wrapper .container-catalogue .card-catalogue .card-icon-catalogue {
  background: #ebebeb;
  width: 100%;
  height: 134px;
}
#catalogue .wrapper .container-catalogue .card-catalogue .card-icon-catalogue img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#catalogue .wrapper .container-catalogue .card-catalogue .card-text-catalogue {
  padding: 20px;
}
#catalogue .wrapper .container-catalogue .card-catalogue .card-text-catalogue h3 {
  font-size: 18px;
  color: #170303;
  padding-bottom: 7px;
}
#catalogue .wrapper .container-catalogue .card-catalogue .card-text-catalogue a {
  font-family: "gilroy-bold";
  color: #707070;
}
#catalogue .wrapper .container-catalogue .card-catalogue .view-detail-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 768px) {
  #catalogue .wrapper .container-catalogue .card-catalogue .view-detail-popup {
    opacity: 1;
  }
}
#catalogue .wrapper .container-catalogue .card-catalogue .view-detail-popup:hover {
  transform: scale(1.1);
}
#catalogue .wrapper .container-catalogue .card-catalogue .view-detail-popup:hover img {
  filter: brightness(1);
}
#catalogue .wrapper .container-catalogue .card-catalogue .view-detail-popup img {
  filter: brightness(0);
}

.pop-up-detail-catalogue .pop-up-container {
  max-width: 800px;
  width: 100%;
}
.pop-up-detail-catalogue .pop-up-container .header-detail-catalogue {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-up-detail-catalogue .pop-up-container .header-detail-catalogue h3 {
  font-size: 24px;
  color: #170303;
}
@media (max-width: 768px) {
  .pop-up-detail-catalogue .pop-up-container .header-detail-catalogue h3 {
    font-size: 16px;
  }
}
.pop-up-detail-catalogue .pop-up-container .header-detail-catalogue .close-popup-detail-catalogue {
  cursor: pointer;
}
.pop-up-detail-catalogue .pop-up-container .body-detail-catalogue {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pop-up-detail-catalogue .pop-up-container .body-detail-catalogue {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .img-detail-catalogue {
  height: 261px;
  min-width: 300px;
  background: #df4d34;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  object-fit: cover;
  overflow: hidden;
}
.pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .img-detail-catalogue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .img-detail-catalogue {
    max-width: 100%;
    height: 200px;
  }
}
.pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .text-detail-catalogue p {
  color: #707070;
}
@media (max-width: 768px) {
  .pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .text-detail-catalogue p {
    font-size: 16px;
  }
}
.pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .text-detail-catalogue a.btn-card {
  text-align: center;
  margin-top: 20px;
}
.pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .gallery-product {
  margin-top: 20px;
}
.pop-up-detail-catalogue .pop-up-container .body-detail-catalogue .gallery-product img {
  width: 100px;
  aspect-ratio: 1/1;
  background: #df4d34;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-clip: padding-box;
}

#etape-page .wrapper {
  padding: 50px 40px;
}
@media (max-width: 600px) {
  #etape-page .wrapper {
    padding: 40px 20px;
  }
}
#etape-page .wrapper .title {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#etape-page .wrapper .title img {
  width: 20px;
  aspect-ratio: 1/1;
}
#etape-page .wrapper .title .nav-prev {
  background: #fff;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  cursor: pointer;
}
#etape-page .wrapper .title .section-title h2 {
  font-family: "gilroy-bold";
  color: #170303;
}
@media (max-width: 600px) {
  #etape-page .wrapper .title .section-title h2 {
    font-size: 22px;
  }
}
#etape-page .wrapper .container-config-preview {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #etape-page .wrapper .container-config-preview {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#etape-page .wrapper .container-config-preview .config-tab,
#etape-page .wrapper .container-config-preview .preview-tab {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#etape-page .wrapper .container-config-preview .config-tab .login-warning,
#etape-page .wrapper .container-config-preview .preview-tab .login-warning {
  margin: 20px 0 0 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 3px solid #e5e7eb;
}
#etape-page .wrapper .container-config-preview .config-tab .login-warning a,
#etape-page .wrapper .container-config-preview .preview-tab .login-warning a {
  text-align: center;
}
#etape-page .wrapper .container-config-preview .config-tab {
  width: 70%;
}
@media (max-width: 768px) {
  #etape-page .wrapper .container-config-preview .config-tab {
    width: 100%;
  }
}
#etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape {
  margin-top: 0;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  padding-bottom: 30px;
  border-bottom: 3px solid #e5e7eb;
}
#etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a {
  padding: 10px;
  color: #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  font-family: "gilroy-bold";
  font-size: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  min-width: 100px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  #etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a {
    font-size: 0;
    gap: 0;
  }
}
@media (max-width: 600px) {
  #etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a {
    padding: 10px;
    min-width: auto;
  }
}
@media (min-width: 600px) {
  #etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a.completed::after {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #28a745;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
#etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a img {
  width: 30px;
  aspect-ratio: 1/1;
}
#etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a.active {
  color: #fff;
  background: #df4d34;
}
#etape-page .wrapper .container-config-preview .config-tab ul.tabslink-etape li a.active img {
  filter: brightness(10);
}
#etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) {
  padding: 30px 0;
  border-bottom: 3px solid #e5e7eb;
}
@media (max-width: 768px) {
  #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape {
  padding: 20px;
  border: 1px solid #707070;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  gap: 20px;
}
@media (max-width: 600px) {
  #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape {
    padding: 10px;
  }
}
#etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape.active {
  border: 1px solid #df4d34;
  background: #df4d34;
}
#etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape.active h3 {
  color: #fff;
}
#etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape .card-img {
  background: #f3f4f6;
  min-height: 100px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape .card-img img {
  width: 50px;
  aspect-ratio: 1/1;
}
#etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape h3 {
  font-size: 14px;
  font-family: "gilroy-medium";
  color: #170303;
}
@media (min-width: 768px) {
  #etape-page .wrapper .container-config-preview .config-tab .tabscontent-etape:not(.quantite) .card-etape:hover {
    transform: translateY(-10px);
    border: 1px solid #df4d34;
  }
}
#etape-page .wrapper .container-config-preview .config-tab .quantite {
  padding: 30px 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 3px solid #e5e7eb;
}
#etape-page .wrapper .container-config-preview .config-tab .quantite h3 {
  font-size: 18px;
  color: #170303;
  font-family: "gilroy-bold";
  margin-bottom: 10px;
}
#etape-page .wrapper .container-config-preview .config-tab .quantite label,
#etape-page .wrapper .container-config-preview .config-tab .quantite input {
  font-size: 16px;
  color: #707070;
  font-family: "gilroy-medium";
  margin-bottom: 5px;
}
#etape-page .wrapper .container-config-preview .config-tab .quantite input[name=quantite] {
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 1px #707070 solid;
  margin: 0;
}
#etape-page .wrapper .container-config-preview .config-tab .demande-spec,
#etape-page .wrapper .container-config-preview .config-tab .fichier-spec {
  padding-top: 30px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#etape-page .wrapper .container-config-preview .config-tab .demande-spec label,
#etape-page .wrapper .container-config-preview .config-tab .fichier-spec label {
  font-size: 18px;
  color: #170303;
  font-family: "gilroy-bold";
  margin-bottom: 10px;
}
#etape-page .wrapper .container-config-preview .config-tab .demande-spec textarea,
#etape-page .wrapper .container-config-preview .config-tab .fichier-spec textarea {
  font-size: 16px;
  color: #707070;
  font-family: "gilroy-medium";
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 1px #707070 solid;
  margin: 0;
}
#etape-page .wrapper .container-config-preview .preview-tab {
  width: 30%;
}
@media (max-width: 768px) {
  #etape-page .wrapper .container-config-preview .preview-tab {
    width: 100%;
  }
}
#etape-page .wrapper .container-config-preview .preview-tab h3 {
  font-size: 18px;
  color: #170303;
  font-family: "gilroy-bold";
  padding-bottom: 20px;
  border-bottom: 3px solid #e5e7eb;
}
#etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container {
  padding: 20px 0;
  border-bottom: 3px solid #e5e7eb;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container h4 {
  font-size: 14px;
  font-family: "gilroy-bold";
}
#etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container ul {
  margin-top: 10px;
}
#etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container ul li {
  color: #707070;
  font-size: 12px;
}
#etape-page .wrapper .container-config-preview .preview-tab .quote-preview-container ul li:not(:last-child) {
  margin-bottom: 5px;
}
#etape-page .wrapper .container-config-preview .preview-tab .preview-total {
  padding: 20px 0;
}
#etape-page .wrapper .container-config-preview .preview-tab .preview-total span {
  font-family: "gilroy-bold";
}
#etape-page .wrapper .container-config-preview .preview-tab .preview-total span:nth-of-type(1) {
  font-size: 18px;
  color: #707070;
}
#etape-page .wrapper .container-config-preview .preview-tab .preview-total span:nth-of-type(2) {
  font-size: 20px;
  color: #170303;
}
#etape-page .wrapper .container-config-preview .preview-tab a.btn-yellow {
  color: #fff;
  padding: 10px;
}
#etape-page .wrapper .container-config-preview .preview-tab a.btn-yellow img {
  width: 30px;
  aspect-ratio: 1/1;
}

.pop-up-ajout-panier .pop-up-container {
  min-width: 530px;
}
@media (max-width: 768px) {
  .pop-up-ajout-panier .pop-up-container {
    min-width: 90%;
  }
}
.pop-up-ajout-panier .pop-up-container .header-ajout-panier {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.pop-up-ajout-panier .pop-up-container .header-ajout-panier img {
  background: #dcfce7;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  padding: 10px;
}
@media (max-width: 768px) {
  .pop-up-ajout-panier .pop-up-container .header-ajout-panier img {
    width: 50px;
  }
}
.pop-up-ajout-panier .pop-up-container .header-ajout-panier h3 {
  color: #170303;
}
@media (max-width: 768px) {
  .pop-up-ajout-panier .pop-up-container .header-ajout-panier h3 {
    font-size: 18px;
  }
}
.pop-up-ajout-panier .pop-up-container .body-ajout-panier {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pop-up-ajout-panier .pop-up-container .body-ajout-panier {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.pop-up-ajout-panier .pop-up-container .body-ajout-panier a.btn {
  border: 1px #707070 solid;
  color: #707070;
}
.pop-up-ajout-panier .pop-up-container .body-ajout-panier a {
  width: 50%;
  text-align: center;
  border: 1px #df4d34 solid;
}
@media (max-width: 768px) {
  .pop-up-ajout-panier .pop-up-container .body-ajout-panier a {
    width: 100%;
  }
}
.pop-up-ajout-panier .pop-up-container #close-popup-ajout-panier {
  position: absolute;
  top: 20px;
  right: 20px;
}

#mon-compte .wrapper {
  padding: 50px 40px;
}
@media (max-width: 600px) {
  #mon-compte .wrapper {
    padding: 40px 20px;
  }
}
#mon-compte .wrapper .title .section-title h2 {
  font-family: "gilroy-bold";
  color: #170303;
  margin-bottom: 10px;
}
#mon-compte .wrapper .title .inner-title p {
  text-align: left;
  font-size: 16px;
}
#mon-compte .wrapper .historique-des-commandes h3 {
  color: #170303;
  margin: 30px 0 20px 0;
}
#mon-compte .wrapper .historique-des-commandes .accordeon {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte {
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  background: #fff;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte.active .accordeon-content-compte {
  opacity: 1;
  max-height: 1000px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 0.1fr;
  grid-template-columns: 1fr 1fr 1fr 0.1fr;
  cursor: pointer;
}
@media (max-width: 600px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte {
    -ms-grid-columns: 1fr 1fr 0.1fr;
    grid-template-columns: 1fr 1fr 0.1fr;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-detail {
  margin-top: 20px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-detail h4 {
  color: #df4d34;
}
@media (max-width: 600px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-detail h4 {
    font-size: 18px;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-detail span {
  color: #707070;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat {
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  text-align: center;
}
@media (max-width: 600px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat {
    display: none;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat span {
  font-family: "gilroy-bold";
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.en-attente {
  background: #fef3c7;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.en-attente span {
  color: #92400e;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.en-production {
  background: #d1fae5;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.en-production span {
  color: #065f46;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.validation {
  background: #d1e9ff;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.validation span {
  color: #49a5ff;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.livree {
  background: #ddffc9;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.livree span {
  color: #678f3d;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.annule {
  background: #ffb2b2;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-etat.annule span {
  color: #ff4d96;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-devis {
  text-align: center;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-devis span {
  font-family: "gilroy-bold";
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-title-compte .order-arrow {
  height: 16px;
  aspect-ratio: 1/1;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  max-height: 0;
}
@media (max-width: 768px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary {
  margin-top: 30px;
  padding: 20px;
  width: 60%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 1px #707070 solid;
}
@media (max-width: 768px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary {
    width: 100%;
    border: none;
    padding: 0;
  }
}
@media (max-width: 600px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .header-order-summary {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .header-order-summary h5 {
  font-family: "gilroy-bold";
  font-size: 24px;
  color: #170303;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .header-order-summary span {
  color: #707070;
  font-size: 14px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .header-order-summary .order-detail {
  text-align: right;
}
@media (max-width: 600px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .header-order-summary .order-detail {
    text-align: center;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .facture {
  margin: 20px 0;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .facture span:nth-of-type(1) {
  font-size: 16px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .facture span {
  color: #707070;
  font-size: 14px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .facture span.name {
  color: #170303;
  font-size: 16px;
  font-family: "gilroy-bold";
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table {
  width: 100%;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table strong {
  font-family: "gilroy-bold";
  color: #170303;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-header {
  grid-template-columns: 3fr 0.5fr 1fr;
  background-color: #f7f7f7;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-header .devis-col {
  font-family: "gilroy-bold";
  color: #170303;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-header .devis-col:not(:first-child) {
  text-align: right;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-row {
  grid-template-columns: 3fr 0.5fr 1fr;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-row:last-child {
  border-bottom: none;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-row .devis-col.description {
  font-size: 14px;
  line-height: 1.4;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-row .devis-col.description .details {
  color: #707070;
  font-size: 13px;
  margin-top: 4px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-row .devis-col.quantite,
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-table .devis-row .devis-col.total {
  text-align: right;
  font-size: 14px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-summary {
  margin-top: 20px;
  padding: 0 16px 16px;
  font-size: 14px;
  width: 40%;
  float: right;
}
@media (max-width: 600px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-summary {
    width: 100%;
    float: none;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-summary .summary-item {
  margin: 4px 0;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .order-summary .body-order-summary .devis-summary .summary-item.total-ttc {
  font-size: 15px;
  font-weight: 600;
  border-top: 1px solid #ddd;
  padding-top: 8px;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .actions_suivis {
  width: 40%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .actions_suivis {
    width: 100%;
  }
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .actions_suivis h5 {
  font-family: "gilroy-semibold";
  font-size: 16px;
  color: #170303;
  margin: 20px 0 0 0;
}
#mon-compte .wrapper .historique-des-commandes .accordeon .accordeon-card-compte .accordeon-content-compte .actions_suivis p {
  color: #707070;
  font-size: 14px;
}

#mon-compte2 .header-mon-comte2 .containeur-header {
  background: #1d103f;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 30px 20px;
}
#mon-compte2 .header-mon-comte2 .containeur-header .header-info {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .header-mon-comte2 .containeur-header .header-info span {
  color: #fff;
  background: #f23c47;
  font-family: "gilroy-bold";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  font-size: 30px;
}
#mon-compte2 .header-mon-comte2 .containeur-header .header-info .nom h2 {
  color: #fff;
  font-family: "gilroy-bold";
  font-size: 30px;
}
#mon-compte2 .header-mon-comte2 .containeur-header .header-info .nom p {
  color: #a9abbd;
  font-family: "gilroy-regular";
}
#mon-compte2 .header-mon-comte2 .containeur-commande {
  gap: 50px;
}
#mon-compte2 .header-mon-comte2 .containeur-commande .commande {
  width: fit-content;
  text-align: center;
}
#mon-compte2 .header-mon-comte2 .containeur-commande .commande span {
  color: #fff;
  font-family: "Gilroy-bold";
  font-size: 30px;
  text-align: center;
}
#mon-compte2 .header-mon-comte2 .containeur-commande .commande p {
  color: #a9abbd;
  font-family: "gilroy-regular";
  text-transform: uppercase;
}
#mon-compte2 .containeur-card-compte {
  margin-top: 20px;
}
#mon-compte2 .containeur-card-compte .card-compte {
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  border: 1px solid #f0f2f7;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 0 20px 20px;
  width: 100%;
  max-width: 300px;
}
#mon-compte2 .containeur-card-compte .card-compte span {
  font-family: "gilroy-black";
  font-size: 20px;
  color: #c89010;
}
#mon-compte2 .containeur-card-compte .card-compte p {
  color: #8a8fa8;
  font-family: "gilroy-bold";
  font-size: 18px;
  text-transform: uppercase;
}
#mon-compte2 .containeur-card-compte .card-compte:nth-child(2) span {
  color: #e65c00;
}
#mon-compte2 .containeur-card-compte .card-compte:nth-child(3) span {
  color: #1a1a2e;
}
#mon-compte2 .containeur-card-compte .card-compte:nth-child(4) span {
  color: #e65c00;
}
#mon-compte2 .containeur-card-compte .card-compte:nth-child(5) span {
  color: #000;
}
#mon-compte2 .commentaire {
  background: #fffdef;
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  border: 1px solid #f5dc70;
}
#mon-compte2 .commentaire p {
  color: #917629;
  font-family: "gilroy-regular";
  font-size: 16px;
}
#mon-compte2 .commentaire p span {
  font-family: "gilroy-bold";
}
#mon-compte2 .commentaire .btn-commentaire {
  font-family: "gilroy-bold";
  color: #917629;
  font-size: 20px;
  padding: 0;
}
#mon-compte2 .commentaire .btn-commentaire:hover {
  color: #e65c00;
}
#mon-compte2 .tabs-container {
  margin-top: 20px;
}
#mon-compte2 .tabs-container .tabs-links {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-links button {
  border: 1px solid #e4e4e8;
  background: #fff;
  padding: 14px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
  max-width: 305px;
}
#mon-compte2 .tabs-container .tabs-links button.active {
  border-color: #c51525;
}
#mon-compte2 .tabs-container .tabs-links button::after {
  position: absolute;
  right: 20px;
  content: url("assets/img/fless.svg");
}
#mon-compte2 .tabs-container .tabs-links button:hover {
  border-color: #c51525;
  transform: translateY(-4px);
}
#mon-compte2 .tabs-container .tabs-links button .tab-link-icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #fff0f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-links button:nth-of-type(2) .tab-link-icon {
  background: #eef2ff;
}
#mon-compte2 .tabs-container .tabs-links button:nth-of-type(3) .tab-link-icon {
  background: #f0fdf4;
}
#mon-compte2 .tabs-container .tabs-links .tab-link-text {
  text-align: left;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
#mon-compte2 .tabs-container .tabs-links .tab-link-text span {
  font-family: "gilroy-bold";
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-links .tab-link-text p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: #9296ae;
}
#mon-compte2 .tabs-container .tabs-content {
  margin-top: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tabs-content-title {
  border-bottom: #e4e4e8 2px solid;
  padding-bottom: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tabs-content-title span {
  color: #1a1a2e;
  font-family: "gilroy-bold";
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tabs-content-title:nth-of-type(2) {
  margin-top: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-right {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-right p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: rgb(146, 150, 174);
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-right a {
  font-family: "gilroy-bold";
  font-size: 18px;
  color: #555;
  padding: 8px 14px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  background-clip: padding-box;
  border: 1px solid #e4e4e8;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-right a:hover {
  color: #e65c00;
  border-color: #e65c00;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-right a span svg {
  width: 15px;
  height: 15px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header {
  margin-top: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .search-bar {
  width: 50%;
  background: #fff;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .search-bar input {
  color: #1a1a2e;
  font-family: "gilroy-regular";
  font-size: 16px;
  padding: 9px 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #e4e4e8;
  width: 100%;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .order-header-btn {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .order-header-btn a {
  font-family: "gilroy-bold";
  font-size: 18px;
  color: #666;
  background: #fff;
  border: 1px solid #e4e4e8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  width: fit-content;
  padding: 7px 14px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .order-header-btn a:hover {
  color: red;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-card .order-header .order-header-btn a span {
  font-family: "gilroy-bold";
  font-size: 16px;
  color: #8a8fa8;
  background: #f0f0f5;
  padding: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail {
  border: 1px solid #e4e4e8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
  background: #fff;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail:nth-child(2) {
  margin-top: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 18px 12px;
  cursor: pointer;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-top-left {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-top-left span {
  font-family: "gilroy-bold";
  color: #e8192c;
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-top-left p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: rgb(146, 150, 174);
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  border: 1px solid #f0d060;
  background: #fffbe6 !important;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-center svg {
  width: 25px;
  height: 25px;
  background: #e8192c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  padding: 5px;
  stroke: white;
  fill: none;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-center span {
  font-family: "gilroy-bold";
  color: #c89010;
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right span {
  font-family: "gilroy-black";
  color: #1a1a2e;
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right .detail {
  font-family: "gilroy-bold";
  color: #fff !important;
  font-size: 18px;
  padding: 7px 13px;
  border: 1px solid #e4e4e8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  background: #e8192c !important;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right a {
  font-family: "gilroy-bold";
  color: #fff;
  font-size: 18px;
  padding: 7px 13px;
  border: 1px solid #e4e4e8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right a:first-of-type {
  background: none;
  color: #555;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right a:nth-of-type(2) {
  background: #e8192c;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-top .invoice-right svg {
  background: #f5f5f8;
  width: 30px;
  height: 30px;
  padding: 6px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header {
  background: #fff;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header span {
  font-family: "gilroy-black";
  color: #555;
  font-size: 16px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header .invoice-modal-actions {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header .invoice-modal-actions .badge-validation {
  color: #c89010;
  background: #fffbe6;
  border: 1px solid #f0d060;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 5px 12px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-modal-header .invoice-modal-actions button {
  background: #f2f2f5;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap {
  padding: 24px 28px;
  background: #e0e2e9;
  margin-top: 20px;
  padding: 24px 28px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header {
  padding: 16px 28px;
  background: linear-gradient(135deg, #c51525 0%, #e8192c 40%, #f04020 100%);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-header-logo img {
  height: 54px;
  width: 54px;
  filter: invert(1) brightness(2);
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-center {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-center .inv-hdr-contact {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-center .inv-hdr-contact .inv-hdr-icon {
  background: #1a1a2e;
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-center .inv-hdr-contact span {
  color: #fff;
  font-family: "gilroy-bold";
  font-size: 16px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-right {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-right .inv-hdr-right-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-right .inv-hdr-right-row .inv-hdr-right-icon {
  background: #1a1a2e;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-header .inv-hdr-right .inv-hdr-right-row span {
  color: #fff;
  font-family: "gilroy-bold";
  font-size: 16px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-stripe {
  background: #f5f6fa;
  padding: 12px 16px 8px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-stripe .inv-meta-bar {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .popup-invoice-modal .invoice-doc-wrap .inv-doc .inv-stripe .inv-meta-bar .inv-meta-bar-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  padding: 10px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #fafafa;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top .invoice-content-left span {
  font-family: "gilroy-black";
  color: #1a1a2e;
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top .invoice-content-left p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: rgb(146, 150, 174);
  padding-top: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top .invoice-content-right {
  text-align: right;
  gap: 10px;
  text-align: right;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top .invoice-content-right span {
  font-family: "gilroy-bold";
  color: #555;
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-content-top .invoice-content-right p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: rgb(146, 150, 174);
  padding-top: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-meta {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-meta .invoice-meta-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-meta .invoice-meta-item p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: rgb(146, 150, 174);
  text-transform: uppercase;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-meta .invoice-meta-item span {
  font-family: "gilroy-bold";
  color: #1a1a2e;
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title {
  background: #f5f5f8;
  padding: 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title span {
  color: #8a8fa8;
  font-family: "gilroy-bold";
  font-size: 18px;
  text-transform: uppercase;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title span:nth-child(1) {
  width: 45%;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title span:nth-child(2) {
  width: 15%;
  text-align: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title span:nth-child(3) {
  width: 15%;
  text-align: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-title span:nth-child(4) {
  width: 25%;
  text-align: right;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content {
  padding: 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content .detail-content-name {
  width: 45%;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content .detail-content-name span {
  color: #1a1a2e;
  font-family: "gilroy-bold";
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content .detail-content-name p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: rgb(146, 150, 174);
  padding-top: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content .detail-content-quantité {
  text-align: center;
  width: 15%;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content .detail-content-payement {
  text-align: center;
  width: 15%;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content .detail-content-total {
  width: 25%;
  text-align: right;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-detail-content .detail-content-total p {
  font-family: "gilroy-black";
  font-size: 18px;
  color: #1a1a2e;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-content-bottom {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  background: linear-gradient(90deg, transparent, #fff8f8);
  padding: 15px;
  border: 2px solid #e4e4e8;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-content-bottom p {
  font-family: "gilroy-regular";
  font-size: 16px;
  color: #666;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content .invoice-detail .invoice-content-bottom span {
  color: #1a1a2e;
  font-family: "gilroy-black";
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .order-detail .invoice .invoice-content.active {
  max-height: 500px;
  border: 1px solid #e8e8ec;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section {
  border: 1px solid #e4e4e8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  margin-top: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .tab-file-head {
  display: grid;
  grid-template-columns: 2fr 1.4fr 0.8fr 0.9fr 1fr 1fr;
  padding: 20px 10px 20px 10px;
  background: #f9f9fb;
  border-bottom: 1px solid #e4e4e8;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .tab-file-head span {
  color: #8a8fa8;
  font-family: "gilroy-bold";
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row {
  display: grid;
  grid-template-columns: 2fr 1.4fr 0.8fr 0.9fr 1fr 1fr;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f5f5f5;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-name {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-name .file-icon {
  background: #fee2e2;
  color: #b91c1c;
  width: 30px;
  height: 30px;
  padding: 10px;
  font-family: "gilroy-black";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-clip: padding-box;
  font-size: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-name span {
  color: #1a1a2e;
  font-family: "gilroy-bold";
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-cdm {
  color: #e8192c;
  font-family: "gilroy-bold";
  font-size: 18px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-type-badge span {
  background: #f1f5f9;
  color: #475569;
  padding: 3px 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  font-family: "gilroy-bold";
  font-size: 16px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .file-date p {
  font-size: 14px;
  font-family: "gilroy-regular";
  color: #8a8fa8;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .badge-validation {
  padding: 4px 10px;
  color: #c89010;
  background: #fffbe6;
  border: 1px solid #f0d060;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  width: fit-content;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .badge-validation span {
  font-size: 16px;
  font-family: "gilroy-bold";
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .btn-sm {
  padding: 7px 13px;
  border: 1px solid #e4e4e8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  font-size: 16px;
  font-family: "gilroy-bold";
  color: #555;
  transition: none;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .tab-content-section .content-file-row .btn-sm:hover {
  color: #e8192c;
  border-color: #e8192c;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  border: 1px solid #e4e4e8;
  margin-top: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion .profil-completion-header .profil-completion-text {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion .profil-completion-header .profil-completion-text span {
  color: #1a1a2e;
  font-size: 18px;
  font-family: "gilroy-bold";
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion .profil-completion-header .profil-completion-text p {
  color: #4f46e5;
  font-family: "gilroy-regular";
  font-size: 16px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion .profil-completion-header .profil-completion-bar {
  height: 7px;
  background: #f0f0f4;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-completion .profil-completion-header .profil-completion-bar .profil-completion-fill {
  height: 100%;
  width: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #e8192c, #ff7a8a 60%, #ffd000 100%);
  animation: fillBar 1s 0.3s ease both;
  box-shadow: 0 1px 6px rgba(232, 25, 44, 0.3);
}
@keyframes fillBar {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 20px;
  border: 1px solid #e4e4e8;
  padding: 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background-clip: padding-box;
  background: #fff;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-avatar {
  width: 76px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  border: 3px solid #e8c9a8;
  padding: 10px;
  background: linear-gradient(135deg, #f0e8dc, #e8d8c8);
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-avatar svg {
  stroke: #c8a880;
  fill: none;
  stroke-width: 1.5;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields {
  width: 100%;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-row .profil-row-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-row .profil-row-item label {
  color: #8a8fa8;
  font-size: 16px;
  font-family: "gilroy-bold";
  text-transform: uppercase;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-row .profil-row-item input {
  padding: 10px 14px;
  color: #1a1a2e;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  font-family: "gilroy-regular";
  border: 1px solid #e4e4e8;
  font-size: 14px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-actions {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-actions .btn-sm-primary {
  background: #e8192c;
  color: #fff;
  font-family: "gilroy-bold";
  font-size: 18px;
  padding: 10px 28px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-actions .btn-sm {
  color: #555;
  font-family: "gilroy-bold";
  font-size: 18px;
  border: 1px solid #e4e4e8;
  padding: 10px 28px;
  background: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
}
#mon-compte2 .tabs-container .tabs-content .tab-content-flex.active .profil-card .profil-fields .profil-actions .btn-sm:hover {
  color: #e8192c;
  border-color: #e8192c;
}

#toastContainer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.confirmation-msg {
  display: none;
  background: #1a1a2e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: "gilroy-bold";
}

#banner-connexion {
  margin-bottom: 50px;
  position: relative;
}
#banner-connexion .wrapper .container-connexion-text {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 70px 0;
}
@media (max-width: 768px) {
  #banner-connexion .wrapper .container-connexion-text {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#banner-connexion .wrapper .container-connexion-text .section-title h2 {
  color: #fff;
}
#banner-connexion .wrapper .container-connexion-text .section-title h2 span {
  color: #f5bf2a;
  font-family: inherit;
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #banner-connexion .wrapper .container-connexion-text .container-connexion-form {
    padding: 30px;
  }
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .section-title h2 {
  color: #df4d34;
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form ul.tabslink-connexion {
  padding: 10px;
  margin: 0;
  flex-wrap: nowrap;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form ul.tabslink-connexion li a {
  padding: 10px 35px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  font-size: 18px;
}
@media (max-width: 768px) {
  #banner-connexion .wrapper .container-connexion-text .container-connexion-form ul.tabslink-connexion li a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion form input {
  padding: 15px 20px;
  text-align: left;
  border: 1px #f8f8f8 solid;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion form button {
  color: #fff;
  padding: 10px;
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5px;
    margin-top: 10px;
  }
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password a,
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password span {
  color: #707070;
  font-size: 14px;
}
#banner-connexion .wrapper .container-connexion-text .container-connexion-form .tabscontent-connexion .lost-password .remember {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
#banner-connexion .container-connexion-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 768px) {
  #banner-connexion .container-connexion-img {
    display: none;
  }
}
#banner-connexion .container-connexion-img img {
  width: 100%;
  height: auto;
  display: block;
}

#banner-reset-password {
  margin-bottom: 50px;
  position: relative;
  height: 100vh;
}
#banner-reset-password .wrapper .container-reset-password {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  min-width: 450px;
  padding: 50px;
}
#banner-reset-password .wrapper .container-reset-password .section-title h2 {
  font-size: 18px;
  font-family: "gilroy-bold";
  color: #707070;
}
#banner-reset-password .wrapper .container-reset-password form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
#banner-reset-password .wrapper .container-reset-password form input {
  padding: 15px 20px;
  text-align: left;
  border: 1px #f8f8f8 solid;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#banner-reset-password .wrapper .container-reset-password form button {
  color: #fff;
  padding: 10px;
}

.pop-up-reset-password .pop-up-container .header-reset-password {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.pop-up-reset-password .pop-up-container .header-reset-password img {
  background: #dcfce7;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  padding: 10px;
}
@media (max-width: 768px) {
  .pop-up-reset-password .pop-up-container .header-reset-password img {
    width: 50px;
  }
}
.pop-up-reset-password .pop-up-container .header-reset-password h3 {
  color: #170303;
}
@media (max-width: 768px) {
  .pop-up-reset-password .pop-up-container .header-reset-password h3 {
    font-size: 18px;
  }
}
.pop-up-reset-password .pop-up-container .body-reset-password {
  margin-top: 20px;
}
.pop-up-reset-password .pop-up-container .body-reset-password a.btn {
  border: 1px #707070 solid;
  color: #707070;
}
.pop-up-reset-password .pop-up-container .body-reset-password a {
  width: 100%;
  text-align: center;
}
.pop-up-reset-password .pop-up-container #close-popup-reset-password {
  position: absolute;
  top: 20px;
  right: 20px;
}

#checkout .wrapper {
  padding: 50px 40px;
}
@media (max-width: 600px) {
  #checkout .wrapper {
    padding: 50px 20px;
  }
}
#checkout .wrapper .section-title h2 {
  font-family: "gilroy-bold";
  color: #170303;
}
@media (max-width: 600px) {
  #checkout .wrapper .section-title h2 {
    font-size: 22px;
  }
}
#checkout .wrapper .container-checkout {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 768px) {
  #checkout .wrapper .container-checkout {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#checkout .wrapper .container-checkout .client-info {
  width: 50%;
}
@media (max-width: 768px) {
  #checkout .wrapper .container-checkout .client-info {
    width: 100%;
  }
}
#checkout .wrapper .container-checkout .client-info .checkout-section {
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #checkout .wrapper .container-checkout .client-info .checkout-section {
    margin: 0px auto;
  }
}
@media (max-width: 600px) {
  #checkout .wrapper .container-checkout .client-info .checkout-section {
    padding: 20px;
  }
}
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form .form-group {
  margin-bottom: 20px;
}
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form label {
  display: block;
  margin-bottom: 6px;
  font-family: "gilroy-bold";
  color: #707070;
  font-size: 18px;
}
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form label span {
  color: #df4d34;
}
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form input,
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form select,
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  font-size: 15px;
  transition: all 0.3s ease;
}
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form input:focus,
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form select:focus,
#checkout .wrapper .container-checkout .client-info .checkout-section .checkout-form textarea:focus {
  border-color: #df4d34;
  outline: none;
}
#checkout .wrapper .container-checkout .client-info .checkout-section .hidden {
  display: none;
}
#checkout .wrapper .container-checkout .resume-produit {
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 50%;
}
@media (max-width: 768px) {
  #checkout .wrapper .container-checkout .resume-produit {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #checkout .wrapper .container-checkout .resume-produit {
    padding: 20px;
  }
}
#checkout .wrapper .container-checkout .resume-produit h3 {
  font-size: 18px;
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit .img-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit .img-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit .img-resume-produit {
  height: 100px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 1px #707070 solid;
}
@media (max-width: 600px) {
  #checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit .img-resume-produit,
  #checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit .img-resume-produit,
  #checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit .img-resume-produit {
    display: none;
  }
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit .img-resume-produit img,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit .img-resume-produit img,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit .img-resume-produit img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit .text-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit .text-resume-produit,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit .text-resume-produit {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit .text-resume-produit .nom,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit .text-resume-produit .nom,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit .text-resume-produit .nom {
  color: #f5bf2a;
  font-family: "gilroy-bold";
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .info-resume-produit .text-resume-produit .quantite,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .info-resume-produit .text-resume-produit .quantite,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .info-resume-produit .text-resume-produit .quantite {
  font-family: "gilroy-semibold";
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .total,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .card-resume-produit .prix-total,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .total,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .total-resume-produit .prix-total,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .total,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit .prix-total {
  font-family: "gilroy-bold";
  font-size: 20px;
  color: #df4d34;
}
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .prix-resume-produit span,
#checkout .wrapper .container-checkout .resume-produit .container-resume-produit .livraison-resume-produit span {
  font-family: "gilroy-bold";
}

.pop-up-validation-commande .pop-up-container {
  min-width: 530px;
}
@media (max-width: 768px) {
  .pop-up-validation-commande .pop-up-container {
    min-width: 90%;
  }
}
.pop-up-validation-commande .pop-up-container .header-validation-commande {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.pop-up-validation-commande .pop-up-container .header-validation-commande img {
  background: #dcfce7;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  padding: 10px;
}
@media (max-width: 768px) {
  .pop-up-validation-commande .pop-up-container .header-validation-commande img {
    width: 50px;
  }
}
.pop-up-validation-commande .pop-up-container .header-validation-commande h3 {
  color: #170303;
}
@media (max-width: 768px) {
  .pop-up-validation-commande .pop-up-container .header-validation-commande h3 {
    font-size: 18px;
  }
}
.pop-up-validation-commande .pop-up-container .body-validation-commande {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pop-up-validation-commande .pop-up-container .body-validation-commande {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.pop-up-validation-commande .pop-up-container .body-validation-commande a.btn {
  border: 1px #707070 solid;
  color: #707070;
}
.pop-up-validation-commande .pop-up-container .body-validation-commande a {
  width: 50%;
  text-align: center;
  border: 1px #df4d34 solid;
}
@media (max-width: 768px) {
  .pop-up-validation-commande .pop-up-container .body-validation-commande a {
    width: 100%;
  }
}
.pop-up-validation-commande .pop-up-container #close-popup-validation-commande {
  position: absolute;
  top: 20px;
  right: 20px;
}

.banner-single-blog .wrapper {
  gap: 5px;
}
.banner-single-blog .wrapper .section-title h2 {
  color: #fff;
  font-size: 30px;
}
.banner-single-blog .wrapper .date span {
  color: #fff;
  font-size: 18px;
  font-family: "gilroy-regular";
}

#single-blog .wrapper {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 768px) {
  #single-blog .wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#single-blog .wrapper .container-single-blog {
  width: 65%;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #single-blog .wrapper .container-single-blog {
    width: 100%;
  }
}
#single-blog .wrapper .container-single-blog .single-blog-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #single-blog .wrapper .container-single-blog .single-blog-img {
    height: 300px;
  }
}
#single-blog .wrapper .container-single-blog .single-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-blog .wrapper .container-single-blog .single-blog-text br {
  display: none;
}
#single-blog .wrapper .container-single-blog .single-blog-text * {
  line-height: 30px;
}
#single-blog .wrapper .container-single-blog .single-blog-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
#single-blog .wrapper .container-single-blog .single-blog-text h3 {
  font-size: 20px;
  margin: 10px 0 5px 0;
}
#single-blog .wrapper .container-single-blog .single-blog-text ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
#single-blog .wrapper .other-blog {
  width: 35%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #single-blog .wrapper .other-blog {
    width: 100%;
  }
}
#single-blog .wrapper .other-blog h2 {
  font-size: 20px;
  font-family: "gilroy-bold";
}
#single-blog .wrapper .other-blog .card-other-blog {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  position: relative;
}
#single-blog .wrapper .other-blog .card-other-blog .card-img {
  height: 100px;
  min-width: 150px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
#single-blog .wrapper .other-blog .card-other-blog .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  #single-blog .wrapper .other-blog .card-other-blog .card-img {
    height: 80px;
  }
}
#single-blog .wrapper .other-blog .card-other-blog .card-text h3 {
  font-size: 18px;
  font-family: "gilroy-bold";
}
@media (max-width: 600px) {
  #single-blog .wrapper .other-blog .card-other-blog .card-text h3 {
    font-size: 16px;
  }
}

.main-content {
  width: 90%;
  margin: 20px;
}
.main-content * {
  border: none !important;
}
.main-content .page-header {
  background: #fff;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 10px 20px;
}
.main-content .page-header h1 {
  color: #df4d34;
  font-family: "Gilroy-black";
  font-size: 30px;
}
.main-content .cards-container {
  margin-top: 40px;
}
.main-content .cards-container .card {
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  min-width: 250px;
}
.main-content .cards-container .card h2 {
  font-family: "Gilroy-black";
  font-size: 30px;
}
.main-content .cards-container .card p {
  font-family: "Gilroy-regular";
  font-size: 15px;
}
.main-content .cards-container .card.blue {
  background: #fff;
}
.main-content .cards-container .card.blue h2 {
  color: #f14e6f;
}
.main-content .cards-container .card.green {
  background: #fff;
}
.main-content .cards-container .card.green h2 {
  color: #f14e6f;
}
.main-content .cards-container .card.yellow {
  background: #f5bf2a;
}
.main-content .cards-container .card.yellow h2,
.main-content .cards-container .card.yellow p {
  color: #fff;
}
.main-content .cards-container .card.red {
  background: #df4d34;
}
.main-content .cards-container .card.red h2,
.main-content .cards-container .card.red p {
  color: #fff;
}
.main-content .main-panels {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px;
}
.main-content .main-panels .panel-fichier {
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
}
.main-content .main-panels .panel-fichier .panel-body ul {
  background: #fff5d9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
.main-content .main-panels .panel-fichier .panel-body ul li {
  font-family: "gilroy-regular";
}
.main-content .main-panels .panel-fichier .panel-body ul li strong {
  font-family: "Gilroy-bold";
  color: #f5bf2a;
}
.main-content .main-panels .panel-fichier .panel-footer a {
  color: #df4d34;
}
.main-content .main-panels .panel-commande {
  background: #fff;
  width: 70%;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 20px;
}
.main-content .main-panels .panel-commande .panel-body table {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 20px0;
  -webkit-border-radius: 20px0;
  -moz-border-radius: 20px0;
  background-clip: padding-box;
  margin-top: 20px;
}
.main-content .main-panels .panel-commande .panel-body table th {
  background: #d5cfcf;
  font-family: "Gilroy-regular";
  padding: 15px;
}
.main-content .main-panels .panel-commande .panel-body table tr td {
  padding: 10px;
  border-bottom: 1px solid #000;
}
.main-content .main-panels .panel-commande .panel-body table tr td:nth-of-type(1) {
  font-family: "Gilroy-bold";
}

.main-content .main-panels {
  margin-top: 40px;
}
.main-content .main-panels .panel-validation {
  width: 30%;
}
.main-content .main-panels .panel-validation h3 {
  color: #170303;
}
.main-content .main-panels .panel-validation .panel-body {
  background: #fff;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 10px;
  flex-direction: column;
  gap: 10px;
}
.main-content .main-panels .panel-validation .panel-body a {
  padding: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
}
.main-content .main-panels .panel-validation .panel-body a:hover {
  background: linear-gradient(to right, #ed752d, #ffa127);
}
.main-content .main-panels .panel-validation .panel-body strong {
  font-family: "Gilroy-bold";
  color: #170303;
}
.main-content .main-panels .panel-validation .panel-body small {
  color: #170303;
  font-family: "Gilroy-regular";
  font-size: 15px;
}
.main-content .main-panels .panel-commande {
  width: 70%;
}
.main-content .main-panels .panel-commande h3 {
  color: #170303;
}
.main-content .main-panels .panel-commande .gray {
  font-family: "Gilroy-SemiBold";
  color: #707070;
}
.main-content .main-panels .panel-commande .yellow {
  color: #f5bf2a;
  font-family: "Gilroy-SemiBold";
}
.main-content .main-panels .panel-commande .number {
  font-family: "Gilroy-bold";
  font-size: 20px;
}
.main-content .main-panels .panel-body {
  margin-top: 20px;
}
.main-content .main-panels .panel-body p {
  font-family: "Gilroy-regular";
}
.main-content .main-panels .panel-body form h4 {
  font-family: "Gilroy-bold";
}
.main-content .main-panels .panel-body form .message-retour-client {
  margin-top: 20px;
  background: #ecf9ff;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  border: 1px solid #bfdfff;
}
.main-content .main-panels .panel-body form .message-retour-client label {
  color: #248ee6;
  font-family: "Gilroy-SemiBold";
}
.main-content .main-panels .panel-body form .message-retour-client .flex {
  gap: 20px;
  align-items: center;
}
.main-content .main-panels .panel-body form .message-retour-client .remarque-clients {
  margin-top: 20px;
}
.main-content .main-panels .panel-body form .message-retour-client .remarque-clients #remarques_generales {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid #c8e3ff;
  background: #fff;
  font-family: "Gilroy-regular";
  color: #707070;
}
.main-content .main-panels .panel-body form .message-retour-client .validation-clients {
  margin-top: 20px;
}
.main-content .main-panels .panel-body form .message-retour-client .validation-clients #message_client {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid #c8e3ff;
  background: #fff;
  font-family: "Gilroy-regular";
  color: #707070;
}
.main-content .main-panels .panel-body form .message-retour-client .containair-btn {
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
  gap: 20px;
  margin-top: 10px;
}
.main-content .main-panels .panel-body form .message-retour-client .containair-btn .btn-rejeter {
  width: 50%;
  background: #df4d34;
  color: #fff;
  font-family: "Gilroy-SemiBold";
  padding: 10px;
}
.main-content .main-panels .panel-body form .message-retour-client .containair-btn .btn-valider {
  width: 50%;
  background: #50b716;
  color: #fff;
  font-family: "Gilroy-SemiBold";
  padding: 10px;
}

.main-panels .panel-clients {
  background: #fff;
  width: 20%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 20px;
}
.main-panels .panel-clients .panel-header h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.main-panels .panel-clients #clientListContainer a {
  border: 1px #707070 solid;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  color: #170303;
}
.main-panels .panel-clients .nom-client {
  border-top: 1px solid gray;
  padding-top: 10px;
}
.main-panels .panel-clients .nom-client input {
  font-family: "Gilroy-SemiBold";
  color: #707070;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  width: 100%;
}
.main-panels .panel-commande {
  width: 80% !important;
  background: #fff;
}
.main-panels .panel-commande .container-commande h3 {
  font-family: "Gilroy-bold";
  color: #170303;
}
.main-panels .panel-commande .container-commande .commande .total,
.main-panels .panel-commande .container-commande .commande .depensé {
  border: 1px solid #707070;
  padding: 10px 15px 10px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.main-panels .panel-commande .container-commande .commande .total span,
.main-panels .panel-commande .container-commande .commande .depensé span {
  font-family: "Gilroy-bold";
  color: #170303;
  font-size: 20px;
}
.main-panels .panel-commande .container-commande .commande .total p,
.main-panels .panel-commande .container-commande .commande .depensé p {
  color: #707070;
  font-family: "Gilroy-SemiBold";
}
.main-panels .panel-commande .container-historique {
  margin-top: 20px;
}
.main-panels .panel-commande .container-historique h4 {
  font-family: "Gilroy-bold";
  color: #707070;
}
.main-panels .panel-commande .container-historique .container-btn-historique {
  margin-top: 10px;
}
.main-panels .panel-commande .container-historique .container-btn-historique a {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid gray;
  padding: 5px 10px;
  font-family: "Gilroy-SemiBold";
  color: #170303;
}
.main-panels .panel-commande .container-historique .container-btn-historique a:hover {
  background: #df4d34;
  color: #fff;
}
.main-panels .panel-commande table {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 20px0;
  -webkit-border-radius: 20px0;
  -moz-border-radius: 20px0;
  background-clip: padding-box;
  margin-top: 20px;
}
.main-panels .panel-commande table th {
  background: #0a1352;
  font-family: "Gilroy-regular";
  padding: 15px;
  color: #fff;
  font-size: 10px;
}
.main-panels .panel-commande table tr td {
  padding: 10px;
  font-size: 15px;
  font-family: "Gilroy-regular";
  border-bottom: 1px solid #000;
}
.main-panels .panel-commande table tr td:nth-of-type(1) {
  font-family: "Gilroy-bold";
}
.main-panels .panel-commande table tr .details-btn {
  background: #df4d34;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: none;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(79, 79, 79, 0.6588235294);
  height: 100vh;
  width: 100vw;
}
.modal-overlay .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  min-width: 700px;
}
.modal-overlay .modal-content .modal-header h2 {
  font-size: 20px;
}
.modal-overlay .modal-content .modal-close {
  display: inline;
  float: right;
  background: transparent;
  border: none;
  transform: scale(2);
}
.modal-overlay .modal-content .modal-body-columns {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left {
  width: 100%;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel:nth-child(2) label {
  font-family: "Gilroy-SemiBold";
  color: #707070;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel:nth-child(2) .modal-input {
  border: 1px solid #707070;
  width: 100%;
  padding: 10px 0 10px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  font-family: "Gilroy-regular";
  color: #170303;
  margin-top: 5px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel:nth-child(3) {
  margin-top: 10px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel:nth-child(3) .modal-textarea {
  width: 100%;
  font-family: "Gilroy-regular";
  color: #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  padding: 5px 5px 50px 5px;
  margin-top: 5px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .modal-subtitle {
  color: #083caa;
  font-family: "Gilroy-bold";
  font-size: 18px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .info-grid {
  border: 2px solid gray;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: #f9f9f9;
  margin-top: 5px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .info-grid span {
  font-family: "Gilroy-SemiBold";
  color: #707070;
  padding-top: 5px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .info-grid .name {
  color: #f5bf2a;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .info-grid strong {
  font-family: "Gilroy-SemiBold";
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .info-grid .total-info-grid {
  background: #707070;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  padding: 5px 10px 10px 10px;
  margin-top: 10px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .info-grid .total-info-grid span,
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .info-grid .total-info-grid strong {
  color: white;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .modal-checkbox-wrapper {
  margin-top: 10px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-left .modal-panel .modal-checkbox-wrapper label {
  color: #061d6e;
  font-family: "Gilroy-SemiBold";
  font-size: 15px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right {
  width: 100%;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel {
  margin-top: 10px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .modal-subtitle {
  color: #083caa;
  font-family: "Gilroy-bold";
  font-size: 18px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline {
  gap: 10px;
  flex-direction: column;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .completed {
  background: #e8ffdb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  padding: 10px;
  margin-top: 5px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .completed .timeline-content strong {
  font-family: "Gilroy-bold";
  color: #170303;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .completed .timeline-content .timeline-btn {
  background: #c2e5ae;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: none;
  font-family: "Gilroy-SemiBold";
  color: #6c9f82;
  font-size: 12px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .completed .timeline-icon {
  border: 1px solid #170303;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  padding-left: 7px;
  width: 27px;
  height: 27px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .timeline-item {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #d6cecd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .timeline .timeline-item .timeline-content .timeline-btn {
  background: #c2e5ae;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: none;
  font-family: "Gilroy-SemiBold";
  color: #6c9f82;
  font-size: 12px;
}
.modal-overlay .modal-content .modal-body-columns .modal-column-right .modal-panel .modal-textarea {
  width: 100%;
  padding: 5px 5px 50px 5px;
  border: 1px solid #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  background: #fff;
  margin-top: 5px;
}
.modal-overlay .modal-content .modal-footer .modal-save-btn {
  background: linear-gradient(to bottom, #e1254a, #e04b36);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  padding: 10px 70px;
  color: #fff;
  margin-top: 5px;
  font-family: "Gilroy-SemiBold";
}

.panel table {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 7.5px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 20px0;
  -webkit-border-radius: 20px0;
  -moz-border-radius: 20px0;
  background-clip: padding-box;
  margin-top: 20px;
  text-align: left;
}
.panel table th {
  background: #d5cfcf;
  font-family: "Gilroy-regular";
  padding: 15px;
}
.panel table tr td {
  padding: 10px;
  border-bottom: 1px solid #000;
}
.panel table tr td:nth-of-type(1) {
  font-family: "Gilroy-bold";
}
.panel table tr td a {
  color: #df4d34;
}

.panel {
  margin-top: 40px;
}
.panel h3 {
  font-family: "Gilroy-bold";
}
.panel .container-produit {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.panel .container-produit input[type=number] {
  margin-top: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  font-family: "Gilroy-regular";
  color: #707070;
  border: 2px solid #707070;
}
.panel label {
  font-family: "Gilroy-bold";
}
.panel .input,
.panel textarea {
  font-family: "Gilroy-regular";
  color: #707070;
  margin-top: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid #707070;
}
.panel #caracteristiques-container .caracteristique-item {
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
}
.panel #caracteristiques-container .caracteristique-item input,
.panel #caracteristiques-container .caracteristique-item textarea {
  font-family: "Gilroy-regular";
  color: #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid #707070;
  padding: 15px !important;
  margin: 0;
}
.panel #caracteristiques-container .caracteristique-item input {
  width: 40% !important;
}
.panel #caracteristiques-container .caracteristique-item textarea {
  width: 60% !important;
  padding-bottom: 0 !important;
}

.formulaire_ajout {
  border: 1px #707070 solid;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 50px;
}
.formulaire_ajout label {
  font-family: "gilroy-bold";
}
.formulaire_ajout input:not([type=checkbox]),
.formulaire_ajout textarea {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  margin-top: 10px;
}
.formulaire_ajout input[type=file] {
  padding: 0;
}
.formulaire_ajout button[type=submit] {
  padding: 12px 25px;
  background-color: #2ecc71;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
}

.main-wrapper {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background: #f0f8ff;
  gap: 20px;
}
.main-wrapper .sidebar {
  position: sticky;
  height: 100vh;
  width: 20%;
  top: 0;
  left: 0;
  background: #df4d34;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.main-wrapper .sidebar .sidebar-header {
  padding: 20px;
}
.main-wrapper .sidebar .sidebar-header img {
  filter: brightness(10) invert(0);
  width: 100%;
  max-width: 100px;
}
.main-wrapper .sidebar .sidebar-nav ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.main-wrapper .sidebar .sidebar-nav ul li a {
  font-family: "Gilroy-regular";
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.main-wrapper .sidebar .sidebar-nav ul li a.active {
  color: #df4d34;
  background: #f0f8ff;
  position: relative;
}
.main-wrapper .sidebar .sidebar-footer {
  padding: 20px;
}
.main-wrapper .sidebar .sidebar-footer a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
