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

.navbar2 .icon {
  display: none;
}

.navbar2 .icon2 {
  display: none;
}

.direction.is-mobile .col-md-8 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-8 ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.navbar2 .reseau {
  background-color: var(--second-color);
  display: flex;
  height: 45.5px;
  padding-left: 8vw;
  --bs-gutter-x: 0rem;
  padding-right: 8vw;
  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: 8vw;
  padding-right: 8vw;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}

#direction {
  position: fixed;
  width: 100%;
  height: 80px;
  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-8 {
  display: flex;
  align-items: center;
  padding: 0px;
}

.navbar2 .direction .col-md-8: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: 400;
  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-8 > 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-8 > 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;
  bottom: 5px;
  left: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}

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

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

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

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

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

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

.navbar2 .direction .col-md-8 ul li a {
  text-decoration: none;
  color: rgb(76, 86, 99);
  font-size: 15px;
  font-weight: 400;
  padding: 0px;
  position: relative;
  display: inline-block;
}

.navbar2 .direction .col-md-8 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: rgb(147, 51, 158);
  transition: width 0.4s ease;
}

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

.navbar2 .direction .col-md-8 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-8 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-8 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-8 ul li .sous_menu li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid var(--second-color);
}

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

.navbar2 .direction .col-md-8 ul li .sous_menu li a:hover {
  background-color: rgb(70 11 107 / 12%);
}

.navbar2 .direction .col-md-8 ul li .sous_menu li a::after {
  height: 0px;
}

.navbar2 .direction .col-md-8 ul li:last-child a::after {
  display: none !important;
}

.navbar2 .direction .col-md-8 ul li .sous_menu li a {
  color: rgb(76, 86, 99);
  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: 46vw !important;
  }

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

  .slideraccueil .contenue {
    height: 46vw !important;
  }
  .slideraccueil_second .col-md-6:nth-child(2) img,
  video {
    max-height: 46vw !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: 60px;
    width: auto;
    margin-left: 20px;
  }

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

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

  .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;
    justify-content: space-evenly;
  }

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

  .navbar2 .logo {
    height: 35px;
    margin-left: 10px;
  }

  .navbar2 .direction .col-md-4 a {
    padding-right: 20px;
  }

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

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

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

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

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

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

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

  .presentation h2 {
    margin-bottom: 10px;
    margin-top: 29px;
    width: 95%;
  }

  .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: flex-start;
  flex-direction: column;
}

.additonVerifbot label {
  width: 40%;
}

.additonVerifbot input {
  width: 100%;
  max-width: 400px;
}

#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;
    margin-top: -30px;
  }
  .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 {
  width: 100%;
}

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

.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;
  transition: 0.3s;
  border-radius: 15px;
  font-weight: 700;
}

.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;
  border: 1px solid rgba(0, 0, 0, 0.377);
  position: relative;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

.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;
    padding-bottom: 30px;
  }

  #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: 300px;
  margin-top: 80px;
  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;
  padding: 0vw 8vw;
  margin-bottom: -9px;
  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;
  background: linear-gradient(rgb(70 11 107 / 10%), rgb(147 51 158 / 19%));
  width: 100%;
  height: 100%;
}

.acceuil3 h1 {
  color: white;
  font-weight: 700;
  position: relative;
  width: 100%;
  padding: 0vw 8vw;
  font-size: 2.5rem;
  margin: 20px auto;
}

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

  .acceuil3 h1 {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .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: rgb(70, 11, 107);
  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;
  border-bottom: 0px !important;
  padding: 20px 0px;
}

.footer3 .row .col-md-3 h3 {
  color: white;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

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

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

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

.footer3 .row .col-md-3 p {
  color: white;
  text-decoration: none;
  font-size: 14px;
  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: white;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}

.footer3 .row span a {
  color: white !important;
}

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

#reseauLinkFooter {
  margin-top: 20px;
}

.footer3 .row:first-child {
  width: 1200px;
  padding: 43px 0px;
  border-bottom: 1px solid rgb(255 255 255 / 0.2) !important;
  padding-left: 8vw;
  padding-right: 8vw;
  width: 100%;
}

