@charset "UTF-8";
/* ======================================================================
=============================== BASE ===============================
====================================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Open Sans";
  background-color: #eee;
  color: #333;
}
body p {
  font-size: 15px;
}
body h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-family: "Raleway";
}
body h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: "Raleway";
}
body h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Raleway";
}

/* ======================================================================
=============================== HEADER ===============================
====================================================================== */
header, .navSite {
  margin: 0;
  padding: 0;
  background-color: #e2f7ff;
  text-align: center;
  /* ==== Header Accessibilite ==== */
  /* ==== Header Logo + Connexion ==== */
}
header .headerAccessibilite ul, .navSite .headerAccessibilite ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .headerAccessibilite ul a, .navSite .headerAccessibilite ul a {
  text-decoration: none;
  color: #0c6588;
}
header .headerLogoConnexion, .navSite .headerLogoConnexion {
  display: flex;
  flex-direction: column;
  background: url("img/header.jpg");
  background-position: center center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  /* ==== Header Connexion + Panier ==== */
}
header .headerLogoConnexion .logoTitre, .navSite .headerLogoConnexion .logoTitre {
  display: flex;
  flex-direction: column;
}
header .headerLogoConnexion .logoTitre a, .navSite .headerLogoConnexion .logoTitre a {
  text-decoration: none;
  color: #fff;
}
header .headerLogoConnexion .logoTitre a img, .navSite .headerLogoConnexion .logoTitre a img {
  width: 20%;
  margin: auto;
  padding-bottom: 20px;
}
header .headerLogoConnexion .logoTitre a h1, .navSite .headerLogoConnexion .logoTitre a h1 {
  line-height: 0.8;
}
header .headerLogoConnexion .logoTitre a .showPC, .navSite .headerLogoConnexion .logoTitre a .showPC {
  display: none;
}
header .headerLogoConnexion .navBar, .navSite .headerLogoConnexion .navBar {
  display: none;
}
header .headerLogoConnexion .connexionPanier ul, .navSite .headerLogoConnexion .connexionPanier ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
  margin: auto;
  width: 65%;
}
header .headerLogoConnexion .connexionPanier ul a, .navSite .headerLogoConnexion .connexionPanier ul a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}
header .headerLogoConnexion .connexionPanier ul a i, .navSite .headerLogoConnexion .connexionPanier ul a i {
  font-size: 45px;
}

/* ======================================================================
=============================== NAV HEADER + FOOTER ===============================
====================================================================== */
.navSite {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navSite ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 3.5;
}
.navSite ul a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #0c6588;
  margin: auto;
  justify-content: center;
}
.navSite ul a i {
  font-size: 25px;
  padding-right: 10px;
}

