body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  top: 0px !important;
  scroll-behavior: smooth;
}

body.modal-open {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #f0f0f0;
}

body::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}

body::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 10px;
}

.row {
  margin: 0px !important;
}

.back_to_top {
  position: fixed;
  height: 5vh;
  width: 5vh;
  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: white;
  font-size: 2vh;
}

.logo {
  height: 50px;
  width: auto;
  object-fit: cover;
  transform: translateX(-5%);
}

.navbar2 .icon {
  display: none;
}

.navbar2 .icon2 {
  display: none;
}

.direction.is-mobile .col-md-7 ul {
  display: none !important;
}

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

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

.navbar2 .reseau {
  background-color: var(--second-color);
  display: flex;
  height: 35px;
  padding-left: 16vh;
  --bs-gutter-x: 0rem;
  padding-right: 16vh;
  align-content: center;
  margin: 0px;
  justify-content: space-between;
}

.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: 16vh;
  padding-right: 16vh;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}

#direction {
  position: fixed;
  width: 100%;
  height: 75px;
  margin: 0px;
  top: 0px;
  z-index: 1000;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  background-color: white;
  --bs-gutter-x: 0rem;
}

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

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

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

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

.navbar2 .direction .col-md-4 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: white;
  margin-bottom: 0px;
  padding: 13px 0px;
  font-weight: 600;
  font-size: 15px;
}

.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;
}

/* .navbar2 .direction .col-md-7 > ul > li:last-child > a {
  background-color: var(--second-color);
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: var(--border-radius);
  color: white;
  transition: 0.3s ease;
}

.navbar2 .direction .col-md-7 > ul > li:last-child > a:hover {
  background-color: white;
  padding: 5px 10px;
  border: 1px solid white;
  border: 1px solid var(--second-color);
  transition: 0.3s ease;
  color: var(--second-color);
} */

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

#id_panier_btn a {
  background-color: #ff000000 !important;
}

#id_panier_btn a:hover {
  border: 1px solid #ffffff00;
}

.number_panier_article {
  border-radius: 100%;
  background-color: #000000;
  width: 17px;
  height: 17px;
  position: absolute;
  color: white;
  bottom: 13px;
  left: 18px;
  display: none;
  justify-content: center;
  align-items: flex-end;
  font-size: 0.8rem;
}

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

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

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

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

.navbar2 .direction .col-md-7 ul li {
  color: white;
  padding: 10px;
  display: flex;
  position: relative;
  align-items: center;
}

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

.navbar2 .direction .col-md-7 ul li a {
  text-decoration: none;
  color: black;
  font-size: 17px;
  font-weight: 600;
  padding: 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(128, 128, 128, 0);
}

.navbar2 .direction .col-md-7 ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--second-color);
  transition: width 0.3s ease;
}

.navbar2 .direction .col-md-7 ul li a:hover::after {
  width: 100%;
}

/* .navbar2 .direction .col-md-7 ul li a:hover {
  border-bottom: 1px solid rgb(0, 0, 0);
} */

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

.sous_menu {
  flex-direction: column;
  display: none;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 138%;
  width: 180%;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) -3px 20px 27px -5px,
    rgba(0, 0, 0, 0.3) -1px 20px 16px -8px;
  border-radius: 4px;
  z-index: 1000;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.navbar2 .direction .col-md-7 ul li:hover .sous_menu {
  display: flex !important;
  flex-direction: column;
  animation: slideDown 0.3s ease;
  overflow: hidden;
  opacity: 1;
  max-height: 500px;
}

.navbar2 .direction .col-md-7 ul li .sous_menu {
  margin: 0;
  list-style: none;
  max-height: fit-content;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) -3px 20px 27px -5px,
    rgba(0, 0, 0, 0.3) -1px 20px 16px -8px;
  background-color: white;
  z-index: 1000;
}

.navbar2 .direction .col-md-7 ul li .sous_menu li {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid var(--second-color) !important;
}

.navbar2 .direction .col-md-7 ul li .sous_menu li:last-child {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid var(--second-color) !important;
}

/* .last-word {
  color: var(--second-color) !important;
} */

.navbar2 .direction .col-md-7 ul li .sous_menu li a:hover {
  background-color: rgb(204, 204, 204);
  text-decoration: none !important;
  border: 0px solid rgba(0, 128, 0, 0);
}

.navbar2 .direction .col-md-7 ul li .sous_menu li a {
  color: black;
  font-size: 17px;
  padding: 7px 10px;
  width: 100%;
  text-decoration: none;
}

.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 (min-width: 1900px) {
  #direction {
    height: 80px;
  }

  .slideraccueil {
    height: 39vw !important;
  }

  .slideraccueil_second {
    height: 36vw !important;
    padding-top: 247px;
  }

  .slideraccueil .contenue {
    height: 39vw !important;
  }

  .slideraccueil_second .col-md-6:nth-child(2) img,
  video {
    max-height: 400px !important;
  }
}

@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 .logo {
    height: 80px;
    width: auto;
    margin-left: 20px;
  }

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

  .navbar2 .direction .col-md-7:last-child {
    width: 10%;
  }

  .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: 30px;
    color: black;
    height: auto;
    right: 15px;
    border: none;
    background-color: #ffffff00;
  }

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

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

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

  .navbar2 .direction .col-md-7 {
    width: 1%;
    order: 3;
    justify-content: flex-end;
  }

  .navbar2 .direction .col-md-1 {
    width: 15%;
    order: 2;
  }

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

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

  .navbar2 .reseau span {
    display: flex;
    color: white;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    align-items: center;
    padding: 0vh 3vh;
    justify-content: space-between;
  }

  .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: 1600px) {
  .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: center;
    padding: 15px 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: black;
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: left;
    z-index: 3;
  }

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

  .close_second_menu i {
    font-size: 30px;
    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 {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }

  .nav-mobile2 ul.sous_menu2.active li a i {
    color: black;
    font-size: 16px;
  }

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

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

  .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;
  }

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

  .nav-mobile2 li > i.fa-arrow-right {
    position: absolute;
    right: 10px;
  }
}