.footer3 .row:last-child {
  background-color: rgb(70, 11, 107);
  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:first-child {
    padding-bottom: 0px !important;
  }

  .footer3 .row {
    display: flex;
    --bs-gutter-x: 0rem;
    width: 100% !important;
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

  .footer3 .row span {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  #div_ahref_accueil {
    width: 100% !important;
  }
}

/* slider */

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

#div_ahref_accueil {
  width: 70%;
}

.slideraccueil .contenue {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  height: 54vw;
  width: 100%;
  padding: 0vw 8vw;
  flex-direction: column;
  background: linear-gradient(rgb(70 11 107 / 10%), rgb(147 51 158 / 45%));
}

.slideraccueil h1 {
  color: white;
  font-size: 45px;
  margin-top: 100px;
  width: 70%;
  text-align: left;
  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: left;
  font-weight: 700;
  min-width: 300px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.slideraccueil p {
  color: white;
  width: 70%;
  font-size: 20px;
  margin-top: 15px;
  text-align: left;
  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: 20px;
  text-decoration: none;
  border-radius: var(--border-radius);
  padding: 9px 30px;
  padding-top: 6px;
  font-weight: 500;
  transition: 0.3s ease;
  border: 1px solid white;
}

.slideraccueil a:hover {
  background-color: var(--second-color);
  color: white;
  transform: scale(1.05);
  transition: 0.3s ease;
  border: 1px solid white;
}

.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: 140vw !important;
  }

  .slideraccueil h1 {
    font-size: 31px;
    width: 95%;
    margin-bottom: 0px;
    margin-top: 0px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  }

  .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: 48px !important;
  }
  .maintenance_div {
    width: 80% !important;
  }
  .maintenance_div img {
    height: 80px !important;
    width: auto !important;
  }
  .maintenance .maintenance_div h2 {
    font-size: 23px;
    margin-bottom: 13px !important;
  }
  .maintenance .maintenance_div p {
    font-size: 1rem;
  }
}

/*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: 90px;
  position: relative;
  top: 40px;
  padding: 40px;
  border-radius: var(--border-radius);
  height: 100%;
  text-decoration: none;
  background: center / cover no-repeat;
  margin-bottom: 50px;
}

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

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

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

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

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

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

.container {
  display: block;
  position: relative;
  width: 100%;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col {
  margin-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.promo_new {
  color: red;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*panier*/

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

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

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

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

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

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

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

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

.list_products {
  padding: 10px 20px;
}

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

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

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

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

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

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

.form_select_panier {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.price_details {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.info_product_paiement {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.code_promo_form input:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

  .list_products {
    padding: 10px;
  }

  .product_actions form {
    display: flex;
  }

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

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

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

  .popup_info_payement {
    width: 100%;
  }

  .info_product_paiement .input-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .info_product_paiement label {
    font-size: 0.9rem;
    width: 100px;
  }
  .info_product_paiement input {
    width: 250px;
    padding: 5px 9px;
    font-size: 0.9rem;
  }

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

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

  .product_page .sorting_bar form label {
    font-size: 0.9rem;
  }
  .product_page .sorting_bar input[type="text"] {
    width: 100px;
  }
  #ariane_produit {
    margin-top: 100px;
    text-align: center;
  }
  .container_page_product {
    justify-content: center;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
  }
  .product-description h1 {
    font-size: 32px;
    margin-top: 2px;
  }
  .product-description {
    margin-bottom: 10px;
  }
  .product-price {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-color {
    margin-bottom: -10px;
  }
  .cart-btn {
    margin-top: 20px;
  }
  .right-column {
    width: 100%;
    margin-top: 30px;
  }
  .left-column .big_image img {
    height: auto;
    width: 260px;
  }
  .left-column {
    width: inherit;
    position: relative;
    display: flex !important;
    justify-content: center !important;
  }
  .left-column .little_image {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 0px;
  }
}

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

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

  .panier_vide img {
    width: auto;
  }

  .product_row {
    padding: 0px;
  }

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

  .price {
    font-size: 0.8rem;
  }

  .pay_btn {
    font-size: 1rem;
  }

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

/* Catégorie home display */

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .products-row {
    flex-direction: column;
  }
  .categories-container .category-block {
    width: 100%;
  }
  .categories-container .product-card {
    width: 100%;
  }
}

/* second slider */
.slideraccueil_second {
  width: 100%;
  margin: 0px auto;
  height: 85vh;
  padding-top: 100px;
  display: flex;
}

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

.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: 2.3rem;
  font-weight: 900;
  margin-bottom: 0px;
  max-width: 100%;
}

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

