
/* ------------- GLOBAL CSS ---------------------*/

/* ------------- BODY ---------------------------*/
body {
    margin-top: 50px;
    font-family: 'Titillium Web', sans-serif;
    background-color: #fbfbfb;
}


/* ----------------------------------------------*/
/* ------------------- HEADER -------------------*/
/* ----------------------------------------------*/
.navbar-default{
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.navbar-default .navbar-nav > li > a{
    color: #223645;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active{
    color: #000;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}


/* ----------------------------------------------*/
/* --------------------- GLOBAL ------------------*/
/* ----------------------------------------------*/
h1{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight:700;
    color: #223645;
}
@media screen and (min-width: 767px) {
    h1{
        font-size: 27px;
    }
}
h2{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight:700;
    color: #223645;
}
h3{
    margin-top: 10px;
    font-size: 30px;
    font-weight: 800;
    color: #223645;
}
h4{
    margin-top: 10px;
    font-size: 15px;
    font-weight:500;
    color: #3498db;
}

p{
    font-weight: 300; 
    font-size: 16px;
    color: #223645;
}
@media screen and (min-width: 767px) {
    p{
        font-size: 17px;
    }
}


/* ----------------------------------------------*/
/* --------------------- CLASS ------------------*/
/* ----------------------------------------------*/

.semib{
    font-weight:600;
}
.suppad{
    padding: 0;
}
.padingstations{
    padding: 0px 4px 0px;
}

.majuscule{
    font-size: 28px;
    font-weight:900;

}

/* ----------------------------------------------*/
/* -------------  CONTACT         -------------- */
/* ----------------------------------------------*/
div#contact {
    background-color: #fff;
    min-height: 190px;
    text-align: center;
    padding-bottom: 100px;
}
div#contact img{
    margin-top: 70px;
    margin-bottom: 30px;
    width: 250px;
    display: inline-block;
}


/* ----------------------------------------------*/
/* ------------------- FOOTER -------------------*/
/* ----------------------------------------------*/
div#footer{
    background-color: #fbfbfb;
    color: #223645;
    padding: 70px 20px 20px 20px;
    text-align: justify;
    font-size: 17px;
}

@media screen and (min-width: 767px) {
    div#footer{
        padding-top: 100px;
        padding-bottom: 80px;
        text-align: left;
        padding: 100px;
    }
}

div#footer p a, .info a{
    text-decoration: none;
    color: #223645;
}

div#mention p{
    padding: 30px;
    font-size: 16px;
    font-weight:500;
}

.ico{
    font-size: 25px;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 50px;
    
    border:2px solid #223645;
    color: #223645;
}
.ico:hover {
    color: #fff;
    border:2px solid #fff;  
    background-color: #424242;
    
}


div#mention .info{
    padding: 30px;
    font-size: 10px;
    font-weight:500;
}

/* //////////////////////////////////////////////////////////////////////// */
.grecaptcha-badge {
    display: none !important;
}
