
html
{
  height: 100%;
}

body
{
background: #f9fdff;    color: #0D0B6A;
    height: 100%;
}

#page-container
{
    position: relative;
    min-height: 100vh;
}

.zero
{
    margin: 0;
    padding: 0;
}

.center
{
    text-align: center;
}

#section1 .noflex
{
    display: block;
}

.error, .error:hover, .fmfiche .form-group .error, .fmfiche .form-group .error:hover
{
    font-weight: bold;
    color: red;
}

.valid, .valid:hover, .fmfiche .form-group .valid, .fmfiche .form-group .valid:hover
{
    font-weight: bold;
    color: green;
}

.divflex
{
    display: flex;
    align-items: center;
}

.datepicker td, .datepicker th
{
    padding: 5px;
}

#header
{
    background: #f9fdff;
}

#header #hlogo
{
    max-height: 70px;
}

#header #htitre
{
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}

#header #hbi
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;    
    font-weight: bold;
    white-space: nowrap;
}

#header #divdeco
{
    /*height: 100%;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
}

#header #divnav
{    
    background: #77c5e7;
}

#header .navbar
{
    padding: 0;
}

#header .navbar-nav
{
    width: 100%;
    justify-content: space-around;
}

#header .nav-item
{
    flex: 1 1 auto;
    margin: 0 10px;
    text-align: center;
    /*background: #EEEEEE;*/
    border-radius: 15px 15px 0 0;
}

#header .dropdown-menu
{
    margin: 0 auto;
    padding: 0;
    background: #77c5e7;
}

#header .dropdown-item
{
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

#header .dropdown-item:hover
{
    background: #77c5e7;
    font-weight: bold;
}

#header .navbar a
{
    color: white;
}

#header .navbar a:hover
{
    font-weight: bold;
}

#header #adeco, #header #apanier
{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header #adeco:hover, #header #apanier:hover
{
    text-decoration: none;
}

#header #adeco i, #header #apanier i
{
    margin-left: 10px;
    font-size: 30px;
    color: #0D0B6A;
}

#header #adeco i:hover, #header #apanier i:hover
{
    color: DARKSLATEGRAY;
}

#header #divpub
{
    height: 200px;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header #divpub img
{
    max-width: 100%;
    height: 100%;
    max-height: 200px;
}

#header #divoffband
{
    height: 180px;
    max-height: 180px;
    margin: 20px auto 0;
}

#header #divoffband #car_offband
{
    height: 130px;
}

#header #divoffband *
{
    max-height: 130px;
}

#header #divoffband h2
{
    font-weight: bold;
    font-size: 22px;
}

#header #divoffband h3
{
    font-size: 16px;
}

#header #divoffband .b3
{
    color: black;
}

#header #divoffband .b3:hover
{
    text-decoration: none;
}

#header #divoffband .bloc { display: flex; }

#header #divoffband .bloc img { max-width: 200px; max-height: 200px; margin-right: 15px; }

.carousel-indicators
{
    bottom: -50px;
}

.carousel-indicators li
{
    background-color: black;
}

#section1
{
    height: 50%;
    padding-top: 50px;
}

#footer
{
    background: #77c5e7;
    position: absolute;
    bottom: 0;
    min-height: 50px;
}

#footer #flogo
{
    max-height: 50px;
}

#footer ul
{
    min-height: 50px;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    color: white;
}

#footer ul li
{
    padding: 0 10px;
}

#footer ul a
{    
    color: white;
}

#footer ul p
{
    margin: 0;
    white-space: nowrap;
}

#docmodal .modal-dialog
{
    max-width: 100%;
    margin: 1vh;
    height: 98vh;
    display: flex;
}

#docmodal .modal-dialog iframe
{
    width: 100%;
    height: 100%;
}

#fmconn .form-control
{
    width: 200px;
    margin-left: 20px;
}

#fmconn .control-label
{
    width: 200px;
    font-weight: bold;
    text-align: right;
}

#fmconn .form-group
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#divconn
{
    margin-top: 20px;
    flex-direction: column;
}

#myCookieConsent
{
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#myCookieConsent div
{
    padding: 5px 0 0;
}

#myCookieConsent a
{
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
}

#myCookieConsent a:hover
{
    color: #fda016;
}

#myCookieConsent a#cookieButton
{
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
    background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;
}

#myCookieConsent a#cookieButton:hover
{
    background: #fda016;
    color: #000;
}

@media screen and (max-width: 768px)
{
    #header #htitre
    {
        display: block;
        margin: 10px 0 0 0;
    }
}