
.text-indent{

    text-indent: 10px;
}

.paragraphe_note_information{

    text-align: justify;
    line-height: 30px;
    text-indent: 20px;
}

#div_note_information{

    /* height: 800px;
    overflow-y: scroll; */
    padding: 10px;
}

#list_ul_note_information{

    list-style-type: disc;
    
}

.valign-center{

    vertical-align: middle;
}
.underline_title{

    border-bottom : 2px grey dotted;
    padding-bottom: 5px;
}

fieldset, legend {
    all: revert;
 }

 .text-color-logo{

    color : #e94f36;
 }

 .bg-color-logo{

    background : #e94f36;
 }