﻿body{
    overflow-x:hidden;
}
header {
    padding-top: 10px;
}
.nav-landing-page {
    padding: 10px 5% 10px 10%;
}

.nav-link-landingpage {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(35, 41, 103, 0.7);
}
.nav-landing-page .btn-primary {
    font-size: 12px;
}
.right-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}
.left-nav {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 40%;
}
.title-landing-page {
    color: var( --blue-title );
    font-size: 44px;
}


.header-presentation {
    display: flex;
    min-height: 100vh;
    /*background-image: url("/images/Illustration_hero_kidiwe.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-presentation-container {
    width: 55vw;
    margin-top: 180px;
    padding: 40px 70px;
    margin-left: 90px;
    z-index: 2;
}
    .header-presentation-container p {
        border-left: yellow 2px solid;
        padding: 10px;
        color: var(--dark-blue);
        font-size: 18px;
    }
    .header-presentation-img {
        overflow: hidden;
        /*position: absolute;*/
        right: 0;
        width: 40vw;
        height: 90vh;
        background-image: url("/images//visite virtuel site web.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
.card-transparent {
    margin-top: -200px;
    background: #ffffffed;
    padding:50px;

}
.text-center {
    margin: 100px 0 50px 0;

}
    .text-center h2 {
        font-weight: 600;
    }
    .card-transparent h2, .card-transparent p {
        color: #232967;
    }

    .card-transparent .container {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        padding: 10px;
    }

    .btn {
        width: fit-content;
    }

.presentation-container {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 50px;
    margin:40px 0;
}

    .presentation-container img {
        width: 50%;
        margin: 25px;
        box-shadow: 5px 5px 7px 3px rgb(0 0 0 / 25%);
    }
    .presentation-container div {
        padding: 20px;
        width: 50%;
    }

.block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:10px;
}

    .block h3 {
        margin:0;
    }

footer {
    background-color: #F5F4F2;
    display: flex;
    min-height: 50vh;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-around;
    padding: 100px 50px;
}
footer div{
    display:flex;
    flex-direction:column;

}
    footer div h3{
        margin:0;
    }

@media (max-width: 1145px) {
    .header-presentation-container {
        margin-top: 80px;
        margin-left: 0px;
        width: 100vw;
    }
    .navbar{
        flex-wrap:wrap;
    }
    .nav-landing-page {
        padding: 0;
    }
    .left-nav, .right-nav {
        width: 100%;
        justify-content: center;
    }
    .card-transparent .container {
        flex-wrap: wrap;
    }
    .card-transparent {
        margin-top: -350px;
    }
    .presentation-container img {
        margin: 0;
        width: 60%;
        height: auto;
    }

}
@media (max-width: 745px) {
    .presentation-container {
        flex-direction: column;
    }
    .right-presentation-container {
        flex-direction: column-reverse;
    }
    .presentation-container div {
        width: 100%;
    }
        .presentation-container img {
            width: 100%;
        }
    .left-nav, .right-nav {
        gap:10px;
    }
    .nav-link-landingpage, .nav-landing-page .btn-primary {
        font-size: 10px;
    }

    footer {
        flex-wrap: wrap;
        gap: 10px;
    }

        footer div {
            width: 100%;
            align-items: center;
        }
}

.landing-roles {
    color: var(--dark-blue);
    display: flex;
    font-size: 18px;
}

    .landing-roles div {
        margin: 10px;
    }

.landing-roles div:hover {
    cursor: pointer;
}