.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: 75px;
  }

  .navbar2 .logo {
    height: 50px;
    margin-left: 0px;
  }

  #id_panier_btn a img {
    margin-top: 5px;
  }

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

  .navbar2 .direction .col-md-7 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: 11px;
  }
}

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

.presentation h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.presentation .col-md-3 {
  width: 32%;
  height: auto;
  background-color: #f9fafb;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  padding: 0px;
  position: relative;
  align-items: flex-start;
}

.presentation .col-md-3 img {
  height: 250px;
  object-fit: cover;
  width: -webkit-fill-available;
}

.presentation .col-md-3 h3 {
  font-size: 25px;
  color: black;
  margin-left: 20px;
  font-weight: 700;
  padding-top: 20px;
  text-align: left;
  width: 90%;
}

.presentation .col-md-3 p {
  color: black;
  margin-left: 20px;
  text-align: left;
  width: 90%;
  margin-bottom: 65px;
  color: #3d3d3d;
}

.presentation .col-md-3 a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  background-color: var(--second-color);
  padding: 5px 20px;
  bottom: 20px;
  transition: 0.2s;
}

.presentation .col-md-3 a:hover {
  scale: 1.05;
  transition: 0.2s;
}

.presentation .col-md-3 a i {
  margin-left: 10px;
}

.presentation .row {
  --bs-gutter-x: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto !important;
}

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

  .presentation .col-md-3 img {
    height: 150px;
  }

  .presentation h2 {
    margin-bottom: 10px;
  }

  .presentation .col-md-3 {
    margin-bottom: 20px;
    width: 90%;
  }

  .presentation .row {
    flex-direction: column;
  }
}

.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%;
}

#backButton {
  padding: 5px 55px;
  border: none;
  color: var(--second-color);
  cursor: pointer;
  position: absolute;
  background-color: white;
  text-decoration: none;
  left: 20px;
  z-index: 99999;
}

.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;
  }
}

.container-avis {
  background-color: rgb(243, 244, 246);
  width: 100%;
}

.testimonials {
  max-width: 1200px;
  margin: auto;
  padding: 30px 10px 45px 10px;
}

.testimonials .write {
  margin-bottom: 20px !important;
}

.testimonials .write .col-md-4,
.testimonials .write .col-md-8 {
  padding: 0px;
}

.testimonials .write h2 {
  font-size: 2rem;
  width: 75%;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonials .write i {
  color: rgb(255, 180, 31);
  font-size: 20px;
}

.testimonials .write span {
  display: flex;
}

.testimonials .write .col-md-4 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.testimonials .write .col-md-4 a {
  padding: 10px 20px;
  background-color: var(--second-color);
  color: white;
  text-decoration: none;
  border: 2px solid black;
  transition: 0.3s;
  border-radius: var(--border-radius);
}

.testimonials .write .col-md-4 a:hover {
  scale: 1.05;
  transition: 0.3s;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: auto;
}

.testimonial-item i {
  color: orange;
  margin-top: 20px;
  font-size: 18px;
}

.testimonial-item b {
  margin-top: 5px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffe7a0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  padding: 20px 10px 10px 10px;
  position: relative;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius);
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.testimonials .swiper-pagination {
  margin-top: -62px;
  margin-bottom: 50px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc107;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc107;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffc107;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aab3c7;
}

.section-title h2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

#slider-container {
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
  padding: 40px 12px;
  width: 80%;
}

#slider-container #slider {
  display: flex;
  height: 100%;
  transition: all 0.5s;
  width: fit-content;
}

#slider-container #slider .slide span {
  color: white;
  font-size: 150px;
}

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

  .write .col-md-4 {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
}

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

  .testimonials .write {
    margin-top: 20px !important;
    width: 95%;
  }

  .testimonials .testimonial-item p {
    font-style: italic;
    padding: 30px 20px 20px 20px;
  }

  #slider-container {
    width: 85%;
    padding: 12px;
  }

  .write .col-md-4 {
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
  }

  .write h2 {
    text-align: center;
    width: 100% !important;
  }

  .write .col-md-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .write .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
}

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

#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: 0px;
  z-index: 999;
}

.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 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%;
}

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

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

  .acceuil3 h1 {
    font-size: 28px;
  }

  .acceuil3 span {
    font-size: 15px;
  }

  .acceuil3 p {
    line-height: 25px;
    font-size: 1rem;
  }
}

/* Page Galerie */

.realisation2 {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  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;
}

.editable-block b {
  display: initial !important;
}

@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;
  display: flex;
  background-color: black;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

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

.footer3 .row .col-md-3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: left;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.542);
}

.footer3 .row .col-md-3 h3 {
  color: white;
  font-size: 21px;
  font-weight: 600;
  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: 10px;
}

.footer3 .row .col-md-3 ul li a {
  color: rgb(208, 213, 219);
  text-decoration: none;
  font-size: 15px;
  padding-right: 3px !important;
}

.footer3 .row .col-md-3 p {
  color: rgb(208, 213, 219);
  text-decoration: none;
  font-size: 15px;
  padding-right: 3px !important;
  max-width: 75%;
}

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

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

.footer3 .row span {
  color: rgb(208, 213, 219);
  text-align: center;
  font-size: 14px;
  padding: 20px 0px;
  padding-top: 30px !important;
}

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

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

#reseauLinkFooter {
  margin-top: 20px;
}

