@font-face {
    font-family: Quicksand;
    src: url("fonts/Quicksand/Quicksand-VariableFont_wght.ttf");
}



html {
    width: 100vw;
    padding: 0;
    background-color: black;
    font-family: "Quicksand";
    display: flex;
    justify-content: center;
}
body {
    margin-top: 0;
    margin-left: 10%;
    width: 1800px;
    padding: 0;
    background-color: white;
}
.header {
    width: 1800px;
    margin-bottom: 980px;
}
.home-image {
    position: absolute;
    width: 1800px;
}
.header .logo {
    position: absolute;
    width: 15%;
    margin-top: 30px;
    margin-left: 50px;
}
.header .logo img {
    width: 400px;
}
.message {
    position: absolute;
    width: 1000px;
    margin-left: 50px;
    margin-top: 250px;
}
.message .title {
    font-size: 50pt;
    font-weight: bolder;
    text-transform: uppercase;    
}
.message .subtitle {
    margin-top: 1%;
    font-size: 30pt;
}
.header .contact-button {
    position: absolute;   
    margin-left: 50px;
    margin-top: 650px;
    background-color: black;
    padding: 30px 60px;
    color: white;
    font-size: 30pt;
    font-weight: 600;
    border-radius: 20px;
}



.text {
    font-size: 25pt;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.text p {
    width: 60%;
    text-align: center;
    margin: 25px 0;
}

.image-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 30px 0;
}
.image-list .item {
    width: 40%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
}

@media only screen and (min-width: 850px) {
    .image-list .item {
        height: 800px;
    }    
}
.image-list .item h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
}
.image-list .item p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 28px;
}


.logo-partenaires {
    width: 100%;
    margin: 20px 0px;
    padding: 40px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: flex;
    justify-content: space-around;
}


.reviews {
    padding: 20px 0px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.reviews .review-item {
    width: 20%;
    text-align: center;
    font-size: 23pt;
    font-weight: 600;
}
.reviews .review-item h2 {
    margin: 0;
    margin-top: 7.5px;
    font-weight: bolder;
    font-size: 25pt;
}

.contact-button {
    background-color: black;
    padding: 30px 60px;
    color: white;
    font-size: 30pt;
    font-weight: 600;
    border-radius: 20px;
    margin: 50px 0px;
    cursor: pointer;
    border: 2px solid black;
    text-decoration: none;
}
.contact-button:hover {
    background-color: white;
    color: black;
}



















@media only screen and (max-width: 850px) {


html {
    width: 100vw;
    padding: 0;
    background-color: white;
    font-family: "Quicksand";
    display: flex;
    justify-content: center;
}

body {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    padding: 0;
    background-color: white;
}

.header {
    width: 100%;
    margin-bottom: 250px;
}
.home-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.header .logo {
    position: absolute;
    width: 15%;
    margin-top: 10px;
    margin-left: 15px;
}
.header .logo img {
    width: 200px;
}
.message {
    position: absolute;
    width: 60%;
    margin-top: 60px;
    margin-left: 15px;
}
.message .title {
    font-size: 12pt;
    font-weight: bolder;
    text-transform: uppercase;    
}
.message .subtitle {
    margin-top: 5%;
    font-size: 12pt;
}
.header .contact-button {
    position: absolute;   
    margin-left: 10px;
    margin-top: 190px;
    background-color: black;
    padding: 8px 16px;
    color: white;
    font-size: 11pt;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
}





.text {
    font-size: 16pt;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.text p {
    width: 80%;
    text-align: center;
    margin: 25px 0;
}

.image-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 15px 0;
    flex-wrap: wrap;
}
.image-list .item {
    width: 80%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    padding: 10px;
}
.image-list .item h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.image-list .item p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin: 5px;
}


.logo-partenaires {
    width: 100%;
    margin: 20px 0px;
    padding: 40px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: flex;
    justify-content: space-around;
}

.reviews {
    padding: 20px 0px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.reviews .review-item {
    width: 28%;
    text-align: center;
    font-size: 12pt;
    font-weight: 600;
}
.reviews .review-item h2 {
    margin: 0;
    margin-top: 7.5px;
    font-weight: bolder;
    font-size: 12pt;
}

.contact-button {
    background-color: black;
    padding: 20px 40px;
    color: white;
    font-size: 20pt;
    font-weight: 600;
    border-radius: 15px;
    margin: 50px 0px;
    cursor: pointer;
    border: 2px solid black;
    text-decoration: none;
}
.contact-button:hover {
    background-color: white;
    color: black;
}




}