/***************************************************************
            Developped by Theophile PACAUD - Trainee
                    https://git.xnj.ovh/tpacaud
                        intervalle.contact@tpacaud.fr
                  Universite Sorbonne PARIS NORD
                      For INTERVALLE SARL
                      All rights reserved
***************************************************************/

.logo-forma{
    height: 100px;
}

/*********************
    Pages
*********************/

.page{
    background-color: white;
    padding-top: 100px;
}

.page-title{
    color: #014ea2;
    margin-bottom: 30px;
}

.page-content{
    display: flex;
    padding: 3%;
    gap: 3%;
}

@media (max-width: 1080px){
    .page-content{
        text-align: justify;
    }
}

@media (min-width: 1080px){
    .responsive-page-title{
        width: 35%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

ul{
    padding-left: 8%;
}

.page-img{
    align-self: center;
    max-width: 600px;
    border-radius: 4px;
    width: 90%;
}

.page-para{
    max-width: 1100px;
    padding-left: 4%;
    margin-right: 6%;
    margin-top: 15px;
}

.responsive-title{
    display: none;
}

@media (max-width: 1080px) {
    .page-content {
        flex-direction: column;
    }
    .page-para{
        padding: 0;
        margin-right: 0;
    }
    .responsive-page-title{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .page-img{
        width: 22%;
    }
    .responsive-title{
        display: inline;
        color: #014ea2;
    }
    .page-title{
        display: none;
    }
}