/* ======================================================================
=============================== BODY ===============================
====================================================================== */
main {
  background-color: #fff;
  width: 100%;
  padding-bottom: 60px;
  /* ==== Body Descriptif ==== */
  /* ==== Body Caracteristique ==== */
  /* ==== SLIDER ==== */
}
main .mainNav,
main .mainProduitPresentation,
main .mainProduitDescriptif,
main .divTitreSpecial {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
main .mainNav h2 {
  padding-top: 80px;
  margin-bottom: 30px;
}
main .mainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .mainNav ul a {
  color: #0c6588;
}
main .mainProduitPresentation {
  /* ==== Body Etiquettes ==== */
  /* ==== Body Slider ==== */
  /* ==== Body Sous-slider ==== */
}
main .mainProduitPresentation .mainTitrePresentation {
  overflow-x: hidden;
}
main .mainProduitPresentation .mainTitrePresentation h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .mainProduitPresentation .mainTitrePresentation h2:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainProduitPresentation .mainEtiquette ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
main .mainProduitPresentation .mainEtiquette ul li {
  background-color: #ddd;
  margin: 5px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  padding: 3px;
}
main .mainProduitPresentation .slide p {
  text-align: center;
}
main .mainProduitPresentation #carouselExampleIndicators .carousel-indicators {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: auto;
  position: relative;
}
main .mainProduitPresentation #carouselExampleIndicators .carousel-indicators img {
  height: auto;
}
main .mainProduitPresentation .mainBoutonSousSlider .mainEcoPart {
  line-height: 0;
  font-size: 12px;
}
main .mainProduitPresentation .mainBoutonSousSlider .mainButtonPanierEnvie button {
  padding: 5px 8px;
  color: #fff;
  background-color: #0c6588;
  border: none;
  margin-right: 6px;
}
main .mainProduitPresentation .mainBoutonSousSlider .mainButtonPanierEnvie a {
  text-decoration: none;
}
main .mainProduitPresentation .mainBoutonSousSlider .garantie {
  margin-top: 0;
}
main .mainProduitDescriptif {
  width: 95%;
  margin: auto;
}
main .mainProduitDescriptif h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .mainProduitDescriptif h3 {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .mainProduitDescriptif .mainTitreDescriptif {
  overflow-x: hidden;
}
main .mainProduitDescriptif .mainTitreDescriptif h2:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainProduitDescriptif .mainTitreDesign {
  overflow-x: hidden;
}
main .mainProduitDescriptif .mainTitreDesign h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainProduitDescriptif .mainTitreConfort {
  overflow-x: hidden;
}
main .mainProduitDescriptif .mainTitreConfort h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainProduitDescriptif img {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 10px;
}
main .titreSpecial {
  margin-top: 80px;
  margin-bottom: 50px;
}
main .mainCaraTech {
  width: 80%;
  margin: auto;
}
main .mainCaraTech h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .mainCaraTech .mainTitreAffichage {
  overflow-x: hidden;
}
main .mainCaraTech .mainTitreAffichage h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainCaraTech .mainTitreEcran {
  margin-top: 80px;
  overflow-x: hidden;
}
main .mainCaraTech .mainTitreEcran h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainCaraTech .mainTitreErgo {
  margin-top: 80px;
  overflow-x: hidden;
}
main .mainCaraTech .mainTitreErgo h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainCaraTech .mainTitreConnectique {
  margin-top: 80px;
  overflow-x: hidden;
}
main .mainCaraTech .mainTitreConnectique h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainCaraTech .mainTitreMultimedia {
  margin-top: 80px;
  overflow-x: hidden;
}
main .mainCaraTech .mainTitreMultimedia h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainCaraTech .mainTitrePhysique {
  margin-top: 80px;
  overflow-x: hidden;
}
main .mainCaraTech .mainTitrePhysique h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainCaraTech .mainTitreAlim {
  margin-top: 80px;
  overflow-x: hidden;
  /* ==== Body Tableau ==== */
}
main .mainCaraTech .mainTitreAlim h3:after {
  margin-left: 1em;
  height: 24px;
  flex: 1;
  background-image: radial-gradient(#ddd 3px, transparent 4px);
  background-size: 24px 24px;
  content: "";
}
main .mainCaraTech table {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #555;
  width: 100%;
}
main .mainCaraTech table tbody {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .mainCaraTech table tbody tr {
  width: 100%;
}
main .mainCaraTech table tbody tr td {
  display: flex;
  flex-direction: column;
  border-bottom: 0.5px solid #ddd;
  padding: 5px;
}
main .carousel {
  position: relative;
}
main .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
main .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
main .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  main .carousel-item {
    transition: none;
  }
}
main .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
main .active {
  opacity: 1;
}
main .d-block {
  display: block !important;
}
main .w-100 {
  width: 100% !important;
}
main .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
main .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
main .carousel-indicators .active {
  opacity: 1;
}
main .carousel-item-next,
main .carousel-item-prev,
main .carousel-item.active {
  display: block;
}
main .carousel-fade .carousel-item-next.carousel-item-start,
main .carousel-fade .carousel-item-prev.carousel-item-end,
main .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
main .carousel-indicators .active {
  opacity: 1;
}
main .carousel-control-next,
main .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  main .carousel-control-next,
  main .carousel-control-prev {
    transition: none;
  }
}
main .carousel-control-next-icon,
main .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
main .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
main .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
main .visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
main .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
main .visually-hidden:not(caption) {
  position: absolute !important;
}

/* ======================================================================
=============================== FOOTER ===============================
====================================================================== */
footer {
  background: url("img/footer.jpg") 1400px 0;
  background-size: cover;
}
footer .footer {
  padding-top: 25px;
  text-align: center;
  color: #fff;
  /* ==== Footer Paiement ==== */
  /* ==== Footer Reseaux ==== */
  /* ==== Footer Bas ==== */
}
footer .footer h2 {
  margin-bottom: 15px;
}
footer .footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer .footer a {
  color: #fff;
}
footer .footer .footerPaiement {
  margin-top: 80px;
  margin-bottom: 50px;
}
footer .footer .footerPaiement .footerMoyenPaiement ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  padding-bottom: 40px;
  width: 100%;
  margin: auto;
}
footer .footer .footerPaiement .footerMoyenPaiement ul .masterCard,
footer .footer .footerPaiement .footerMoyenPaiement ul .cb,
footer .footer .footerPaiement .footerMoyenPaiement ul .visa,
footer .footer .footerPaiement .footerMoyenPaiement ul .maestro,
footer .footer .footerPaiement .footerMoyenPaiement ul .virement {
  position: absolute;
  display: block;
  height: 40px;
}
footer .footer .footerPaiement .footerMoyenPaiement ul .cb {
  left: 0%;
  background: url("img/payment.png") 0 0;
  background-size: cover;
  width: 75px;
}
footer .footer .footerPaiement .footerMoyenPaiement ul .visa {
  left: 20%;
  background: url("img/payment.png") 25% 0;
  background-size: cover;
  width: 75px;
}
footer .footer .footerPaiement .footerMoyenPaiement ul .maestro {
  left: 45%;
  background: url("img/payment.png") 53% 0;
  background-size: cover;
  width: 75px;
}
footer .footer .footerPaiement .footerMoyenPaiement ul .masterCard {
  right: 20%;
  background: url("img/payment.png") 75% 0;
  background-size: cover;
  width: 75px;
}
footer .footer .footerPaiement .footerMoyenPaiement ul .virement {
  right: 0%;
  background: url("img/payment.png") 100% 0;
  background-size: cover;
  width: 75px;
}
footer .footer .footerReseaux {
  margin-top: 80px;
  margin-bottom: 50px;
}
footer .footer .footerReseaux ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  width: 50%;
  justify-content: space-evenly;
}
footer .footer .footerReseaux ul i {
  color: #555;
}
footer .footer .footerReseaux ul i:hover {
  color: red;
}
footer .footer .footerPropos {
  margin-top: 80px;
  margin-bottom: 50px;
}
footer .footer .footerBas {
  margin-top: 80px;
  padding-bottom: 30px;
}
footer .footer .footerBas img {
  width: 15%;
}
footer .footer .footerBas p {
  margin: 0;
  padding: 0;
}

