/*----------------------------------------------Header----------------------------------------------*/

.imagebackground {
    margin-bottom: 200px;
}

.accordion-body {
    text-align: left;
}

/*----------------------------------------------Quoideneuf----------------------------------------------*/

.quoideneuf {
    margin-bottom: 100px;
}

/*----------------------------------------------Modèles----------------------------------------------*/

.modelesguitares {
    margin-bottom: 120px;
}

.titreguitares{
    padding-top: 100px;
    margin-bottom: 100px;
}

.boutonpanier {
    border: 0px;
    background: none;
}

.fond1, .fond2, .fond3, .fond4, .fond5, .fond6 {
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 0.2s ease;
    position: relative;
}

.fond1 {
    background-color: rgb(158, 144, 122);
}

.fond2 {
    background-color: rgb(129, 96, 167);
}

.fond3 {
    background-color: rgb(197, 181, 158);
}

.fond4 {
    background-color: rgb(211, 212, 217);
}

.fond5 {
    background-color: rgb(214, 196, 156);
}

.fond6 {
    background-color: rgb(205, 98, 104);
}

.fond1:hover, .fond2:hover, .fond3:hover, .fond4:hover, .fond5:hover, .fond6:hover {
    transform: scale(0.9);
}

.guitareimages img {
    transition: 0.2s ease;
}

.guitareimages img:hover {
    transform: scale(1.4) rotate(5deg);
    transition: 0.2s ease;
    color: aquamarine;
}

.guitareimages {
    padding-bottom: 100px;
}

.titreguitarespanier {
    margin-top: 100px;
}

/* Styles par défaut pour la disposition en 2 lignes de 3 colonnes */
.modelesguitares .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .modelesguitares .col {
    flex: 1 0 30%; /* Chaque colonne occupe environ 30% de la largeur de la ligne */
    margin: 1.66%;
  }
  
  /* Media query pour l'affichage mobile */

  @media (max-width: 900px) {
    .modelesguitares .col {
      flex: 0 0 50%; /* Chaque colonne occupe 100% de la largeur de la ligne */
      margin: 0 0 20px 0; /* Ajoute un espace entre les cards */
    }
  }

  @media (max-width: 600px) {
    .modelesguitares .col {
      flex: 1 0 100%; /* Chaque colonne occupe 100% de la largeur de la ligne */
      margin: 0 0 50px 0; /* Ajoute un espace entre les cards */
    }
  }

/*----------------------------------------------Sponsors----------------------------------------------*/

.sponsors img {
    opacity: 75%;
    transition: 0.2s ease;
}

.sponsors img:hover {
    opacity: 100%;
    transition: 0.2s ease;
    transform: scale(1.1);
}

.textsponsors {
    margin-bottom: 100px;
}

/*----------------------------------------------A propos----------------------------------------------*/

.histoireentreprise {
    padding-top: 200px;
    padding-bottom: 200px;
    margin-top: 100px;
}

.titrehistoire {
    margin-bottom: 100px;
}

.boxhistoire {
    transition: 0.2s ease;
}

.boxhistoire:hover {
    transition: 0.2s ease;
    transform: scale(1.1);
    border-radius: 20px;
    box-shadow: 1px 1px 10px rgb(201, 201, 201);
}

/*--------------------Timeline de à propos--------------------*/

.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: rgb(253, 198, 37);
}

/*----------------------------------------------Equipe----------------------------------------------*/

.equipe {
    padding-top: 150px;
    padding-bottom: 200px;
}

.equipe img {
    border-radius: 20px;
    transition: 0.2s ease
}

.equipe img:hover {
    transition: 0.2s ease;
    transform: scale(1.1);
}

.titreequipe {
    margin-bottom: 150px;
}

.informationsequipe {
    margin-top: 50px;
}

/*----------------------------------------------Footer----------------------------------------------*/

.footer {
    background-color: #23242a;
    padding-top: 80px;
    padding-bottom: 80px;
}

.liensbasfooter {
    background-color: rgb(255, 255, 255);
}

.liensbasfooter a {
    text-decoration: none;
    color: white;
}

.abonnerfooter a {
    color: white;
    text-decoration: white;
}

.reseauxfooter {
    background-color:#f1c40f;
}

.boutonpanier {
    color: white;
}

/*----------------------------------------------Bouton retour en haut de la page (HTML+CSS+JS)----------------------------------------------*/

#scrollToTopButton {
    display: block;
    z-index: 99;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    border-radius: 30px;
    outline: none;
    width: 50px;
    height: 50px;
    padding: 8px;
    background-color: rgb(253, 198, 37);
  }
  #scrollToTopButton i {
    color: white;
  }
  #scrollToTopButton:hover,
  #scrollToTopButton:focus,
  #scrollToTopButton:focus-within {
    cursor: pointer;
    transition: 0.2s ease;
    background-color: rgb(130, 102, 19);
    transform: scale(1.1);
    border-radius: 30px;
  }