@import './normalize.css';

@font-face {
    font-family: 'Montra';
    src: url('../fonts/Montra.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

*, :after, :before {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
}

.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

/*
    HEADER
*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 1rem;
    width: 100%;
}

.header_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.header_logo img {
    width: 200px;
    object-fit: contain;
    filter: drop-shadow(0px 0px 4px #00000020);
}

/*
    HERO
*/
.hero {
    background-image: url(../images/LesPontsDeCe_VueRue.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    padding-top: 600px;
}

.hero .wrapper {
    background-color: #8500a5;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 2rem;
}

.hero_medaillon {
    height: 250px;
}

.hero_medaillon img {
    width: 100%;
    max-width: 250px;
    transform: translateY(-60px);
}

.hero_content {
    margin: 40px 0 0 0;
}

.hero_content-studyz {
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 1px;
    font-family: 'Montra', sans-serif;
}

.hero_content-title {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
}

.hero_content-address {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 5px 0 0 0;
}

.hero_content-desc {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}

/*
    Opportunité
*/
.opportunite {
    margin-top: 240px;
}

.opportunite_title {
    font-family: 'Montra', sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f58a2b;
    margin: 0 0 4rem 0;
    text-align: center;
}

.opportunite_arguments {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    max-width: 1000px;
    min-height: 50rem;
}

.opportunite_arguments > div {
    position: absolute;
}

.opportunite_arguments-1 {
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    gap: 1rem;
}

.opportunite_arguments-2 {
    top: 0;
    left: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.opportunite_arguments-3 {
    top: 0;
    left: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.opportunite_arguments-4 {
    top: 40%;
    left: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.opportunite_arguments-5 {
    top: 45%;
    left: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.opportunite_arguments .text {
    margin: 0;
    max-width: 300px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

/*
    Investisseurs
*/
.investisseurs {
    background-color: #8500a5;
    padding: 4rem 0;
}

.investisseurs_title {
    font-family: 'Montra', sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 -1rem 0;
    text-align: center;
}

.investisseurs_items {
    margin-top: 4rem;
}

.investisseurs_items .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    max-width: 1100px;
}

.investisseurs_item img {
    width: 100%;
}

.investisseurs_item p {
    margin: 1rem auto 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    max-width: 80%;
}

/*
    Atouts
*/
.atouts {
    margin-top: 6rem;
}

.atouts h4 {
    font-family: 'Montra', sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8500a5;
    margin: 0 0 2rem 0;
    text-align: center;
}

.atouts_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.atouts_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.atouts_item-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.atouts_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atouts_item-title span {
    font-family: 'Montra', sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f58a2b;
}

.atouts_item-desc {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

.atouts_item-desc ul {
    margin: 0;
    padding: 0 0 0 1rem;
}

.atouts_item-desc ul li + li {
    margin-top: .8rem;
}

.exterieur .wrapper {
    height: 550px;
    overflow: hidden;
    margin-top: 4rem;
}

.exterieur .wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
    Footer
*/
.footer {
    background: linear-gradient(0deg, rgba(133, 0, 165, 1) 0%, rgba(248, 124, 60, 1) 100%);
    padding: 4rem 2rem;
    margin-top: 4rem;
}

.footer p {
    text-align: center;
    margin: 0 0 -1rem 0;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Montra', sans-serif;
    letter-spacing: 1px;
}

.footer_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

.footer_contact svg {
    width: 30px;
    height: 30px;
}

.footer_contact span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .header_logo img {
        width: 150px;
    }

    .hero {
        height: 400px;
        padding-top: 350px;
    }

    .hero .wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hero_medaillon {
        display: flex;
        justify-content: center;
        height: auto;
    }

    .hero_medaillon img {
        max-width: 200px;
    }

    .hero_content {
        margin: -30px 0 20px 0;
    }

    .hero_content-studyz {
        font-size: 40px;
    }

    .hero_content-title {
        font-size: 25px;
    }

    .opportunite_arguments {
        flex-direction: column;
        gap: 2rem;
        min-height: auto;
        margin-bottom: 4rem;
        align-items: flex-start;
    }

    .opportunite_arguments div {
        position: unset;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
        gap: 1rem;
    }

    .opportunite_arguments div span {
        font-size: 100px;
        margin: 0 0 -30px 0;
        min-width: 70px;
        height: 120px;
    }

    .opportunite_arguments .text {
        width: 100%;
        max-width: none;
    }

    .opportunite_arguments-1 img {
        width: 60px;
        margin-right: 40px;
    }

    .opportunite_arguments-2 img {
        width: 100px;
    }

    .opportunite_arguments-3 img {
        width: 100px;
    }

    .opportunite_arguments-4 img {
        width: 100px;
    }

    .opportunite_arguments-5 img {
        width: 100px;
    }


    .atouts_items {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .opportunite {
        margin-top: 20rem;
    }

    .opportunite_title,
    .investisseurs_title {
        font-size: 25px;
    }

    .investisseurs {
        padding: 3rem 0;
    }

    .investisseurs_items .wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .atouts h4 {
        font-size: 25px;
    }

    .exterieur .wrapper {
        padding: 0;
    }

    .footer {
        padding: 4rem 1rem;
    }

    .footer p {
        font-size: 30px;
    }
}