/* ================================================================================================================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

-----------------------------         RESPONSIVE        -----------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
================================================================================================================================================================ */
/* ============================================================================================
=============================== RESPONSIVE TABLETTE (PETITE) ===============================
============================================================================================ */
@media screen and (min-width: 576px) {
  /* ==== HEADER ==== */
  header .headerAccessibilite ul, .navSite .headerAccessibilite ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  header .headerLogoConnexion, .navSite .headerLogoConnexion {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-size: 150%;
    background-position: center center;
    justify-content: space-around;
  }
  header .headerLogoConnexion .connexionPanier, .navSite .headerLogoConnexion .connexionPanier {
    width: 26%;
  }
  header .headerLogoConnexion .connexionPanier ul, .navSite .headerLogoConnexion .connexionPanier ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }
  .navSite ul div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: auto;
  }
  .navSite ul div li {
    width: 50%;
  }
  /* ==== MAIN ==== */
  main .mainNav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70%;
    justify-content: space-between;
  }
  main .divTitreSpecial {
    overflow-x: hidden;
  }
  main .divTitreSpecial .titreSpecial:after {
    margin-left: 1em;
    height: 24px;
    flex: 1;
    background-image: radial-gradient(#ddd 3px, transparent 4px);
    background-size: 24px 24px;
    content: "";
  }
  /* ==== FOOTER ==== */
  footer .footer .footerReseaux ul {
    width: 25%;
  }
  footer .footer .footerBas img {
    width: 7%;
  }
}
/* ============================================================================================
=============================== RESPONSIVE TABLETTE (MOYENNE) ===============================
============================================================================================ */
@media screen and (min-width: 768px) {
  /* ==== MAIN ==== */
  main .mainNav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: space-between;
  }
  main .divTitreSpecial {
    overflow-x: hidden;
  }
  main .divTitreSpecial .titreSpecial:after {
    margin-left: 1em;
    height: 24px;
    flex: 1;
    background-image: radial-gradient(#ddd 3px, transparent 4px);
    background-size: 24px 24px;
    content: "";
  }
}
/* ============================================================================================
=============================== RESPONSIVE PC ===============================
============================================================================================ */
@media screen and (min-width: 992px) {
  header, .navSite {
    background-image: url("img/header.jpg");
  }
  header .headerAccessibilite, .navSite .headerAccessibilite {
    background-color: #e2f7ff;
    margin: auto;
    width: 90%;
    padding: 8px;
  }
  header .headerLogoConnexion, .navSite .headerLogoConnexion {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    background: transparent;
    margin: auto;
    /* 
    <section class=headerLogoConnexion>
                <div class=logoTitre>
                    <a href="index.html">
                        <img src="img/logo.svg"></img>
                        <h1>HiTech.NET</h1>
                        <p class=showPC>Tout le matériel High-Tech</p>
                    </a>
                    <p class=showTelTab>Tout le matériel High-Tech</p>
                </div>
                <div class=navBar>
                    <input id="searchbar" onkeyup="search_product()" type="text"
                    name="search" placeholder="Cherchez un produit, une marque ...">
                    <p>❯❯❯</p>
                    <div class= rayons><ul>
                        <li>Tout les rayons...</li>
                    </ul></div>
                    <a href=""><i class="fa-solid fa-magnifying-glass"></i></a>
                </div>
                <div class=connexionPanier>
                    <ul>
                        <li><a href=""><i class="fa-regular fa-user"></i>Mon compte</a></li>
                        <li><a href=""><i class="fa-solid fa-cart-shopping"></i>Mon panier</a></li>
                    </ul>
                </div>
            </section>
    */
  }
  header .headerLogoConnexion .logoTitre, .navSite .headerLogoConnexion .logoTitre {
    width: 21%;
    margin-right: 8%;
  }
  header .headerLogoConnexion .logoTitre a, .navSite .headerLogoConnexion .logoTitre a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header .headerLogoConnexion .logoTitre a .showPC, .navSite .headerLogoConnexion .logoTitre a .showPC {
    display: flex;
    margin-bottom: 0;
    line-height: 0.5;
  }
  header .headerLogoConnexion .logoTitre a img, .navSite .headerLogoConnexion .logoTitre a img {
    margin: 0;
    padding: 0;
    margin-right: 10px;
  }
  header .headerLogoConnexion .logoTitre .showTelTab, .navSite .headerLogoConnexion .logoTitre .showTelTab {
    display: none;
  }
  header .headerLogoConnexion .navBar, .navSite .headerLogoConnexion .navBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    border-radius: 25px;
    height: 40px;
    width: 50%;
  }
  header .headerLogoConnexion .navBar input::placeholder, .navSite .headerLogoConnexion .navBar input::placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  header .headerLogoConnexion .navBar #searchbar, .navSite .headerLogoConnexion .navBar #searchbar {
    padding-left: 30px;
    background: transparent;
    border: none;
    padding-right: 30px;
  }
  header .headerLogoConnexion .navBar p, .navSite .headerLogoConnexion .navBar p {
    margin: 0;
    padding: 0;
    margin-right: 20px;
  }
  header .headerLogoConnexion .navBar .rayons ul, .navSite .headerLogoConnexion .navBar .rayons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
  }
  header .headerLogoConnexion .navBar a, .navSite .headerLogoConnexion .navBar a {
    margin-right: 35px;
    margin-left: 20px;
    color: #fff;
  }
  header .headerLogoConnexion .connexionPanier, .navSite .headerLogoConnexion .connexionPanier {
    width: 21%;
    margin-left: 4%;
    justify-content: space-between;
  }
  .navSite {
    background: #e2f7ff;
    margin: auto;
    width: 90%;
    padding: 8px;
  }
  .navSite ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .navSite ul div {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  body {
    width: 1140px;
  }
}

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