body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

body.modal-open {
  overflow: hidden;
}

.row {
  margin: 0px !important;
}

.back_to_top {
  position: fixed;
  height: 4vh;
  width: 4vh;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--second-color);
  right: 2%;
  bottom: 2%;
  opacity: 0;
  cursor: pointer;
  z-index: 999999999;
}

.back_to_top i {
  color: rgb(0, 0, 0);
  font-size: 2vh;
}

.logo {
  height: 40px;
  width: auto;
  object-fit: cover;
}

.navbar2 .icon {
  display: none;
}

.navbar2 .icon2 {
  display: none;
}

.navbar2 .reseau {
  /* background-color: var(--second-color); */
  display: flex;
  height: 45.5px;
  padding-left: 6vh;
  --bs-gutter-x: 0rem;
  padding-right: 6vh;
  z-index: 99;
  position: relative;
  align-content: center;
  margin: 0px;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff69;
  display: none;
}

.nav-mobile {
  display: none;
  transition: transform 5s ease-in-out;
}

.open {
  transition: transform 5s ease-in-out;
}

.navbar2 .reseau span {
  display: none;
}

.navbar2 .direction {
  background-color: rgba(189, 189, 189, 0);
  padding-left: 6vh;
  padding-right: 6vh;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}

#direction {
  position: fixed;
  width: 100%;
  padding: 20px 40px;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  top: 0px;
}

.navbar2 .direction .col-md-8 {
  display: flex;
  align-items: center;
  padding: 0px;
  justify-content: center;
}

.navbar2 .direction .col-md-8:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
}

.navbar2 .direction .col-md-3 {
  display: flex;
  align-items: center;
  padding: 0px;
  width: fit-content;
}

.navbar2 .direction .col-md-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar2 .direction .col-md-3 a {
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar2 .direction .col-md-4:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar2 .direction .col-md-6 p {
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
  padding: 20px 10px;
  font-size: 17px;
}

.navbar2 .direction .col-md-4 p:last-child {
  padding-left: 0px;
}

.navbar2 .reseau .col-md-8 {
  display: flex;
  align-items: center;
  width: fit-content;
}

.navbar2 .reseau .col-md-4 {
  display: flex;
  align-items: center;
}

.navbar2 .reseau .col-md-4:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
}

.navbar2 .reseau .col-md-8 p {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  padding: 13px 0px;
  font-weight: 400;
  font-size: 13px;
}

.navbar2 .reseau .col-md-8 p:last-child {
  padding-left: 0px;
}

.navbar2 .reseau .col-md-4 ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.navbar2 .reseau .col-md-4 ul li {
  color: white;
  padding: 0px 10px;
  transition: 0.2s;
}

.languages {
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
}

.languages a.active {
  color: #111;
  font-weight: bold;
}

.languages a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #aaa;
}

.languages a:hover {
  color: var(--second-color);
}

#id_panier_btn {
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.number_panier_article {
  border-radius: 100%;
  background-color: #000000;
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: 5px;
  left: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}

.navbar2 .reseau .col-md-4 ul li i:hover {
  scale: 1.2;
  transition: 0.2s;
}

.navbar2 .reseau .col-md-4 ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.navbar2 .reseau .col-md-4 ul li a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 400;
}

.navbar2 .reseau .col-md-4 ul li:last-child {
  padding-right: 0px;
}

.navbar2 .direction .col-md-8 ul {
  display: flex;
  list-style: none;
  gap: 25px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.navbar2 .direction .col-md-8 ul li {
  color: white;
  position: relative;
}

.navbar2 .direction .col-md-8 ul li:last-child {
  padding-right: 0px;
}

.navbar2 .direction .col-md-8 ul li a {
  text-decoration: none;
  color: #444;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 10px 0;
  display: inline-block;
}

.navbar2 .direction .col-md-8 ul li a:hover {
  color: var(--second-color);
}

.navbar2 .direction .col-md-8 ul li a i {
  font-size: 16px;
  display: none;
  margin-left: 5px;
}

.sous_menu {
  display: none;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 100%;
  width: 180%;
  background-color: white;
  z-index: 1000;
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease;
}

.navbar2 .direction .col-md-8 ul li .sous_menu li:hover {
  background-color: #f9f9f9;
}

.navbar2 .direction .col-md-8 ul li .sous_menu a:hover {
  color: var(--second-color);
}

.navbar2 .direction .col-md-8 ul li .sous_menu {
  padding: 5px;
  margin: 0;
  list-style: none;
  max-height: fit-content;
  overflow: hidden;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
  z-index: 1000;
  border-top: 2px solid var(--second-color);
}

.navbar2 .direction .col-md-8 ul li .sous_menu li {
  margin: 0px;
  padding: 0px;
}

.navbar2 .direction .col-md-8 ul li .sous_menu li a {
  display: block;
  padding: 12px 20px;
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar2 .reseau .col-md-8 ul li a i {
  color: white;
  transition: transform 0.3s ease;
  font-size: 17px;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.rotate-inverse {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

@keyframes nav {
  0% {
    opacity: 0;
    transform: rotateX(-100deg);
    transform-origin: top;
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }
}

@keyframes nav-inverse {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }

  100% {
    opacity: 0;
    transform: rotateX(-100deg);
    transform-origin: top;
  }
}

@media screen and (max-width: 992px) {
  .navbar2 .reseau {
    justify-content: center;
  }

  #id_panier_btn {
    font-size: 1.5rem;
    margin-right: 15px;
  }

  #id_panier_btn i {
    margin-bottom: 0px !important;
    font-size: 1.3rem !important;
  }

  .navbar2 .reseau .col-md-8 {
    display: none !important;
  }

  .navbar2 .reseau .col-md-4:last-child {
    display: none;
  }

  #direction {
    margin: initial;
  }

  .navbar2 .direction .col-md-8 ul li {
    display: none;
  }

  .navbar2 .direction .col-md-8:last-child {
    width: 100%;
  }

  .navbar2 .reseau a {
    text-decoration: none;
    color: white;
    font-size: 15px;
  }

  .navbar2 .icon {
    display: block;
    top: 10px;
    font-size: 30px;
    color: black;
    height: auto;
    right: 15px;
    border: none;
    background-color: #ffffff00;
  }

  .navbar2 .icon2 {
    display: block;
    top: 10px;
    font-size: 20px;
    color: rgb(0 0 0);
    height: auto;
    right: 15px;
    border: none;
    background-color: #ffffff00;
  }

  .navbar2 .direction .col-md-1 {
    display: none;
  }

  .navbar2 .direction .col-md-8 {
    justify-content: flex-end;
  }

  .navbar2 .icon:focus {
    outline: none;
  }

  .navbar2 .icon2:focus {
    outline: none;
  }

  .navbar2 .direction .col-md-3 {
    display: flex;
    align-items: center;
    padding: 0px;
    width: 0%;
  }

  .navbar2 .reseau .col-md-4 p {
    display: none;
  }

  .navbar2 .reseau .col-md-4 ul {
    display: none;
  }

  .navbar2 .reseau span {
    display: block;
    color: white;
    text-align: center;
    font-size: 1em;
    padding: 10px;
  }

  .navbar2 .direction .col-md-6 ul li {
    display: none;
  }

  .navbar2.responsive .nav-mobile {
    height: auto;
    transition: max-height 0.3s ease-in-out;
    background-color: white;
    padding-top: 100px;
    padding-bottom: 22px;
    z-index: 99;
    align-items: center;
    display: block;
    position: fixed;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
  }

  .navbar2.responsive .nav-mobile ul {
    list-style: none;
    margin: 0px;
    padding: 0px 14vw;
  }

  .navbar2.responsive .nav-mobile ul li {
    border-bottom: 0.2px solid #b7b5b5;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar2.responsive .nav-mobile ul li:last-child {
    border-bottom: 0px solid #b7b5b5;
  }

  .navbar2.responsive .nav-mobile ul li a {
    text-decoration: none;
    color: black;
    width: 60vw;
    display: block;
    padding: 10px 0px;
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .navbar2.responsive .nav-mobile2 {
    display: flex;
  }

  .navbar2 .nav-mobile2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-top: 70px;
  }

  .navbar2 .nav-mobile2 ul li {
    border-bottom: 0.2px solid #b7b5b5;
    margin: 0;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    flex-direction: column;
    justify-content: space-around;
  }

  .navbar2 .nav-mobile2 ul li:last-child {
    border-bottom: 0;
    padding-bottom: 5px;
  }

  .navbar2 .nav-mobile2 ul li a {
    text-decoration: none;
    color: #444;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 10px 0;
    display: inline-block;
  }

  .close_second_menu {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background-color: white;
  }

  .close_second_menu i {
    font-size: 25px;
    color: black;
  }

  .nav-mobile2 ul.sous_menu2 {
    display: none;
    padding-left: 20px;
    width: 100%;
  }

  .nav-mobile2 ul.sous_menu2.active {
    display: block;
    padding: 0;
    margin-top: 5px;
  }

  .nav-mobile2 ul.sous_menu2.active li a {
    text-decoration: none;
    color: #444;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 10px 0;
    display: inline-block;
  }

  .nav-mobile2 ul.sous_menu2.active li a i {
    color: #515151;
    font-size: 12px;
    margin-left: 5px;
  }

  .nav-mobile2 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-mobile2 li.has-submenu > a {
    width: 100%;
  }

  .nav-mobile2 li.has-submenu > i {
    width: 30%;
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 5;
    top: 0px;
    display: flex;
    bottom: 0px;
    justify-content: flex-end;
    align-items: center;
    max-height: 60px;
    color: #444444;
    font-size: 15px;
  }

  .nav-mobile2 li.has-submenu > ul {
    width: 100%;
    padding-left: 20px;
  }

  .nav-mobile2 li > i.fa-arrow-right {
    position: absolute;
    right: 10px;
    color: #444444;
    font-size: 14px;
  }
}

