body {
    font-family: 'Montserrat', sans-serif;
    color: #777777;
    font-weight: 400;
    background-color: #f5f5f5;
}

a:hover, a:active, a:focus {
    outline: 0;
}

h1 {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 14px;
}

h2 {
    font-size: 34px;
    color: #5560a4;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #b0b5d5;
    margin-bottom: 24px;
}

h3 {
    font-size: 22px;
    color: #5560a5;
    text-align: center;
    font-weight: 700;
    margin-top: 4px;
}

h4 {
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li {
    margin: 5px 0 10px 0;
}

label {
    font-weight: 400;
}

form {
    margin-top: 50px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    background-color: #f5f5f5;
    border: 1px solid #dfdede;
}

textarea.form-control {
    height: 120px;
    resize: none;
}

.btn {
    height: 44px;
    width: 130px;
    background-color: #fed062;
    border: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 18px;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fed062;
}

section{
    background-color: #fff;
    margin-bottom: 15px;
    padding-top: 23px;
    padding-bottom: 15px;
}

section p {
    margin-bottom: 20px;
}

header {
    width: 100%;
    height: 35px;
    background-color: #595c74;
}

header .kobalt-lang {
    width: 87px;
    margin: 6px auto 0 auto;
}

header .kobalt-lang a:last-child{
    margin: 0;
}

header a {
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    color: #a6a6a6;
    border-radius: 100%;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    margin-right: 15px;
}

header a:hover,
header a.selected {
    color: #5560a5;
    text-decoration: none;
}

footer {
    width: 100%;
    color: #b1b5c9;
    padding-top: 24px;
    background-color: #595c74;
}

footer a {
    color: #b1b5c9;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.kobalt-logo {
    width: 130px;
    height: 82px;
    background: url('../img/Kobalt-Logo.svg');
    margin: 18px auto;
}

.kobalt-logo-separator {
    height: 1px;
    background-color: #b0b5d5;
}

#menu {
    width: 100%;
    background-color: #fff;
}

#menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #a6a6a6;
    font-size: 18px;
}

#menu .contact {
    text-transform: capitalize;
    text-align: left;
}

#menu .blog {
    text-transform: capitalize;
    text-align: right;
}

#menu a:hover {
    color: #5560a4;
    text-decoration: none;
}

.kobalt-photo img {
    width: 100%;
}

.kobalt-resume {
    width: 100%;
    background-color: #fed062;
}

#expertises h3 {
    text-align: left;
}

#associes h3 {
    margin-top: -7px;
    margin-bottom: 10px;
    line-height: 27px;
}

#associes p:first-child {
    margin-top: 20px;
}

#associes .angela {
    margin-top: 40px;
}

#associes .kobalt-contact {
    padding-top: 28px;
    text-align: center;
}

.contact-kobalt {
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        text-align: left;
    }

    h3 {
        margin-top: 20px;
    }

    header .kobalt-lang {
        margin: 6px 0;
        float: right;
    }

    .kobalt-logo {
        margin: 18px 0;
    }

    .kobalt-logo-separator {
        height: 0;
    }

    #menu .contact,
    #menu .blog {
        display: inline-block;
        margin-left: 45px;
        margin-top: 68px;
        text-align: right;
        float: right;
    }
}

@media (min-width: 992px) {
    h3, h4 {
        text-align: left;
    }

    form {
        margin-top: 0;
    }

    #associes .kobalt-contact {
        padding-top: 0;
        text-align: left;
    }

    #associes .angela {
        margin-top: 0;
    }

    .kobalt-photo img {
        visibility: hidden;
    }

    .kobalt-photo {
        width: 100%;
        height: 435px;
        background-image: url('../img/Kobalt-Paris.jpg');
        background-size: cover;
        background-position: center;
    }
}