.slideraccueil_second .col-md-6:nth-child(1) a {
  background-color: var(--second-color);
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 10px 22px;
  margin-top: 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-start;
}

.slideraccueil_second .col-md-6:nth-child(2) img,
video {
  margin-left: auto;
  border-radius: var(--border-radius);
  right: 0px;
  height: auto;
  object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.promotion_message.show {
  display: block;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .promotion_message {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .logo_reasurrance .row .col-md-3 {
    width: 50%;
    justify-content: flex-start;
    padding: 0px;
  }

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

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

  .logo_reasurrance {
    padding: 30px 15px;
  }

  .logo_reasurrance .row .col-md-3 i {
    font-size: 2.3rem;
  }
  .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-color: #f4f4f9;
  padding: 32px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.newsletter-container h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 6px;
  font-family: "Arial", sans-serif;
}

.newsletter-container p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  font-family: "Arial", sans-serif;
}

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

.newsletter-input {
  margin-bottom: 0px;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 10px 24px;
  margin-right: 10px;
  min-width: 600px;
  max-width: 800px;
  transition: border-color 0.3s ease;
}

.newsletter-input:focus {
  border-color: var(--second-color);
  outline: none;
}

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

.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-button {
    width: 95%;
  }
  .newsletter-container {
    padding: 19px 14px;
  }
}

.calculateur_de_volume .container {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.calculateur_de_volume .header {
  background: linear-gradient(135deg, rgb(70, 11, 107), rgb(147 51 158 / 65%));
  color: white;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calculateur_de_volume .header .devis-btn {
  background-color: white;
  color: var(--second-color);
  padding: 10px 30px;
  z-index: 9;
  font-size: 1.3rem;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  transition: color 0.3s ease;
}

.calculateur_de_volume .header .devis-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--second-color);
  z-index: -1;
  transition: left 0.4s ease;
}

.calculateur_de_volume .header .devis-btn:hover::before {
  left: 0;
}

.calculateur_de_volume .header .devis-btn:hover {
  color: white;
}

.calculateur_de_volume .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.13),
    transparent
  );
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.calculateur_de_volume .header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.calculateur_de_volume .header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.calculateur_de_volume .main-content {
  display: flex;
  min-height: 70vh;
}

.calculateur_de_volume .sidebar {
  width: 300px;
  border-right: 1px solid #e2e8f0;
  padding: 30px;
}

