/* styles footer */

.formulaire {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.651);
    display: block;
    position: relative;
    text-decoration: none;
    top: 25px;
}

.formulaire:hover {
    color: rgb(36, 116, 236); 
}

.box-formulaire {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.created {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.651);
    text-align: right;
    display: block;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
    top: 5px;
}
.box-signature {
    display: flex;
    flex-direction: row;
    justify-content:right;
    align-items: center;
}

.box-formulaire {
    height: 30px;
}

.box-signature {
    height: 30px;
}    

.signature {
    height: 30px;
    margin-bottom: 20px;
}


ul, li {
    list-style-type: none;
}


/*-----------------Responsive----------------*/


@media screen and (max-width:425px) {
    .formulaire {
        font-size: 15px;
        margin-top: -10px;
        margin-right: 40px;
    }

    .box-formulaire {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }


    .created {
        font-size: 8px;
        margin-top: 60px;
        margin-right: 40px;
    }
    .box-signature {
        display: flex;
        flex-direction: row;
        justify-content:center;
        align-items: center;
    }

    .box-formulaire {
        height: 30px;
    }

    .box-signature {
        height: 30px;
    }    
    
    .signature {
        height: 60px;
        margin-bottom: 50px;
    }

}

@media (min-width: 425px) and (max-width:500px) {
    .formulaire {
        font-size: 15px;
        margin-top: -10px;
        margin-right: 40px;
    }

    .box-formulaire {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }


    .created {
        font-size: 8px;
        margin-top: 60px;
        margin-right: 40px;
    }
    .box-signature {
        display: flex;
        flex-direction: row;
        justify-content:center;
        align-items: center;
    }

    .box-formulaire {
        height: 30px;
    }

    .box-signature {
        height: 30px;
    }    
    
    .signature {
        height: 60px;
        margin-bottom: 50px;
    }

}

