

h2 {
    margin-bottom: 0;
}

h4.title {
    color: #0055a4;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

#baseline-top {
    color: white;
    font-size: 25px;
    font-weight: 300;
}

#baseline-footer {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

#title-align {
    margin-top: 170px;
    text-align: center;
}

#title-align h2,
#title-align #baseline-top {
    z-index: 1;
}

#title-align img {
    width: 340px;
}

#title-img-pos {
    position: relative;
    top: -70px;
}

#accueil-img {
    background-image: url('images/landing/landing3.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
}

body.device-lg #accueil-img {
    background-size: 2400px;
}

body.device-md #accueil-img {
    background-size: 2200px;
}

body.device-sm #accueil-img {
    background-size: 2000px;
}

body.device-xs #accueil-img {
    background-size: 1800px;
}

body.device-sm .col_one_fourth {
    width: 48%;
}

body.device-sm .col_special {
    margin-right: 0 !important;
    clear: right;
}
/* ======= FACEBOOK ======= */

body.device-sm #facebook-container,
body.device-xs #facebook-container, 
body.device-xxs #facebook-container {
    position: absolute;
    top: 0;
    right: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu > #facebook-container {
    padding: 15px 0;
}

#facebook-container {
    float: right;
    padding: 21px 0 0;
    position: relative;
    transition: all 0.3s ease;
}

/* ======== PRESENTATION ===== */

#presentation-container {
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    padding: 60px 0 !important;
}

#presentation {
    text-align: center;
}

#presentation img {
    margin-bottom: 24px;
}

#presentation-container #presentation span {
    color: white;
    font-size: 20px;
    font-weight: 300;
}

#contact, #map {
    margin-top: 160px;
}

body.device-sm #contact,
body.device-sm #map {
    margin-top: 120px;
}

body.device-xs #contact,
body.device-xxs #contact,
body.device-xs #map,
body.device-xxs #map {
    margin-top: 40px;
}

#contact {
    padding: 20px 120px;
}

body.device-xs #contact {
    padding: 60px 40px;
}

body.device-xxs #contact {
    padding: 40px 20px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

#page-menu .menu-title {
    width: 100%;
    text-align: center;
}

body.device-xs #page-menu .menu-title {
    font-size: 16px;
}

body.device-xxs #page-menu .menu-title {
    font-size: 16px;
}

#footer {
    color: white;
}

#footer p,
#footer span {
    font-size: 18px;
}

#footer span {
    font-weight: 300;
}

#footer a {
    color: white;
    transition: color 0.2s ease;
}

#footer a:hover {
    color: #87a1eb;
}

#footer #footer-info {
    font-size: 14px;
    font-weight: 500;
}

#partenaires {
    text-align: center;
}

#krown {
    width: 86px;
}

#krown, #theglytch {
    margin: 0 14px;
}

/* ===== INPUT ===== */

input[type="text"],
input[type="email"] {
    border: none;
    border-bottom: solid 1px #0055a4;
}

textarea {
    border: none;
    border-bottom: solid 1px #0055a4;
}