.footer3 .row:first-child {
  background-color: black;
  padding: 43px 0px;
  padding-bottom: 15px;
  padding-left: 16vh;
  padding-right: 16vh;
  width: 100%;
}

.footer3 .row:last-child {
  background-color: black;
  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:last-child {
    padding: 0px !important;
  }

  .footer3 .row {
    display: flex;
    padding: 50px 0px 20px !important;
    --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: 3px;
  }
  .footer3 .row .col-md-3 ul li {
    margin-top: 7px;
  }

  .last-word {
    padding: 0px !important;
  }
}

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

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

  .footer3 .row .col-md-3:last-child {
    border-right: 0px solid gray;
    border-bottom: 0px solid rgba(167, 167, 167, 0.569);
  }

  .footer3 .row .col-md-3 p {
    max-width: 90%;
  }

  .footer3 .row:first-child {
    border-bottom: 1px solid gray;
    padding-bottom: 0px !important;
  }

  .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: 95%;
    margin: auto;
    text-align: center;
    padding: 15px !important;
  }
}

/* slider */

.slideraccueil {
  height: 54vw;
  position: relative;
  overflow: hidden;
}

.slideraccueil .contenue {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  height: 54vw;
  align-items: center;
  flex-direction: column;
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 67%));*/
}

.slideraccueil h1 {
  color: white;
  font-size: 45px;
  margin-top: 100px;
  width: 70%;
  text-align: center;
  font-weight: 700;
  min-width: 300px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.slideraccueil h2 {
  color: white;
  font-size: 45px;
  width: 70%;
  margin-top: 100px;
  text-align: center;
  font-weight: 700;
  min-width: 300px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.slideraccueil p {
  color: white;
  width: 60%;
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 45px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.slideraccueil a {
  color: var(--second-color);
  background-color: white;
  font-size: 23px;
  text-decoration: none;
  padding: 9px 30px;
  font-weight: 500;
  transition: 0.3s ease;
}

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

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

.slideraccueil img,
video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 0px !important;
  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: 184vw;
  }

  .slideraccueil video {
    height: 100%;
  }

  .slideraccueil .contenue {
    height: 150vw;
  }

  .slideraccueil_second {
    height: 158vw !important;
  }

  .slideraccueil h1 {
    font-size: 25px;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slideraccueil h2 {
    font-size: 25px;
    width: 95%;
  }

  #image-slider {
    height: 184vw;
  }

  .slideraccueil {
    margin-top: 75px;
  }

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

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

  .slick-slider {
    height: auto;
  }

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

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

  .tetiere {
    border-radius: 0px !important;
    margin-top: 36px !important;
    padding: 11px !important;
    min-height: 210px !important;
  }

  .product_page .sorting_bar {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
  }

  .ligne_product {
    width: 95%;
    margin: auto !important;
  }

  .image_product {
    height: 246px !important;
  }

  .tetiere nav ol {
    margin: 0px;
    padding: 0px;
    gap: 5px;
    display: flex;
  }

  .tetiere nav {
    margin-bottom: 10px;
  }

  .tetiere h1 {
    margin-top: 8px !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;
  }
}

/*blog*/
.blog {
  width: 100%;
  max-width: 1200px;
  padding: 40px 00px;
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.blog .time_date {
  font-weight: 400;
  width: 90%;
  margin: 25px auto 15px;
  display: flex;
  justify-content: space-between;
  color: rgb(111, 110, 110);
  align-items: center;
}

.blog .time_date span i {
  margin-right: 5px;
}

.blog .time_date span {
  text-align: left;
}

.blog a {
  border: none;
  width: 49%;
  text-decoration: none;
  background-color: #ffffff00;
  max-width: 600px;
}

.blog a:hover img {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.blog a:hover h3 {
  color: var(--second-color);
  transition: 0.3s ease;
  text-decoration: underline;
}

.blog a:hover span {
  text-decoration: none !important;
}

a:hover {
  color: none !important;
  text-decoration: none !important;
}

.blog .col-md-5 {
  width: 100%;
  height: auto;
  background-color: #f9fafb;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  min-width: -webkit-fill-available;
  padding: 0px;
  margin-bottom: 40px;
}

.blog .col-md-5 .content_image_blog {
  overflow: hidden;
  width: 100%;
  min-height: 215px;
}

.blog .col-md-5 img {
  height: 215px;
  object-fit: cover;
  width: -webkit-fill-available;
  transition: 0.3s ease;
}

.blog .col-md-5 h2 {
  font-size: 25px;
  color: black;
  width: 90%;
  font-weight: 700;
  margin-bottom: 5px !important;
  margin: auto;
  margin-top: 5px;
  text-align: left;
}

.blog .col-md-5 p {
  color: black;
  margin: 10px auto 25px;
  width: 90%;
  text-align: left;
  color: rgb(111, 110, 110);
}

.blog .row {
  --bs-gutter-x: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 819px) {
  .blog .col-md-5 {
    width: auto;
    margin-bottom: 30px;
    min-height: auto;
    margin-bottom: -30px;
  }

  .blog .time_date {
    flex-wrap: wrap;
  }

  .blog .time_date span:nth-child(2) {
    margin-top: 3px;
  }

  .blog button {
    margin: 0px;
  }

  .blog {
    margin: 0px 0px;
  }

  .blog .col-md-5 img {
    height: 174px;
  }

  .blog a {
    width: 90%;
    margin-bottom: 50px;
  }

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

.article {
  margin-top: 150px;
  margin-bottom: 50px;
}

.article .row {
  max-width: 1200px;
  margin: 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;
}

.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: 33%;
  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: 10px 0px;
}

@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;
}

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

.partenaire h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 700;
}

.slider_partenaire .slide {
  height: 80px;
}

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

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

  .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: 95vw;
  }

  .slideraccueil {
    height: 95vw;
  }

  .slideraccueil {
    margin-top: 102px;
  }

  .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;
}

