/* microsite_courtier.css */


.context-dark.backstretch h1 {
    font-size: 32px;
}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner {
    padding: 0;
}

.page-content img {
    max-width: 100%;
}

@media (min-width: 800px) and (max-width: 1024px) {
    footer .footer-menu {
        display: block;
    }
}

.courtier-titre, .courtier-name {
    max-width: 75%;
}

.about-courtier {
    padding: 0px 30px 30px 30px;
}

.h3, h3 {
    line-height: 1.3;
    font-size: 32px;
}

.h5, h5 {
    font-weight: normal;
}

/* Facebook button */

.facebook-button {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */

    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
}

.facebook-button:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.facebook-button:focus {
    outline: none;
}

.facebook-button:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

.facebook-button {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/

    text-shadow: 0 -1px 0 #354C8C;
}

.facebook-button:before {
    border-right: #364e92 1px solid;
    background: url('../../s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.facebook-button:hover,
.facebook-button:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


@media screen and (max-width: 468px) {
    h3 {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 1.5;
    }

    h5 {
        margin-top: 5px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.5;
    }

    .courtier-header h1 {
        font-size: 24px;
    }

    .courtier-header address {
        font-size: 12px;
    }

    .courtier-header address .icon-xs {
        font-size: 20px;
    }

    .about-courtier {
        padding: 0 20px 0 20px;
        font-size: 14px;
    }


}


/** Microsite Header **/
/** section-xs-34 section-sm-124 section-md-124 section-lg-350  **/

.courtier-header {
    padding: 350px 0 350px 0;
}

@media (max-width: 320px) {
    .courtier-header {
        padding: 30px 0 30px 10px;
    }
}

@media (min-width: 320px) {
    .courtier-header {
        padding: 20px 0 20px 10px;
    }

    .courtier-header address {
        margin-bottom: 0;
    }

    .courtier-header address li.offset-top-30 {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .context-dark.backstretch h1 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .courtier-header {
        padding: 135px 0 135px 15px;
    }
}

@media (min-width: 1200px) {
    .courtier-header {
        padding: 230px 0 230px 20px;
    }
}

@media (min-width: 1400px) {
    .courtier-header {
        padding: 260px 0 250px 0;
    }
}

.word-break {
    max-width: 70%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.word-break .email-break {
    word-break: break-all;
}