header {
    max-width: 100vw;
    /* margin: auto 15rem; */
    padding: 0;
}

.logo {
    width: 80px;
    margin-right: 2rem;
}

nav {
    margin-bottom: 0;
}

nav ul li a {
    text-decoration: none;
    font-size: 1.2rem;
}

.box-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-box h3,
.contact-box a {
    color: rgb(110, 110, 110);
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.box-title h1,
.box-title h2 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.box-title h2 {
    color: rgb(110, 110, 110);
    letter-spacing: 1px;
    font-weight: 400;
}

.contact-button {
    margin-top: 1rem;
}

.first-section {
    /* height: 100vh; */
    /* margin-bottom: -18rem; */
    justify-content: center;
    /* flex-wrap: nowrap; */
    position: relative;
    z-index: 1;
}

.first-section-first-article h1 {
    /* font-size: 5rem; */
    position: relative;
    z-index: 4;
}

.first-section-first-article p {
    position: relative;
    z-index: 3;
    width: 750px;
    color: rgb(110, 110, 110);
}

.first-section-img {
    position: absolute;
    top: 120px;
    right: -250px;
    width: 500px;
    z-index: 2;
}

.principal-title {
    font-size: 6rem;
    margin-top: 0;
    margin-bottom: 0;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card a {
    text-align: center;
}

.card h1,
.card p {
    text-align: center;
}

.card img {
    width: 70px;
    margin: 0 auto;
}

.box-services-title {
    width: 100vw;
}

.box-services-title {
    margin-bottom: 2rem;
}

.box-services-title p {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.services-title {
    text-align: center;
}

.stats-box {
    width: 700px;
    margin: 0 auto;
    /* background-color: aqua; */
    border-radius: 20px;
    border: solid 3px #118bee;
    justify-content: space-around;
    margin-top: 5rem;
    padding: 1rem;
}

#stat-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#stat-box h3 {
    margin: 0;
    padding: 0;
    color: rgb(110, 110, 110);
    font-size: 1rem;
}

#stat-box p {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.apropos-box {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
}

.apropos-box-data-title {
    color: #118bee;
    font-size: 1rem;
    letter-spacing: 1px;
}

.apropos-box-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* margin-left: 2rem; */
    margin: 2rem 0px;
}

.apropos-box-items article {
    width: 100%;
    margin-left: 2rem;
}

.apropos-box-items h2 {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.apropos-box-items p {
    font-size: 1rem;
    letter-spacing: 1px;
}

.apropos-box-items h2,
.apropos-box-items p {
    margin: 0;
    padding: 0;
}

.apropos-box-items img {
    width: 50px;
    height: 50px;
    margin: auto 0;
}

.apropos-box-img {
    display: flex;
    justify-content: center;
}

.apropos-box-img img {
    width: 400px;
    height: 320px;
    margin: auto 0;
}

.formulaire-box {
    margin-top: 2rem;
}

.formulaire-box form {
    /* border: solid 5px #118bee; */
    border-radius: 15px;
    /* border-color: #118bee; */
}

.formulaire-box form h1 {
    text-align: center;
}


/* CONTACT SECTION */

.contact-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 5rem;
    /* overflow: hidden; */
}

.contact-section article {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    /* width: 500px; */
    margin: 0 auto;
}

.contact-section article h3 {
    margin: 0;
}

.box-subtitle {
    margin-bottom: 1rem!important;
}

.contact-section article p {
    margin: 0;
}

.box-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.box-subtitle h1 {
    color: #0097fc;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}

.box-subtitle h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #222222;
    margin-bottom: 1rem;
    margin-top: 0;
}

.line {
    position: relative;
    width: 300px;
    height: 1px;
    border-bottom: solid 1px rgb(175, 175, 175);
}

.surline {
    width: 80px;
    height: 1px;
    border-bottom: solid 6px #0097fc;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    header {
        margin: 0;
    }
    .principal-title {
        font-size: 2rem;
    }
    .menu {
        display: none;
    }
    nav {
        flex-wrap: wrap;
    }
    .contact-box {
        margin: 0 auto;
        display: none;
    }
    .first-section-first-article {
        max-width: 100vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 300px;
    }
    .first-section-first-article p {
        max-width: 320px;
        margin: auto 0;
        color: black;
    }
    .first-section-first-article h1 {
        margin-bottom: 2rem;
    }
    .first-section {
        height: 400px;
    }
    .first-section-img {
        display: none;
    }
    .services-box {
        max-width: 100vw;
    }
    .box-services-title p {
        max-width: 90%;
    }
    .stats-box {
        flex-wrap: wrap;
        max-width: 100vw;
        width: 80%;
        justify-content: center;
        flex-direction: column;
    }
    .stat-box {
        width: 100vw;
        margin: 1rem;
    }
    .apropos-box {
        margin-top: 2rem;
        justify-content: center;
    }
    .formulaire-box {
        margin-top: 0rem;
    }
}