﻿.container-image {
    margin: 0;
    padding: 0;
    background-color: #140B49;
    background-image: url('../assets/images/welcome/IMAGE-1.png');
    background-size: contain;
    background-position: top right;
    color: white;
    background-repeat: no-repeat;
    height: auto !important;
}

@media (max-width: 600px) {
    .container-image {
        margin: 0;
        padding: 0;
        background-image: url('../assets/images/welcome/IMAGE-1.png');
        background-size: cover;
        background-position: right -310px top;
        color: white;
        background-repeat: no-repeat;
        height: auto !important;
    }
}

.container-nav-h {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 600px) {
    .container-nav-h {
        width: 100%;
        display: flex;
        align-items: center;
    }
}


.container-body {
    width: 100% !important;
    padding-left: 40px;
    padding-top: 0px;
    background-color: aquamarine;
}


@media (min-width: 700px) {
    .container-body {
        width: 100% !important;
        margin: 0px;
        background-color: aquamarine;
    }

    .container-body-h1 {
        font-size: 1em;
        font-weight: bold;
    }
}

.container-body-h1 {
    font-size: 2em;
    font-weight: bold;
}

@media (max-width: 600px) {
    .container-body-h1 {
        font-size: 30px;
        font-weight: bold;
    }
}

.container-footer {
    background-color: #F1F1F1;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

@media (max-width: 600px) {
    .container-footer {
        display: flex;
        flex-direction: column;
        
        height: auto;
        justify-content: center;
    }
}

.footer-image {
    width: 8%;
}

.footer-copy {
    width: 30%;
}

.footer-copy-mobile {
    display: none;
}

@media (max-width: 600px) {
    .footer-copy-mobile {
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
        height: 5vh;
        flex-direction: row;
        background-color: #F1F1F1;
        padding-top: 3%;
    }
}

.footer-links {
    display: flex;
    width: 62%;
    justify-content: end;
}

@media (max-width: 600px) {
    .footer-image {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footer-copy {
        display: none;
    }
}

@media (max-width: 600px) {
    .footer-links {
        width: 100%;
        display: flex;
        justify-content: space-around;
        background-color: #E2E3E9;
        text-align: center;
        height: 7vh;
        align-items: end;
    }
}

.p-link {
    padding-left: 2.2%;
    color: #606060;
    font-size: 12px;
}

.p-copy {
    color: #606060;
    font-size: 12px;
}

@media (max-width: 600px) {
    .p-link {
        padding-left: 0%;
        color: #606060;
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .p-copy {
    }
}


.container-insight-activation {
    margin-top: 15px;
}

.carousel {
    background-color: #140B49; /* Couleur d'arrière-plan pour correspondre à votre design */
    padding: 40px 0;
}

.carousel-item img {
    width: 80px; /* Taille des icônes */
    height: 80px;
    filter: brightness(0) invert(1); /* Rendre l'image blanche pour un effet élégant */
}

.carousel-item h5 {
    margin-top: 10px;
    font-size: 18px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 50%; /* Taille des flèches */
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1); /* Rendre les icônes sombres */
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 16 16"%3E%3Cpath d="M11.354 1.146a.5.5 0 0 1 0 .708L5.707 7.5l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 16 16"%3E%3Cpath d="M4.646 1.146a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
}

    .carousel-control-prev-icon i,
    .carousel-control-next-icon i {
        font-size: 20px;
        color: black; /* Couleur des flèches */
    }


.title-block {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.span-text {
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}


.bloc-text-container {
    width: 90%;
    margin-bottom: 5px;
    height: 330px;
}

@media (max-width: 770px){
    .bloc-text-container {
        width: 90%;
        margin-bottom: 5px;
        height: auto !important;
    }
}

.nav-Container {
    width: 100%;
    display: flex;
    align-items: flex-start!important;
}

@media (max-width: 990px) {
    .nav-Container {
        width: 100%;
        display: flex;
        align-items: center !important;
        justify-content:space-between;
    }
}