.tetiere {
  margin-top: 60px;
  position: relative;
  top: 40px;
  max-height: 210px;
  padding: 40px;
  border-radius: var(--border-radius);
  text-decoration: none;
  background: center / cover no-repeat;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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 nav {
  display: flex;
  width: 90%;
  margin: 0px auto;
  margin-bottom: -5px;
}

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

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

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

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

.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: 91%;
  margin: 10px auto;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px !important;
}

.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;
  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;
}

.container-fixe-whatsapp {
  position: fixed;
  right: 2%;
  width: 7vh;
  height: 7vh;
  z-index: 999;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  bottom: 8vh;
  align-items: center;
  transition: 0.2s ease;
}

.container-fixe-whatsapp:hover {
  scale: 1.1;
  transition: 0.2s ease;
}

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

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

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

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

.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: 1200px;
  width: 100%;
  background-color: var(--second-color);
  padding: 15px 20px;
  margin-bottom: 10px;
}

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

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

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

#div_img_h2 {
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  background-color: var(--second-color);
  padding: 20px 20px;
  margin-bottom: 19px;
  margin-top: -25px;
  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: 185px;
  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: 999999;
  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;
}

.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;
}

.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: var(--second-color);
  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;
  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: 15px;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin-top: 10px;
  transition: 0.3s ease;
}

@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;
  }

  .testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: auto;
    padding: 16px;
  }
}

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

.product_page .sorting_bar {
  background-color: rgb(245, 233, 238);
  padding: 16px 24px;
  color: #333;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.164);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
}

.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: var(--second-color);
  color: white;
  border: none;
  padding: 5px 10px;
}

.ligne_product {
  display: grid;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto 25px auto;
}

#product_base {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .ligne_product {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .ligne_product {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 12px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .ligne_product {
    grid-template-columns: 1fr !important;
    gap: 15px;
    margin: 0px !important;
    width: 100% !important;
  }
}

.image_product {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--second-color), 0.1);
  border-radius: 15px 15px 0 0;
  transition: filter 0.3s ease-in-out;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.2s ease;
}

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

.col {
  margin-right: 15px;
}

.info_product_commerce {
  display: flex;
  flex-grow: 1;
  padding: 20px 18px;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.info_product_commerce h2 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info_product_commerce p {
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--second-color);
}

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

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

.price_basket button {
  background: linear-gradient(150deg, var(--second-color) 100%, #000 50%);
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  padding: 12px 16px;
  transition: all 0.3s ease;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}

.price_basket button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}

.price_basket button:hover::before {
  width: 200%;
  height: 200%;
}

.price_basket button:hover {
  cursor: pointer;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.price_basket button:active {
  transform: translateY(0) scale(0.98);
}

.price_basket button img {
  height: fit-content;
  width: fit-content;
  max-width: 20px;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.price_basket button:hover img {
  transform: scale(1.1);
}

.price_basket a {
  text-decoration: none;
  background: linear-gradient(150deg, var(--second-color) 100%, #000 50%);
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  padding: 12px 16px;
  transition: all 0.3s ease;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
}

.price_basket a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}

.price_basket a:hover::before {
  width: 200%;
  height: 200%;
}

.price_basket a:hover {
  cursor: pointer;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.price_basket a:active {
  transform: translateY(0) scale(0.98);
}

.price_basket a img {
  height: fit-content;
  width: fit-content;
  max-width: 20px;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.price_basket a:hover img {
  transform: scale(1.1);
}

.promo_new {
  color: var(--second-color) !important;
  font-weight: 700 !important;
  font-size: 1.1em !important;
}

.promo_old {
  font-size: 0.9rem;
  margin-left: 8px;
  color: #999 !important;
  text-decoration: line-through;
}

#href_no_hover {
  border-bottom: 1px solid transparent !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: block;
  position: relative;
  border-radius: 15px 15px 0 0;
}

#href_no_hover:hover {
  border-bottom: 1px solid transparent !important;
  transform: scale(1.02);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.container_page_product {
  max-width: 1200px;
  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: flex-start;
}

.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;
  max-height: 570px;
  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: 37px;
  color: #43484d;
  letter-spacing: -2px;
}

.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: rgb(20 21 22);
  line-height: 24px;
}

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

.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: 1200px;
  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: var(--second-color);
  padding: 16px 24px;
  color: white;
  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;
  margin-right: 20px;
}

.product_actions form {
  display: flex;
  align-items: center;
}

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

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

.quantity_btn:hover {
  background-color: black;
}

.quantity_input {
  width: 45px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 10px;
  padding: 2px 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: black;
}

