body {
  font-size: 13px;
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  line-height: 1.5;
}
.accordion .accordion-item {
  color: #2c2c2c !important;
  width: 53rem;
}

.accordion .accordion-item button[aria-expanded='true'] {
  background: #fcfcfc;
  border-left: 4px solid green !important;
  padding-left: 13px;
}

.accordion .accordion-item button {
  background: #fcfcfc;
  border-left: 4px solid green !important;
  padding-left: 13px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  border: 1px solid var(--blue);
}

.accordion .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: #5191FA !important;
}

.accordion .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  margin-right: 10px;
}

.accordion .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background: #fcfcfc;
  border-left: 4px solid green !important;
  padding-left: 13px;
  max-height: 41rem;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 14px;
  font-weight: 300;
  margin: 2em 0;
}

.title_produit{
    margin-top: 10px;
  color: #5191FA;
  font-weight: 500;
  font-size: 34px;
  padding-top: 40px;
  line-height: 52px;
  border-bottom: 1px solid #EAEEF3;
  padding-bottom: 38px;
}
.item .icon i{
 font-size: 30px;
  color: #0b5394;
  margin-right: 15px;   
}
.info .name{
  font-size: 16px;
  color: #0b5394;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 3px;
}
.info .value{
  font-size: 14px;
  color: #5E6D77;
}
/* Style de la galerie principale */
.product-gallery {
/*  max-width: 600px;
  margin: auto;*/
  position: relative;
}

.main-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 49rem;
}

.main-image img {
  width: 100%;
  display: block;
  height: 29rem;
}

/* Flèches de navigation */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  display: none; /* Masqué par défaut */
  z-index: 10;
}

.nav-arrow.left-arrow {
  left: 10px;
}

.nav-arrow.right-arrow {
  right: 10px;
}

/* Afficher les flèches au survol */
.main-image:hover .nav-arrow {
  display: block;
}

/* Bouton plein écran */
/*.fullscreen {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 5px;
}*/

/* Miniatures */
.thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
  width: 49rem;
  overflow: hidden;
}

.thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 5px;
}

.thumbnail.active {
  border-color: #007bff;
}
.st-section-title{
      font-size: 24px;
      color: #0b5394;
}
.section-include{
  padding-top: 30px;
  padding-bottom:30px;

}
.include{
 list-style: none;
  font-size: 14px;
  color: #768090;
  margin-bottom: 20px;

}
.exclude{
 list-style: none;
  font-size: 14px;
  color: #768090;
  margin-bottom: 20px;

}
 .include i{
    color: #6ddb9c;
    margin-right: 10px;

}
.exclude i{
    color: #fa7055;
    margin-right: 10px;
}
.form-head{
    background: #5191FA;
  padding: 20px;
  color: #fff !important;
}
.form-head .price{
  color: #fff !important;
}
.form-content{
    padding: 12px;
}
.form-content label{
    color: #0b5394;
}
.form-control{
    border: #d4d4d4 solid 1px;
    color: #9fbbd4;
}
.form-content button{
    background: #316dbc91;
    border-color: unset;
}
.sec-res{
    font-size: 14px !important;
}
.sec-contact{
   padding: 20px; 
   padding-bottom: 2%;
}
.contact-formContent{
    margin-top: 3%;
}
.sec-contact h1{
    color: #5191FA;
    font-size: 24px;
}
.sec-contact button{
     background: #316dbc91;
     border-color: unset;
}
.sec-contact .form-check label{
     color: #316dbc91;
}