

@charset "utf-8";


.btn_contact {
    display: block;
    position: relative;
    line-height: 51px;
    font-size: 14px;
    font-weight: 900;
    color: #FFFFFF;
    padding-left: 39px;
    padding-right: 45px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
    display: inline-block;
    height: 51px;
    background: #283290;
}

.btn_contact:hover {
    display: block;
    position: relative;
    line-height: 51px;
    font-size: 14px;
    font-weight: 900;
    color: #FFFFFF;
    padding-left: 39px;
    padding-right: 45px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
    display: inline-block;
    height: 51px;
    background: #ed1b24;
    cursor:pointer;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.logo {
    margin-top: -6px;
}


.emergencies {
    background: #ed1b24 ;
}

.scrolled img {
    height: 100px;
}

.scrolled .logo_content {
    padding-left: 58px;
} 

.home_title h1 {
    color: #ffffff;
    background: rgba(40,50,144, 0.5);
    text-align:center;
}

.home_drapeau {
    color: #ffffff;
    background: rgba(40,50,144, 0.5);
    text-align:center;
} 

.home_text p {
    color: #ffffff;
    background: rgba(40,50,144, 0.5);
    text-align:center;
}

.top_bar_item {
    color: #ffffff;
}

.footer_news_title {
    color: #b2b2b2;
}

.footer_news_date {
    color: #b2b2b2;
}


.flag_fr {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    cursor: pointer;
    background: url(../images/france.png) no-repeat;
    border: 0 !important;
}

.flag_en {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    cursor: pointer;
    background: url(../images/united_kingdom.png) no-repeat;
    border: 0 !important;
}

.flag input[type=submit] {
    width: 25px;
    height: 25px;
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
}


@media only screen and (max-width:600px) {
    .logo_container img {
        width: 70px;
        height:70px;
    }

    .scrolled img {
        width: 70px;
        height:70px;
    }

    .scrolled .logo_content {
    padding-left: 38px;
    } 

    .logo_content {
    padding-left: 34px;
    }

}

@media only screen and (max-width: 575px) {
.home_title {
    font-size: 18px;
}

}