/*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: 150px;
    margin-bottom: 5px;
  }

  .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%;
  }

  .panier .col-md-4 {
    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: 272px;
  }

  .left-column {
    width: inherit;
    position: relative;
    display: flex !important;
    justify-content: space-between !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.2rem;
  }

  #info_message_personnel {
    display: flex !important;
    flex-direction: column !important;
    padding: 0px !important;
    align-items: flex-start !important;
  }

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

  .panier_vide img {
    width: auto;
  }

  .product_row {
    padding: 0px;
    gap: 15px;
  }

  .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;
  }
}

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

.categories-container .category-block {
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.categories-container .category-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.categories-container .category-header {
  padding: 30px 30px 20px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.categories-container .category-name {
  font-size: 2.2em;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
  position: relative;
  margin-bottom: 0px;
}

.categories-container .category-name::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--second-color);
  border-radius: 2px;
}

.categories-container .see-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--second-color);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.categories-container .see-more::after {
  content: "→";
  font-size: 1.1em;
  transition: transform 0.3s ease;
}

.categories-container .see-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background: #000;
}

.categories-container .see-more:hover::after {
  transform: translateX(4px);
}

.categories-container .products-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  padding: 20px 30px 40px;
}

.categories-container .product-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}

.categories-container .product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, var(--second-color), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.categories-container .product-card:hover::before {
  opacity: 0.1;
}

.categories-container .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.categories-container .product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.categories-container .product-card:hover .product-image {
  transform: scale(1.08);
}

.categories-container .product-info {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.categories-container .product-name {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.categories-container .product-price {
  color: var(--second-color);
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.categories-container .product-price s {
  color: #999;
  font-weight: 400;
  font-size: 0.9em;
}

.categories-container .product-price s p {
  margin: 0;
}

.categories-container .product-price p {
  margin: 0;
}

.categories-container .product-price p[style*="color: red"] {
  color: var(--second-color) !important;
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 1240px) {
  .categories-container {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .categories-container .products-row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    padding: 20px 20px 30px;
  }

  .categories-container .category-header {
    padding: 25px 20px 15px;
  }

  .categories-container .category-name {
    font-size: 1.8em;
  }

  .categories-container .product-image {
    height: 160px;
  }
}

@media (max-width: 768px) {
  .categories-container {
    gap: 30px;
    margin: 0px 0;
  }

  .categories-container .products-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px 15px 25px;
  }

  .categories-container .category-header {
    padding: 20px 15px 10px;
  }

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

  .categories-container .see-more {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .categories-container .product-info {
    padding: 15px 12px;
    gap: 8px;
  }

  .categories-container .product-name {
    font-size: 1em;
  }

  .categories-container .product-price {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .categories-container .products-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .categories-container .product-image {
    height: 180px;
  }
}

/* second slider */
.slideraccueil_second {
  width: 100%;
  margin: 0px auto;
  height: 75vh;
  padding-top: 75px;
  display: flex;
  background: linear-gradient(to right, white 0%, #fff3f3 100%);
}

.slideraccueil_second .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto !important;
  height: 100%;
  padding-left: 14vh;
  padding-right: 14vh;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slideraccueil_second .col-md-6:nth-child(1) {
  display: flex;
  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: 3.75rem;
  font-weight: 900;
  margin-bottom: 0px;
  max-width: 100%;
}

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

.slideraccueil_second .col-md-6:nth-child(1) a {
  background-color: var(--second-color);
  text-decoration: none;
  color: white;
  font-weight: 600;
  padding: 10px 22px;
  margin-top: 5px;
  text-transform: uppercase;
  border-radius: var(--border-radius);
  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-end;
}

.slideraccueil_second .col-md-6:nth-child(2) img,
video {
  margin-left: auto;
  border-radius: var(--border-radius);
  right: 0px;
  height: auto;
  object-fit: cover;
  border: 2px solid var(--second-color);
  border-radius: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  height: 25rem;
  width: 25rem;
  max-height: 365px !important;
  max-width: 365px !important;
}

.slideraccueil_second video {
  position: initial !important;
}

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

  .slideraccueil_second video {
    margin-top: 0px;
  }

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

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

  .slideraccueil_second .row {
    align-content: center;
    padding: 0px 20px;
  }

  .slideraccueil_second .col-md-6:nth-child(2) img {
    margin-top: 25px;
    max-height: 190px !important;
    max-width: 190px !important;
  }

  .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 {
    font-size: 0.9rem;
    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 {
  padding: 36px 24px;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  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: 2rem;
  color: black;
  border: 2px solid var(--second-color);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cf8bac30;
}

.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: 48%;
    justify-content: flex-start;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
      rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 15px;
  }

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

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

  .logo_reasurrance {
    padding: 30px 15px;
  }

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

  .logo_reasurrance .row {
    display: flex;
    justify-content: space-between;
  }

  .drapeau_trad_pc {
    display: none;
  }
}

.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;
  position: sticky;
}

.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;
}

#goog-gt-tt,
.goog-te-banner-frame,
.goog-te-gadget-icon {
  display: none !important;
  position: absolute;
}

#google_translate_element {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-yAWNEb-L7lbkb,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none !important;
}

/* Smartlink */
.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block:first-of-type {
  margin-top: -39.5px;
}

.block h2 {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}

.block p {
  text-align: center;
}

.smartlink_btn_button {
  position: fixed;
  bottom: 12px;
  left: 17px;
  background-color: var(--second-color);
  color: white;
  border: none;
  padding: 16px;
  border-radius: 50px;
  z-index: 3147483646;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  animation: smartlink_btn_pulse 1.5s infinite ease-in-out;
}

.block.has-background {
  min-height: 170px;
}

.buttons-lists {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.buttons-lists a {
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 31px;
  flex-grow: 0;
  width: 80%;
}

.buttons-lists a[style*="width"] {
  flex-basis: auto;
}

.buttons-lists a:hover {
  scale: 1.05;
  transition: 0.3s;
}

.smartlink_btn_button i {
  font-size: 18px;
}

@keyframes smartlink_btn_pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

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

.smartlink_btn_menu {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 350px;
  background: white;
  z-index: 4147483646;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out;
}

.smartlink_btn_menu.open {
  transform: translateX(0);
}

.smartlink_btn_menu::-webkit-scrollbar {
  width: 8px;
  background-color: #f0f0f0;
}

.smartlink_btn_menu::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}

.smartlink_btn_menu::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 10px;
}

.smartlink_btn_close {
  align-self: flex-end;
  display: flex;
  align-items: center;
  background: none;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-color: #e8e8e8;
  border-radius: 3px;
  position: sticky;
  right: 10px;
  top: 10px;
  z-index: 999;
  width: 30px;
}

.smartlink_btn_close i {
  height: auto;
  width: auto;
  padding: 2px;
  font-size: 1.5rem;
}

.backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: -1;
}

