/* roots */

.fonts{
    font-family: 'Poppins', sans-serif;
}

.fonts-2{
    font-family: 'Open Sans', sans-serif;
}

.grey{
    color: #dbdada;
}

.back-red{
    background-color: #ad0e0e;
}

.white{
    color: white;
}

.text-center{
    text-align: center;
}

.black{
    color: #251f1e;
}

.white-2{
     color: #f1f1f1;
}

.weight{
    font-weight: bold;
}

.weight-2{
    font-weight: 100;
}

.mb-1{
    margin-bottom: 10px;
}

.mb-3{
    margin-bottom: 30px;
}

.l-spacing{
    letter-spacing: 1.5px;
}

.font-size{
    font-size: 25px;
}

.ml-1{
    margin-left: 10px;
}

.centred{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-2{
    margin-top: 20px;
}

.mt-1{
    margin-top: 10px;
}

.mb-2{
    margin-bottom: 20px;
}

.font-size-s{
    font-size: 12px !important;
}

.font-size-m{
    font-size: 13px !important;
}

/* roots */

*{
    padding: 0;
    margin: 0;
}

body{
    background-color: #251f1e;
}

.next-session{
    width: 100%;
    /*height: 180px;*/
    background-color: #ad0e0e;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    -webkit-clip-path: polygon(0 0, 46% 0, 50% 18%, 54% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 45% 0, 50% 18%, 55% 0, 100% 0, 100% 100%, 0 100%);
}

.next-session h4{
    padding-top: 35px;
}

.next-session p{
    font-size: 15px;
}

.next-session button{
    border: none;
    background-color: #251f1e;
    width: 180px;
    height: 35px;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}

.funding{
    display: flex;
    justify-content: space-around;
}

.about-funding{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-certification{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.funding p{
    font-size: 15px;
}

.funding img{
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.qualiopi-logo{
    width: 70px !important;
}

.about h5{
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.about strong{
    font-size: 15px;

}

.about p{
    font-size: 12px;
}

.prerequisite{
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prerequisite img{
    width: 50px;
    filter: invert(1);
    margin-right: 5px;
}

.operational-objectives{
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.operational-objectives li{
    font-size: 12px;
    font-weight: 100;
}

.operational-objectives img{
    width: 50px;
    filter: invert(1);
    margin-right: 5px;
}

.inscription{
    display: flex;
    justify-content: center;
    align-items: center;
}

.inscription button{
    border: none;
    background-color: #ad0e0e;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: white;
    height: 35px;
    width: 200px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

}


@media screen and (min-width:480px) and (max-width:959px){
    .about p{
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .operational-objectives li{
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .about strong{
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .inscription button{
        width: 215px;
        font-size: 13.5px;
        height: 40px;
    }

    .funding p{
        font-size: 16px;
    }

    .qualiopi-logo{
        width: 85px;
    }

    .next-session h4{
        font-size: 18px;
    }

    .next-session p{
        font-size: 16px;
    }

    .next-session button{
        width: 200px;
        height: 40px;
        font-size: 14px;
    }
}

@media screen and (min-width:959px) {
    .agencement{
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .prerequisite{
        width: 50%;
        margin-left: 40px;
    }

    .operational-objectives{
        width: 50%;
        margin-right: 0px;
        margin-left: 40px;
    }

    .next-session{
        clip-path: polygon(0 0, 47% 0, 50% 18%, 53% 0, 100% 0, 100% 100%, 0 100%);
    }

    .next-session p{
        font-size: 18px;
    }

    .next-session h4{
        font-size: 19px;
    }

    .next-session button{
        width: 215px;
        height: 40px;
        font-size: 15px;
    }

    .about p{
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .operational-objectives li{
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .about strong{
        font-size: 17px;
        letter-spacing: 0.5px;
        
    }

    .funding p{
        font-size: 17px;
    }

    .inscription button{
        border: none;
        background-color: #ad0e0e;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: white;
        height: 40px;
        width: 215px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    
    }

    .centred{
        margin-bottom: 20px;
    }

   
}