.nav-mobile2 {
  transform: translateX(100%);
  transition: transform 0.5s ease;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  justify-content: center;
  background-color: white;
  z-index: 99999;
  display: none;
  overflow: auto;
  padding-top: 50px;
}

.nav-mobile2.open2 {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  #direction {
    height: 65px;
    padding: 10px 20px;
  }

  .navbar2 .logo {
    height: 42px;
  }

  .navbar2 .direction {
    padding: 0vh 3vh;
  }

  .navbar2 .direction .col-md-8 ul li {
    display: none;
  }

  .navbar2 .reseau {
    padding-left: 0vh;
    justify-content: center;
    padding-right: 0vh;
  }

  .navbar2 .reseau a {
    text-decoration: none;
    color: white;
    font-size: 13px;
  }
}

/* ===== SECTION GENERALE PILIERS ===== */
.pillars-section-main {
  background-color: #fafafa;
  padding: 10px 0px 30px;
}

.pillars-section {
  max-width: 1380px;
  text-align: center;
  margin: auto;
  display: flex;
  padding: 50px 0px;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.pillars-section h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.grid-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.grid-pillars.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-pillars.grid-4 {
  grid-template-columns: repeat(2, 1fr);
}

.pillar-card {
  position: relative;
  height: 450px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.pillar-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.8s ease;
}

.pillar-card:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.pillar-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  text-align: center;
}

.pillar-overlay h3 {
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

.pillar-overlay span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #c5a059;
  text-transform: uppercase;
}

.pillar-overlay p {
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pillar-overlay .discover-btn {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #c5a059;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  transition: 0.3s ease;
  background: transparent;
}

@media screen and (max-width: 992px) {
  .grid-pillars {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }

  .pillars-section {
    padding: 60px 5%;
  }

  .grid-pillars.grid-5 .pillar-card:nth-child(4),
  .grid-pillars.grid-5 .pillar-card:nth-child(5) {
  }
}

@media screen and (max-width: 576px) {
  .grid-pillars {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .pillar-card {
    height: 300px;
  }

  .pillars-section h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .pillars-section {
    padding: 40px 5%;
  }
}

.left_txt_right_img {
  height: auto;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  background-color: #f9fafb;
}

.left_txt_right_img .row .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
}

.left_txt_right_img .row {
  --bs-gutter-x: 0rem;
}

.left_txt_right_img .row .text h2 {
  font-size: 35px;
  width: 75%;
  padding: 10px 0px;
  font-weight: 700;
}

.left_txt_right_img .row .text p {
  font-size: 18px;
  width: 75%;
  padding: 10px 0px;
  font-weight: 400;
  color: #3d3d3d;
}

.left_txt_right_img .row .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
}

.left_txt_right_img .row .image img {
  height: 100%;
  width: 100%;
  max-height: 575px;
  object-fit: cover;
}

.left_txt_right_img ul li {
  list-style: none;
  margin: 10px 0px;
  font-size: 18px;
  color: #3d3d3d;
}

.left_txt_right_img ul li i {
  color: var(--second-color);
  margin-right: 5px;
}

.left_txt_right_img ul {
  padding: 0px;
  width: 75%;
}

#ul-about li {
  list-style: inside;
  margin-bottom: 15px;
}

.left_txt_right_img a {
  padding: 9px 24px;
  background-color: var(--second-color);
  color: white;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 55px;
}

.left_txt_right_img a:hover {
  border-radius: 7px;
  transition: 0.3s;
  color: white;
}

