body {
    margin: 0;
    font-size: 16px;
    color: #1D3258;
    font-family: 'Montserrat', sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1, h2 {
    margin: 0;
}

.l-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: 100vh;
}

button {
    border: none;
    background: none;
}

/* WELCOME */
.l-row__welcome {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    text-align: center;
    justify-content: space-evenly;
    width: 100%;
    height: 50vh;
    position: relative;
    padding-bottom: 60px;
}


.c-welcome__title {
    font-size: 52px;
    letter-spacing: 2.4px;
    max-width: 600px;
    width: 80%;
    margin: 0;
    word-break: break-word;
}

.c-welcome__title span {
    display: block;
    font-size: 1.875rem;
    font-size: 2rem;
    letter-spacing: 1.2px;
    margin-bottom: 0.4375rem;
}

.c-welcome__text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    transform: translateX(-50%);
}



/* SERVICES */
.l-row__services {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 50vh;
}


.c-services {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    text-align: center;
    justify-content: space-evenly;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    padding: 20px 100px;
}

.c-weezu {
    color: #FFFFFF;
    background: #56D99C;
}

.c-services__text {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}
.c-weezu__logo {
    margin-top: 22px;
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: 2.24px;
}

.c-faitesldroit {
    color: #FFFFFF;
    background: #1D3258;
}

.c-faitesldroit__logo {
    margin: 0 auto;
    max-width: 270px;
}

.c-btn-primary {
    text-decoration: none;
    color: white;
    padding: 0 40px;
    width: auto;
    font-size: 22px;
    border-radius: 60px;
    border: 1px solid white;
    cursor: pointer;
    margin: 0 auto;
    max-width: 250px;
    max-height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 0;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
}
.c-btn-primary::before {
    content: '';
    width: 0;
    opacity: 0;
    transition: all .2s ease-in;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: -1;
    transition: opacity 0.1s;
    
}
.c-btn-primary:hover::before {
    opacity: 1;
    transition: opacity 0.5s;
}
.c-btn-primary:hover {
    color: #56D99C;
    transition: all .2s ease-in;
}
.c-weezu .c-btn-primary {
    border-color: white;
}
.c-faitesldroit .c-btn-primary:hover  {
    color: #1D3258;
}
.c-faitesldroit .c-btn-primary  {
    /* border: 1px solid transparent; */
}

.l-wrapper__weezu {
    color: #FFFFFF;
    background: #56D99C;
    padding: 0 20px 100px;
}
.l-wrapper__weezu .l-row__welcome {
    height: 100vh;
    position: relative;
    justify-content: center;
}
.l-wrapper__weezu .c-welcome__title {
    width: auto;
    max-width: inherit;    
    margin-bottom: 20px;
}
.l-wrapper__weezu .c-welcome__subtitle {
    font-size: 40px;
    line-height: 56px;
    margin: 0;
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
}

.l-wrapper__weezu .c-btn-primary {
    position: absolute;
    bottom: 40px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .c-weezu__logo {
        margin-top: 22px;
        font-size: 1.875rem;
        line-height: 1.875rem;
        letter-spacing: 2.24px;
    }
    .c-services__text {
        font-size: 1rem;
        line-height: 1.875rem;
    }

    
    .l-wrapper__weezu .c-welcome__subtitle {
        font-size: 24px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1024px) {
    .l-wrapper {
    }
    .l-row__welcome {
        max-width: 1200px;
        width: 100%;
    }
    .c-welcome__title {
        font-size: 30px;
        font-size: 32px;
        letter-spacing: 1.2px;
    }
    .c-welcome__title span {
        font-size: 18px;
        font-size: 20px;
        letter-spacing: .6px;
        margin-bottom: 0.4375rem;
    }
    .c-welcome__text {

    }
    .l-row__services {
        flex-direction: row;
        align-content: center;
        justify-content: space-evenly;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    .c-services {
        flex: 0 0 100%;
        max-width: 100%;
        height: 50vh;
        min-height: 350px;
        padding: 20px 10%;
    }

    .c-welcome__title {
        width: auto;
    }

    .c-welcome__text {
        bottom: 20px;
        font-size: 1rem;
        line-height: 1.2rem;
        width: 100%;
    }

    .c-weezu {

    }
    .c-faitesldroit__logo {
        max-width: 150px;
    }

    .l-wrapper__weezu {
        padding: 0;
    }

    .l-wrapper__weezu .c-welcome__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .c-btn-primary {
        line-height: 40px;
        font-size: 1rem;
    }

}