a.bouton {
    border: 2px solid;
    border-radius: 68px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    background: #f2b59e;
    padding: 10px 20px;
    margin-top: 25px;
    display: block;
    text-decoration: none;
    color: #fff;
    margin-top: auto;
    margin-inline: auto;
}
a.bouton:hover {
    color: #f2b59e;
    background: transparent;
    border: 2px solid;
}
.special-skill-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.special-skill-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.special-skill-item p.card-text {
    margin-bottom: 25px;
}
.coo.card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coo.card-text a {
    color: #000;
    text-decoration: none;
}
.seance-wrp {
    display: flex;
    gap: 35px;
    justify-content: center;
}

.seance-item {
    flex: 0 0 30%;
    text-align: center;
}

.seance-item a.bouton {
    background: #fff;
    color: #f2b59e;
    text-decoration: none;
    padding: 3px;
    display: block;
    font-size: 15px;
    max-width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    margin-bottom: 15px;
  }

  table th,
  table td {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 14px;
    font-size: 14px;
  }

  table th {
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
  }

  table tr:nth-child(even) {
    /* background: rgba(255, 255, 255, 0.05); */
  }

  table tr:hover {
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.3s ease;
  }
section.text-bg-even {
    padding: 50px 0;
}

section.text-bg-even h2 {
    margin-bottom: 25px;
}

section.text-bg-even a {
    color: #fff;
}
.text-white p,.text-white ul{
    color: #fff;
}
.trouble-wrp p, .trouble-wrp ul {
    text-align: center;
    color: #fff;
}

.trouble-wrp li {
    width: fit-content;
    margin: 0 auto 10px;
}

@media screen and (max-width: 991px){
    .header-blue .hero h1 {
        font-size: 38px !important;
    }
    section h2 {
        font-size: 28px !important;
    }
    section h3, .pedagogie-page .feature-box h2 {
        font-size: 22px !important;
    }
    section#Accompagnements .clean-pricing-item {
        height: auto !important;
    }
    section#coordonees .clean-card .info {
        height: auto !important;
    }
    section.py-5 .container.py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    section#greenroom.clean-block {
        padding-bottom: 25px;
    }
    .home-page .header-blue .hero h1 {
        margin-top: 60px !important;
    }
    .seance-wrp {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .seance-item h3 {
        margin-bottom: 20px !important;
    }
    .pedagogie-page section#benefices {
        margin-bottom: 35px !important;
        margin-top: -35px;
    }
    .pedagogie-sous-page .clean-pricing-item {
        height: auto !important;
    }
    .pedagogie-sous-page section#coordonees a.btn.mt-5 {
        margin-top: 0 !important;
    }
    .pedagogie-sous-page section#coordonees {
        padding-bottom: 10px !important;
    }
    .pedagogie-sous-page h1{
        font-size: 36px !important;
    }
    .la-fondatrice .clean-block.clean-post .post-body {
        padding: 25px;
    }

    .la-fondatrice .post-body h1 {
        font-size: 36px !important;
    }

    .la-fondatrice .clean-card {
        margin-bottom: -20px;
    }

    .la-fondatrice section#coordonees {
        padding-bottom: 0 !important;
    }
    .contact-us-page h2 {
        font-size: 32px !important;
    }

    .contact-us-page h1 {
        font-size: 36px !important;
    }

    .bloc-2-col {
        gap: 20px;
        padding-inline: 0 25px;
    }
    .faq-page .faq-item p a {
        color: #cb886f;
    }

    .faq-page .clean-block .block-content {
        padding: 25px 15px;
    }
}
@media screen and (max-width: 500px){
table th, table td {
    max-width: 50px;
    padding-inline: 5px;
    font-size: 12px;
}
}
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.toggler-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #85b89b;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-toggler:not(.collapsed) .toggler-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #f2b59e;
}

.navbar-toggler:not(.collapsed) .toggler-line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .toggler-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background-color: #f2b59e;
}
.navbar-toggler .toggler-line {
  transition: all 0.3s ease-in-out;
}
.temoignage-wrp {
    margin: 25px auto;
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.temoignage-wrp div {
    background: #f2b59e;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #fff;
    max-width: 350px;
    width: 100%;
}
.bascule .card-text{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.bascule:hover .card-text{
    opacity: 1;
    max-height: 1000px;
}
