.accent-color {
    color: #E67E22;
}

.default-text-color {
    color: white;
}


/* Container principal de la page home */
.container-home {
   position: relative;
}

.home-title-container {
    width: 100%;
    height: 98vh; /* Utilisation de la hauteur de la fenêtre */
    background-image: url("/image/image\ 49index.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-title-container .container{
    min-height: 600px;
}
.home-title-container h1 {
    padding-top: 100px; /* Ajoute un décalage de 100px depuis le haut de la fenêtre */
    width: 100%;
    text-align: center;
    font-size: 10vh;
    font-weight: 100;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.home-title-container .pres_text {
    margin: 10% 6%;
    color: white;
    width: 70%;
}

.container-home .btn_discover{
    border: none;
    background-color: #E67E22;
    height: 65px;
    width: 265px;
    border-radius: 16px;
    color: white;
    -webkit-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    font-size: 19px;
}
.home-flag-section {
    z-index: 100;
    width: 100%;
    height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.home-flag-section div {
    width: 100%;
    height: 100%;
}

.container-home .pres_home{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E1E1E;
}

.container-home .pres_home img{
    width: 70%;
    margin: 50px 0px;
}


.rskcu{
    margin: 50px 70px;
}
.container_list_point{
    display: flex;
    flex-direction: row;
}
.container_list_point .image{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* width: 25%; */
}
.container_list_point .image img {
    margin: 40px;
    min-width: 200px;
    max-width: 250px;
}
.container_list_point .content_list_point{
    display: flex;
    margin: 0px auto;
    min-width: 30px;
    justify-content: center;
}
.container_list_point .list_point{
    width: 5px;
    height: 100%;
    background-color: #E67E22;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.container_list_point .list_first{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.container_list_point .list_last{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.container_list_point .list_point .point{
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 100px;
}
.container_list_point .text_list{
    /* width: 70%; */
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    padding-left: 20px;
}
.container_list_point .text_list h3{
    font-size: 23px;
    font-weight: bold;
    color: #E67E22;
}
.container_list_point .text_list p{
    font-size: 14px;
    font-weight: lighter;
}


.buildBy{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
.buildBy .content_build{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
}
.buildBy .content_build img{
    width: 300px;
}
.buildBy .content_build p{
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Pour les écrans de tablette et ordinateur */
@media screen and (max-width: 769px){
    .rskcu {
        margin: 50px 40px;
    }
    .content_list_point{
        display: none !important;
    }
    .content_list_point{
        display: none !important;
    }
    .content_list_point .point{
        display: none !important;
    }
    .container_list_point {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .container-home .pres_home img {
        width: 90%;
        margin: 50px 0px;
    }
}