/*.third-section{
    color:white;
    display: flex;
    flex-direction: column;
    padding:0 2rem;
    margin: 8rem 0;
}

.informations-command{
    display: flex;
    justify-content: center;
    gap:5rem;
}

.information-command{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 15%;
}

.information-command > img{
    width: 75%;
}


.filter-black{
    filter:brightness(0)
}

.information-command > span{
    font-size: 1rem;
    font-weight: bold;
    margin:1rem 0;
    text-align: center;
}

.information-command > p{
   text-align: center;
   font-size: 0.8rem;
}

.ancre-flower{
    display: flex;
    align-items: center;
    gap:2rem;
    align-self: flex-end;
    margin-top: 5rem;
    cursor: pointer;
}

.ancre-flower > img{
width: 1rem;
background-color: white;
border-radius: 100%;
}*/

.section-third{
    display: flex;
    flex-direction: column;
    color:white;
    margin: 12rem 0;
    padding:0 2rem;
    gap:1rem;
    overflow: hidden;
}

.section__row{
    display: flex;
    justify-content: space-between;
    gap:1rem
}

.section__content{
    height: 23rem;
}

.section__title{
    font-size: 3.2rem;
    max-width: 70%;
    font-family: var(--font-title);
    font-weight: 100;
    opacity: 0;

}

.section__subtitle{
    font-size: 1rem;
    margin-top: 0.5rem;
    font-family: var(--font-subtitle);
    opacity: 0;

}

.section__content--intro,.section__content--languages{
    width: 50%;
}



.section__content--languages{
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:2rem;
    border-radius: 0.2rem;
    color:#0A0A0A;
 transform: rotate(5deg) translateY(25%) translateX(40%);
    opacity:0;
    height: 23rem;
}

.section__number{
    font-size: 3.5rem;
    font-family: var(--font-subtitleBold);
}

.section__text{
    max-width: 30%;
    font-size: 1.2rem;
    font-family: var(--font-subtitle);
}

.section__content--paiement{
    width: 60%;
    background-color: #f5f5f5;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:2rem;
    color:#0A0A0A;
    transform: rotate(-5deg) translateY(25%) translateX(-40%);
    opacity:0;
    height: 23rem;
}

.section__title-small{
    font-size: 4rem;
    max-width: 50%;
    font-family: var(--font-subtitleBold);
}

.section__content--remote{
    background-color: #f5f5f5;
    width: 40%;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:2rem;
    color:#0A0A0A;
    transform: rotate(5deg) translateY(25%) translateX(40%);
    opacity:0;
    height: 23rem;
}

.section__title-small-remote{
    font-size: 3.5rem;
    font-family: var(--font-subtitleBold);
}

.section__text-remote{
    font-size: 1.5rem;
    text-align: center;
    max-width: 60%;
    font-family: var(--font-subtitle);
}

.section__content--perks{
    background-color: #f5f5f5;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:2rem;
    border-radius: 0.2rem;
    color:#0A0A0A;
    transform: rotate(-5deg) translateY(25%) translateX(-40%);
    opacity:0;
    height: 23rem;
}

.section__title-small-perks{
    font-size: 2.5rem;
    text-align: center;
    font-family: var(--font-subtitleBold);
}

.section__text-perks{
    font-size: 1.2rem;
    font-family: var(--font-subtitle);
}

.section__content--values{
    background-color: #f5f5f5;
    width: 50%;
    padding:2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.2rem;
    color:#0A0A0A;
    transform: rotate(5deg) translateY(25%) translateX(40%);
    opacity:0;
    height: 23rem;
}

.section__title-small--values{
    font-size: 3rem;
    font-family: var(--font-subtitleBold);
}

.section__list{
    list-style: none;
    font-size: 1.2rem;
    font-family: var(--font-subtitle);
}

@media (max-width: 991.98px) {

    .section__title {
        font-size: 4rem;
        max-width: 95%;
        opacity: 1;
    }

    .section__content--languages,.section__content--paiement,.section__content--remote,.section__content--perks,.section__content--values  {
        opacity: 1;
        transform: rotate(0deg) translateY(0) translateX(0);
    }

    .section__subtitle {
        font-size: 1.8rem;
        max-width: 85%;
        opacity: 1;
    }

    .section-third {
        padding: 0 3rem
    }

     .section__text,.section__text-remote,.section__text-perks,.section__list {
        font-size: 1.8rem;
        max-width: 50%;
    }

}


@media (max-width: 767.98px) {
    .section-third {
        padding:0 3rem;
        gap:2.5rem
      }

      

      .section__row {
        flex-direction: column;
        gap:2.5rem
      }

      .section__content--intro{
        height: 100%;
        margin-bottom: 4rem;
      }

      .section__title {
        font-size: 5rem;
        max-width: 100%;
      }

      .section__subtitle {
        font-size: 2.7rem;
      }

      .section__content--intro, .section__content--languages,.section__content--paiement,.section__content--remote,.section__content--perks,.section__content--values    {
        width: 100%;

      }

      .section__content--languages,.section__content--paiement,.section__content--remote,.section__content--perks,.section__content--values    {
        height: 30rem;
        border-radius: 1rem;
      }
}

@media (max-width: 575.98px) {
    .section__title {
        font-size: 4rem;
        text-align: center;
        margin-bottom: 1rem;
      }

      .section__subtitle {
        font-size: 1.6rem;
        text-align: center;
        max-width: 100%;
      }

      .section-third {
        padding: 0 2rem
    }

    .section__number,.section__title-small,.section__title-small-remote,.section__title-small-perks,.section__title-small--values {
        font-size: 3.5rem;
    }

    .section__text,.section__text-remote,.section__text-perks,.section__list {
        font-size: 1.6rem;
        max-width: 100%;
    }


}