/* ================================================
                    Style Commun
   ================================================ */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
html .accueil {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.accueil main {
  overflow-x: hidden;
}
.page-axel * {
  margin: 0;
  padding: 0;
}
.red-font {
  color: #e54c2a;
}
.gray-font {
  color: #8e8e8eff;
}
.black-font {
  color: #000000;
}
.green-font {
  color: #84b535;
}
.white-font {
  color: #ffffff;
}
.rem05-font {
  font-size: 0.5rem;
}
.rem07-font {
  font-size: 0.7rem;
}
.rem075-font {
  font-size: 0.75rem;
}
.rem12-font {
  font-size: 1.2rem;
}
.rem22-font {
  font-size: 2.2rem;
}
.rem16-font {
  font-size: 1.6rem;
}
.rem30-font {
  font-size: 3rem;
}
.rem10-font {
  font-size: 1rem;
}
.bold {
  font-weight: bold;
}
.nv_bar_about a {
  text-decoration: none;
  color: white;
}
.nv_bar_about a:hover {
  cursor: pointer;
  transform: translateY(-2px);
}
.hat a {
  text-decoration: none;
  color: white;
}
.hat a:hover {
  cursor: pointer;
  transform: translateY(-2px);
}
@media screen and (max-width: 1160px) {
  .rem07-font {
    font-size: 1rem;
  }
  .rem075-font {
    font-size: 1rem;
  }
  .rem12-font {
    font-size: 1.6rem;
  }
  .rem22-font {
    font-size: 3.3rem;
  }
  .rem16-font {
    font-size: 2.4rem;
  }
  .rem30-font {
    font-size: 4.5rem;
  }
  .rem10-font {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1160px) {
  .accueil main .rem07-font {
    font-size: 0.7rem;
  }
  .accueil main .rem075-font {
    font-size: 0.75rem;
  }
  .accueil main .rem12-font {
    font-size: 1.2rem;
  }
  .accueil main.rem22-font {
    font-size: 2.2rem;
  }
  .accueil main .rem16-font {
    font-size: 1.6rem;
  }
  .accueil main .rem30-font {
    font-size: 3rem;
  }
  .accueil main .rem10-font {
    font-size: 1rem;
  }
}

.rem08-font {
  font-size: 0.8rem;
}

.rem3-font {
  font-size: 3rem;
}

.italic-font {
  font-style: italic;
}

.btn-red {
  all: unset;
  padding: 15px 25px;
  border: unset;
  border-radius: 45px;
  color: #e54c2a;
  border: 1px solid #e54c2a;
  z-index: 1;
  background: #ffffff;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  cursor: pointer;
}

.btn-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #e54c2a;
  z-index: -1;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.btn-red:hover {
  color: #ffffff;
}
.btn-red:hover::before {
  width: 100%;
}

/********** Debut Header **********/
.nv_bar_about {
  top: 0px;
  position: sticky;
  display: flex;
  height: 90px;
  background-color: #e54c2a;
  align-items: center;
  justify-content: space-between;
  padding-left: 17%;
  padding-right: 17%;
  z-index: 30;
}
.hamburger {
  display: none;
}
.boc1 {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
}
.boc1 p:hover {
  transform: translateY(-2px);
  cursor: pointer;
}
.boc2 {
  display: flex;
  gap: 20px;
  color: white;
  margin-left: 60px;
}
.boc2 p:hover {
  transform: translateY(-2px);
  cursor: pointer;
}
.boc3 {
  display: flex;
  gap: 20px;
}
.boc3 hr {
  border-color: rgb(255, 255, 255, 0.6);
}
.boc3 img:hover {
  transform: translateY(-2px);
  cursor: pointer;
}
.search-bar {
  display: none;
}
.panierNb {
  display: none;
  position: absolute;
  left: 1060px;
  top: 25px;
  background-color: white;
  border-radius: 50%;
  padding: 0px 4px;
}
.icon {
  width: 15px;
  height: auto;
}
.logo {
  filter: brightness(0) invert(0.9);
  height: 60px;
  width: auto;
  margin-left: 25px;
}
.historique_about {
  padding-left: 17%;
  padding-bottom: 15px;
  padding-top: 20px;
}
.active {
  color: rgb(211, 88, 56);
}
.line {
  border: none;
  border-top: 1px solid #e5e5e5;
  width: 66%;
  margin: 10px auto;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.overlay.activeBlur {
  opacity: 1;
  visibility: visible;
}

/*********** Fin Header **********/
.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
}
.subtext {
  margin-top: 10px;
  margin-bottom: 40px;
}
.subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 25px;
  width: 33%;
  margin-bottom: 80px;
}
p.btn-sub {
  background-color: #e54c2a;
  border-radius: 20px;
  padding: 13px 35px;
  transition: all 0.3s ease;
  margin: 0px;
}
p.btn-sub:hover {
  opacity: 0.7;
  cursor: pointer;
}
.email-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 13px 20px;
  font-size: 0.7rem;
  background: transparent;
  color: #8e8e8e;
}
.footer-nav {
  padding-left: 17%;
  padding-left: 17%;
  display: flex;
  justify-content: start;
  gap: 30px;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 60px;
}
.footer-nav-child {
  display: flex;
  flex-direction: column;
  width: 19%;
  gap: 8px;
}
.products-child:nth-child(n + 3):nth-child(-n + 4) {
  display: none;
}
.products-child:nth-child(2) {
  margin-top: 20px;
}
.footer-nav-child .rem12-font {
  margin-bottom: 8px;
}
.footer-nav-child img {
  height: 70px;
  width: auto;
}
.products-child {
  display: flex;
}
.products-child-text {
  margin-left: 10px;
}
.line2 {
  border: none;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.credit {
  margin-right: 17%;
  margin-left: 17%;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 60px;
}
.credit span {
  color: #e54c2a;
}
@media screen and (max-width: 1160px) {
  .nv_bar_about {
    display: flex;
    height: 80px;
    background-color: #e54c2a;
    align-items: center;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 30;
  }
  .boc1 {
    display: none;
  }
  .boc2 {
    display: none;
  }
  .boc3 p {
    left: 730px;
    top: 20px;
    padding: 0px 5px;
  }
  .logo {
    margin-left: 44%;
    height: 80px;
    width: auto;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 4px;
    user-select: none;
  }
  .nav-hamburger {
    display: none;
    position: fixed;
    top: 0;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: 100%;
    width: 40%;
    padding-top: 80px;
    padding-left: 30px;
    gap: 30px;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    left: 0;
    z-index: 200;
  }
  .nav-hamburger a {
    font-size: 2rem;
    transition: 0.6s all ease;
    color: black;
  }
  .nav-hamburger a:hover {
    transform: translateX(50px);
  }
  .btn-hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
  }
  .hamburger span {
    width: 38px;
    height: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    z-index: 300;
    border: 1px solid black;
  }
  .historique_about {
    padding-left: 3%;
    padding-bottom: 15px;
    padding-top: 25px;
  }
  .line {
    width: 96%;
  }
  .icon {
    height: 18px;
    width: auto;
  }
  footer {
    background-image: none;
  }
  .create-account-btn {
    padding: 9px 20px;
  }
  .article-list {
    padding-left: 3%;
    padding-right: 3%;
  }
  .article-child:nth-child(n + 3):nth-child(-n + 4) {
    display: none;
  }
  .article-child img {
    height: auto;
    width: 94%;
  }
  .article-child {
    padding: 10px;
    margin-top: 20px;
    border-left: rgb(224, 224, 224) 1px solid;
    border-right: rgb(224, 224, 224) 1px solid;
  }
  .subscribe {
    width: 66%;
  }
  .footer-nav {
    padding-left: 3%;
    padding-left: 3%;
    display: flex;
    justify-content: start;
    flex-direction: column;
  }
  .footer-nav-child {
    width: 100%;
  }
  .products-child:nth-child(n + 3):nth-child(-n + 4) {
    display: flex;
  }
  .products-child:nth-child(2) {
    margin-top: 0px;
  }
  .products-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .footer-nav-child img {
    height: 100px;
    width: auto;
  }
  .credit {
    margin-right: 3%;
    margin-left: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .nv_bar_about {
    height: 200px;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }
  .logo {
    margin-left: 44%;
  }
  .boc3 {
    margin-top: 96px;
  }
  p.panierNb {
    left: 430px;
    top: 88px;
  }
  .hamburger {
    margin-top: 35px;
  }
  .boc3 a:nth-child(1) {
    display: none;
  }
  .boc3 hr:nth-child(2) {
    display: none;
  }
  .search-bar {
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%;
  }
  .search-bar img {
    height: 22px;
    width: auto;
    position: absolute;
    right: 20px;
  }
  .search-bar input {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: 2px solid black;
    padding-left: 10px;
    color: white;
  }
  .search-bar input::placeholder {
    color: white;
  }
  .nav-hamburger {
    width: 58%;
  }
  .newsletter p:nth-child(1) {
    font-size: 1.4rem;
  }
  .subscribe {
    width: 94%;
  }
  .products-child:nth-child(n + 3):nth-child(-n + 4) {
    display: none;
  }
  .products-parent:nth-child(2) {
    flex-direction: column;
    display: flex;
  }
  .products-child img {
    height: 120px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .subtext {
    text-align: center;
  }
}

/* ================================================
                       Accueil
================================================ */

.accueil header {
  position: relative;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.accueil header .container {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.accueil header .container .logo-header {
  width: 170px;
  margin-bottom: 15px;
}

/* ========== CARROUSEL ========== */
.accueil header .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.accueil header .carousel .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.accueil header .carousel .slide:first-child {
  opacity: 1;
  z-index: 1;
}

/* Container de recherche */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.search-input {
  width: 0;
  padding: 8px 12px;
  border: 2px solid #ddd;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.search-container.active .search-input {
  width: 200px;
  opacity: 1;
  margin-right: 8px;
  pointer-events: all;
}

.search-input:focus {
  border-color: #604caf;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.3);
}

.accueil header .container {
  position: relative;
  z-index: 1;
}

.accueil .container h1 {
  font-size: 6rem;
  margin-bottom: 0;
}

.accueil header .container p {
  margin-top: 0;
  max-width: 720px;
  line-height: 2;
  font-size: 1.1rem;
}

.accueil nav {
  position: relative;
  width: 100%;
  height: 90px;
  box-shadow: 0 -4px 0px rgba(0, 0, 0, 0.138);
  background-color: #e54c2a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.accueil nav .cercle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 115px;
  background-color: #e54c2a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  z-index: 10;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.accueil nav .cercle img {
  width: 50%;
  filter: brightness(0) invert(0.9);
}

.accueil nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-right: 15%;
}

.accueil nav li {
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.accueil nav li:last-child {
  border-right: none;
}

.accueil nav a img {
  width: 20px;
  height: auto;
  transition: transform 0.3s;
}

.accueil nav a img:hover {
  transform: scale(1.2);
}

.accueil .search-bar img {
  display: none;
}
.accueil .search-bar input {
  display: none;
}

@media (max-width: 900px) {
  .accueil .container h1 {
    font-size: 4rem;
  }
  .accueil .hamburger {
    left: 3%;
    top: 3%;
  }
}
@media (max-width: 767px) {
  .accueil nav {
    position: sticky;
    top: 0px;
  }
  .accueil .btn-hamburger {
    position: sticky;
    margin-right: 400px;
    top: 0px;
    z-index: 1000;
  }
}
@media (max-width: 500px) {
  .accueil header {
    height: 30vh;
  }

  .accueil header .container .logo-header {
    display: none;
  }

  .accueil .container h1 {
    display: none;
  }

  .accueil header .container p {
    display: none;
  }
  .accueil header .container .btn-red {
    display: none;
  }

  .accueil nav {
    height: 200px;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }
  .accueil nav ul {
    margin-top: 60px;
    padding-right: 0%;
  }
  .accueil .hamburger {
    left: 3%;
    top: 200px;
  }
  .accueil nav .cercle {
    background-color: transparent;
    box-shadow: none;
  }
  .accueil li:nth-child(1) {
    display: none;
  }
  .accueil .search-bar img {
    height: 22px;
    width: auto;
    position: absolute;
    right: 20px;
    display: flex;
  }
  .accueil .search-bar input {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: 2px solid black;
    padding-left: 10px;
    color: white;
    display: flex;
  }
  .accueil nav .cercle img {
    width: 80px;
    margin-top: 25px;
    margin-right: 20px;
  }
}
/* bloc discover-story --------------------------------------------------------------------------------*/
.accueil .discover-story {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.accueil .discover-story .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 0;
}
.accueil .discover-story .left img {
  width: 450px;
  height: auto;
  display: block;
}
.accueil .discover-story .right {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.accueil .discover-story .right .little-title p,
.accueil .discover-story .right .little-title h3 {
  margin: 0;
}
.accueil .discover-story .right .description {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.accueil .discover-story .right .checkout {
  display: flex;
  align-items: center;
  gap: 20px;
}
.accueil .discover-story .right .checkout img {
  padding: 0;
  width: 15px;
  display: block;
  flex-shrink: 0;
}
.accueil .discover-story .right .checkout p {
  margin: 0;
  line-height: 1.6;
}
.accueil .discover-story .right a {
  width: 90px;
  margin-top: 50px;
}
.accueil .discover-story .full-bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.accueil .discover-story .full-bottom .line-gray {
  display: flex;
  align-items: center;
  background-color: #00000019;
  width: 15%;
  height: 1px;
}
.accueil .discover-story .full-bottom .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e54c2a;
  border-radius: 5px;
  color: white;
  width: 994px;
  height: 100px;
}
.accueil .discover-story .full-bottom .bottom .container {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.accueil .discover-story .full-bottom .bottom .container .item {
  display: flex;
  align-items: center;
  gap: 30px;
  color: white;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.284);
}
.accueil .discover-story .full-bottom .bottom .container .item:last-child {
  border-right: none;
}
.accueil .discover-story .full-bottom .bottom .container .item img {
  display: block;
  margin: 0;
}
.accueil .discover-story .full-bottom .bottom .container .item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.7rem;
}
.accueil .discover-story .full-bottom .bottom .container .item h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.accueil .discover-story .full-bottom .bottom .line-grey {
  background-color: #000000;
  width: 100%;
  height: 30px;
}
@media (max-width: 920px) {
  .accueil .discover-story .left img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .accueil .discover-story {
    height: auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .accueil .discover-story .container {
    flex-direction: column;
    gap: 30px;
    width: 90%;
    text-align: center;
  }
  .accueil .discover-story .left img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .accueil .discover-story .right {
    max-width: 100%;
    align-items: center;
  }
  .accueil .discover-story .full-bottom {
    margin-top: 40px;
    height: auto;
    width: 100%;
  }
  .accueil .discover-story .full-bottom .line-gray {
    display: flex;
    align-items: center;
    background-color: #00000019;
    width: 2%;
    height: 1px;
  }
  .accueil .discover-story .full-bottom .bottom {
    width: 95%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
  }
  .accueil .discover-story .full-bottom .bottom .container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
  .accueil .discover-story .full-bottom .bottom .container .item {
    flex: 1;
    min-width: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .accueil .discover-story .full-bottom .bottom .container .item:last-child {
    border-right: none;
  }
  .accueil .discover-story .full-bottom .bottom .container .item h6 {
    margin-bottom: 5px;
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .accueil .discover-story .full-bottom .bottom .container .item {
    min-width: 200px;
  }
  .accueil .left .title,
  .accueil .right .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* bloc trending item-------------------------------------------------------------------------------------------------------------------------------------------------- */
.accueil .trending-item {
  height: 800px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.accueil .trending-item .title {
  line-height: 0;
}
.accueil .trending-item .container {
  align-items: stretch;
  justify-content: center;
  display: flex;
  gap: 50px;
  height: 100%;
}
.accueil .trending-item .container .left {
  display: flex;
  flex-direction: column;
}
.accueil .trending-item .container .left .item {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
}
.accueil .trending-item .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accueil .trending-item .right img {
  height: 800px;
}
.accueil .trending-item .container .left .item img {
  width: 220px;
  display: block;
}
.accueil .trending-item .container .left .item .solola,
.accueil .trending-item .container .left .item .konkplus,
.accueil .trending-item .container .left .item .joynix,
.accueil .trending-item .container .left .item .redphase {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0;
}

@media (max-width: 1000px) {
  .accueil .trending-item {
    height: auto;
  }
  .accueil .trending-item .container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .accueil .trending-item .container .left .item {
    gap: 50px;
  }
  .accueil .trending-item .right img {
    height: 999px;
  }
  .accueil .trending-item .container .left .item img {
    width: 340px;
  }
}

@media (max-width: 800px) {
  .accueil .trending-item {
    height: auto;
  }
  .accueil .trending-item .container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .accueil .trending-item .container .left .item {
    gap: 20px;
  }
  .accueil .trending-item .right img {
    height: 800px;
  }
  .accueil .trending-item .container .left .item img {
    width: 300px;
  }
}
@media (max-width: 630px) {
  .accueil .trending-item .container .left .item .joynix,
  .accueil .trending-item .container .left .item .redphase {
    display: none;
  }

  .accueil .trending-item .container .left .item {
    display: flex;
    flex-direction: column;
    width: 460px;
  }
  .accueil .trending-item {
    height: auto;
  }
  .accueil .trending-item .container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .accueil .trending-item .right img {
    height: 760px;
  }
}

/*bloc rebecha filson*/
.accueil .rebecha-filson {
  height: 400px;
  background-image: url("assets/bg-temoignages.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.accueil .rebecha-filson .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.accueil .rebecha-filson .container .principal-text {
  text-align: center;
  max-width: 700px;
  line-height: 1.6;
}
.accueil .rebecha-filson .container .profile-picture {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accueil .rebecha-filson .container .pdp-background {
  position: relative;
  z-index: 1;
}
.accueil .rebecha-filson .container .pdp {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.accueil .rebecha-filson .container .name {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .accueil .rebecha-filson {
    background-image: none;
    background-color: #000000;
  }
  .accueil .rebecha-filson .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .accueil .rebecha-filson .container .principal-text {
    padding-top: 100px;
    text-align: center;
    max-width: 450px;
    line-height: 1.6;
  }
  .accueil .rebecha-filson .container .profile-picture {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .accueil .rebecha-filson .container .pdp-background {
    position: relative;
    z-index: 1;
  }
  .accueil .rebecha-filson .container .pdp {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .accueil .rebecha-filson .container .name {
    margin-top: 5px;
  }
}

/* bloc Featured item ----------------------------------------------------------------*/
.accueil .featured-item {
  height: 800px;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}
.accueil .featured-item .right .title {
  line-height: 0;
}
.accueil .featured-item .container {
  align-items: stretch;
  justify-content: center;
  display: flex;
  gap: 50px;
  height: 100%;
}
.accueil .featured-item .container .right {
  display: flex;
  flex-direction: column;
}
.accueil .featured-item .container .right .item {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
}
.accueil .featured-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accueil .featured-item .left img {
  height: 800px;
}
.accueil .featured-item .container .right .item img {
  width: 220px;
  display: block;
}
.accueil .featured-item .container .right .item .zim-ing,
.accueil .featured-item .container .right .item .redphase,
.accueil .featured-item .container .right .item .ovejob,
.accueil .featured-item .container .right .item .zummatought {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0;
}

@media (max-width: 1000px) {
  .accueil .featured-item {
    height: auto;
  }
  .accueil .featured-item .container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .accueil .featured-item .container .right .item {
    gap: 50px;
  }
  .accueil .featured-item .left img {
    height: 999px;
  }
  .accueil .featured-item .container .right .item img {
    width: 340px;
  }
}
@media (max-width: 800px) {
  .accueil .featured-item {
    height: auto;
  }
  .accueil .featured-item .container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .accueil .featured-item .container .right .item {
    gap: 20px;
  }
  .accueil .featured-item .left img {
    height: 800px;
  }
  .accueil .featured-item .container .right .item img {
    width: 300px;
  }
}
@media (max-width: 630px) {
  .accueil .featured-item .container .right .item .redphase,
  .accueil .featured-item .container .right .item .zummatought {
    display: none;
  }

  .accueil .featured-item .container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .accueil .featured-item .container .right .item {
    display: flex;
    flex-direction: column;
    width: 460px;
  }
  .accueil .featured-item .left img {
    height: 760px;
  }
}

/*bloc blog ---------------------------------------------------------------------------------------------*/
.blog {
  height: 500px;
}
.blog .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog .container .title p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.blog .container .title h3 {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog .container .article {
  display: flex;
  gap: 30px;
  padding-right: 17%;
  padding-left: 17%;
}
.blog .container .article img {
  display: block;
  width: 310px;
}
.accueil .blog .container .article .box-tittle {
  display: flex;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-bottom: 0;
}
.accueil .blog .container .article .box-tittle h6 {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.accueil .blog .container .article .date-box {
  margin-top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
  display: flex;
}
.accueil .blog .container .article .posted {
  margin-top: 0;
  border: 1px solid #ddd;
  line-height: 1.6;
  padding: 0 20px;
}
.accueil .date-box .day {
  margin-top: -30px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.accueil .date-box .slash {
  font-size: 50px;
  margin: 1px 0;
  display: block;
  transform: rotate(22deg);
}
.accueil .date-box .month {
  margin-top: 25px;
  font-size: 10px;
  text-transform: uppercase;
}
.hat {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  display: flex;
  height: 60px;
  background-color: #e54c2a;
  padding-left: 17%;
  padding-right: 17%;
}

.accueil footer {
  background-image: url(/assets/bg-footer.jpg);
  background-size: 1600px auto;
  background-position: center;
}

@media (max-width: 1000px) {
  .blog {
    height: auto;
  }
  .blog .container .article {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .blog .container .article .article-3 {
    display: none;
  }
  .blog .container .article img {
    display: block;
    width: 350px;
  }
  .accueil .blog .container .article .box-tittle {
    display: flex;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-bottom: 0;
  }
  .accueil .blog .container .article .box-tittle h6 {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .accueil .blog .container .article .date-box {
    margin-top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd;
    display: flex;
  }
  .accueil .blog .container .article .posted {
    margin-top: 0;
    border: 1px solid #ddd;
    line-height: 1.6;
    padding: 0 20px;
  }
  .accueil .date-box .day {
    margin-top: -30px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1;
  }
  .accueil .date-box .slash {
    font-size: 50px;
    margin: 1px 0;
    display: block;
    transform: rotate(22deg);
  }
  .accueil .date-box .month {
    margin-top: 25px;
    font-size: 10px;
    text-transform: uppercase;
  }
  .hat {
    display: none;
  }
}

@media (max-width: 740px) {
  .blog .container .article img {
    width: 270px;
  }
}
@media (max-width: 600px) {
  .blog .container .article img {
    width: 350px;
  }
  .blog .container .article .article-2 {
    display: none;
  }
}
.accueil .remonter {
  all: unset;
  position: absolute;
  padding: 10px 15px;
  background-color: #e54c2a97;
  cursor: pointer;
  font-size: 25px;
  color: white;
  rotate: 270deg;
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
  border-radius: 7px;
  right: 3%;
}

.accueil .remonter:hover {
  transform: scale(1.1);
  background-color: #df5333e0;
}

html {
  scroll-behavior: smooth;
}

/* ================================================
                      Produits
   ================================================ */

.produits main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.produits .produits-responsive {
  display: none;
}
.produits .img-produits {
  padding-left: 34%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.produits .img-produits img {
  width: 420px;
  height: auto;
}
.produits .right-fixed {
  position: sticky;
  height: fit-content;
  padding-right: 34%;
  top: 160px;
  z-index: 10;
}
.produits h3 {
  margin-top: 30px;
}
.produits .price {
  color: #e54c2a;
  margin-top: 15px;
}
.produits .paragraphe {
  line-height: 2;
  margin-top: 10px;
}
.produits .brand {
  display: flex;
  gap: 6px;
  height: 25px;
  margin-top: 20px;
}
.produits .availability {
  display: flex;
  gap: 6px;
  height: 25px;
}
.produits .weight-selection {
  display: flex;
  align-items: center;
  height: 30px;
  gap: 10px;
  margin-top: 20px;
}
.produits .weight-selection .case {
  border: 1px solid #e54c2a;
  padding: 6px 8px;
  border-radius: 3px;
  height: fit-content;
}
.produits .weight-selection .case:hover {
  cursor: pointer;
}
.produits .case.selected {
  background-color: #e54c2a;
  color: #ffffff;
}
.produits .quantity {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.produits .quantity-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #8e8e8eff;
  border-radius: 16px;
  user-select: none;
}
.produits .quantity-minus {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px 8px 16px;
}
.produits .quantity-plus {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px 8px 16px;
}
.produits .add-to-cart {
  display: flex;
  align-items: center;
  margin-top: 25px;
  transition: all 0.3 ease;
  width: fit-content;
  user-select: none;
}
.produits .add-to-cart:hover {
  opacity: 0.7;
  cursor: pointer;
}
.produits .btn-atc {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #e54c2a;
  border-radius: 30px;
  padding: 10px 25px;
}
.produits .btn-atc img {
  height: 10px;
  width: auto;
}
.produits .information {
  display: flex;
  padding-left: 17%;
  padding-right: 17%;
  padding-top: 60px;
}
.produits .left-title {
  display: flex;
  width: 18%;
}
.produits .title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.produits .scroll-ligne {
  width: 3px;
  background-color: rgb(184, 184, 184);
  border: none;
}
.produits .scroll-progression {
  width: 100%;
  height: 150px;
  background-color: #000000;
  position: sticky;
  top: 400px;
}
.produits .right-description {
  width: 82%;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 1.5;
}
.produits .top-texte {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.produits .features-point {
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.produits .article-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 100px;
}
.produits .article-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.produits .article-child img {
  height: 160px;
  width: auto;
}
.produits .article-child {
  padding: 20px;
  border-left: rgb(224, 224, 224) 1px solid;
  border-right: rgb(224, 224, 224) 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: transform 1s;
}
.produits .article-child:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 1160px) {
  .produits main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .produits .img-produits img {
    display: none;
  }
  .produits .produits-responsive {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .produits .grande-image-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .produits .grande-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: none;
  }
  .produits .activate {
    display: flex;
  }
  .produits .petites-images-grid {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .produits .petite-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    padding: 0px 50px;
  }
  .produits .petite-thumb.active {
    border-color: #e54c2a;
    transform: scale(1.1);
  }
  .produits .petite-thumb:hover {
    transform: scale(1.1);
  }
  .produits .right-fixed {
    position: relative;
    height: fit-content;
    padding-right: 0%;
    top: 0px;
  }
  .produits .information {
    display: flex;
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 60px;
  }
  .produits .left-title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .produits .title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
  }
  .produits .scroll-ligne {
    width: 100%;
    height: 3px;
    background-color: rgb(184, 184, 184);
    border: none;
    margin-top: 15px;
  }
  .produits .scroll-progression {
    width: 120px;
    height: 3px;
    background-color: #000000;
  }
  .produits .right-description {
    width: 94%;
    padding-left: 20px;
    padding-top: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .produits .petite-thumb {
    padding: 0px 10px;
  }
  .produits .article-child:nth-child(n + 2):nth-child(-n + 4) {
    display: none;
  }
  .produits .article-child {
    width: 90%;
  }
  .produits .article-shop h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .produits .information .title {
    font-size: 0.8rem;
    gap: 15px;
  }
}
@media screen and (max-width: 380px) {
  .produits .petite-thumb {
    padding: 0px 2px;
  }
}

/* ================================================
                  Compte Creation
   ================================================ */

.compteCreation main {
  padding-left: 17%;
  padding-right: 17%;
  padding-bottom: 100px;
}
.compteCreation main .line {
  width: 100%;
}
.compteCreation .create-title {
  margin-top: 50px;
  margin-bottom: 10px;
}
.compteCreation .creation-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.compteCreation .creation-details input {
  width: 80%;
  padding: 6px 8px;
  color: #8e8e8e;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
}
.compteCreation .creation-details p {
  display: flex;
  justify-content: end;
  width: 16%;
}
.compteCreation .main-foot-txt {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.compteCreation .main-foot-txt a {
  text-decoration: none;
}
.compteCreation .create-account-btn {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 22px;
  padding: 6px 20px;
  width: fit-content;
  transition: 0.3 all ease;
}
.compteCreation .create-account-btn:hover {
  background-color: #d4d4d4;
  transform: translateY(-1px);
  cursor: pointer;
}
.compteCreation .create-account-btn img {
  height: 20px;
  width: auto;
}
.compteCreation .return-txt:hover {
  color: #e54c2a;
}
/********** Debut Footer **********/
.compteCreation footer {
  background-image: url(/assets/bg-footer.jpg);
}
.compteCreation .kaptcha {
  position: absolute;
  height: 35px;
  right: 0;
  background-color: white;
  padding: 6px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/********** Fin Footer **********/
@media screen and (max-width: 1160px) {
  .compteCreation main {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 100px;
  }
  .compteCreation .creation-details {
    gap: 4px;
  }
  .compteCreation .creation-details input {
    width: 100%;
    margin-bottom: 18px;
  }
  .compteCreation .creation-details p {
    justify-content: start;
    width: 16%;
  }
  .compteCreation .line-foot {
    width: 94%;
  }
  .compteCreation footer {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .compteCreation .creation-details p {
    width: 100%;
  }
}

/* ================================================
                      Article
   ================================================ */

/********** Debut Header **********/
.article-page .nv_bar_about {
  top: 0px;
  position: sticky;
  display: flex;
  height: 90px;
  background-color: #e54c2a;
  align-items: center;
  justify-content: space-between;
  padding-left: 17%;
  padding-right: 17%;
  z-index: 30;
}
.article-page .boc3 {
  display: flex;
  gap: 20px;
}
.article-page .boc3 hr {
  border: none;
  border-right: 1px solid rgb(255, 255, 255, 0.6);
}
.article-page .icon {
  width: 20px;
  height: auto;
}
.article-page .logo {
  filter: brightness(0) invert(0.9);
  height: 60px;
  width: auto;
  margin-left: 387px;
}
.article-page .historique_about {
  padding-left: 17%;
  padding-bottom: 15px;
  padding-top: 20px;
}
.article-page .active {
  color: rgb(211, 88, 56);
}
.article-page .line {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 10px auto;
  width: 66%;
}
.article-page .icon {
  width: 20px;
  height: auto;
}
/*********** Fin Header **********/
.article-page main {
  padding-left: 17%;
  padding-right: 17%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  line-height: 1.6;
}
.article-page .img-main {
  height: 170px;
  width: auto;
  margin-right: 20px;
  margin-top: 10px;
}
.article-page .top-main {
  display: flex;
}
.article-page .description-picture {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}
.article-page .date-published {
  width: fit-content;
  margin-bottom: 15px;
}
.article-page .line-date {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 8px auto;
  width: 100%;
}
.article-page .paragraphe {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-page .hat {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  top: 0px;
  position: sticky;
  display: flex;
  height: 50px;
  background-color: #e54c2a;
  padding-left: 17%;
  padding-right: 17%;
  margin-bottom: 40px;
}
/********** Debut Footer **********/
.article-page footer {
  background-image: url(/assets/bg-footer.jpg);
  background-size: 1600px auto;
  background-position: center;
}
/********** Fin Footer **********/
@media screen and (max-width: 1160px) {
  .article-page .hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .article-page .hamburger span {
    width: 25px;
    height: 2.4px;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .article-page .nv_bar_about {
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    height: 80px;
  }
  .article-page .logo {
    margin-left: 44%;
    height: 80px;
    width: auto;
  }
  .article-page .historique_about {
    padding-left: 3%;
  }
  .article-page .line {
    width: 94%;
  }
  .article-page main {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 80px;
  }
  .article-page .img-main {
    height: auto;
    width: 350px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .article-page .top-main {
    flex-direction: column;
  }
  .article-page .hat {
    display: none;
  }
  .article-page .line-foot {
    width: 94%;
  }
  .article-page footer {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .article-page .nv_bar_about {
    height: 200px;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }
  .article-page .logo {
    margin-left: 44%;
  }
  .article-page .boc3 {
    margin-top: 96px;
  }
  .article-page .hamburger {
    margin-top: 35px;
  }
  .article-page .boc3 a:nth-child(1) {
    display: none;
  }
  .article-page .boc3 hr:nth-child(2) {
    display: none;
  }
  .article-page .search-bar {
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%;
  }
  .article-page .search-bar img {
    height: 22px;
    width: auto;
    position: absolute;
    right: 20px;
  }
  .article-page .search-bar input {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: 2px solid black;
    padding-left: 10px;
    color: white;
  }
  .article-page .search-bar input::placeholder {
    color: white;
  }
  .article-page .nav-hamburger {
    width: 58%;
  }
}

/* ================================================
                        Panier
   ================================================ */

.panier-page main {
  padding-left: 17%;
  padding-right: 17%;
  padding-top: 50px;
}
.panier-page .shopping-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.panier-page .shopping-cart-child:nth-child(1) img {
  height: 80px;
  width: auto;
  border: 1px solid #e5e5e5;
}
.panier-page .shopping-cart-child {
  height: 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.panier-page .element-border {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panier-page .shopping-cart-child .element-border:nth-child(1) {
  height: 20%;
}
.panier-page .shopping-cart-child .element-border:nth-child(2) {
  height: 80%;
}
.panier-page .txt-column {
  display: flex;
  flex-direction: column;
}
.panier-page .shopping-cart-child:nth-child(1) {
  width: 23%;
}
.panier-page .shopping-cart-child:nth-child(2) {
  width: 23%;
}
.panier-page .shopping-cart-child:nth-child(3) {
  width: 28%;
}
.panier-page .shopping-cart-child:nth-child(4) {
  width: 15%;
}
.panier-page .shopping-cart-child:nth-child(5) {
  width: 11%;
}
.panier-page .flex-right {
  display: flex;
  justify-content: end;
}
.panier-page .flex-right p {
  margin-right: 5px;
}
.panier-page .qty-btn img {
  height: 15px;
  width: auto;
}
.panier-page .shopping-cart-child input {
  height: 25px;
}
.panier-page .background-color-img {
  height: 29px;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panier-page .background-color-img:nth-child(2) {
  background-color: #307bbc;
}
.panier-page .background-color-img:nth-child(2):hover {
  background-color: #4091d7;
  cursor: pointer;
}
.panier-page .background-color-img:nth-child(3) {
  background-color: #d9544f;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panier-page .background-color-img:nth-child(3):hover {
  background-color: #f46c68;
  cursor: pointer;
}
.panier-page .qty-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.panier-page select {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  background-color: #f6f6f6;
  margin-top: 15px;
  height: 30px;
  width: 100%;
  padding-left: 10px;
}
.panier-page .sub-total-parent {
  display: flex;
  justify-content: end;
}
.panier-page .sub-total {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-top: 30px;
}
.panier-page .sub-total p {
  border: 1px solid #d4d4d4;
  padding: 8px;
}
.panier-page .top-txt {
  display: flex;
  text-align: center;
}
.panier-page .low-txt {
  display: flex;
  width: 100%;
}
.panier-page .low-txt p {
  width: 100%;
  display: flex;
  justify-content: end;
}
.panier-page .btn-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 80px;
}
.panier-page .btn-nav a {
  background-color: #ededed;
  border-radius: 20px;
  padding: 8px 20px;
  width: fit-content;
  color: #373737;
  transform: 0.3s all ease;
  text-decoration: none;
}
.panier-page .btn-nav a:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}

@media screen and (max-width: 1160px) {
  .panier-page main {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 50px;
  }
  .panier-page .shopping-cart-child input {
    width: 50%;
    height: 32px;
  }
  .panier-page .background-color-img {
    height: 36px;
    width: 36px;
  }
  .panier-page .shopping-cart-child {
    height: 160px;
  }
  .panier-page select {
    height: 40px;
  }

  .panier-page .sub-total {
    width: 100%;
  }
  .panier-page .top-txt {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .panier-page .btn-nav p {
    padding: 12px 30px;
    font-size: 0.8rem;
  }
  .panier-page .line-foot {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .panier-page .shopping-cart-child:nth-child(1) img {
    height: 40px;
  }
  .panier-page .shopping-cart-child {
    height: 110px;
  }
  .panier-page .shopping-cart-child:nth-child(1) {
    width: 13%;
  }
  .panier-page .shopping-cart-child:nth-child(2) {
    width: 30%;
  }
  .panier-page .shopping-cart-child:nth-child(3) {
    width: 26%;
  }
  .panier-page .shopping-cart-child:nth-child(4) {
    width: 18%;
  }
  .panier-page .shopping-cart-child:nth-child(5) {
    width: 13%;
  }
  .panier-page .shopping-cart-child input {
    width: 20%;
  }
}
@media screen and (max-width: 444px) {
  .panier-page .btn-nav {
    flex-direction: column;
    gap: 10px;
  }
  .panier-page .productName {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .panier-page .shopping-cart-child .element-border:nth-child(1) {
    height: 40%;
    display: flex;
    text-align: center;
  }
  .panier-page .background-color-img {
    height: 28px;
    width: 28px;
  }
  .panier-page .shopping-cart-child input {
    height: 25px;
  }
}

/* ================================================
                      A propos
   ================================================ */

.about .about_us {
  margin-top: 80px;
  width: 70%;
  max-width: 1050px;
  padding-left: 17%;
}

.about .about_us h3 {
  font-size: 40px;
}

/* ================================================
                      404 Page
   ================================================ */

.error .error_img {
  margin-top: 80px;
  width: 40%;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.error .error_title {
  text-align: center;
  margin-top: 30px;
}

.error .btn-error {
  all: unset;
  display: block;
  margin: 30px auto;
  font-size: 1.1rem;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 80px;
  font-weight: bold;
  background-color: #cecece;
}

/* ================================================
                      CATEGORIE
   ================================================ */

.category .nv_bar_about {
  top: 0px;
  position: sticky;
  display: flex;
  height: 90px;
  background-color: #e54c2a;
  align-items: center;
  justify-content: space-between;
  padding-left: 17%;
  padding-right: 17%;
  z-index: 30;
}
.category .boc3 {
  display: flex;
  gap: 20px;
}
.category .boc3 hr {
  border: none;
  border-right: 1px solid rgb(255, 255, 255, 0.6);
}
.category .icon {
  width: 20px;
  height: auto;
}
.category .logo {
  filter: brightness(0) invert(0.9);
  height: 60px;
  width: auto;
  margin-left: 387px;
}
.category .historique_about {
  padding-left: 17%;
  padding-bottom: 15px;
  padding-top: 20px;
}
.category .active {
  color: rgb(211, 88, 56);
}
.category .line {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 10px auto;
  width: 66%;
}
.category .icon {
  width: 20px;
  height: auto;
}
/*********** Fin Header **********/

.category .Bakery {
  padding-left: 17%;
  padding-bottom: 15px;
  padding-top: 20px;
}

.category .section-category {
  height: 60px;
  margin-left: 17%;
  margin-right: 17%;
  border: 3px solid gainsboro;
  display: flex;
}

.category .section-category .btn-display {
  cursor: pointer;
}

.category .section-category .box-left {
  justify-content: start;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 15px;
}

.category .section-category .box-right {
  margin-left: auto;
  justify-content: end;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 15px;
}

.category .menu-qte {
  width: 180px;
  height: 30px;
}

.category .menu-date {
  width: 180px;
  height: 30px;
}

.category .products-category2 {
  margin-left: 17%;
  margin-right: 17%;
  display: flex;
}

.category .img {
  width: 400px;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.category .egg {
  max-width: 25%;
  max-height: 25%;
  text-align: center;
}
.category .products-category1 {
  margin-left: 17%;
  margin-right: 17%;
  display: flex;
}

.category .vertical-line {
  border-left: 1px solid #e5e5e5;
  margin-top: 30px;
}

.category .vertical-line2 {
  border-left: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.category .hat {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  top: 0px;
  position: sticky;
  display: flex;
  height: 50px;
  background-color: #e54c2a;
  padding-left: 17%;
  padding-right: 17%;
  margin-top: 25px;
}

/* ================================================
                        blog
   ================================================ */

.blog-page .nv_bar_about {
  top: 0px;
  position: sticky;
  display: flex;
  height: 90px;
  background-color: #e54c2a;
  align-items: center;
  justify-content: space-between;
  padding-left: 17%;
  padding-right: 17%;
  z-index: 30;
}
.blog-page .boc3 {
  display: flex;
  gap: 20px;
}
.blog-page .boc3 hr {
  border: none;
  border-right: 1px solid rgb(255, 255, 255, 0.6);
}
.blog-page .icon {
  width: 20px;
  height: auto;
}
.blog-page .logo {
  filter: brightness(0) invert(0.9);
  height: 60px;
  width: auto;
  margin-left: 420px;
}
.blog-page .historique_about {
  padding-left: 17%;
  padding-bottom: 15px;
  padding-top: 20px;
}
.blog-page .active {
  color: rgb(211, 88, 56);
}
.blog-page .line {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 10px auto;
  width: 66%;
}
.blog-page .icon {
  width: 20px;
  height: auto;
}
/*********** Fin Header **********/

.blog-page .news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 66%;
  margin: 0 auto;
  gap: 40px;
  margin-top: 30px;
}

.blog-page .news .news-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 20px;
}

.blog-page .news .news-child {
  display: flex;
  flex-direction: column;
  max-height: 188px;
  justify-content: space-between;
}

.blog-page .news .news-child h6 {
  margin: 0;
  padding: 0;
  font-weight: 100;
}

.blog-page .news .news-child p {
  margin: 0;
  padding: 5px;
  line-height: 1.6;
}

.blog-page .news img {
  width: 300px;
}

.blog-page .news .news-child hr {
  width: 647px;
}

.blog-page .news .news-child a {
  all: unset;

  color: white;
  background-color: #e54c2a;
  text-align: center;
  margin-top: 8px;
  width: 130px;
  padding: 10px 0;
  font-size: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.blog-page .page {
  display: flex;
  justify-content: space-between;
  padding: 1% 17%;
}

.blog-page .page p {
  margin: 0;
  padding: 0;
  opacity: 0.6;
}

.blog-page .page a {
  all: unset;
  color: white;
  background-color: #bebebe;
  border-radius: 100%;
  padding: 10px 15px;
  cursor: pointer;
}

.blog-page .page a:first-child {
  background-color: #e54c2a;
}

@media screen and (max-width: 1160px) {
  .blog-page .nv_bar_about {
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    height: 80px;
  }

  .blog-page .logo {
    margin-left: 44%;
    height: 80px;
    width: auto;
  }

  .blog-page .hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .blog-page .hamburger span {
    width: 25px;
    height: 2.4px;
    border-radius: 4px;
    background-color: #ffffff;
  }

  .blog-page .historique_about {
    padding-left: 3%;
  }

  .blog-page .line {
    width: 94%;
  }

  .blog-page .news {
    max-width: 100%;
    padding: 0 3%;
  }

  .blog-page .news .news-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-page .news .news-child {
    max-height: none;
    width: 100%;
    align-items: flex-start;
    text-align: center;
  }

  .blog-page .news .news-child p {
    line-height: 1.6;
    align-items: flex-start;
  }

  .blog-page .news img {
    width: 100%;
    max-width: 500px;
  }

  .blog-page .news .news-child hr {
    width: 100%;
    max-width: 1000px;
    align-items: flex-start;
  }

  .blog-page .news .news-child a {
    width: 150px;
    padding: 12px 0;
    font-size: 12px;
  }

  .blog-page .page {
    padding: 3% 3%;
  }
}

@media screen and (max-width: 767px) {
  .blog-page .nv_bar_about {
    height: 200px;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
  }

  .blog-page .logo {
    margin-left: 44%;
  }

  .blog-page .boc3 {
    margin-top: 96px;
  }

  .blog-page .hamburger {
    margin-top: 35px;
  }

  .blog-page .boc3 a:nth-child(1) {
    display: none;
  }

  .blog-page .boc3 hr:nth-child(2) {
    display: none;
  }

  .blog-page .search-bar {
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%;
  }

  .blog-page .search-bar img {
    height: 22px;
    width: auto;
    position: absolute;
    right: 20px;
  }

  .blog-page .search-bar input {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border: 2px solid black;
    padding-left: 10px;
    color: white;
  }

  .blog-page .search-bar input::placeholder {
    color: white;
  }

  .blog-page .nav-hamburger {
    width: 58%;
  }

  .blog-page .news {
    gap: 30px;
    margin-top: 20px;
  }

  .blog-page .news .news-container {
    gap: 15px;
  }

  .blog-page .news img {
    width: 100%;
    max-width: 350px;
  }

  .blog-page .news .news-child p {
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
  }

  .blog-page .news .news-child h6 {
    font-size: 1rem;
  }

  .blog-page .page {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 5% 3%;
  }

  .blog-page .page p {
    font-size: 0.9rem;
  }

  .blog-page .page a {
    padding: 12px 18px;
  }
}

/* Petits mobiles (max-width: 480px) */
@media screen and (max-width: 480px) {
  .blog-page .news {
    gap: 25px;
  }

  .blog-page .news img {
    max-width: 100%;
  }

  .blog-page .news .news-child hr {
    max-width: 100%;
  }

  .blog-page .news .news-child h6 {
    font-size: 0.95rem;
  }

  .blog-page .news .news-child p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .blog-page .news .news-child a {
    width: 130px;
    padding: 10px 0;
    font-size: 11px;
  }
  .blog-page .news .news-child {
    align-items: center;
  }
}
