@font-face {
    font-family: 'modulaot-serifregular';
    src: url('modulaot-serifregular-webfont.woff2') format('woff2'), url('modulaot-serifregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'modulaot-serifbold';
    src: url('modulaot-serifbold-webfont.woff2') format('woff2'), url('modulaot-serifbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Regular.eot');
    src: local('Myriad Pro Regular'), local('MyriadPro-Regular'),
        url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Regular.woff2') format('woff2'),
        url('MyriadPro-Regular.woff') format('woff'),
        url('MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    font-family: 'Myriad Pro',"Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100vh;
    background: #d4d4d5;
}
.site-error {
    color: white;
    background-color: #3a3f44;
    /* gris foncé */
}
.float-right {
    float: right !important;
}
#index_accueil {
    width: 100%;
    padding-top: 200px;
    padding-right: 0px;
    padding-bottom: 220px;
    padding-left: 0px;
    background-image: url('../img/accueil.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
}
a.lien {
    /*color: #623286;*/
    text-decoration: underline;
}
.card-header {
    background-color: #fdb812;
    /* jaune */
}
.bg-grey {
    background-color: #d4d4d5 !important;
    color: #2d2d2d !important;
}
.bg-platrerie {
    background-color: #17314c !important;
    color: #fdb812 !important;
}
.header-accueil {
    color: white;
    width: 100%;
    background-color: rgba(212, 212, 212, 0.6);
    padding-bottom: 60px;
}
.titre-accueil {
    text-align: center;
    font-family: 'modulaot-serifbold';
    font-weight: normal;
    color:#17314c;
    font-size: 48px;
}
.ss-titre-accueil {
    text-align: center;
    color: #fdb812;
}
.introduction {
    font-size: larger;
    width: 100%;
}
.section1 {
    padding-top: 5vh;
    padding-left: 15%;
    padding-right: 15%;
}
.dropdown-header {
    padding-left: 0.2rem;
    font-weight: bold;
}
.circle-icon {
    color: #fdb812;
    background: #17314c !important;
    /* bleu */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    font-size: xx-large;
    /*   padding: 1em;*/
}
table {
    font-size: smaller;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.fw-alert {
    min-width: 60%;
}
.wrap>.container {
    padding: 70px 15px 20px;
}
.container-fluid, .container-principal {
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.navbar-brand {
    width: 50px;
}
.footer {
    height: 60px;
}
/* add sorting icons to gridview sort links */

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content:
    /*"\e113" */
    "\f0dd";
}
a.desc:after {
    content:
    /*"\e114"*/
    "\f0de";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view th {
    white-space: nowrap;
}
th>a {
    color: #17314c;
}
.btn-primary {
    color: #fdb812;
    background-color: #17314c !important;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5A82A5 !important;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #5A82A5 !important;
    box-shadow: 0 0 0 0 rgba(92, 126, 162, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3f6791;
    border-color: #3f6791;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #304e6d;
    border-color: #2c4765;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(92, 126, 162, 0.5);
}
.message-update, .app-config-update, .page-update, .page-create, .page-index, .message-index, .app-config-index, .message-create, .app-config-create {
    min-width: 80%
}
.crud {
    min-width: 80%
}
.site-contact {
    min-width: 50%
}
.site-about {
    border-radius: 0.25em;
    padding: 20px;
    margin: 10px;
    color: #2d2d2d;
}
#grad1 {
    background-image: url('../img/accueil.jpg');
    background-size: cover;
    /*
    background-color: : #3E3F3A;
*/
}
