@import url("./navbar.css"); /*Import le footer*/
@import url("./slider.css");
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;500&display=swap');

:root {
    --c-blanc : rgb(221, 221, 221);
    --c-shadow : #2c2c2ce1;
    --c-bleu: #001d3d;
    --c-lightblue: #003566;
    --c-jone:#ffd60a;
}


.globale{        
    width: 100%;
    display: flex;
    flex-direction: column;
    margin:0;
    padding:1rem;
    align-items: center;
    color: white;
}

.globale h3{
    display: flex;
    width: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    color: var(--c-bleu);
    font-weight: 600;
    font-size: max(2vw,35px);
    font-family: 'Josefin', sans-serif;
}


.poursuite{
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 5px;
    align-items: center;
    padding:2rem 1rem;
    justify-content: center;
    gap:25px;
    color:white;
    
}

.poursuite .ligne{
    align-items: center;
    display: flex;
    width: 100%;
    gap:25px;
    justify-content: center;
}

.poursuite .ligne .case{
    display: flex;
    flex-direction: column;
    gap:25px;
    width: 100%;
    max-width: 600px;
    min-height: 325px;
    border-radius: 10px;
    box-shadow: var(--s-shadow); 
    padding:1rem;
    align-items: center;
    border:1px solid var(--c-bleu);
    background-color: var(--c-bleu);
}



.poursuite .ligne2{
    align-items: center;
    display: flex;
    width: 100%;
    gap:25px;
    justify-content: center;
}


.poursuite .ligne2 .case{
    display: flex;
    flex-direction: column;
    gap:25px;
    width: 100%;
    max-width: 1000px;
    min-height: 325px;
    border-radius: 10px;
    box-shadow: var(--s-shadow); 
    padding:1rem;
    align-items: center;
    background-color: var(--c-bleu);
}





.poursuite .ligne #autre{
    width: 100%;
}

.poursuite .ligne #autre ul{
    display: flex;
    flex-direction: row;
    gap:25px;
    width: 100%;
    max-width: 600px;
    min-height: 325px;
    border-radius: 10px;
    box-shadow: var(--s-shadow); 
    padding:1rem;
    align-items: center;
    border:1px solid var(--c-bleu);
}

.poursuite .ligne .case h2, .poursuite .ligne2 .case h2{
    font-size: 20px;
    text-align: center;
    font-family: 'josefin',sans-serif;
    font-weight: 700;
    padding:0.5rem;
}

.poursuite ul li{
    display: flex;
    align-items: center;
    gap:15px;
    width: 100%;
}

.poursuite .case ul li{
    display: flex;
    align-items: center;
    gap:15px;
    width: 100%;
}

.poursuite ul li a{
    text-decoration: none;
    color:white;
    font-weight: 400;
}

.poursuite ul li p{
    font-size: 25px;
    font-family: 'Josefin', sans-serif;
    text-align: center;
}


.metiers{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:25px;
    width: 100%;
    /* min-height: 500px; */
    border-radius: 5px;
    color:white;
    
}


.metiers .case{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    background-color: var(--c-bleu);
    border-radius: 10px;
    box-shadow: var(--s-shadow);
    padding:1rem;
    line-height: 20px;
}


.metiers .case ul{
    font-size: 20px;
}


.metiers .case h4{
    font-size: 20px;
    text-align: center;
    font-family: 'josefin',sans-serif;
    font-weight: 700;
    padding:0.5rem;
}


.metiers .ligne{
    display: flex;
    gap:20px;
    padding:1rem;
}


.temoignages{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    border-radius: 5px;
    gap:15px;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}


.temoignages .case{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    max-width: 500px;
    min-height: 300px;
    background-color: var(--c-bleu);
    border-radius: 10px;
    box-shadow: var(--s-shadow);
    padding:1rem;
    gap:15px;
}


.temoignages h3{
    display: flex;
    font-size: 25px;
    justify-content: center;
    color:var(--c-bleu);
}

.temoignages .ligne{
    width: 100%;
    display: flex;
    gap:15px;
    align-items: center;
    justify-content: center;
}

.temoignages .case .video{
    display: flex;
    width: 80%;
    min-height: 300px;
}


.temoignages .case .resume{
    display: flex;
    width: 95%;
    min-height: 200px;
    border:1px solid ;
}



@media screen and (max-width:1500px){
    .poursuite .ligne{
        flex-direction: column;
    }
    
}


@media screen and (max-width:1000px){
    .poursuite{flex-direction: column;}
    .temoignages{flex-direction: column;align-items: center;}
    .metiers .ligne{flex-direction: column;}
}



@media screen and (max-width:800px) {
    .poursuite .ligne{
        flex-direction: column;
    }
    .poursuite .ligne .case{
        width: 100%;
        
    }
    .poursuite  ul li{
        flex-direction: column;
    
    }
    .temoignages .ligne{
        flex-direction: column;
    }
    .poursuite ul li p{
        font-size: 15px;
    }
}


@media screen and (max-width:280px){


    .globale h3{
        font-size: max(2vw, 28px);
    }

    .poursuite .ligne .case{
        width: 95%;
    }

    .poursuite .ligne .case ul li, .poursuite .ligne2 .case ul li{
        flex-direction: column;
    }

    .poursuite .ligne{
        padding:0;
    }




    .globale{
        padding:0.5rem;
    }

    .poursuite .ligne{
        width: 100%;
    }

    .metiers .ligne ul{
        font-size: 20px;
        line-height: 25px;
    }

    .temoignages{
        padding:0;
    }

    .temoignages .case{
        width: 100%;
    }
    .temoignages .case .video{
        width: 100%;
        min-height: 200px;
    }
}