/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */



.loback{
    background: url('login_background.jpg');
    background-position: center;
    height: 100vh;
}
.marronf{
    color: #4e1f16;
}
.bg-bleu {
    background-color: #31c0cc;
}
.pager li> a:focus, .pager li> a:hover{
    background-clip: #000;
    color: #fff;
}
.pos{
    padding-top: 12vh;
}
.epos{
    padding-top: 9vh;
}
.bottom-mf{
    border-bottom-color: #d8c39c;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding-bottom: 4rem;
}

.marronfonce{
    background-color: #4e1f16;
}
.marronclaire{
    background-color: #d8c39c;
}
.b-marronfonce{
    border-color: #4e1f16;
    border-style: solid;
    border-width: thin;
}
.b-marronclaire{
    border-color: #d8c39c;
    border-style: solid;
    border-width: thin;
}
.b-bleu{
    border-color: #31c0cc;
    border-style: solid;
    border-width: thin;
}
hr { border-top: 5px solid #31c0cc;
}
body {
    margin: 0;
    font-family:'Raleway', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}
.cexeo{
    height: 3rem;
    width: 3rem;
}
