

body {
    font-family: 'Arial', sans-serif;
    
}

.custom-header-wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customavis-slide{
    background-color: white !important;
}   
.custom-header-title {
    font-weight: bold;
    z-index: 100;
    position: relative;
    color: rgb(19, 34, 128);
    text-align: center;
    font-size: 35px;
}

.custom-header-deco {
    width: 95px;
    z-index: 10;
    position: relative;
    margin-top: -37px;
}

.custom-carousel-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.custom-swiper {
    width: 100%;
    height: 100%;
}

.custom-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-carousel-wrapper {
background: transparent;
}

.custom-slide img {
    display: block;
    width: 55%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.custom-nav-next,
.custom-nav-prev {
    color: rgb(19, 34, 128);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.custom-nav-next::after,
.custom-nav-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.custom-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.custom-pagination-bullet-active {
    background: rgb(19, 34, 128);
}

.custom-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(244, 247, 251) !important;
    border: none !important;
    box-shadow: none !important;
}
.customavis-slide{
    background-color: white !important;
}   

.sub_vision_title {
    width: 50%;
    margin: 0 auto;
}


.h5_entre_quote {
    font-size: 23px; 
    color: rgb(19, 34, 128);
}
.quotes_left {
    margin-top: -37px; 
    width: 25px; 
    margin-right: 10px;
}
.quotes_right{
    margin-top: -37px; 
    width: 25px; 
    margin-left: 10px;
}
.div_fou {
    display: flex; 
    width: 80%; 
    margin: 0 auto; 
    background-color: rgb(245, 245, 245); 
    padding: 21px 40px; 
    border-radius: 25px; 
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.1);
    justify-content: center;

}
.pc_one {
    width: 500px;
    margin-top: -100px;
}

.div_under_ligne {
    width: 95px;
    height: 7px;
    background-color: rgb(0, 253, 238);
    margin-left: 154px;

}
.div_C3 {
    margin-top: 100px; 
    width: 75%;
}

.container_dashed {
    position: relative;
    height: 30px;
}

.container_dashed div {
    border-top: 3px dashed rgb(217, 217, 217);
    height: 5px;
    width: 57%;
    max-width: 1200px;
    position: relative;
    top: -109px;
    margin: 0 auto;
    z-index: 10;
}

.colx {
    z-index: 100;
}

.pc_one {
    width: 500px;
    margin-top: -100px;
}

.vision {
    width: 70%;
}
@media (max-width: 997px) {
    .div_C3 {
        margin-top: 100px; 
        width: 90%;
    }
        .h5_entre_quote {
            font-size: 18px; 
            color: rgb(19, 34, 128);
        }
    .quotes_right{
        margin-top: 52px;
        width: 25px;
        margin-left: 10px;
    }
    .quotes_left {
        margin-top: -56px;
        width: 25px;
        margin-right: 10px;
    }
    .div_fou {
        display: flex;
        width: 90%;
        margin: 0 auto;
        background-color: rgb(245, 245, 245);
        padding: 25px 8px;
        border-radius: 3px;
        box-shadow: 0 4px 28px rgba(0, 0, 0, 0.1);
    }
    .div_under_ligne {
        width: 95px;
        height: 7px;
        background-color: rgb(0, 253, 238);
        margin-left: 113px;
    }

    .pc_one {
        width: 336px;
        margin: 20px auto 0 auto;
        /* Centre horizontalement */
        display: block;
        /* Nécessaire si c’est une image */
    }
}
@media (max-width: 768px) {
    .custom-header-title {
        font-size: 28px;
    }
    .custom-slide img {
        width: 90%;
    }
    .custom-pagination {
        position: static;
        margin-top: 20px;
    }
    .sub_vision_title {
        width: 90%;
        margin: 0 auto;
    }
    .vision {
        width: 90%;
    }

    .container_dashed {
        display: none;
    }

    .pc_one {
        width: 336px;
        margin: 20px auto 0 auto;
        /* Centre horizontalement */
        display: block;
        /* Nécessaire si c’est une image */
    }
}