.newsletter-container {
  background: linear-gradient(
    to right,
    var(--second-color) 0%,
    rgb(207, 139, 172) 100%
  );
  padding: 72px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.newsletter-container h2 {
  font-size: 2.25rem;
  color: white;
  margin-bottom: 6px;
}

.newsletter-container p {
  font-size: 16px;
  color: white;
  max-width: 1000px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 40px;
}

.newsletter-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.newsletter-input {
  flex-grow: 1;
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-right: 20px;
  padding: 11px 24px;
  max-width: 513px;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-input:focus {
  background-color: white;
  color: #1f2937;
  outline: none;
  border-color: white;
}

.newsletter-input:focus::placeholder {
  color: #9ca3af;
}

.newsletter-button {
  background-color: #1f2937;
  color: white;
  padding: 16px 24px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-button:hover {
  background-color: rgba(31, 41, 55, 0.9);
  transform: translateY(-2px);
}

.newsletter-button {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 11px 24px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: var(--border-radius);
}

.newsletter-button i {
  color: white;
  margin-left: 10px;
}

.newsletter-button:hover {
  scale: 1.05;
  transition: 0.2s ease;
}

.newsletter-button:focus {
  outline: none;
}

@media (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input {
    margin-right: 0px;
    min-width: initial;
    max-width: initial;
    width: 95%;
    margin-bottom: 10px;
  }

  .newsletter-container h2 {
    font-size: 1.5rem;
  }

  .newsletter-container p {
    margin-bottom: 20px;
  }

  .newsletter-button {
    width: 95%;
  }

  .newsletter-container {
    padding: 19px 14px;
  }
}

#cookie-banner-wrapper {
  background: #000000;
  display: flex;
  font-size: 16px !important;
  left: 0;
  position: fixed;
  bottom: 0;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  margin: auto;
  width: 100%;
  justify-content: center;
}

#cookie-banner-wrapper button {
  background: #d10000;
  border: 0px !important;
  border-radius: 5px !important;
}

#tarteaucitronCloseAlert {
  display: none !important;
}

/*galerie pdf*/
.galerie-pdf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  padding-top: 1rem;
}

.galerie-pdf-container .galerie-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.galerie-pdf-container .galerie-title i {
  color: #e74c3c;
  margin-right: 0.5rem;
  animation: pulse 2s infinite;
}

.galerie-pdf-container .galerie-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  margin: 0;
}

.galerie-pdf-container .pdf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.galerie-pdf-container .pdf-card {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.galerie-pdf-container .pdf-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.galerie-pdf-container .pdf-image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.galerie-pdf-container .pdf-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.galerie-pdf-container .pdf-card:hover .pdf-preview {
  transform: scale(1.05);
}

.galerie-pdf-container .pdf-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--second-color), var(--second-color));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.galerie-pdf-container .pdf-card:hover .pdf-overlay {
  opacity: 0.9;
}

.galerie-pdf-container .pdf-actions {
  display: flex;
  gap: 1rem;
}

.galerie-pdf-container .btn-view-pdf,
.galerie-pdf-container .btn-download-pdf {
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.galerie-pdf-container .btn-view-pdf {
  background: rgba(255, 255, 255, 0.9);
  color: #2c3e50;
}

.galerie-pdf-container .btn-download-pdf {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.galerie-pdf-container .btn-view-pdf:hover,
.galerie-pdf-container .btn-download-pdf:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.galerie-pdf-container .pdf-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--second-color), var(--second-color));
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  box-shadow: 0 2px 10px rgba(231, 76, 60, 0.3);
}

.galerie-pdf-container .pdf-content {
  padding: 1.5rem;
}

.galerie-pdf-container .pdf-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.galerie-pdf-container .pdf-description {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.galerie-pdf-container .pdf-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #ecf0f1;
}

.galerie-pdf-container .pdf-date {
  color: #95a5a6;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.galerie-pdf-container .pdf-link {
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s ease;
}

.galerie-pdf-container .pdf-link:hover {
  color: #2980b9;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

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

@media (max-width: 768px) {
  .galerie-pdf-container .galerie-pdf-container {
    padding: 1rem;
  }

  .galerie-pdf-container .galerie-title {
    font-size: 2rem;
  }

  .galerie-pdf-container .pdf-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .galerie-pdf-container .pdf-actions {
    flex-direction: column;
    width: 100%;
  }

  .galerie-pdf-container .btn-view-pdf,
  .galerie-pdf-container .btn-download-pdf {
    width: 100%;
    justify-content: center;
  }

  .galerie-pdf-container .pdf-image-container {
    height: 205px;
  }

  .galerie-pdf-container .pdf-overlay {
    padding: 30px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.galerie-pdf-container .pdf-card {
  animation: fadeInUp 0.6s ease forwards;
}

.galerie-pdf-container .pdf-card:nth-child(2) {
  animation-delay: 0.1s;
}

.galerie-pdf-container .pdf-card:nth-child(3) {
  animation-delay: 0.2s;
}

.galerie-pdf-container .pdf-card:nth-child(4) {
  animation-delay: 0.3s;
}

.galerie-pdf-container .pdf-card:nth-child(5) {
  animation-delay: 0.4s;
}

.galerie-pdf-container .pdf-card:nth-child(6) {
  animation-delay: 0.5s;
}

/* offre emploie */
.offres-emploi-container {
  max-width: 1200px;
  margin: 0 auto;
}

.offres-emploi-container.card-header {
  position: absolute;
  right: 0px;
  top: 20px;
}

.offres-emploi-container.jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 36px;
  margin-top: 29px;
}

.offres-emploi-container.job-card {
  background: white;
  border-radius: var(--border-radius);
  padding: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f5f9;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.offres-emploi-container.job-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--second-color);
}

.offres-emploi-container.job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: var(--second-color);
}