@media (max-width: 992px) {
  .left_txt_right_img .row .text {
    padding-left: 0px;
    align-items: center;
    padding-right: 0px;
  }

  .left_txt_right_img .row .text p {
    font-size: 17px;
    width: 75%;
    text-align: left;
    padding: 5px 0px;
  }

  .left_txt_right_img ul li {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .left_txt_right_img {
    padding: 15px 0px;
    margin-bottom: 0px;
  }

  .left_txt_right_img .row .text {
    padding-left: 0px;
    align-items: center;
    padding-right: 0px;
  }

  .left_txt_right_img .row .text h2 {
    font-size: 35px;
    width: 75%;
    text-align: left;
    padding: 5px 0px;
    margin-bottom: 0px;
  }

  .left_txt_right_img .row .text p {
    font-size: 17px;
    width: 75%;
    margin: 10px 0px;
    text-align: left;
    padding: 5px 0px;
  }

  .left_txt_right_img .row .image img {
    width: 90%;
  }

  .left_txt_right_img ul li {
    font-size: 17px;
  }
}

.map_contact {
  height: auto;
  background-color: rgb(246, 247, 248);
}

.obligatoire_telephone {
  display: none;
}

.map_contact .row {
  --bs-gutter-x: 0rem;
}

.map_contact .form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.map_contact .map {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
}

.map_contact .map iframe {
  width: 100%;
  border: 0;
  height: 100%;
}

.map_contact .form .formulaire {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 35px;
}

.map_contact .form .formulaire h3 {
  color: black;
  font-size: 30px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}

.additonVerifbot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.additonVerifbot label {
  width: 40%;
}

.additonVerifbot input {
  width: 100%;
}

.map_contact .form .formulaire input {
  color: black;
  padding: 12px 13px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.map_contact .form .formulaire .div_checkbox {
  color: black;
  padding: 12px 13px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.map_contact .form .formulaire .div_checkbox label {
  color: #595959;
  display: flex;
  align-items: center;
}

.map_contact .form .formulaire .div_checkbox input {
  transform: scale(1.2);
  margin: 0px;
}

.map_contact .form .formulaire input:focus {
  outline: none;
}

.map_contact .form .formulaire textarea:focus {
  outline: none;
}

.map_contact .form .formulaire textarea {
  color: black;
  padding: 12px 13px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.map_contact .form .formulaire button {
  color: white;
  padding: 15px 10px;
  background-color: var(--second-color);
  border: 0px;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
  transition: 0.3s ease;
  margin-top: 20px;
}

.map_contact .form .formulaire button:hover {
  scale: 1.02;
  transition: 0.3s ease;
}

@media screen and (max-width: 992px) {
  .additonVerifbot {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .additonVerifbot label {
    width: 100%;
    margin-top: 7px;
  }

  .map_contact .form .formulaire {
    width: 90%;
    padding: 14px;
  }

  .map_contact .form .formulaire textarea {
    height: 100px;
  }

  .map_contact .form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .map_contact .map {
    padding-right: 0px;
    height: 227px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .map_contact {
    padding-top: 0px;
  }

  .map_contact .map iframe {
    width: 100%;
  }

  .map_contact .form {
    display: flex;
    justify-content: center;
    padding: 0px;
  }

  .map_contact .form h3 {
    margin-bottom: 30px;
  }

  .map_contact .form .formulaire {
    width: 95%;
  }

  .map_contact .form .formulaire input {
    padding: 12px 14px;
    font-size: 17px;
  }

  .map_contact .form .formulaire textarea {
    padding: 12px 14px;
    font-size: 17px;
  }

  .map_contact .form .formulaire button {
    padding: 13px 15px;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .map_contact .form .formulaire h3 {
    text-align: center;
  }
}

/* ===== SECTION AVIS ===== */
.container-avis {
  background-color: #fff;
  width: 100%;
}

.reviews-section {
  padding: 80px 10%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* En-tête : titre + bouton */
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

.reviews-section h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
}

.btn-review {
  padding: 10px 30px;
  background-color: #c5a059;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-review:hover {
  background-color: #a8884a;
  color: #fff;
  transform: scale(1.05);
}

/* Slide */
.review-box {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.stars {
  color: #c5a059;
  font-size: 17px;
  margin-bottom: 15px;
}

.review-text {
  font-size: 17px;
  font-style: italic;
  color: #444 !important;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.review-author {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 768px) {
  .reviews-header {
    flex-direction: column;
    align-items: center;
  }

  .reviews-section h2 {
    font-size: 26px;
  }

  .review-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .reviews-section {
    padding: 40px 5%;
  }

  .review-box {
    padding: 10px;
  }

  .review-text {
    font-size: 14px;
  }

  .btn-review {
    padding: 8px 20px;
    font-size: 12px;
  }
}

.mention-legals {
  max-width: 1200px;
  margin: 0 auto;
}

.span_contenu_solo {
  margin-top: 10px !important;
  max-width: 1200px;
  margin-bottom: 20px !important;
  margin: 0 auto;
}

.span_contenu_solo a {
  color: black;
  text-decoration: none;
}

.span_contenu_solo ol {
  display: flex;
  padding: 0px;
  list-style: none;
}

#retour {
  padding: 10px 20px;
  background-color: var(--second-color);
  color: white;
  text-decoration: none;
  margin-top: 30px;
  transition: 0.2s;
}

.mention-legals a:hover {
  scale: 1.05;
  transition: 0.2s;
}

.mention-legals h1 {
  margin-bottom: 40px;
}

.mention-legals h2 {
  margin-top: 40px;
  font-size: 2vw;
}

.mention-legals p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mention-legals h2 {
    font-size: 6vw;
  }

  .mention-legals h1 {
    font-size: 8vw;
  }

  .mention-legals {
    padding: 50px 50px;
  }

  .mention-legals p {
    font-size: 4vw;
  }
}

.acceuil3 {
  position: relative;
  height: 400px;
  margin-top: 90px;
  background-position: center;
  display: flex;
  background: center / cover no-repeat;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

.acceuil3 nav {
  display: flex;
  width: 90%;
  margin: 20px auto;
  margin-bottom: -10px;
  z-index: 999;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.acceuil3 nav ol {
  margin: 0px;
  padding: 0px;
  gap: 10px;
  display: flex;
}

.acceuil3 nav ol li a {
  color: white;
  text-decoration: none;
}

.acceuil3 nav ol li {
  list-style: none;
}

.acceuil3 nav ol li a:hover {
  text-decoration: underline !important;
}

.acceuil3 nav ol li span {
  color: white;
}

.acceuil3 p {
  color: white;
  position: relative;
  width: 90%;
  font-size: 1.1rem;
  margin: 0px auto;
  line-height: 28px;
}

.acceuil3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
}

.acceuil3 h1 {
  color: white;
  font-weight: 500;
  position: relative;
  width: 60%;
  font-size: 40px;
  margin: 20px auto;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .acceuil3 {
    height: auto;
    padding: 50px 0px;
    margin-top: 85px;
  }

  .acceuil3 h1 {
    font-size: 25px;
    text-align: center;
    width: 95%;
    line-height: 45px;
  }
}

/* Page Galerie */

.realisation2 {
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1400px;
  margin: 0px auto;
}

.galerie_pin {
  width: 100%;
  /*padding-bottom: 30px;*/
  z-index: 1;
}

.galerie_pin > div {
  column-count: 3;
  column-gap: 5px;
}

.galerie_pin > div > div {
  margin-bottom: 5px;
}

.galerie_pin .images {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 5px;
}

.galerie_pin .images img {
  width: 100%;
  box-shadow: 0px 0px 5px 0px #5a5a5a;
  margin: 0 !important;
  padding: 0 !important;
}

.galerie_pin .images .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.8) 80%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.galerie_pin .images:hover .overlay-image {
  opacity: 1;
}

.overlay-image h2 {
  display: block;
  margin: 10px 0;
  text-transform: capitalize;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.overlay-image p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 0 20px;
}

.modal_galerie {
  position: fixed;
  left: 50%;
  display: none;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1200px;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  overflow: hidden;
  z-index: 99;
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.modal_galerie .close {
  position: absolute;
  top: 15px;
  right: 35px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  opacity: 1;
  text-shadow: none;
}

.modal_galerie .close i {
  color: #ffffff;
  font-size: 40px;
  background-color: var(--second-color);
}

.modal_galerie .close:hover,
.modal_galerie .close:focus {
  transform: scale(1.05);
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal_galerie .close i {
    font-size: 25px;
  }

  .modal_galerie .close {
    position: absolute;
    right: 15px;
  }

  .modal_galerie {
    height: auto;
    width: 95%;
    top: 45%;
    padding: 0px;
  }

  .galerie_pin > div {
    column-count: 2 !important;
    margin: 0px 16px;
  }
}

.footer3 {
  height: auto;
  width: 100vw;
  border-top: 2px solid rgb(245, 245, 245);
}

.footer3 .row {
  display: flex;
  justify-content: space-evenly;
  --bs-gutter-x: 0rem;
}

.footer3 .row .col-md-3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: left;
  border-bottom: 0px !important;
  padding: 20px 0px;
}

.footer3 .row .col-md-3 h3 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer3 .row .col-md-3 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer3 .row .col-md-3 ul li {
  margin-top: 3px;
}

.footer3 .row .col-md-3 ul li a {
  color: #5b5b5b;
  text-decoration: none;
  font-size: 14px;
  padding-right: 3px !important;
}

.footer3 .row .col-md-3 ul li a:hover {
  text-decoration: underline;
}

.footer3 .row .col-md-3 p {
  font-size: 14px;
}

.footer3 .row .col-md-3:last-child {
  display: flex;
  justify-content: flex-start;
}

.footer3 .row span {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}

.footer3 .row span a {
  color: rgb(0, 0, 0) !important;
}

#reseauLinkFooter a {
  margin-right: 15px;
  font-size: 23px;
}

#reseauLinkFooter {
  margin-top: 20px;
}

.footer3 .row:first-child {
  background-color: rgb(255, 255, 255);
  padding: 43px 0px;
  max-width: 1380px;
  margin: auto !important;
}

.footer3 .row:last-child {
  background-color: rgb(245, 245, 245);
  height: auto;
}

@media screen and (max-width: 992px) {
  .footer3 .row .col-md-3 {
    border-right: 0px solid gray;
    border-bottom: 0.5px solid gray;
    padding: 0px;
    width: 30%;
  }

  .footer3 .row {
    display: flex;
    --bs-gutter-x: 0rem;
    justify-content: center;
  }

  .footer3 .row .col-md-3:last-child {
    border-right: 0px solid gray;
    border-bottom: 0px solid gray;
  }

  .footer3 .row .col-md-3 ul li a {
    font-size: 14px;
  }

  .footer3 .row .col-md-3 h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer3 {
    padding-top: 0px;
  }

  .footer3 .row .col-md-3 {
    border-right: 0px solid gray;
    border-bottom: 0.5px solid gray;
    width: 100%;
    padding-left: 20px !important;
    margin-bottom: 30px;
  }

  .footer3 .row .col-md-3 p {
    margin-bottom: 0px !important;
  }

  .footer3 .row .col-md-3:last-child {
    border-right: 0px solid gray;
    border-bottom: 0px solid gray;
  }

  .footer3 .row .col-md-3 ul li a {
    font-size: 14px;
  }

  .footer3 .row .col-md-3 h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .footer3 .row span {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

/* slider */
.slideraccueil {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid white !important;
  background-color: transparent !important;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: white !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
  border-color: white;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullet-active {
  transform: scale(1.1);
}

.swiper-button-next {
  color: white;
  font-size: 15px;
}

.swiper-button-prev {
  color: white;
  font-size: 15px;
}

.slideraccueil .contenue {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
}

.slideraccueil h1 {
  color: white;
  font-size: 56px;
  width: 60%;
  text-align: center;
  font-weight: lighter;
  min-width: 300px;
  font-weight: 400;
  text-transform: uppercase;
  width: 700px;
  letter-spacing: 5px;
  line-height: 85px;
}

.slideraccueil h2 {
  color: white;
  font-size: 56px;
  width: 60%;
  width: 700px;
  text-align: center;
  font-weight: lighter;
  line-height: 85px;
  min-width: 300px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.slideraccueil p {
  color: white !important;
  width: 60%;
  font-size: 19px;
  text-align: center;
  margin-bottom: 45px;
  width: 700px;
}

.slideraccueil a {
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--second-color);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.4s ease;
}

.slideraccueil a:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

#tarteaucitronIcon #tarteaucitronManager img {
  display: none;
}

.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideraccueil img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -9;
}

#image-slider {
  display: flex !important;
  height: 85vh;
  background-position: center !important;
  background-size: cover !important;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.image-slider .image-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .image-slider .image-normal {
    display: none;
  }

  .image-slider .image-mobile {
    display: block;
  }

  .slideraccueil {
    height: 100vh;
  }

  .slideraccueil .contenue {
    height: 100vh;
  }

  .slideraccueil_second {
    height: 184vw !important;
  }

  .slideraccueil h1 {
    font-size: 32px;
    width: 90%;
    letter-spacing: 3px;
    line-height: 51px;
  }

  .slideraccueil h2 {
    font-size: 32px;
    width: 90%;
    letter-spacing: 3px;
    line-height: 51px;
  }

  #image-slider {
    height: 100vh;
  }

  .slideraccueil p {
    font-size: 17px;
    width: 80%;
    margin-bottom: 20px;
  }

  .slideraccueil a {
    font-size: 15px;
    padding: 11px 20px;
  }

  .slick-slider {
    height: auto;
  }

  .withouttetiere {
    margin-top: 120px !important;
  }

  .withouttetiere h1 {
    padding: 0px 30px;
  }

  .tetiere {
    border-radius: 0px !important;
    margin-top: 48px !important;
  }

  .maintenance_div {
    width: 80% !important;
  }

  .maintenance_div img {
    height: 80px !important;
    width: auto !important;
  }

  .maintenance .maintenance_div h2 {
    font-size: 23px;
    margin-bottom: 13px !important;
  }

  .maintenance .maintenance_div p {
    font-size: 1rem;
  }
}

/* ===== SECTION JOURNAL (BLOG) ===== */
.journal-section-main {
  background-color: #fafafa;
}

.journal-section {
  text-align: center;
  max-width: 1380px;
  margin: auto;
  padding: 80px 0px 70px;
}

.journal-section h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

.grid-journal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}

.grid-journal:has(.journal-card:only-child) {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
}

.grid-journal:has(.journal-card:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

.journal-card {
  text-decoration: none;
  color: #333;
  display: block;
  transition: transform 0.3s ease;
}

.journal-card:hover {
  transform: translateY(-5px);
}

.journal-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 20px;
  filter: grayscale(100%);
  transition: 0.4s ease;
}

.journal-card:hover img {
  filter: grayscale(0%);
}

.journal-card h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.journal-card:hover h4 {
  color: #c5a059;
}

.journal-card p {
  font-size: 13px;
  color: #888;
  margin-bottom: 15px;
  line-height: 1.5;
}

.journal-card span {
  font-size: 11px;
  letter-spacing: 1px;
  color: #c5a059;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s ease;
}

.journal-card:hover span {
  letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
  .grid-journal {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .journal-section {
    padding: 60px 5%;
  }
}

@media screen and (max-width: 768px) {
  .grid-journal {
    grid-template-columns: 1fr !important;
    gap: 50px;
    max-width: 500px;
    margin: 0 auto;
  }

  .journal-card img {
    height: 200px;
  }

  .journal-section h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .journal-section {
    padding: 40px 5%;
  }

  .journal-card img {
    height: 180px;
  }

  .journal-card h4 {
    font-size: 16px;
  }
}

.article .row {
  width: 80%;
  margin: 150px auto !important;
  display: flex;
  margin-bottom: 67px;
}

.titre_article_blog {
  font-weight: 700;
  width: 100%;
  word-break: break-word;
}

.article .contenu_article .ql-tooltip {
  display: none;
}

.article .contenu_article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: flex-start;
  word-break: break-all;
}

.titre_article_blog_span {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgb(108, 121, 132);
}

.titre_article_blog_a {
  color: rgb(108, 121, 132);
  text-decoration: none;
}

.article .time_date_article {
  margin-top: 15px;
  font-size: 17px;
  color: rgb(108, 121, 132);
}

.article .time_date_article i {
  margin: 0px 5px 0px 25px;
}

.article .share_link i {
  color: rgb(108, 121, 132);
  margin-right: 11px;
  font-size: 16px;
}

.article .information_article {
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  width: 38%;
  margin-left: auto;
}

.article .information_article .autre_article {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: rgb(108, 121, 132);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.article .information_article .autre_article:hover {
  text-decoration: underline;
  color: var(--second-color);
  transition: 0.3s;
}

.article .information_article h2 {
  font-size: 23px;
  margin-top: 35px;
}

.article .information_article img {
  height: auto;
  max-height: 268px;
  width: -webkit-fill-available;
  object-fit: cover;
}

.article .information_article .auteur {
  text-decoration: underline;
  color: var(--second-color);
}

.article .information_article .autre_article img {
  height: 50px;
  width: auto;
}

.article .information_article .autre_article p {
  margin: 0px 10px;
}

.liseret {
  width: 98%;
  border-bottom: 1px solid rgba(116, 116, 116, 0.607);
  margin: 40px 0px;
}

.contenu_article .ck-content h2 {
  font-size: 1.5rem;
}

.contenu_article .ck-content h3 {
  font-size: 1.2rem;
}

.contenu_article .ck-content h4 {
  font-size: 1.2rem;
}

.contenu_article .ck-content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 819px) {
  .article p {
    margin: 0px;
  }

  .article .information_article h2 {
    margin-top: 10px;
  }

  .article .information_article .auteur {
    margin-bottom: 30px;
  }

  .article .row {
    margin: 0px auto !important;
    width: 95%;
  }

  .article .information_article {
    position: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    height: auto;
  }

  .article .information_article .autre_article img {
    height: 100%;
    width: 30%;
  }

  .article {
    width: 100%;
  }

  .article .information_article .autre_article p {
    margin: 0px 19px;
    padding: 10px 0px;
  }

  .article .contenu_article {
    width: 100%;
    margin-top: -40px;
  }

  article .contenu_article h2 {
    margin-top: 20px;
  }

  .article .contenu_article span {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .article .information_article img {
    width: inherit;
    height: auto;
  }

  .liseret {
    margin: 25px 0px;
  }
}

.error_page {
  height: 100vh;
  overflow: hidden;
  z-index: 99999;
  position: fixed;
  top: 0px;
  background: white;
  flex-direction: column;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_page a {
  font-size: 25px;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider_partenaire {
  overflow: hidden;
  position: relative;
  display: flex;
  margin: auto;
  justify-content: center;
  height: 140px;
}

.partenaire {
  max-width: 1200px;
  margin: 20px auto;
}

.partenaire h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 2px;
  margin-top: 50px;
  text-align: center;
}

#partenaires .swiper-wrapper {
  justify-content: center;
}

.slider_partenaire .slide {
  height: 80px;
  margin: 0px;
}

.slider_partenaire .slide img {
  object-fit: contain;
  height: 130px;
  width: 100%;
}

@media screen and (max-width: 819px) {
  .slider_partenaire .slide {
    height: 70px;
    width: 132px;
    margin-left: 2px !important;
    margin-right: 0px !important;
    width: 30% !important;
    display: flex;
    justify-content: center;
  }

  .slider_partenaire .slide img {
    height: 70px;
    width: auto !important;
  }

  .slider_partenaire .slide-track {
    display: flex;
  }

  .slider_partenaire::before,
  .slider_partenaire::after {
    width: 0px;
  }

  .slider_partenaire {
    height: 70px;
  }

  .partenaire h2 {
    margin-bottom: 7px;
    text-align: center;
  }
}

@media screen and (max-width: 819px) {
  .message {
    min-width: 90% !important;
    width: 60% !important;
    padding: 14px 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .message .fa-circle-check {
    font-size: 20px;
    left: 5px;
  }

  .message .msg {
    padding-left: 18px;
    font-size: 13px;
  }

  .messageRED {
    min-width: 90% !important;
    width: 60% !important;
    padding: 14px 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .messageRED .fa-exclamation-circle {
    font-size: 20px;
    left: 5px;
  }

  .messageRED .msg {
    font-size: 13px;
    padding-left: 18px;
  }
}

/*Tablette*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slideraccueil .contenue {
    height: 84vw;
  }

  .slideraccueil {
    height: 84vw;
  }

  .presentation {
    padding: 40px 0px;
  }

  .presentation .col-md-3 {
    width: 387px !important;
    min-width: 352px;
  }

  .google_avis1 .write span {
    justify-content: left;
  }

  .google_avis1 .write {
    width: 90%;
  }

  #slider-container {
    width: 90%;
  }

  .footer3 .row .col-md-3 {
    justify-content: flex-start;
    flex-direction: column;
    align-items: left;
  }

  .footer3 .row {
    justify-content: center;
  }

  .realisation2 .projet_img .col-md-3 {
    min-width: 378px;
  }
}

/* Message notification */
.message {
  background: #c4f3d7;
  padding: 14px 38px;
  min-width: 420px;
  position: fixed;
  right: 20px;
  top: 50px;
  border-radius: 4px;
  border-left: 8px solid rgb(43, 215, 113);
  overflow: hidden;
  opacity: 0;
  border-right: 0px;
  z-index: 99999999999;
  animation: message 4s linear;
}

.message .fa-circle-check {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(30, 176, 93);
  font-size: 30px;
}

.message .msg {
  padding-left: 20px;
  font-size: 15px;
  color: rgb(40 110 69);
}

.messageRED {
  background: #ffd6d6;
  padding: 14px 38px;
  min-width: 420px;
  position: fixed;
  right: 20px;
  top: 50px;
  border-radius: 4px;
  border-left: 8px solid #ff5252;
  overflow: hidden;
  opacity: 0;
  border-right: 0px;
  z-index: 999999999;
  animation: message 4s linear;
}

.messageRED .fa-exclamation-circle {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff5252;
  font-size: 30px;
}

.messageRED .msg {
  padding-left: 20px;
  font-size: 15px;
  color: #ff5252;
}

@keyframes message {
  0% {
    opacity: 0;
    top: 0px;
  }

  14% {
    opacity: 1;
    top: 70px;
  }

  50% {
    opacity: 1;
    top: 70px;
  }

  75% {
    opacity: 1;
    top: 70px;
  }

  80% {
    opacity: 0;
    top: 70px;
  }

  100% {
    opacity: 0;
    top: 70px;
  }
}

.article_block {
  padding: 20px !important;
  margin: 20px auto !important;
  overflow: auto;
}

/*.article_block p {*/
/*  margin-bottom: 0px;*/
/*}*/

.tetiere {
  margin-top: 90px;
  position: relative;
  top: 40px;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
  text-decoration: none;
  background: center / cover no-repeat;
  margin-bottom: 50px;
}

.tetiere span a {
  color: white;
  text-decoration: none;
  position: relative;
  width: 90%;
  margin: 0px auto;
}

.tetiere span a:hover {
  text-decoration: underline;
}

.tetiere p {
  color: white;
  position: relative;
  width: 90%;
  margin: 0px auto;
  line-height: 28px;
}

.tetiere span {
  color: white;
  margin: 0px auto;
  font-size: 18px;
  width: 90%;
  margin: 20px auto;
  display: block;
}

.titre_article_secondaire {
  font-weight: 700;
  font-size: 1.5rem;
  width: 90%;
  padding-left: 0px !important;
  margin-bottom: 30px;
  padding: 0px 10px;
  margin-top: 10px;
}

.tetiere h1 {
  color: white;
  font-weight: 700;
  position: relative;
  width: 90%;
  margin: 20px auto;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  min-width: 1380px;
}

.containerLittle {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  max-width: 800px;
}

.withouttetiere {
  margin-top: 180px;
  padding: 0px !important;
}

.withouttetiere h1 {
  color: black;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px !important;
  margin: 20px auto;
}

.maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90vh;
  justify-content: center;
}

.maintenance_div {
  background-color: white;
  z-index: 9;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.maintenance .maintenance_div h2 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 25px;
}

.maintenance .maintenance_div p {
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
}

.faq-container h2 {
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid var(--second-color);
  font-size: 1.8rem;
  width: fit-content;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.faq-container h2:not(:first-child) {
  padding-top: 40px;
}

.faq-question {
  box-sizing: border-box;
  background: transparent;
  padding: 23px;
  position: relative;
  overflow: hidden;
  background-color: #e2e2e224;
}

.faq-question:hover {
  background-color: #cdcdcd3b;
  cursor: pointer;
}

.faq-question:not(:first-child) {
  border-bottom: 1px solid #c1c1c1;
}

.faq-title {
  margin: 0 35px 0 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.faq-text {
  margin: 30px 0 0;
  display: none;
  line-height: 1.5rem;
}

.faq-question.active {
  background-color: #cdcdcd3b;
  box-shadow: inset 4px 0px 0px 0px var(--second-color);
}

.faq-question.active .faq-title {
  color: var(--second-color);
}

.faq-question.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
}

.faq-toggle:focus {
  outline: none;
}

.faq-question.active .faq-toggle {
  transform: rotate(180deg);
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}

.article-color {
  color: inherit;
}

.article-color * {
  color: inherit;
}

.article-color i {
  color: inherit;
}

/* .container-fixe {
  position: fixed;
  right: 2%;
  width: 4vh;
  z-index: 999;
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid var(--second-color) !important;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  bottom: 8vh;
  align-items: center;
}

.container-fixe>a {
  text-decoration: none;
  padding: 45px 10px;
  rotate: 90deg;
  display: block;
  color: var(--second-color) !important;
  font-size: 16px;
  text-align: center;
  width: max-content;
} */

.container-fixe {
  position: fixed;
  right: 2%;
  width: 4vh;
  z-index: 999;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid var(--second-color) !important;
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  bottom: 8vh;
  align-items: center;
  background-color: var(--second-color);
}

.container-fixe > a {
  text-decoration: none;
  padding: 28px 6px;
  rotate: 90deg;
  display: block;
  color: black;
  font-size: 16px;
  text-align: center;
  width: max-content;
  margin-left: -2.5px;
}

.container-fixe > a:nth-child(1) {
  rotate: 90deg !important;
}

.container-fixe > a:nth-child(2) {
  rotate: 13deg;
  padding-bottom: 19px;
  padding-left: 10px;
}

.container-fixe a,
.container-fixe {
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  animation: 1.5s ease 0s infinite normal none running agrandir-retrécir;
}

.container-fixe > button {
  text-decoration: none;
  padding: 32px 10px;
  rotate: 90deg;
  display: block;
  color: var(--second-color) !important;
  font-size: 15px;
  text-align: center;
  width: max-content;
  border: none;
}

.container-fixe > button:nth-child(1) {
  rotate: 90deg !important;
}

.container-fixe > button:nth-child(2) {
  rotate: 13deg;
}

.container-fixe button,
.container-fixe {
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  animation: 1.5s ease 0s infinite normal none running agrandir-retrécir;
}

@keyframes agrandir-retrécir {
  0% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

#blur_background {
  background: url(../../assets/img/blurBackground.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  filter: blur(6px);
  border: none;
  overflow: hidden;
}

.textGalerie {
  max-width: 1400px;
  width: 100%;
  background-color: var(--second-color);
  padding: 15px 20px;
  margin-bottom: 10px;
}

.textGalerie_accueil {
  max-width: 1400px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.textGalerie:first-child {
  margin-top: -50px;
}

.textGalerie h2 {
  color: white;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0px;
  font-size: 1.5rem;
}

#div_img_h2 {
  justify-content: center;
  max-width: 1400px;
  width: 100%;
  background-color: var(--second-color);
  padding: 20px 20px;
  margin-bottom: 10px;
  margin-top: -30px;
  align-items: center;
  position: relative;
}

#div_img_h2 h2 {
  position: relative !important;
  margin-top: 0px !important;
  transform: none !important;
  text-align: center;
  color: white !important;
  font-size: 1.5rem;
  margin-bottom: 0px !important;
}

#div_img_h2 button {
  padding: 5px 55px;
  border: none;
  color: var(--second-color);
  cursor: pointer;
  position: absolute;
  left: 20px;
}

.album {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 50px !important;
}

.album .image_album {
  width: calc(33% - 8px);
  position: relative;
  height: 200px;
  border: none;
  margin-right: 10px;
  transition: 0.3s ease;
  overflow: hidden;
  padding: 10px;
  margin: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.album .image_album:hover img {
  filter: brightness(0.8);
  transition: 0.3s ease;
}

.album .image_album h3 {
  z-index: 999;
  position: absolute;
  color: white;
  text-align: center;
  width: 95%;
  font-size: 1.2rem;
  margin-bottom: 0px;
}

.album .image_album img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(0.5);
}

@media screen and (max-width: 768px) {
  .album .image_album {
    width: 45%;
    margin: 3px;
    height: 80px;
  }

  .album {
    justify-content: center;
    margin: 0px 16px;
    margin-bottom: 30px !important;
  }

  .textGalerie:first-child {
    margin-top: -20px;
  }

  .realisation2 h2 {
    font-size: 1.2rem !important;
    width: 90%;
    margin: 0px 16px;
    text-align: center;
  }

  #galerieName {
    margin-left: 120px !important;
    margin-right: 0px !important;
  }

  .album .image_album h3 {
    font-size: 1rem;
  }

  .realisation2 {
    padding: 0px !important;
  }

  #div_img_h2 button {
    padding: 5px 20px !important;
  }

  #div_img_h2 {
    padding: 20px 5px;
  }

  .swiper-wrapper {
    height: auto !important;
  }

  .swiper-container {
    height: auto;
  }

  .titre_article_secondaire {
    width: 100%;
  }
}

.titre_contenu_solo {
  margin-top: 150px !important;
  max-width: 1200px;
  margin-bottom: 20px !important;
  margin: 0 auto;
}

.titreGalerieFaqPage {
  margin-top: 20px;
  border-bottom: 3px solid var(--second-color);
  margin-bottom: 15px;
  width: fit-content;
  padding-bottom: 5px;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  text-align: center;
  margin-bottom: 15px;
}

.contact_page {
  max-width: 1200px;
  margin: 0px auto;
}

.contact_page iframe {
  padding: 0px;
  max-height: 250px;
  margin-bottom: 30px;
}

.contact_page .row:nth-child(1) {
  box-shadow:
    rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px,
    rgba(17, 17, 26, 0.1) 0px 24px 80px;
  margin-top: 70px !important;
  margin-bottom: 40px !important;
}

.contact_page .row:nth-child(1) .col-md-4 {
  background-color: #000000;
  padding: 30px;
}

.contact_page .row:nth-child(1) .col-md-4 h2 {
  color: white;
}

.contact_page .row:nth-child(1) .col-md-4 p {
  color: white !important;
  margin-bottom: 40px;
  margin-top: 20px;
}

.contact_page .row:nth-child(1) .col-md-4 ul {
  padding: 0px;
  margin-top: 20px;
}

.contact_page .row:nth-child(1) .col-md-4 li {
  list-style: none;
  margin: 20px 0px;
}

.contact_page .row:nth-child(1) .col-md-4 li i {
  border: 1px solid white;
  border-radius: 50%;
  padding: 10px;
  color: white;
  margin-right: 5px;
}

.contact_page .row:nth-child(1) .col-md-4 ul li a {
  color: white;
  text-decoration: none;
}

.contact_page .row:nth-child(1) .col-md-8 {
  padding: 30px;
}

.contact_page .row:nth-child(1) .col-md-8 form {
  display: flex;
  flex-direction: column;
}

.contact_page .row:nth-child(1) .col-md-8 form input,
textarea {
  margin: 7px 0px;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
}

.contact_page .row:nth-child(1) .col-md-8 form .div_checkbox {
  display: flex;
  justify-content: space-between;
  margin: 7px 0px;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
}

.contact_page .row:nth-child(1) .col-md-8 form .div_checkbox label {
  display: flex;
  align-items: center;
}

.contact_page .row:nth-child(1) .col-md-8 form .div_checkbox input {
  transform: scale(1.2);
  cursor: pointer;
}

.contact_page .row:nth-child(1) .col-md-8 form textarea {
  margin-top: 7px;
}

.contact_page .row:nth-child(1) .col-md-8 form button {
  color: rgb(255, 255, 255);
  padding: 15px 10px;
  background-color: var(--second-color);
  border: 0px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin-top: 10px;
  transition: 0.3s ease;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .contact_page iframe {
    padding: 0px;
    max-height: 150px;
  }

  .contact_page .row:nth-child(1) {
    margin: 0px auto !important;
    display: flex;
    flex-direction: column-reverse;
  }

  .contact_page .row:nth-child(1) .col-md-4 p {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .contact_page .row:nth-child(1) .col-md-4 {
    padding: 20px;
    margin-bottom: 20px;
  }

  .contact_page .row:nth-child(1) .col-md-4 li i {
    padding: 7px;
  }

  .contact_page .row:nth-child(1) .col-md-4 ul li a {
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
  }
}

/*Page product*/
.product_page {
  max-width: 1400px;
  margin: auto;
}

.product_page .sorting_bar {
  margin: 0 12px;
  background-color: #f5f5f5;
  padding: 16px 24px;
  color: #333;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
}

.product_page .sorting_bar form {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.product_page .sorting_bar form > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.product_page .sorting_bar form label {
  font-weight: 500;
}

.product_page .sorting_bar select,
.product_page .sorting_bar input[type="text"] {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
  font-size: 1rem;
}

.product_page .sorting_bar select:focus,
.product_page .sorting_bar input[type="text"]:focus {
  box-shadow: 0 0 5px rgb(185 185 185 / 50%);
}

.product_page .sorting_bar input[type="text"] {
  width: 200px;
}

.product_page .sorting_bar input[type="text"]::placeholder {
  color: #3e3e3e;
}

.search_button {
  background-color: #5b5b5b;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.ligne_product {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0px !important;
}

.col {
  margin-right: 15px;
}

.image_product {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  border-bottom: 1px solid #8080805e;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.2s ease;
  height: 100%;
  overflow: hidden;
}

.product:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  transition: 0.2s ease;
}

.info_product_commerce {
  display: flex;
  flex-grow: 1;
  padding: 10px 16px;
  flex-direction: column;
}

.info_product_commerce h2 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

#href_no_hover:hover {
  border-bottom: 1px solid transparent !important;
  scale: 1.1;
}

.info_product_commerce p {
  margin-bottom: 0px;
}

.price_basket {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price_basket span {
  display: flex;
  align-items: center;
}

.price_basket button {
  background-color: transparent;
  font-size: 1rem;
  border: 1px solid rgb(182, 182, 182);
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 10px;
  transition: 0.2s ease;
}

.price_basket button:hover {
  cursor: pointer;
  border: 1px solid rgb(61, 61, 61);
  transition: 0.2s ease;
}

.price_basket button img {
  height: fit-content;
  width: fit-content;
  max-width: 25px;
}

.price_basket a {
  background-color: transparent;
  font-size: 1rem;
  border: 1px solid rgb(182, 182, 182);
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 10px;
  display: block;
  transition: 0.2s ease;
}

.price_basket a:hover {
  cursor: pointer;
  border: 1px solid rgb(61, 61, 61);
  transition: 0.2s ease;
}

.price_basket a img {
  height: fit-content;
  width: fit-content;
  max-width: 25px;
}

.promo_new {
  color: red;
}

.promo_old {
  font-size: 0.9rem;
  margin-left: 5px;
}

/* Page produit vente */
#ariane_produit {
  margin-top: 130px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container_page_product {
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  margin-bottom: 50px;
  gap: 40px;
  justify-content: center;
}

.left-column {
  width: inherit;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.right-column {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-column .little_image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 10px;
}

.left-column .little_image img {
  height: 70px;
  width: auto;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.img_little_active {
  border: 2px solid var(--second-color) !important;
  opacity: 0.8;
}

.fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#big-image {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.left-column .big_image img {
  width: auto;
  height: 600px;
  transition: all 0.3s ease;
}

.left-column .blog_image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.left-column img.active {
  opacity: 1;
}

.product-description {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 20px;
}

.product-description span {
  font-size: 14px;
  color: var(--second-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484d;
  letter-spacing: -2px;
}

.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939e;
  line-height: 24px;
}

.product-color p {
  margin-bottom: 5px;
}

.product-color span {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  line-height: 24px;
}

.product-color p {
  font-size: 16px;
  font-weight: 300;
  color: #86939e;
  line-height: 24px;
}

.product-color select {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 5px;
  min-width: 100px;
  border: 1px solid gray;
  border-radius: 3px;
  padding: 3px 0px;
  outline: none;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.color-choose input[type="radio"]#red + label span {
  background-color: #c91524;
}

.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}

.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}

.color-choose input[type="radio"]:checked + label span {
  background-image: url(images/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.product-price {
  display: flex;
  align-items: center;
}

.promo_price {
  font-size: 1.5rem;
  font-weight: 500;
  color: red;
  margin-right: 10px;
}

.price_normal {
  font-size: 1.5rem;
  font-weight: 500;
  color: #43474d;
  margin-right: 20px;
}

.promo_price_barre {
  font-weight: 500;
  color: #43474d;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: var(--second-color);
  border-radius: 6px;
  border: none;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 30px;
  transition: all 0.5s;
}

.cart-btn:hover {
  background-color: gray;
}

/*panier*/

.panier {
  max-width: 1400px;
  margin: 20px auto;
  display: flex;
  gap: 20px;
}

.panier .col-md-8 {
  width: 65%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  background-color: #fff;
  height: fit-content;
  border: 1px solid #e1e1e1;
}

.info_panier {
  width: 30%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  background-color: #fff;
  height: fit-content;
  border: 1px solid #e1e1e1;
}

.header_panier {
  background-color: #f5f5f5;
  padding: 16px 24px;
  color: #333;
  border-bottom: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.header_panier h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.panier_vide {
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.panier_vide h3 {
  font-size: 1.2rem;
}

.panier_vide img {
  max-height: 120px;
  width: fit-content;
  margin-top: 10px;
}

.list_products {
  padding: 10px 20px;
}

.products {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #cbcbcb;
}

.products:last-child {
  border-bottom: 0px solid #cbcbcb;
}

.product_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  border-radius: 10px;
  transition: transform 0.2s ease-in-out;
}

.product_row:hover {
  transform: scale(1.01);
}

.product_image img {
  max-height: 141px;
  width: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.info_product_list {
  flex-grow: 1;
  padding-left: 20px;
}

.form_select_panier {
  margin-bottom: 0px;
}

.form_select_panier select {
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  font-size: 0.9rem;
}

.info_product_list h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

.info_product_list p {
  margin: 5px 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
}

.price {
  color: #e63946;
  font-weight: 600;
  font-size: 1.2rem;
}

.product_actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
}

.quantity_control {
  display: flex;
  align-items: center;
}

.quantity_btn {
  background-color: var(--second-color);
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.quantity_btn:hover {
  background-color: #0056b3;
}

.quantity_input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 10px;
  padding: 5px;
  border-radius: 5px;
}

.delete_btn {
  background-color: transparent;
  color: red;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.info_product {
  padding: 20px;
  padding-bottom: 0px;
  padding-top: 10px;
}

.price_details {
  margin-bottom: 20px;
}

.price_details p {
  margin: 10px 0;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}

.price_details span {
  color: #333;
  font-size: 0.95rem;
}

.total {
  font-size: 1.2rem;
  font-weight: 600;
}

.payment_methods h4 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.payment_methods ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0;
  display: flex;
}

.payment_methods li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.payment_methods li img {
  max-width: 40px;
  height: 25px;
  margin-right: 5px;
}

.pay_button_container {
  text-align: left;
  margin-top: 20px;
}

.pay_btn {
  background-color: var(--second-color);
  color: white;
  border: none;
  padding: 8px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}

.pay_btn.disabled {
  background-color: gray !important;
  color: white;
  cursor: not-allowed;
}

.pay_btn:hover {
  background-color: #1f5dc1;
}

/*Pop up panier */
.popup_info_payement {
  width: 65%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  background-color: #fff;
  height: fit-content;
  border: 1px solid #e1e1e1;
}

.info_product_paiement {
  padding: 20px;
}

.info_product_paiement .input-container {
  border-bottom: 1px solid #d1d1d1;
  padding: 13px 0px;
  width: fit-content;
}

.info_product_paiement label {
  color: #333;
  font-size: 1rem;
  width: 200px;
}

.info_product_paiement input {
  border-radius: 5px;
  border: 1px solid gray;
  background-color: #f7f7f77a;
  padding: 5px 10px;
  font-size: 1rem;
  width: 300px;
}

.info_product_paiement h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 5px;
}

.info_product_paiement p {
  margin-bottom: 7px;
  font-size: 0.9rem;
}

.next_before_btn {
  background-color: var(--second-color);
  color: white;
  border: none;
  margin-top: 15px;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.second_btn_next {
  background-color: white;
  border: 1px solid var(--second-color);
  color: var(--second-color);
}

.next_before_btn.disabled {
  background-color: gray !important;
  color: white;
  cursor: not-allowed;
}

#panierResume .panier-article {
  display: flex;
}

.code_promo_form {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.code_promo_form input {
  border: 1px solid #c7c7c7;
  padding: 3px 10px;
  font-size: 0.9rem;
  font-weight: 400;
  color: black;
  border-right: 0px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.code_promo_form input:focus {
  outline: none;
}

.code_promo_form input:focus-visible {
  outline: none;
}

.code_promo_form button {
  border: 2px solid var(--second-color);
  padding: 0px 10px;
  font-size: 0.9rem;
  color: var(--second-color);
  font-weight: 600;
  background-color: white;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media (max-width: 992px) {
  .panier {
    flex-direction: column;
    padding: 10px;
  }

  .price_basket button img {
    height: auto !important;
  }

  .col-md-8,
  .info_panier {
    width: 100%;
  }

  .product_row {
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
  }

  .product_image img {
    width: 100%;
    height: auto;
    width: 70px;
  }

  .quantity_btn {
    padding: 5px 5px;
    width: 22px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info_product_list {
    padding-left: 0;
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .product_actions {
    align-items: flex-start;
    margin-top: 0px;
    width: auto;
    margin-right: 0px;
  }

  .list_products {
    padding: 10px;
  }

  .product_actions form {
    display: flex;
  }

  .quantity_control,
  .delete_btn {
    margin: 0px;
    display: flex;
    height: 25px;
    font-size: 1.2rem;
    align-items: center;
  }

  .info_product_list p {
    font-size: 0.8rem;
    margin: 2px 0px;
  }

  .quantity_input {
    margin: 0px 5px;
    padding: 5px 5px;
    width: 35px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup_info_payement {
    width: 100%;
  }

  .info_product_paiement .input-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .info_product_paiement label {
    font-size: 0.9rem;
    width: 100px;
  }

  .info_product_paiement input {
    width: 250px;
    padding: 5px 9px;
    font-size: 0.9rem;
  }

  .pay_btn {
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
  }

  .panier .col-md-8 {
    width: 100%;
  }

  .product_page .sorting_bar select,
  .product_page .sorting_bar input[type="text"] {
    width: 50%;
  }

  .product_page .sorting_bar form label {
    font-size: 0.9rem;
  }

  .product_page .sorting_bar input[type="text"] {
    width: 100px;
  }

  #ariane_produit {
    margin-top: 100px;
    text-align: center;
  }

  .container_page_product {
    justify-content: center;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
  }

  .product-description h1 {
    font-size: 32px;
    margin-top: 2px;
  }

  .product-description {
    margin-bottom: 10px;
  }

  .product-price {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-color {
    margin-bottom: -10px;
  }

  .cart-btn {
    margin-top: 20px;
  }

  .right-column {
    width: 100%;
    margin-top: 30px;
  }

  .left-column .big_image img {
    height: auto;
    width: 260px;
  }

  .left-column {
    width: inherit;
    position: relative;
    display: flex !important;
    justify-content: center !important;
  }

  .left-column .little_image {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 0px;
  }
}

@media (max-width: 576px) {
  .header_panier h2 {
    font-size: 1.3rem;
  }

  .price_basket button img {
    height: auto !important;
  }

  .panier_vide img {
    width: auto;
  }

  .product_row {
    padding: 0px;
  }

  .info_product_list h4 {
    font-size: 0.9rem;
    margin-bottom: 0px;
  }

  .price {
    font-size: 0.8rem;
  }

  .pay_btn {
    font-size: 1rem;
  }

  .payment_methods ul li {
    font-size: 1rem;
  }
}

/* Catégorie home display */

.categories-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0px;
}

.categories-container .category-block {
  padding: 20px 10px;
  background-color: #f9f9f9;
  max-width: 1200px;
  width: 1200px;
  margin: 0px auto;
}

.categories-container .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.categories-container .category-name {
  font-size: 1.5em;
  margin: 0;
}

.categories-container .see-more {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}

.categories-container .products-row {
  display: flex;
  gap: 20px;
}

.categories-container .product-card {
  width: 20%;
  height: auto;
  text-align: center;
  background-color: #fefefe;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.categories-container .product-card:hover > .product-image {
  scale: 1.05;
  transition: 0.2s ease;
}

.categories-container .product-image {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
  transition: 0.2s ease;
}

.categories-container .product-info {
  font-size: 0.9em;
  padding: 10px 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.categories-container .product-name {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: black;
  text-align: left;
  max-width: 70%;
}

.categories-container .product-price {
  color: #333;
  margin-bottom: 0px;
  max-width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .products-row {
    flex-direction: column;
  }

  .categories-container .category-block {
    width: 100%;
  }

  .categories-container .product-card {
    width: 100%;
  }
}

/* second slider */

.slideraccueil_second {
  width: 100%;
  margin: 0px auto;
  height: 51vw;
  padding-top: 190px;
  background-color: #eeeeee;
  display: flex;
}

.slideraccueil_second .row {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto !important;
}

.slideraccueil_second .col-md-6:nth-child(1) {
  display: flex;
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.slideraccueil_second .col-md-6:nth-child(1) h1 {
  color: rgb(0, 0, 0);
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0px;
  max-width: 100%;
}

.slideraccueil_second .col-md-6:nth-child(1) p {
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 30px;
  font-weight: 300;
  color: rgb(0, 0, 0);
}

.slideraccueil_second .col-md-6:nth-child(1) a {
  background-color: var(--second-color);
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 10px 22px;
  margin-top: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  border: none;
  transition: 0.3s;
}

.slideraccueil_second .col-md-6:nth-child(1) a i {
  color: black;
  margin-right: 10px;
}

.slideraccueil_second .col-md-6:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.slideraccueil_second .col-md-6:nth-child(2) img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  .slideraccueil_second .col-md-6:nth-child(1) h1 {
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    max-width: 100%;
  }

  .slideraccueil_second .col-md-6:nth-child(1) {
    align-items: center;
    margin-top: 100px;
    padding: 0px;
    display: flex;
  }

  .slideraccueil_second .col-md-6:nth-child(1) p {
    margin-top: 10px;
    text-align: center;
  }

  .slideraccueil_second .row {
    align-content: center;
  }

  .slideraccueil_second .col-md-6:nth-child(2) img {
    margin-top: 50px;
    max-height: 180px;
  }

  .slideraccueil_second {
    width: 100%;
    padding-top: 30px;
  }

  .slideraccueil_second .col-md-6:nth-child(2) {
    align-items: center;
  }

  .slideraccueil_second .col-md-6:nth-child(1) a {
    margin-top: 0px;
  }
}

/*modale product added to cart*/
.modal_product_added {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal_product_added .modal_content {
  background-color: #fff;
  margin: 15% auto;
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  position: relative;
  text-align: center;
}

.modal_product_added h3 {
  font-size: 1.4rem;
  margin-bottom: 40px;
  text-align: left;
}

.modal_product_added .close_btn {
  position: absolute;
  right: 23px;
  top: 23px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.modal_product_added .product_info {
  display: flex;
  margin-bottom: 40px !important;
  margin: auto;
  align-items: flex-start;
}

.modal_product_added .product_image {
  width: 100px;
  height: 150px;
  object-fit: cover;
  margin-right: 10px;
}

.modal_product_added .product_details p {
  margin: 0;
  text-align: left;
}

.modal_product_added .view_cart,
.proceed_to_payment {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.modal_product_added .view_cart {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.modal_product_added .proceed_to_payment {
  background-color: #000;
  color: #fff;
  width: 100%;
}

.modal_product_added .continue_shopping {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal_product_added .modal_content {
    padding: 20px;
    top: 10%;
    width: 350px;
  }

  .modal_product_added .close_btn {
    top: 12px;
  }
}

.promotion_message {
  position: fixed;
  height: auto;
  top: 0px;
  font-size: 1rem;
  background-color: black;
  padding: 10px 50px;
  color: white;
  z-index: 999999;
  text-align: center;
  width: 100%;
  display: none;
}

.promotion_message.show {
  display: block;
}

.promotion_message i {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 1.1rem;
  cursor: pointer;
}

.logo_reasurrance {
  background-color: #f5f5f5;
  padding: 36px 24px;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-evenly;
}

.logo_reasurrance .row .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 350px;
}

.logo_reasurrance .row .col-md-3 i {
  font-size: 2.5rem;
  color: #494949;
  margin-bottom: 10px;
}

.logo_reasurrance .row .col-md-3 span {
  color: #494949;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}

.logo_reasurrance .row .col-md-3 p {
  text-align: center;
  color: #494949;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .promotion_message {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .logo_reasurrance .row .col-md-3 {
    width: 50%;
    justify-content: flex-start;
    padding: 0px;
  }

  .logo_reasurrance .row .col-md-3:nth-child(1) {
    margin-bottom: 30px;
  }

  .logo_reasurrance .row .col-md-3:nth-child(2) {
    margin-bottom: 30px;
  }

  .logo_reasurrance {
    padding: 30px 15px;
  }

  .logo_reasurrance .row .col-md-3 i {
    font-size: 2.3rem;
  }
}

.promotion_code_div {
  width: fit-content;
  background-color: #ddddddc7;
  padding: 5px 7px;
  color: #000000;
  font-weight: 400;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.promotion_code_div span {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
}

.promotion_code_div i:first-child {
  margin-right: 10px;
  color: rgb(151 151 151);
}

.close_coupon {
  margin-left: 5px;
  color: rgb(53 53 53);
  font-size: 0.9rem;
  cursor: pointer;
}

.promotion_code_div_value {
  color: rgb(147 147 147) !important;
  font-size: 0.8rem !important;
}

.hors_stock {
  background-color: red;
  width: fit-content;
  padding: 4px 10px;
  color: white;
  border-radius: 5px;
  margin-bottom: 3px;
}

.hors_stock p {
  margin-bottom: 0px;
}

.hors_stock i {
  margin-right: 5px;
}

.hors_stock_span {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: rgb(132 132 132);
}

/*Vidéo page*/

.page_video {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 30px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.video-item {
  background-color: #f8f8f8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #80808038;
}

.video-item:hover {
  transform: scale(1.05);
}

.video-player iframe {
  width: 100%;
  height: 200px;
}

.video-player,
.video-link img {
  width: 100%;
  height: 200px;
}

.video-title {
  font-size: 1.2em;
  color: #444;
  margin-top: 4px;
  margin-bottom: 5px;
}

.video-description {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .video-title {
    font-size: 1em;
  }

  .video-description {
    font-size: 0.8em;
  }
}

.modal_rdv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-title-rdv {
  padding: 10px 20px;
  background-color: #bdbdbd85;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.modal-content-rdv {
  background-color: #fff;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  position: relative;
}

.modal-content-rdv iframe {
  padding: 20px;
}

#close-button-rdv {
  position: absolute;
  top: -7px;
  right: 10px;
  font-size: 34px;
  cursor: pointer;
  color: #333;
}

.close-button-rdv:hover {
  color: #ff0000;
}

.presentation1 {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.presentation1 .col-md-3 div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.presentation1 .col-md-3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px !important;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s;
  width: auto;
}

.presentation1 .col-md-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.5);
  z-index: 1;
}

.presentation1 .col-md-3:hover {
  transform: scale(1.02);
  text-decoration: none;
}

.presentation1 .col-md-3 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.presentation1 .col-md-3 h3,
.presentation1 .col-md-3 .discover-btn {
  position: relative;
  z-index: 2;
  text-align: center;
}

.presentation1 .col-md-3 h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #fff;
}

.presentation1 .col-md-3 p {
  width: 90%;
  margin-bottom: 10px;
}

.presentation1 .col-md-3 .discover-btn {
  color: #fff;
  border: 2px solid #fff;
  font-size: 1rem;
  background-color: var(--second-color);
  font-weight: 500;
  padding: 4px 13px;
  transition: 0.2s;
  display: inline-block;
}

.presentation1 .col-md-3:hover .discover-btn {
  transform: scale(1.05);
}

.presentation1 .col-md-3 .discover-btn i {
  margin-left: 10px;
}

.presentation1 .row {
  --bs-gutter-x: 0rem;
  display: grid;
  gap: 20px;
  margin: auto !important;
  justify-items: stretch;
  align-items: stretch;
}

.presentation1 .row:has(.col-md-3:nth-child(1):last-child) {
  grid-template-columns: 1fr;
}

.presentation1 .row:has(.col-md-3:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
}

.presentation1 .row:has(.col-md-3:nth-child(n + 3)) {
  grid-template-columns: repeat(3, 1fr);
  justify-content: start;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .presentation1 {
    padding: 40px 0;
  }

  .presentation1 .col-md-3 {
    min-width: 280px;
  }

  .presentation1 .row:has(.col-md-3:nth-child(n + 3)) {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .presentation1 .row .col-md-3 {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .presentation1 {
    width: 100%;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .presentation1 .col-md-3 {
    margin-bottom: 20px;
    width: 100% !important;
    height: 200px !important;
  }

  .presentation1 .col-md-3 img {
    height: 100%;
  }

  .presentation1 .row {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .presentation1 .row .col-md-3 {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .container-fixe {
    right: 3%;
  }

  .container-fixe a {
    animation: none;
  }

  .container-fixe > a:nth-child(1) {
    rotate: 0deg !important;
  }

  .back_to_top {
    right: 3%;
  }

  .footer3 .row:first-child {
    padding: 43px 0px 0px;
  }
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

p {
  font-size: 15px;
  color: #666 !important;
  font-weight: 300;
}

b,
strong {
  font-weight: 600;
  color: black !important;
}

.page-avis {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.page-avis .stats-container {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 0.5rem 1.5rem;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.08);
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.page-avis .stats-grid {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.page-avis .stat-item {
  text-align: center;
}

.page-avis .stat-number {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--second-color);
  line-height: 1;
}

.page-avis .stat-label {
  color: #666;
  font-size: 0.9rem;
}

.page-avis .stat-stars {
  color: #ffc107;
}

.page-avis .btn-add-review {
  background: var(--second-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-avis .btn-add-review:hover {
  background: #fff;
  color: var(--second-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
}

.page-avis .form-container {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 20px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.08);
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-avis .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.page-avis .form-header h3 {
  margin: 0;
  color: #333;
  font-size: 1.5rem;
}

.page-avis .btn-close-form {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.page-avis .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.page-avis .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-avis .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 500;
}

.page-avis .form-group input,
.page-avis .form-group textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.page-avis .form-group input:focus,
.page-avis .form-group textarea:focus {
  outline: none;
  border-color: var(--second-color);
  box-shadow: 0 0 0 3px rgba(var(--second-color-rgb), 0.1);
}

.page-avis .rating-input {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.2rem;
  margin-top: -10px;
  margin-bottom: 4px;
}

.page-avis .rating-input input {
  display: none;
}

.page-avis .rating-input label {
  font-size: 1.8rem;
  color: #ddd;
  cursor: pointer;
  transition: color 0.3s ease;
}

.page-avis .rating-input input:checked ~ label,
.page-avis .rating-input label:hover,
.page-avis .rating-input label:hover ~ label {
  color: #ffc107;
}

.page-avis .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.page-avis .btn-cancel,
.page-avis .btn-submit {
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: var(--border-radius);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.page-avis .btn-cancel {
  background: #f8f9fa;
  color: #666;
}

.page-avis .btn-cancel:hover {
  background: #e9ecef;
}

.page-avis .btn-submit {
  background: var(--second-color);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-avis .btn-submit:hover {
  background: #fff;
  color: var(--second-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
}

.page-avis .avis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.page-avis .avis-card {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.page-avis .avis-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgb(0 0 0 / 0.12);
}

.page-avis .avis-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.page-avis .avis-avatar {
  width: 50px;
  height: 50px;
  background-color: var(--second-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.page-avis .avis-info {
  flex: 1;
}

.page-avis .avis-info h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}

.page-avis .avis-rating {
  color: #ffc107;
  font-size: 0.9rem;
}

.page-avis .avis-rating .fa-regular {
  color: #ddd;
}

.page-avis .avis-comment {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
  position: relative;
}

.page-avis .avis-date {
  color: #999;
  font-size: 0.85rem;
  text-align: right;
  border-top: 1px solid #f0f0f0;
  padding-top: 0.8rem;
}

@media (max-width: 768px) {
  .page-avis {
    padding: 0 20px;
  }

  .container {
    min-width: initial;
  }

  .page-avis .stats-container {
    flex-direction: column;
    text-align: center;
    padding: 10px 20px 20px 20px;
    gap: 0.5rem;
    margin-bottom: 0;
  }

  .page-avis .stat-item {
    text-align: center;
    padding: 8px;
  }

  .page-avis .stats-grid {
    justify-content: center;
    gap: 0rem;
  }

  .page-avis .form-row {
    grid-template-columns: 1fr;
  }

  .page-avis .form-actions {
    flex-direction: column;
  }

  .page-avis .avis-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }

  .page-avis .form-container {
    margin-top: 1rem;
    padding: 10px 20px 20px 20px;
  }

  .page-avis .form-header {
    margin-bottom: 0.5rem;
  }

  .page-avis .avis-card {
    padding: 1rem;
  }

  .page-avis .avis-header {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .page-avis .avis-avatar {
    width: 45px;
    height: 45px;
    font-size: 0.8rem;
  }

  .page-avis .btn-add-review {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .page-avis .avis-header {
    align-items: flex-start;
  }

  .page-avis .stat-number {
    font-size: 1.2rem;
  }
}

.partners-section {
  padding: 80px 10%;
  background-color: #fff;
  text-align: center;
}

.partners-section h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

.grid-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-card {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #fafafa;
  border-radius: 8px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.partner-image {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #e1e1e1;
  border-radius: 6px;
  padding: 10px;
}

.partner-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: filter 0.4s ease;
}

.partner-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
}

.partner-link {
  font-size: 12px;
  letter-spacing: 1px;
  color: #c5a059;
  text-transform: uppercase;
  font-weight: bold;
  transition: letter-spacing 0.3s ease;
}

.partner-card:hover .partner-link {
  letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
  .grid-partners {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .partners-section {
    padding: 60px 5%;
  }
}

@media screen and (max-width: 576px) {
  .grid-partners {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 400px;
  }

  .partners-section h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .partner-card {
    padding: 15px;
  }

  .partner-image {
    height: 100px;
  }
}

.container-fixe-whatsapp {
  position: fixed;
  right: 1.7%;
  width: 5vh;
  height: 5vh;
  z-index: 999;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  bottom: 7vh;
  align-items: center;
  transition: 0.2s ease;
}

.container-fixe-whatsapp:hover {
  scale: 1.1;
  transition: 0.2s ease;
}
