body {
    overflow-x: hidden;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.75;
}

a {
    color: #fed136;
}

a:hover {
    color: #fec503;
}

.text-primary {
    color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Droid Sans Mono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 15px;
}

section .section-middle {
    padding: 40px 0;
}

section h3.section-subheading {
    font-size: 25px;
    font-weight: 700;
    /*margin-bottom: 45px;*/
    margin-top: 45px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Droid Sans Mono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section .text-highlight {
    color: #2e67ad;
}

#presentation {
    background-color: #F8F9FA;
}

section .service-block {
    background-color: white;
    margin: 15px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    color: #295184;
}
section .service-block:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: box-shadow 0.2s ease-in-out;
}

section .desc {
    padding-top: 40px;
}

section .pres-img {
    height: 50px;
    padding-left: 15px;
    float: left;
    padding-right: 35px;
    padding-top: 5px;
    opacity: 0.8;
}

@media (max-width: 768px) {
    section p {
        font-size: 0.8em;
    }

    #presentation h4 {
        font-size: 0.9em;
        text-align: center;
    }

    section .pres-img {
        margin: auto;
        float: none;
        padding: 0;
        height: 40px;
    }
}

section#image-block-1 {
    background-image: url("../img/logement3.jpg");
    height: 500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#image-block-2 {
    background-image: url("../img/logement4.jpg");
    height: 500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px) {
    section#image-block-1 {
        height: 250px;
        background-attachment: scroll;
    }
    section#image-block-2 {
        height: 250px;
        background-attachment: scroll;
    }
}


section .separator {
    border-bottom: 1px solid #063f5f;
    margin-bottom: 45px;
}

#partenaires .brand {
    padding-bottom: 40px;
}

#partenaires .logos {
    height: 40px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition : -webkit-filter 400ms linear
}

#partenaires .logos:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    #partenaires .logos {
        height: 25px;
    }
}

@media (max-width: 768px) {
    section h3.section-subheading {
        font-size: 20px;
    }

    section h2.section-heading {
        font-size: 20px;
    }

    section .service-heading {
    font-size: 1em;
    }
}

@media (min-width: 768px) {
    section #partenaires {
        background-color: #F8F9FA;
    }

    section {
        padding: 150px 0;
    }
}

section #produits {
    background-color: #F7F8F9;
}

section#solutions {
    background-color: #F8F9FA;
}


section#produits .img-block-small {
    height: 300px;
}

section#produits .pres-img {
    height: 10px;
    padding-top: 0;
    margin-top: 22px;
}

@media (max-width: 768px) {
    section#produits h4 {
        font-size: 0.9em;
        text-align: center;
    }
}


section#savoir .text-block {
    padding: 25px 0;
}

section#savoir .text-block-left {
    padding-right: 35px;
}

section#savoir .text-block-right {
    padding-left: 35px;
}

section#savoir .picto-img {
    height: 80px;
    margin-top: 70px;
    opacity: 0.7;
}

@media (max-width: 768px) {
    section#savoir p {
        font-size: 0.8em;
    }
    section#savoir .text-block {
        padding: 0;
    }
    section#savoir .text-block-right {
        padding: 0 15px;
    }
    section#savoir .text-block-left {
        padding: 0 15px;
    }
    section#savoir .picto-img {
        height: 50px;
        margin: 20px 0;
        padding: 0;
    }
    section#savoir .resp-hide {
        display: none;
    }
}


section#solutions .service-heading {
    text-align: center;
}
section#solutions .service-block {
    font-style: italic;
}
section#solutions .text-center {
    padding: 15px 0;
}
section#solutions h5 {
    padding: 25px 0;
}
section#solutions .text-block {
    padding: 0 50px;
    text-align: left;
}

@media (max-width: 768px) {
    section#solutions .service-block {
        font-size: 0.9em;
    }
}

section#plus .service-heading {
    text-align: center;
    font-size: 1.1em;
    padding-bottom: 30px;
    font-family: Montserrat;
}
section#plus .service-block {
    border-radius: 2%;
}
section#plus .service-block p {
    color: #595959;
    text-align: center;
    font-size: 1em;
}

@media (max-width: 768px) {
    section#plus .service-block p {
        font-size: 0.8em;
    }
    section#plus .service-heading {
        font-size: 1em;
    }
}


.btn {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary {
    background-color: #0762b7;
    border-color: #0762b7;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #295184 !important;
    border-color: #295184 !important;
    color: white;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
    background: #fed136;
    text-shadow: none;
}

::selection {
    background: #fed136;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

#mainNav {
    background-color: #212529;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: #222529;
    border: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
    color: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, cursive;
    line-height: 1.1;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:hover {
    color: #0762b7;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 65%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #186ebf;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

header.masthead {
    text-align: center;
    color: white;
    background-image: url("../img/index.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Droid Sans Mono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-style: italic;
    font-family: 'Droid Sans Mono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
    header.masthead {
        background-attachment:scroll;
    }
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 25px;
        font-family: 'Droid Sans Mono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    header.masthead .intro-text .intro-heading {
        font-size: 22px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
        font-family: 'Droid Sans Mono', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
    font-weight: 400;
    font-size: 1.2em;
    text-align: left;
}

.notary {
    margin-bottom: 50px;
    text-align: center;
}

.notary img {
    height: 50px;
}

.notary h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.notary p {
    margin-top: 0;
}

@media (max-width: 768px) {
    .notary h4 {
        font-size: 14px;
    }
}


section#plus .plus-logo {
    height: 60px;
    float: left;
    opacity: 0.8;
}


section#contact {
    background-color: #212529;
    background-image: url("../img/map-image.png");
    background-repeat: no-repeat;
    background-position: center;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}

@media (max-width: 768px) {
    section#contact .form-group input,
    section#contact .form-group textarea {
        padding: 5px;
    }
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 200px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-weight: 100;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer span.identity {
    font-size: 90%;
    line-height: 10px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
    footer {
        font-size: 0.8em;
    }
}