/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 10px;
}


h1 {
    font-weight: 900;
    color: #bd252b;
}

h1 .subtitle {
    font-weight: 300;
    color: #000;
}

h2 {
    font-weight: 600;
    color: #bd252b;
}

.vh .navbar-fixed-top {
    background-color: #262829;
    border: 0;
}

.vh .toggle-button {
    align-self: flex-end;
    display: initial;
    cursor: pointer;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    z-index: 1;
}

.vh .toggle-button .fa-bars:before {
    color: #FFF;
}

.vh .navigation .navbar {
    padding: 0;
    align-items: stretch;
    justify-content: flex-end;
}

.vh .navbar-item {
    padding: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 5px #242424 solid;
}

.vh .navbar-current, .vh .navbar-item:hover {
    border-bottom: 5px #bd252b solid;
}

.vh .navbar-link, .vh .navbar-link:hover {
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 2em 10px;
}

.vh .logo-header {
    z-index: 1;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-start;
}

.vh .logo-header .img-responsive {
    max-width: 100%;
}

.slide-img {
    position: relative;
    margin-bottom: 3rem;
}

.slideshow {
    padding-right: 0;
    padding-left: 0;
}

.slideshow:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/main-slideshow-overlay.png);
    background-size: cover;
    height: 70%;
    width: 80%;
}

#carouselReferences {
    padding-right: 0;
    padding-left: 0;
}

.slide-caption {
    position: absolute;
    left: 5%;
    top: 20%;
}

.coccimain {
    position: absolute;
    bottom: -5rem;
    right: 4rem;
}

.slide-caption-txt {
    background: rgba(0, 0, 0, .15);
    color: #FFF;
    padding: 0 1rem;
}

.expertise .bg-lightgrey {
    background-color: #929292;
    padding: 0.5em 1em;
    margin-top: 1em;
    color: #FFF;
}

.expertise .font-weight-thin {
    margin-top: 1em;
    font-size: 1.2rem;
    font-family: 'Work Sans', sans-serif;
}

.expertise .font-70 {
    line-height: 3rem;
}

.expertise .font-108 {
    line-height: 1rem;
}

.expertise .margin-top-1 {
    margin-top: 2em;
    margin-bottom: 2em;
}

/* region services */
.services {
    background-image: url(../img/bg-services.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    color: #7f7f7f;
}

.services h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #7f7f7f;
}

.services .white-block {
    background-color: white;
    padding: 1rem;
    margin: 0 2em 1em;
    align-content: center;
    text-align: center;
    box-shadow: 0 0 50px #AAA;
}

/* region font styles */
.font-weight-thin {
    font-weight: 100;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-black {
    font-weight: 900;
}

.color-red {
    color: #bd252b;
}

.font-60 {
    font-size: 2rem;
    line-height: 2rem;
}

.font-70 {
    font-size: 1.9rem;
    line-height: 2.6rem;
}

.font-20 {
    font-size: 20px;
}

.font-108 {
    font-size: 4rem;
}

.vh .footer {
    background-image: url(../img/bg-pre-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.vh .footer a {
    color: #FFF;
}

.vh .footer .baseline {
    padding: 2rem;
}

.vh .footer .baseline cite {
    font-size: 1.5rem;
    font-weight: 400;
}

.vh .separator {
    border-bottom: 10px solid #bd252b;
    width: 10em;
    margin: 3em auto;
    display: block;
}

.vh .footer .sign {
    /*text-transform: uppercase;*/
}

.vh .footer .pdp {
    background: linear-gradient(#3f3f3f, #101010);
    min-height: 250px;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    font-size: .8rem;
    font-weight: 300;
    padding-bottom: 1rem;
}

.vh .footer .pdp .col-md,
.vh .footer .pdp .col-md-2 {
    align-self: flex-end;
}

.content {

}
.content h1 {
    color: #bd252b;
    font-weight: 900;
}
.content .subtitle {
    display: block;
    color: #000;
    font-weight: 300;
}
.content p, .content li {
    color: #929292;
	color: #606060;
	
    font-weight: 300;
}
.content p.caps {
    text-transform: uppercase;
}
.content h2 {
    color: #bd252b;
    font-weight: 600;
}
.content a, .content a:link, .content a:visited {
    color: #363636;
    text-decoration: underline;
}

.content ul {
	padding-left: 4em;
}

.content ul > li {
    list-style: none;
    position: relative;
}
.temoignages cite {
    display: inline-block;
    margin-bottom: 1em;
}
.content ul > li:before, .content ol > li:before {
    content: '';
    position: absolute;
    left: -1em;
    top: 7px;
    width: .5em;
    height: .5em;
    background-color: #bd252b;
    transform: rotate(30deg);
}

.on-off {
    color: #bd252b;
    margin-left: 3em;
    position: relative;
    cursor: pointer;
    padding: .25em 0;
}
.on-off:before {
    cursor: pointer;
    text-align: center;
    color: #FFF;
    content: '';
    position: absolute;
    left: -2em;
    top: 0;
    width: 50px;
    height: 40px;
}
.on-off.on:before {
    content: '-';
    background-image: url(../img/on-off-on.png);
    background-size: cover;
}
.on-off.off:before {
    content: '+';
    background-image: url(../img/on-off-off.png);
    background-size: cover;
}

.on-off-related {
	margin-left: 3em;
}

.content a.flat-btn {
    padding: .5em 2em;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 2em 0;
    font-weight: 600;
}
.content a.flat-btn:link, .content a.flat-btn:visited {
    background-color: #929292;
}
.content a.flat-btn:hover, .content a.flat-btn:active, .content a.flat-btn:focus {
    background-color: #bd252b;
}

.content.photo {
    background-image: url('../img/contenu-photo-bg.jpg');
    background-size: cover;
    margin: 8em auto;
}
.content.photo figure {
    margin: -8em auto;
}