.offres-emploi-container.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem 0 1.5rem;
}

.offres-emploi-container.company-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.offres-emploi-container.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offres-emploi-container.logo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--second-color),
    rgba(var(--second-color-rgb, 59, 130, 246), 0.8)
  );
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.offres-emploi-container.job-date {
  background: #f8fafc;
  color: #64748b;
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-weight: 500;
}

.offres-emploi-container.card-content {
  padding: 1rem 1.5rem;
}

.offres-emploi-container.job-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  padding: 1.5rem 0 0 0;
}

.offres-emploi-container.company-name {
  color: var(--second-color);
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

.offres-emploi-container.job-info {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 10px;
  align-items: center;
}

.offres-emploi-container.info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
  font-size: 0.9rem;
}

.offres-emploi-container.info-item i {
  color: var(--second-color);
  width: 14px;
}

.offres-emploi-container.contract-badge {
  background: linear-gradient(
    135deg,
    rgba(var(--second-color-rgb, 59, 130, 246), 0.1),
    rgba(var(--second-color-rgb, 59, 130, 246), 0.05)
  );
  color: var(--second-color);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  margin: 0px;
  font-weight: 600;
  border: 1px solid rgba(var(--second-color-rgb, 59, 130, 246), 0.2);
}

.offres-emploi-container.salary-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #059669;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.8rem;
  background: rgba(5, 150, 105, 0.1);
  border-radius: 8px;
  width: fit-content;
}

.offres-emploi-container.salary-info i {
  font-size: 0.8rem;
}

.offres-emploi-container.job-description {
  color: #424852;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.offres-emploi-container.competences-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.offres-emploi-container.competence-badge {
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.1),
    rgba(16, 185, 129, 0.05)
  );
  color: #059669;
  padding: 0.3rem 0.6rem;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(16, 185, 129, 0.2);
  white-space: nowrap;
  margin: 7px 0px;
}

.offres-emploi-container.card-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.offres-emploi-container.apply-btn {
  background: var(--second-color);
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  width: 100%;
  box-shadow: 0 2px 8px rgba(var(--second-color-rgb, 59, 130, 246), 0.3);
}

.offres-emploi-container.apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--second-color-rgb, 59, 130, 246), 0.4);
}

.offres-emploi-container.no-jobs {
  text-align: center;
  padding: 4rem 2rem;
  color: #64748b;
}

.offres-emploi-container.no-jobs-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offres-emploi-container.no-jobs-icon i {
  font-size: 2rem;
  color: #cbd5e1;
}

.offres-emploi-container.no-jobs h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #334155;
  font-weight: 600;
}

.offres-emploi-container.no-jobs p {
  color: #64748b;
  font-size: 1rem;
}

.offres-emploi-container.competences-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #475569;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

/* Responsive */
@media (max-width: 768px) {
  .offres-emploi-container.jobs-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 90%;
  }

  .offres-emploi-container.job-info {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .offres-emploi-container.competence-badge {
    margin: 3px 0px;
  }

  .offres-emploi-container.competences-list {
    gap: 0.2rem;
  }

  .offres-emploi-container.salary-info {
    width: 100%;
    justify-content: center;
  }

  .offres-emploi-container.job-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }

  .offres-emploi-container.job-title {
    padding: 0.5rem 0 0 0;
    max-width: 70%;
    font-size: 1.1rem;
  }

  .offres-emploi-container.apply-btn {
    padding: 0.5rem 1.5rem;
  }

  .offres-emploi-container.card-content {
    padding: 1rem 1rem;
  }

  .offres-emploi-container.card-header {
    padding: 0rem 0.5rem 0 0.5rem;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .offres-emploi-container.job-title {
    font-size: 1.1rem;
  }

  .offres-emploi-container.job-description {
    font-size: 0.85rem;
  }
}

/* equipe  */
.equipe {
  max-width: 1200px;
  margin-top: 45px;
  margin: auto;
}

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

.equipe .pole-section {
  margin-bottom: 60px;
}

.equipe .pole-titre {
  text-align: left;
  margin-bottom: 15px;
}

.equipe .pole-titre h2 {
  font-size: 1.8rem;
  color: var(--second-color);
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.equipe .membres-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.equipe .membre-card {
  background: white;
  border-radius: var(--border-radius);
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.equipe .membre-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--second-color);
}

.equipe .membre-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
  border: 3px solid #e9ecef;
  transition: border-color 0.3s ease;
}

.equipe .membre-card:hover .membre-photo {
  border-color: var(--second-color);
}

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

.equipe .membre-info h3 {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 5px;
  font-weight: 600;
}

.equipe .membre-info .fonction {
  font-size: 0.95rem;
  color: var(--second-color);
  margin-bottom: 15px;
  font-weight: 500;
}

.equipe .membre-contact {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.equipe .contact-btn {
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid var(--second-color);
  color: var(--second-color);
  background: transparent;
}

.equipe .contact-btn:hover {
  background: var(--second-color);
  color: white;
  transform: translateY(-1px);
}

.equipe .chef-badge {
  display: inline-block;
  background: var(--second-color);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 992px) {
  .equipe .membres-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .equipe {
    margin-top: 15px;
  }

  .equipe .pole-titre h2 {
    font-size: 1.5rem;
  }

  .equipe .membres-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .equipe .membre-card {
    padding: 10px;
  }

  .equipe .membre-photo {
    margin: 0 auto 10px;
  }

  .equipe .contact-btn {
    padding: 5px 10px;
    margin-bottom: 8px;
  }

  .equipe .membre-photo {
    width: 80px;
    height: 80px;
  }
}

.events .events-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 10px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.events .event-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.events .event-card {
  background: #ffffff;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.2s ease;
}

.events .event-card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transform: scale(1.01);
  transition: 0.2s ease;
}

