:root {
  --couleur-principale: #00DFDE;
  --couleur-secondaire: #16A2A2;
  --couleur-noir: #000000;
  --couleur-clair: #ffffff;
  --couleur-gris: #EFEFEF;
}
@font-face {
    font-family: 'VisbyCF';
    src: url('../font/VisbyCF-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
} 



/************************************************
* TITLE SECTION
************************************************/
#title {
    text-align: center;
}

#subtitle {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

#subtitle p {
    margin: 0;
}


.section {
    width: 100%;
    margin: auto;
    font-size: 20px;
    text-align: center;
}

/************************************************
* ACHIEVEMENTS SECTION
************************************************/
#section_achievements {
    width: 90%;
    margin: auto;
}

.section_achievements_image {
    display: none;
}

.section_achievements_title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 50px;
}

.section_achievements_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: Solid 1px var(--couleur-principale);
}

.section_achievements_item+.section_achievements_item {
    margin-top: 30px;
}

.section_achievements_item_desc {
    font-size: 20px;
}

/************************************************
* TESTIMONIALS SECTION
************************************************/
#section_testimonials {
    color: var(--couleur-clair);
}

#section_testimonials_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.left_separator {
    width: 10%;
    height: 1px;
    background-color: var(--couleur-principale);
}

.right_separator {
    width: 10%;
    margin-left: auto;
    height: 1px;
    background-color: var(--couleur-principale);
}

#section_testimonials_title h2 {
    font-family: 'VisbyCF', sans-serif;
    font-size: 36px;
    width: 80%;
    color: var(--couleur-principale);
}

.section_testimonials_item {
    text-align: left;
    width: 90%;
    margin: auto;
}

.section_testimonials_item_name {
    font-family: 'VisbyCF', sans-serif;
    font-size: 24px;
    color: var(--couleur-principale);
}

.section_testimonials_item_infos {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.section_testimonials_item_infos_role {
    color: #A1BABA;
}

.separator {
    width: 40%;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 1px;
    background-color: var(--couleur-principale);
}



@media screen and (min-width: 992px) {

    #title {
        text-align: left;
    }
    #section_title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        align-items: center;
        text-align: left;
    }

    #subtitle {
        font-size: 27px;
        text-align: left;
    }

    /************************************************
    * ACHIEVEMENTS SECTION
    ************************************************/
    #section_achievements {
        padding-top: 0;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .section_achievements_image {
        display: block;
        width: 400px;
    }

    .section_achievements_image img {
        width: 100%;
    }

    .section_achievements_content {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section_achievements_title {
        text-align: left;
        margin-top: 0;
        margin-bottom: 20px;
    }

    /************************************************
    * TESTIMONIALS SECTION
    ************************************************/
    #section_base_testimonials {
        margin-top: -5px;
    }

    #section_testimonials_title {
        width: 60%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .left_separator {
        width: 20%;
    }

    .right_separator {
        width: 50%;
    }

    #section_testimonials_title_container {
        width: 30%;
    }
    #section_testimonials_title h2 {
        font-size: 48px;
        text-align: center;
    }

    .section_testimonials_item {
        width: 80%;
        margin: auto;
    }

    .section_testimonials_item_name {
        font-size: 30px;
    }

    .section_testimonials_item_infos {
        font-size: 22px;
    }

    .section_testimonials_item_infos p {
        font-size: 19px;
    }

}


@media screen and (min-width: 1200px) {
    #section_title {
        width: 90%;
    }

    .section_achievements_title {
        font-size: 27px;
    }

    .section_achievements_content {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .section_achievements_item_desc {
        font-size: 24px;
    }
    
}

@media screen and (min-width: 1400px) {
   
    
}

@media screen and (min-width: 1600px) {
   
    
}

@media screen and (min-width: 1800px) {
    
}