.calculateur_de_volume .volume-display {
  color: var(--second-color);
  border: 2px solid var(--second-color);
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0 10px 30px rgba(138, 39, 144, 0.3);
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.calculateur_de_volume .volume-display:hover {
  transform: translateY(-5px);
}

.calculateur_de_volume .volume-number {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.calculateur_de_volume .volume-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

.calculateur_de_volume .categories {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calculateur_de_volume .category-btn {
  background: white;
  border: 2px solid #e2e8f0;
  padding: 15px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.calculateur_de_volume .category-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(59, 130, 246, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.calculateur_de_volume .category-btn:hover::before {
  left: 100%;
}

.calculateur_de_volume .category-btn:hover {
  border-color: var(--second-color);
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(146, 59, 246, 0.2);
}

.calculateur_de_volume .category-btn.active {
  background: linear-gradient(135deg, var(--second-color), rgb(177, 115, 186));
  color: white;
  border-color: var(--second-color);
}

.calculateur_de_volume .content-area {
  flex: 1;
  padding: 30px;
}

.calculateur_de_volume .category-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.calculateur_de_volume .category-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.calculateur_de_volume .category-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.calculateur_de_volume .category-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgb(180, 123, 189), rgb(77, 16, 87));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.calculateur_de_volume .items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}

.calculateur_de_volume .item-card {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.calculateur_de_volume .item-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--second-color),
    rgba(59, 5, 71, 0.82)
  );
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.calculateur_de_volume .item-card:hover::before {
  transform: scaleX(1);
}

.calculateur_de_volume .item-card:hover {
  border-color: var(--second-color);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(119, 45, 138, 0.15);
}

.calculateur_de_volume .item-card:active {
  transform: translateY(-4px) scale(0.98);
}

.calculateur_de_volume .item-name {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  font-size: 1rem;
}

.calculateur_de_volume .item-volume {
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.calculateur_de_volume .item-volume img {
  height: 50px;
  width: fit-content;
}

.calculateur_de_volume .reset-btn {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 15px;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.calculateur_de_volume .reset-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
}

.calculateur_de_volume .pulse {
  animation: pulse 0.6s ease;
}

.calculateur_de_volume .item-controls {
  display: none;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.calculateur_de_volume .item-controls.active {
  display: flex;
}

.calculateur_de_volume .control-btn {
  background: var(--second-color);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.calculateur_de_volume .control-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(138, 39, 144, 0.3);
}

.calculateur_de_volume .control-btn:active {
  transform: scale(0.95);
}

.calculateur_de_volume .item-count {
  background: #f1f5f9;
  padding: 5px 12px;
  border-radius: 15px;
  font-weight: 600;
  color: var(--second-color);
  min-width: 30px;
  text-align: center;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

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

@media (max-width: 768px) {
  .calculateur_de_volume .main-content {
    flex-direction: column;
  }

  .calculateur_de_volume .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 15px;
  }

  .calculateur_de_volume .categories {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .calculateur_de_volume .category-btn {
    min-width: 150px;
    font-size: 0.9rem;
    padding: 10px;
  }

  .calculateur_de_volume .items-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .calculateur_de_volume .header h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .calculateur_de_volume .header {
    flex-direction: column;
  }
  .calculateur_de_volume .header .devis-btn {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .calculateur_de_volume .volume-display {
    padding: 10px;
  }
  .calculateur_de_volume .content-area {
    flex: 1;
    padding: 15px;
  }
  .calculateur_de_volume .category-title {
    font-size: 1.5rem;
  }
  .calculateur_de_volume .item-card {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .calculateur_de_volume .modal-content {
    top: 45%;
  }
  .calculateur_de_volume .item-volume img {
    width: auto;
  }
}
.calculateur_de_volume .add-custom-btn {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 15px;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.calculateur_de_volume .add-custom-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.calculateur_de_volume .custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.calculateur_de_volume .modal-content {
  background: white;
  padding: 0;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@keyframes modalSlideIn {
  from {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.calculateur_de_volume .modal-header {
  padding: 20px 30px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calculateur_de_volume .modal-header h3 {
  margin: 0;
  color: var(--second-color);
  font-size: 1.3rem;
}

.calculateur_de_volume .close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #64748b;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.calculateur_de_volume .close-btn:hover {
  background: #f1f5f9;
  color: #ef4444;
}

.calculateur_de_volume .modal-body {
  padding: 20px 30px;
}

.calculateur_de_volume .input-group {
  margin-bottom: 20px;
}

.calculateur_de_volume .input-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
}

.calculateur_de_volume .input-group input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.calculateur_de_volume .input-group input:focus {
  outline: none;
  border-color: var(--second-color);
}

.calculateur_de_volume .modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.calculateur_de_volume .cancel-btn {
  background: #f8fafc;
  color: #64748b;
  border: 1px solid #e2e8f0;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.calculateur_de_volume .cancel-btn:hover {
  background: #f1f5f9;
}

.calculateur_de_volume .confirm-btn {
  background: linear-gradient(135deg, var(--second-color), rgb(177, 115, 186));
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.calculateur_de_volume .confirm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(138, 39, 144, 0.3);
}

.calculateur_de_volume .items-count-btn {
  color: var(--second-color);
  border: 2px solid var(--second-color) !important;
  border: none;
  padding: 8px 16px;
  box-shadow: 0 10px 30px rgba(138, 39, 144, 0.3);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  width: 100%;
}

.calculateur_de_volume .items-count-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.calculateur_de_volume .items-list-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.calculateur_de_volume .items-list-modal .modal-content {
  max-width: 600px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.calculateur_de_volume .items-list-modal .modal-body {
  overflow-y: auto;
  flex-grow: 1;
}

.calculateur_de_volume .items-list {
  margin-bottom: 20px;
}

.calculateur_de_volume .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 8px;
  margin-bottom: 8px;
  border-left: 4px solid var(--second-color);
}

.calculateur_de_volume .item-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.calculateur_de_volume .item-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--second-color), rgb(177, 115, 186));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
}

.calculateur_de_volume .item-details h4 {
  margin: 0;
  color: #1e293b;
  font-size: 1rem;
  font-weight: 600;
}

.calculateur_de_volume .item-details p {
  margin: 2px 0 0 0;
  color: #64748b;
  font-size: 0.85rem;
}

.calculateur_de_volume .item-volume-info {
  text-align: right;
  color: var(--second-color);
  font-weight: 600;
  display: flex;
  gap: 5px;
}

.calculateur_de_volume .list-summary {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
}

.calculateur_de_volume .summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #374151;
}

.calculateur_de_volume .summary-item:last-child {
  margin-bottom: 0;
}

.calculateur_de_volume .empty-list {
  text-align: center;
  padding: 40px 20px;
  color: #94a3b8;
  font-style: italic;
}

.calculateur_de_volume .remove-item-btn {
  background: #ef4444;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.calculateur_de_volume .remove-item-btn:hover {
  background: #dc2626;
  transform: scale(1.1);
}

.formulaire_toutrans {
  background: white;
  padding: 40px;
  margin-bottom: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(103, 58, 183, 0.1);
  border: 1px solid rgba(103, 58, 183, 0.1);
}

.formulaire_toutrans h3 {
  color: #673ab7;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.formulaire_toutrans h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #673ab7, #9c27b0);
  border-radius: 2px;
}

.formulaire_toutrans .section-title {
  color: rgb(76, 86, 99);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 30px 0 20px 0;
  padding-bottom: 0px;
  border-bottom: 2px solid rgb(76, 86, 99);
  /* text-decoration: underline; */
  text-align: left;
}

.formulaire_toutrans .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.formulaire_toutrans .form-group {
  display: flex;
  flex-direction: column;
}

.formulaire_toutrans .form-group.full-width {
  grid-column: 1 / -1;
}

.formulaire_toutrans .form-group.half-width {
  grid-column: span 1;
}

.formulaire_toutrans label {
  color: #673ab7;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.formulaire_toutrans input[type="text"],
.formulaire_toutrans input[type="email"],
.formulaire_toutrans input[type="tel"],
.formulaire_toutrans input[type="date"],
.formulaire_toutrans input[type="time"],
.formulaire_toutrans input[type="number"],
.formulaire_toutrans textarea,
.formulaire_toutrans select {
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}

.formulaire_toutrans input:focus,
.formulaire_toutrans textarea:focus,
.formulaire_toutrans select:focus {
  outline: none;
  border-color: #673ab7;
  box-shadow: 0 0 0 3px rgba(103, 58, 183, 0.1);
  transform: translateY(-2px);
}

.formulaire_toutrans textarea {
  resize: vertical;
  min-height: 100px;
}

.formulaire_toutrans .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.formulaire_toutrans .checkbox-item {
  display: flex;
  align-items: center;
}

.formulaire_toutrans .checkbox-item input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  accent-color: #673ab7;
}

.formulaire_toutrans .checkbox-item label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.formulaire_toutrans .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.formulaire_toutrans .radio-item {
  display: flex;
  align-items: center;
}

.formulaire_toutrans .radio-item input[type="radio"] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  accent-color: #673ab7;
}

.formulaire_toutrans .radio-item label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.formulaire_toutrans button[type="submit"] {
  background: linear-gradient(135deg, #673ab7, #9c27b0);
  color: white;
  padding: 16px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 30px auto 0;
  box-shadow: 0 8px 25px rgba(103, 58, 183, 0.3);
}

.formulaire_toutrans button[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(103, 58, 183, 0.4);
}

.formulaire_toutrans .required {
  color: #e53e3e;
}

@media (max-width: 768px) {
  .formulaire_toutrans {
    padding: 30px 20px;
    margin: 20px 10px;
  }

  .formulaire_toutrans .form-grid {
    grid-template-columns: 1fr;
  }

  .formulaire_toutrans h3 {
    font-size: 1.5rem;
  }

  .formulaire_toutrans .radio-group {
    flex-direction: column;
    gap: 10px;
  }
  .parallax-modern {
    background-attachment: initial !important;
  }
  .right_txt_left_img {
    margin-top: -30px !important;
  }
  .left_text_right_img {
    margin-top: -30px !important;
  }
}

@media (max-width: 480px) {
  .formulaire_toutrans {
    padding: 20px 15px;
  }
}

#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;
  padding: 5px;
}

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

#tarteaucitronCloseAlert {
  display: none !important;
}