.events .event-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.events .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.events .event-card:hover .event-image img {
  transform: scale(1.05);
}

.events .event-status {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.events .event-status.upcoming {
  background: rgba(34, 197, 94, 0.9);
  color: white;
  border: 2px solid white;
}

.events .event-status.ongoing {
  background: var(--second-color);
  border: 2px solid white;
  color: white;
  animation: pulse-ongoing 2s infinite;
}

.events .event-status.past {
  background: rgba(204, 21, 21, 0.9);
  color: white;
  border: 2px solid white;
}

@keyframes pulse-ongoing {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.events .event-content {
  padding: 25px;
}

.events .event-dates {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 5px 5px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}

.events .date-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.events .date-icon {
  background-color: var(--second-color);
  color: white;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 29px;
  height: 29px;
}

.events .date-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.events .date-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.events .date-value {
  font-size: 15px;
  color: #1e293b;
  font-weight: 600;
}

.events .date-separator {
  color: var(--second-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events .event-title {
  font-size: 22px;
  margin-top: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 7px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events .event-summary {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}

.events .event-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
}

.events .read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  background-color: var(--second-color);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 6px 16px;
  border-radius: var(--border-radius);
}

.events .read-more i {
  transition: transform 0.3s ease;
}

.events .event-card:hover .read-more i {
  transform: translateX(5px);
}

.events .event-card.past {
  opacity: 0.8;
  position: relative;
}

.events .event-card.past::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(107, 114, 128, 0.1);
  pointer-events: none;
}

.events .event-card.ongoing {
  border: 2px solid var(--second-color);
}

.events .event-card.upcoming {
  border: 2px solid #22c55e;
}

@media (max-width: 768px) {
  .events .events-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .events .event-dates {
    align-items: center;
    gap: 9px;
    text-align: center;
    padding: 7px;
  }

  .events .date-block {
    justify-content: center;
  }

  .events .date-label {
    font-size: 11px;
  }

  .events .event-title {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 13px;
  }

  .events .date-value {
    font-size: 14px;
  }

  .events .date-icon {
    display: none;
  }

  .events .date-info {
    align-items: center;
  }

  .events .date-separator {
    font-size: 20px;
    margin: 6px 0;
  }

  .events .event-title {
    font-size: 20px;
  }

  .events .event-summary {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .events .event-image {
    height: 170px;
  }

  .events .event-content {
    padding: 20px;
  }

  .events .event-title {
    font-size: 18px;
  }
}

.event-page {
  background: #f9fafb;
  min-height: 100vh;
  padding: 2rem 0;
}

.event-page .event-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 2rem;
  margin-bottom: 2rem;
  margin-top: 18px;
}

.event-page .event-content-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.event-page .event-header {
  background: #ffffff;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border: 1px solid #e5e7eb;
}

.event-page .event-image-column {
  position: sticky;
  top: 2rem;
  height: fit-content;
}

.event-page .event-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

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

.event-page .event-status {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.event-page .event-status.upcoming {
  background: rgba(34, 197, 94, 0.9);
  color: white;
  border: 2px solid white;
}

.event-page .event-status.ongoing {
  background: var(--second-color);
  border: 2px solid white;
  color: white;
}

.event-page .event-status.past {
  background: rgba(204, 21, 21, 0.9);
  color: white;
  border: 2px solid white;
}

.event-page .event-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

.event-page .event-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 0 24px;
}

.event-page .event-info-card {
  background: #ffffff;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border: 1px solid #e5e7eb;
}

.event-page .info-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.event-page .info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.event-page .info-item i {
  color: var(--second-color);
  font-size: 1.25rem;
  width: 20px;
  text-align: center;
}

.event-page .info-item div {
  display: flex;
  flex-direction: column;
}

.event-page .info-label {
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.event-page .info-value {
  font-size: 0.875rem;
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 0.125rem;
}

.event-page .event-section {
  background: #ffffff;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border: 1px solid #e5e7eb;
}

.event-page .event-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--second-color);
  display: inline-block;
}

.event-page .event-summary {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

.event-page .event-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
}

.event-page .event-description h1,
.event-page .event-description h2,
.event-page .event-description h3 {
  color: #1a1a1a;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.event-page .event-description h1 {
  font-size: 1.5rem;
}

.event-page .event-description h2 {
  font-size: 1.25rem;
}

.event-page .event-description h3 {
  font-size: 1.125rem;
}

.event-page .event-description p {
  margin-bottom: 1rem;
}

.event-page .event-description strong,
.event-page .event-description b {
  color: var(--second-color);
  font-weight: 600;
}

.event-page .event-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.event-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius);
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.event-page .btn-primary {
  background: var(--second-color);
  color: white;
}

.event-page .btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.event-page .btn-secondary {
  background: #ffffff;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.event-page .btn-secondary:hover {
  background: #f9fafb;
  color: #1a1a1a;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .event-page .event-layout {
    grid-template-columns: 1fr 300px;
    gap: 1.5rem;
  }

  .event-page .event-image {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .event-page .event-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .event-page .event-image-column {
    position: static;
    order: -1;
  }

  .event-page .event-image {
    height: 250px;
  }

  .event-page .event-title {
    font-size: 2rem;
  }

  .event-page .event-container {
    padding: 0 1rem;
    margin-top: 74px;
  }

  .event-page .info-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .event-page .event-actions {
    flex-direction: column;
  }

  .event-page .btn {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .event-page .event-title {
    font-size: 1.75rem;
  }

  .event-page .event-image {
    height: 200px;
  }

  .event-page .event-section {
    padding: 1rem;
  }

  .event-page .event-info-card {
    padding: 1rem;
  }

  .event-page .event-header {
    padding: 1rem;
  }
}
