/* CSS */

::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #047774;
}

::selection {
    color: #FFF; 
    background: #047774;
}
/*.vcenter-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.height-200{
    min-height: 200px;
}
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
}
.img-v-align{
    margin-top: 26px;
}
.navbar{
    border-top:none;
}
.text-green{
    color:#047774;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-25{
    margin-top: 25px;
    margin-bottom: 25px;
}
.margin-right-10{
    margin-right: 10px;
}
.btn-primary{
    background: #047774;
    border-color: #047774; 
}
.btn-primary:hover{
    background: #04514D;
    border-color: #04514D;
}
hr{
    border: 2px solid #047774;
}
.main-container{
    margin:0 auto;
}
.navbar{
    text-transform: uppercase;
    
}
.selected{
    border-bottom: 2px solid #047774;
    border-top: 2px solid #047774;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .flex-container{
        padding: 0;
        margin: 0;
        margin-left: -20px;
        list-style: none;

        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;

        flex-direction:row;
        flex-wrap: nowrap;

        -webkit-justify-content: space-between; 
        justify-content: space-between;

        float: none;
    }
    .vcenter-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}
}
/* NavBar Breakpoint */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* BANNER */
#banner{
    height: 150px;
    background: url(../images/banner2.jpg) center right;
    background-size: cover;
}
#footer{
    background: #cecece;
    padding: 20px 0px;
    margin-top: 60px;
    font-size: 12px;
    color: #313131;
}
#footer p{
    padding-bottom:60px;
}
#footer p a{
    color: #313131;
    text-decoration: underline;
}
#footer p a:hover{
    color: #047774;
}
#bottom-privacy {
    position: fixed;
    z-index: 999999999999;
    bottom: 0;
    right: 0;
    left: 0;
    background: #282828; /* background du block */
}

#bottom-privacy .container {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    padding: 20px 35px;
    margin:0 auto;
}

#bottom-privacy .btn {
    width: 138px;
    height: 38px;
    margin: 0 auto;
    border: 0;
    color: #fff;
    background: #DD7917; /* background du bouton */
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    float: none;
    display: block;
    transition: all 250ms;
    position: relative;
    line-height: 25px;
    border-radius: 4px;
}

#bottom-privacy a {
    color: #DD7917; /* couleur du lien */
}