/*
Helpers
*/


/*
Max content widths
*/

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/*
Layout
*/

.navbar {
    margin: 0;
}

.admin-bar .navbar {
    margin-top: 32px;
}

body {
    padding-top: 145px;
}

.cover-container {
    padding-top: 145px;
    margin-top: -145px;
    padding-bottom: 75px;
}

.cover-container h1 img {
    vertical-align: -3px;
    margin-right: 10px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #3d98c5;
    border: none !important;
    padding: 12px 20px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
}

.full-btn {
    width: 100%;
    text-align: center;
}

.bloc .btn {
    margin-top: 50px;
}

.btn:hover,
.btn:focus {
    background-color: #3e91ba;
    border: none;
}

.btn-primary {
    background-color: #757f8a;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #636a71 !important;
}

.container-fluid,
.cover-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.link-white {
    color: #FFFFFF;
}

img.full {
    width: 100%;
    height: auto;
}

.text-purple {
    color: #9a4793;
}

.text-yellow {
    color: #ecca0e;
}

.fa {
    margin-right: 7px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*
Titles
*/

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.3;
}

.h1,
h1 {
    font-size: 29px;
    margin-bottom: 30px;
}

.h2,
h2 {
    font-size: 26px;
    margin-bottom: 23px;
}

.h3,
h3 {
    font-size: 23px;
    margin-bottom: 16px;
}

.bloc h1 {
    font-size: 32px;
    margin-top: 0;
}

.cover-container h1 {
    font-size: 32px;
    margin-bottom: 24px;
}

.bloc-slider h1 {
    font-size: 34px;
}

.bloc-dark .h1,
.bloc-dark h1,
.bloc-dark .h2,
.bloc-dark h2,
.bloc-dark .h3,
.bloc-dark h3,
.bloc-dark .h4,
.bloc-dark h4,
.bloc-dark .h5,
.bloc-dark h5,
.bloc-dark .h6,
.bloc-dark h6 {
    color: #fff;
}

.bloc-metiers h1 {
    font-size: 50px;
    text-align: right;
    margin: 0;
    line-height: 1.1;
}

.sidebar h4,
.sidebar h3 {
    margin-bottom: 20px;
}

.job-card h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
}

h1 a,
h2 a {
    color: #404f55;
}


/*
Navbar
*/

.navbar-default,
.navbar a,
.logo {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.navbar-default {
    background-color: #2f3740;
}

.cover .navbar-default {
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-scroll {
        margin-top: -45px !important;
    }
    .admin-bar .navbar-scroll {
        margin-top: -13px !important;
    }
    .navbar-scroll .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 14px;
    }
    .navbar-scroll .navbar-header {
        height: 71px;
    }
    .navbar-scroll .logo {
        margin-top: 21px;
        margin-bottom: 21px;
        height: 29px;
    }
    .cover .navbar-scroll {
        background-color: #2f3740;
    }
}

.navbar-collapsed {
    background-color: #2f3740 !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 500px;
}

body .navbar-default .navbar-toggle:focus,
body .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-header {
    height: 100px;
}

.logo {
    display: inline-block;
    margin: 31px 15px 34px 0;
    width: 208px;
    height: 35px;
    background: url('../images/logo-spectrumgroupe.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: left center;
}

.secondary-nav {
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.secondary-nav a {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 7px;
    line-height: 45px;
}

.secondary-nav .fa {
    margin: 0;
}

.secondary-nav #usericon {
    display: none;
}

@media (max-width: 767px) {
    .secondary-nav #usericon {
        display: inline;
    }
    .secondary-nav #username {
        display: none;
    }
}

.menu-secondary-header-container {
    height: 45px;
}

.menu-secondary-header-container .fa {
    line-height: 45px;
}

.secondary-nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.secondary-nav ul,
.secondary-nav li {
    padding: 0;
    margin: 0;
    display: inline;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: inherit;
}

.navbar-nav>li>a {
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: rgba(255, 255, 255, .7);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    /*border-bottom: 1px solid rgba(255,255,255,.8);*/
}


/*
Breadcrumb
*/

.content-breadcrumb {
    color: #888888;
    font-weight: normal;
}

.content-breadcrumb a {
    font-weight: bold;
}

.content-breadcrumb .fa {
    margin: 0 5px;
}


/*
Search
*/

.search-form {
    position: relative;
}

.search-form .form-control {}

.search-form #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 20px 14px
}

.search-form #searchsubmit .fa {
    margin: 0;
}

.secondary-nav .search-form {
    padding: 0;
    margin: 0 0 0 10px !important;
    display: inline-block;
    vertical-align: top;
}

.secondary-nav .search-form .form-control {
    padding: 14px 15px 13px 15px;
    font-size: 11px;
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.2);
    width: 160px;
    line-height: 18px;
}

.secondary-nav .search-form #searchsubmit {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 45px;
    padding: 0 10px;
    color: #888888;
    color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
    .secondary-nav .search-form {
        width: 13px;
    }
    .secondary-nav .search-form .form-control {
        background: none;
        width: 13px;
    }
    .secondary-nav .search-form #searchsubmit {
        color: rgba(255, 255, 255, 0.5);
        padding-right: 0;
    }
}


/*
Slider
*/

.bloc-slider {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.bloc-slider .bloc {
    z-index: 1000;
    position: relative;
    background: none;
}

.bloc-slider .btn {
    margin: 50px 5px 30px;
}

.bloc-slider p {
    font-size: 24px;
    max-width: 600px;
    margin: 0 auto;
}

.home-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.3) !important;
    text-align: center;
    padding-bottom: 15px;
    z-index: 1000;
}

#youtube-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
    opacity: 0.3;
    overflow: hidden;
}


/*
Main content
*/

.quote {
    margin: 0 0 10px 0 !important;
    position: relative;
    padding-left: 50px;
    text-align: left;
}

.quote .fa {
    font-size: 35px;
    color: rgba(136, 136, 136, 0.2);
    position: absolute;
    top: 5px;
    left: 0;
}

.quote-big {
    font-size: 21px;
    line-height: 30px;
}

.bloc-title {
    margin-bottom: 50px;
}

.bloc-dark .quote .fa {
    color: rgba(255, 255, 255, 0.2);
}

#content {
    margin: 75px 0;
}

#content article {
    margin-bottom: 20px;
}

#content header {
    margin: 0 0 20px;
}

#content section {
    padding-bottom: 20px;
}

article section:last-child {
    padding-bottom: 0 !important;
}

#content footer {
    margin-top: 20px;
    padding-bottom: 20px
}

.post-infos {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.et_monarch .et_social_inline_top {
    margin-bottom: 20px;
}

#content .large-header {
    margin-bottom: 35px;
}

.large-header .btn {
    margin-top: -7px;
}

.bloc {
    padding-top: 85px;
    padding-bottom: 85px;
    text-align: center;
    line-height: 1.6;
}

.bloc p {
    margin-bottom: 0;
}

.bloc-content p {
    margin: 0 0 13.5px;
}

.bloc-grey {
    background-color: #f8f8f8;
}

.bloc-dark {
    background-color: #2f3740;
    color: rgba(255, 255, 255, 0.8);
}

.bloc-references {
    padding-top: 52px;
    padding-bottom: 52px;
}

.bloc-references img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .bloc-counter .col-sm-3 {
        margin-bottom: 40px;
    }
    .bloc-counter .col-sm-3:last-child {
        margin-bottom: 0;
    }
}

.bloc-benchmark {
    background-image: url('../images/benchmark-light.jpg');
    padding-top: 135px;
    padding-bottom: 140px;
}

.bloc-dark.bloc-benchmark {
    background-image: url('../images/benchmark.jpg');
}

.disc-step {
    padding-top: 25px;
    padding-bottom: 25px;
    background: url('../images/step.png') top center repeat-y;
    position: relative;
}

.disc-step .disc-container {
    position: absolute;
    top: 50%;
    left: 50%;
}

.disc-step .disc {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #c0c0c0;
    position: relative;
    top: -50%;
    left: -50%;
}

.disc-step h3 {
    /*margin-top: 5px;*/
}

.disc-step .col-md-6 {
    padding: 0 35px;
}

.disc-step p {
    max-width: 300px;
    margin-bottom: 0;
}

.disc-step .text-right p {
    float: right;
}

@media (max-width: 767px) {
    .container .disc-step {
        padding-top: 10px;
    }
    .disc-step {
        background: none;
    }
    .disc-step h3 {
        margin-top: 27px;
    }
    .disc-step .text-left,
    .disc-step .text-right {
        text-align: center;
    }
    .disc-step p {
        float: none;
        max-width: 100%;
    }
    .disc-step .disc {
        background: transparent;
    }
}

.event-card {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    min-height: 325px;
}

@media (max-width: 767px) {
    .event-card {
        width: 100%;
    }
}

.event-container {
    background-color: #f7f7f7;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e1;
    margin-bottom: 15px;
}

.sidebar .event-container {
    margin-bottom: 0;
}

.event-container a {
    color: #404f55;
}

.bloc-grey .event-container {
    background-color: #ffffff;
}

.event-container .cover-bg {
    min-height: 150px;
    display: block;
}

.event-container .description {
    text-align: left;
    padding: 25px;
}

.event-container .fa {
    margin-right: 10px;
}

.event-container h5 {
    margin: 5px 0 10px 0;
    line-height: 24px;
}

.counter {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1;
}

.counter span {
    font-size: 70px;
    font-weight: bold;
    margin: 0 5px;
}

.bloc-societe {
    text-align: left;
}

.bloc-societe h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.bloc-societe .full {
    margin-top: -85px;
}

@media screen and (max-width: 767px) {
    .bloc-societe .full {
        margin-top: 40px;
        max-width: 596px;
    }
}

.manager {
    background-color: #f8f8f8;
    margin: 0 10px 10px;
}

.manager .description {
    padding: 30px;
}

.manager h3 {
    margin: 0 0 5px;
}

.manager span {
    color: #3470ae;
    font-weight: bold;
}

.manager p {
    margin-top: 20px;
    font-size: 14px;
}

.bloc-metiers .row {
    padding: 13px 0;
}

.bloc-metiers p {
    text-align: left;
    margin-top: 4px;
    line-height: 1.5;
    color: #9d9d9d;
}

@media screen and (max-width: 767px) {
    .bloc-metiers h1 {
        margin-bottom: 13px;
    }
    .bloc-metiers h1,
    .bloc-metiers p {
        text-align: center;
    }
}

.bloc-register {
    background: transparent url('../images/benchmark-register.png') top right no-repeat;
    min-height: 585px;
}

@media screen and (max-width: 767px) {
    .bloc-register {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .bloc-register {
        background: none;
    }
}

.bloc-medias article section {
    border-bottom: 1px solid #e0e0e1;
    padding-bottom: 40px;
    margin-bottom: 45px;
}

.bloc-medias article section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bloc-medias .btn {
    margin-top: 20px;
}


/*
Use Case
*/

.bloc-uc {
    padding-top: 85px;
    padding-bottom: 85px;
}

.bloc-uc .container h1:first-child,
.bloc-uc .container h2:first-child,
.bloc-uc .container h3:first-child,
.bloc-uc .container h4:first-child,
.bloc-uc .container h5:first-child {
    margin-top: 0;
}

.bloc-uc.bloc-uc-cover-primary {
    margin-top: -145px;
    height: 520px;
    padding-top: 190px;
}

.bloc-uc.bloc-uc-cover-primary h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 1px 1px 2px #FFF;
}

.bloc-uc.bloc-uc-cover-primary a {
    color: #FFF;
}

.bloc-uc.bloc-uc-cover-secondary {
    height: 300px;
    position: relative;
}

.bloc-uc.bloc-uc-cover-secondary img {
    height: 510px;
    width: auto;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.bloc-uc.bloc-uc-colored,
.bloc-uc.bloc-uc-colored p,
.bloc-uc.bloc-uc-colored h1,
.bloc-uc.bloc-uc-colored h2 .bloc-uc.bloc-uc-colored h3 {
    color: rgba(255, 255, 255, 0.8);
}

.bloc-uc.bloc-uc-cover h1 {
    font-size: 32px;
    margin-bottom: 24px;
}

.spectrum-divider {
    min-width: 200px;
    width: 50%;
    height: 3px;
    overflow: hidden;
    margin: 0 auto;
}

.spectrum-divider span {
    display: block;
    float: left;
    width: 16.6666%;
    height: 3px;
}

.spectrum-divider .sp-vert {
    background-color: #9ACA3A;
}

.spectrum-divider .sp-bleu {
    background-color: #2CA2D0;
}

.spectrum-divider .sp-mauve {
    background-color: #9A4793;
}

.spectrum-divider .sp-rouge {
    background-color: #E05451;
}

.spectrum-divider .sp-orange {
    background-color: #FF871C;
}

.spectrum-divider .sp-jaune {
    background-color: #F9DB11;
}

.bloc-uc-slogan {
    font-size: 28px;
    font-style: italic;
}

.bloc-uc-intro {
    font-size: 28px;
}

.ucc-bg {
    padding: 0;
    position: relative;
}

.ucc-bg .ucc-bgl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 290px;
}

.ucc-bg .ucc-bgc {
    z-index: 999;
}

.ucc-bg .ucc-bgc img.ucc-bg-img {
    max-width: 100%;
    position: relative;
    z-index: 99;
}

@media (max-width: 782px) {
    .bloc.ucc-bg {
        padding-bottom: 0;
    }
}

@media (max-width: 400px) {
    .ucc-bg .ucc-bgl {
        height: 245px;
    }
}


/*
User & Profile
*/

body .um-header,
body .um-profile.um-viewing .um-field-label {
    border: none;
}

body .um-profile.um-viewing .um-field-label {
    padding: 0;
}

body .um-profile-headericon .um-dropdown-arr {
    top: -21px !important;
}

body .um-header .um-name {
    display: none;
}


/*
Benchmark Product
*/

.sidebar .product-logo {
    text-align: center;
    margin-bottom: 25px;
}

.product-logo img {
    padding: 0 20px;
    max-width: 290px;
}

.full-btn {
    width: 100%;
    text-align: center;
}

.post-details>div {
    margin-bottom: 15px;
}

.post-details>div:last-child {
    margin-bottom: 0;
}

.post-details .fa {
    color: #c7c9cc;
}

.bench-progress {
    height: 2px;
    background-color: #f0f0f0;
    margin: 10px 0 30px;
}

.bench-progress>div {
    height: 2px;
}

.progress-1,
.progress-2 {
    background-color: #d12b2b;
}

.progress-3,
.progress-4 {
    background-color: #d1692b;
}

.progress-5,
.progress-6 {
    background-color: #cbd12b;
}

.progress-7,
.progress-8 {
    background-color: #8cd12b;
}

.progress-9,
.progress-10 {
    background-color: #47ab0b;
}

.checked,
.unchecked {
    float: right;
}

.checked .fa {
    color: #ffffff;
}

.unchecked .fa {
    color: #e6e6e6;
}


/*
LAB
*/

.bloc-lab .sidebar ul,
.bloc-lab .sidebar ol,
.product-benchmark .sidebar ul,
.product-benchmark .sidebar ol {
    padding-left: 20px;
    list-style-type: disc;
}


/*
Logos mosaic
*/

.mosaic-logo>div {
    padding: 20px;
    margin-bottom: 30px;
}

.mosaic-logo img {
    background-color: transparent;
    opacity: 0.9;
}

.mosaic-logo-small>div {
    padding-left: 0;
    padding-right: 0;
    background-color: #fafafa;
}

.mosaic-logo-small>div>div {
    background-color: #f8f8f8;
}

.mosaic-logo-small img {
    background-color: transparent;
    opacity: 0.6;
}

.info-link {
    position: absolute;
    right: 25px;
    bottom: 115px;
    color: #333;
    opacity: 0.3;
}

.info-link:hover {
    opacity: 0.8;
    color: #333;
}

@media (min-width: 992px) {
    .mosaic-logo-small {
        width: 12.5%;
    }
}

.to-grayscale {
    filter: url('../js/filters.svg#grayscale');
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

.to-grayscale:hover {
    filter: none;
    /* Applies to FF + IE */
    -webkit-filter: grayscale(0);
}


/*
Contact page
*/

.page-contact {
    position: relative;
}

.map {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
}

.map-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-tabs {
    max-width: 375px;
    padding: 80px 30px 200px;
    z-index: 1020;
    position: relative;
    box-sizing: content-box;
}

.map-tabs .nav-tabs {
    text-transform: uppercase;
    font-size: 13px;
}

.map-tabs .nav>li>a {
    color: #a3a3a3;
    background-color: #f5f5f5;
    border: none !important;
    border-radius: 0;
    padding: 8px 13px;
    text-transform: none;
    font-size: 13px;
}

.map-tabs .nav-tabs>li:last-child>a {
    margin-right: 0;
}

.map-tabs .nav>li>a:hover {
    background-color: #e7e7e7;
}

.map-tabs .nav-tabs>li.active>a,
.map-tabs .nav-tabs>li.active>a:focus,
.map-tabs .nav-tabs>li.active>a:hover {
    background-color: #ffffff;
    color: #404f55;
}

.map-tabs .tab-pane {
    background-color: #fff;
    padding: 40px 40px 20px;
}

.map-tabs h4 {
    margin: 0 0 20px;
}

.map-tabs p {
    font-size: 15px;
}

.map-tabs .fa {
    width: 16px;
    text-align: center;
}

#map-source {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e1efb1;
    z-index: 1010;
    overflow: hidden;
}

#map-source iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 991px) {
    .map {
        position: relative;
        width: 100% !important;
    }
    #map-source {
        left: -15px;
        right: -15px;
    }
}


/*
Sidebar
*/

.sidebar {
    color: #929292;
    line-height: 1.6;
}

.sidebar .plain {
    padding-left: 20px;
    list-style-type: disc;
}

.sidebar {
    margin: 75px 0;
}

@media (max-width: 767px) {
    .sidebar {
        margin: 0 0 50px 0;
    }
}

.sidebar section {
    margin-bottom: 40px
}

.sidebar ul,
.sidebar ol {
    list-style-type: none;
    padding: 0
}

.sidebar li {
    margin: 10px 0
}


/*
BLOG
*/

article iframe {
    width: 100% !important;
}

.more-link {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
}

.widget_recent_entries a,
.widget_tag_cloud a {
    color: #acacac;
}

.widget_recent_entries a:hover,
.widget_tag_cloud a:hover {
    color: #2498c5;
}

.post-date {
    display: block;
    font-size: 11px;
    margin: 5px 0 15px;
    color: #6b7580;
}

.sidebar .post-date {
    color: #828282;
}

.pagination {
    margin: 0;
}


/*
Footer
*/

.site-footer {
    padding: 0;
    font-size: 15px;
    background-color: #f7f7f7;
}

.site-footer h4 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 21px;
}

.site-footer a {
    color: #acacac;
}

.site-footer .secondary-nav {
    color: #888;
    background-color: rgba(0, 0, 0, 0.05);
}

.site-footer .secondary-nav a {
    color: #888;
}

.footer-dark {
    background-color: #2f3740;
}

.footer-dark {
    color: #ffffff;
}

.footer-dark h4 {
    color: #ffffff;
}

.footer-dark a,
.footer-dark .secondary-nav a {
    color: #b0b7be;
}

.footer-dark a:hover {
    color: #ffffff;
}

.footer-dark .secondary-nav {
    color: #6b7580;
    background-color: rgba(0, 0, 0, 0.15);
}

.footer-widgets {
    padding: 65px 0;
}

@media (max-width: 767px) {
    .footer-widgets {
        padding: 45px 0;
    }
}

.site-footer ul,
.site-footer ol {
    list-style-type: none;
    padding: 0
}

.site-footer li {
    margin: 2px 0
}


/*FORMS*/

.form-control,
input {
    font-size: 14px;
    height: auto;
    padding: 12px 16px;
    border: 1px solid #d4d9e2;
}

body .um-field,
.form-group {
    padding: 0;
    margin: 0 0 25px;
}

body .um-field-label {
    margin: 0 !important;
}

label,
body .um-field-label label {
    color: #404f55;
    font-size: 13px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1 !important;
    font-weight: 700 !important;
}

#content .um .um-form input[type="text"],
#content .um .um-form input[type="tel"],
#content .um .um-form input[type="number"],
#content .um .um-form input[type="password"],
#content .um .um-form textarea,
.um-5467.um .upload-progress,
body .select2-container .select2-choice,
body .select2-drop,
body .select2-container-multi.select2-choices,
body .select2-drop-active,
body .select2-drop.select2-drop-above {
    border: 1px solid #d4d9e2 !important;
    font-size: 14px !important;
}

#content .um .um-form input[type="text"]:focus,
#content .um .um-form input[type="tel"]:focus,
#content .um .um-form input[type="number"]:focus,
#content .um .um-form input[type="password"]:focus,
#content .um .um-form .um-datepicker.picker__input.picker__input--active,
#content .um .um-form .um-datepicker.picker__input.picker__input--target,
#content .um .um-form textarea:focus {
    border: 1px solid #8c96a9 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    font-size: 14px !important;
}

.select2-selection__clear {
    display: none;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    line-height: 48px !important;
}

body .select2.select2-container .select2-selection .select2-selection__arrow::before {
    font-size: 18px !important;
    line-height: 48px;
}

body .um-form input[type="number"],
body .um-form input[type="password"],
body .um-form input[type="tel"],
body .um-form input[type="text"],
body .select2.select2-container .select2-selection.select2-selection--multiple {
    height: 50px !important;
    padding: 0 16px !important;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 8px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

body .select2.select2-container .select2-selection {
    height: 50px !important;
    padding: 0 0 0 16px !important;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    font-size: 14px !important;
    padding: 0 20px 0 0 !important;
}

body .select2.select2-container .select2-selection {
    border: 1px solid #d4d9e2 !important;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice,
#content .um .um-form input[type="text"],
#content .um .um-form input[type="tel"],
#content .um .um-form input[type="password"],
#content .um .um-form textarea {
    color: #596377 !important;
}

body .um-button,
body input[type=submit].um-button,
body input[type=submit].um-button:focus {
    font-size: 13px !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.um {
    max-width: 100% !important;
}

.um-col-121,
.um-col-122 {
    width: 50% !important;
}

.um-col-121 {
    float: left !important;
}

.um-col-122 {
    float: right !important;
}

.um-col-121 .um-field {
    margin-right: 15px !important;
}

.um-col-122 .um-field {
    margin-left: 15px !important;
}

@media screen and (max-width: 600px) {
    .um-col-121,
    .um-col-122 {
        float: none !important;
        width: 100% !important;
    }
    .um-col-121 .um-field {
        margin-right: 0 !important;
    }
    .um-col-122 .um-field {
        margin-left: 0 !important;
    }
}

body .um-field-arrow {
    display: none;
}

body .um-field-error {
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    margin-top: -2px;
}

body .wpcf7-not-valid-tip {
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 20px !important;
    width: auto;
    max-width: 100%;
    background: #C74A4A;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    margin-top: -2px;
}

div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px 25px;
    font-size: 14px;
}

div.pdfemb-viewer {
    border: 1px solid #d7dbe4 !important;
    width: 100% !important;
    height: auto !important;
}


/*
userbadge
*/

.userbadge {
    background-color: #f7f7f7;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e1;
    margin: 0;
}

.userbadge p:last-child {
    margin-bottom: 0;
}

.userbadge .fa {
    margin-left: 5px;
}

.userbadge-widget {
    text-align: center;
    padding: 25px;
}

.userbadge-widget h5 {
    margin-top: 20px;
}

.userbadge-widget .avatar {
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
}

.userbadge-large {
    min-height: 115px;
}

.userbadge-large .col-xs-12 {
    padding: 20px 20px 15px 150px;
}

.userbadge-large img {
    position: absolute;
    top: 0;
    left: 0;
}


/*
Recommandations
*/

.recommandations {
    padding-left: 20px;
    margin-bottom: 0;
}


/*
Jobs
*/

.jobs-tag {
    line-height: 45px;
    margin: 15px !important;
    display: inline-block;
}

.job-card {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e0e0e1;
    margin-bottom: 15px;
    padding: 40px;
    text-align: left;
}


/*
Postuler
*/

.bloc-postuler {
    background: transparent url('../images/postuler.jpg') top right no-repeat;
}

@media (max-width: 991px) {
    .bloc-postuler {
        background: none;
    }
}


/*link tags*/

.link-tag:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #969696;
    vertical-align: 2px;
    margin-right: 6px;
}

.link-tag {
    color: #b1b1b1;
    position: relative;
    margin: 2px 8px;
    display: inline-block;
}

.link-tag-green:before {
    background-color: #9aca3a;
}

.link-tag-blue:before {
    background-color: #2ca2d0;
}

.link-tag-purple:before {
    background-color: #9a4793;
}

.link-tag-red:before {
    background-color: #e05451;
}

.link-tag-orange:before {
    background-color: #ff871c;
}

.link-tag-yellow:before {
    background-color: #eacd0b;
}

.space-top {
    margin-top: 30px !important;
}


/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

textarea:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */


/*
Comments
*/

ol.commentlist {
    counter-reset: li;
    /* Initiate a counter */
    padding: 0
}

ol.commentlist ul {
    padding: 0
}

ol.commentlist>li {
    position: relative;
    margin: 0 0 20px 0;
    list-style: none/* Disable the normal item numbering */
}

ol.commentlist>li:before {
    content: "Thread " counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    padding: 5px 20px 5px 10px;
    color: #999
}

ol.commentlist li ol,
ol.commentlist li ul {
    list-style-type: none;
    margin: 0
}

.commentlist li li {
    background: #f8f8f8;
}

.commentlist li li li {
    background: #ffffff
}

.commentlist li li li li {
    background: #f8f8f8
}

.commentlist li li li li li li {
    background: #ffffff
}

.commentlist li {
    padding: 20px
}

.commentlist ul li {
    margin-top: 20px;
    margin-bottom: 0
}

.reply p {
    margin: 0
}


/*
FooBox
*/

.fbx-rounded .fbx-inner,
.fbx-rounded .fbx-item-current,
.fbx-rounded .fbx-item-image,
.fbx-rounded .fbx-item-next,
.fbx-rounded .fbx-caption {
    border-radius: 0;
}

.fbx-rounded .fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-next.fbx-btn-shadow:hover,
.fbx-rounded .fbx-prev.fbx-btn-shadow,
.fbx-rounded .fbx-prev.fbx-btn-shadow:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .fbx-light .fbx-next,
body .fbx-light .fbx-prev {
    background-color: transparent;
}

.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-inner-shadow,
.fbx-rounded .fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow {
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .4);
    box-shadow: 0 0 60px rgba(0, 0, 0, .4);
}

.fbx-modal {
    font-family: inherit;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#catapult-cookie-bar {
    opacity: 0.9;
    font-size: 13px;
    width: 285px;
}

#catapult-cookie-bar button#catapultCookie {
    border-radius: 0;
    font-size: 12px;
    padding: 4px 9px;
}

.wpt-latest-tweets li {
    margin-bottom: 15px;
}

#mc_embed_signup {
    position: relative;
}

#mc_embed_signup .email {
    padding-right: 70px;
}

#mc_embed_signup .button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 20px;
    margin: 0;
}

div.um .g-recaptcha {
    max-width: 100%;
}


/*
404
*/


/*
Responsive
*/

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .navbar {
        margin-top: 46px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 21px;
        height: 35px;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }
    .navbar-fixed-top {
        position: absolute;
    }
}

@media (max-width: 767px) {
    #content {
        margin: 50px 0;
    }
    .bloc {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .logo {
        margin-left: 30px;
        width: 208px;
        height: 29px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .mosaic>div {
        margin-bottom: 30px;
    }
    .mosaic>div:last-child {
        margin-bottom: 0;
    }
}


/* UTILS */

.sp-no-margin-top {
    margin-top: 0;
    padding-top: 0;
}

.sp-no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* New benchmark */

.spg-benchmark-page-dark {
    background: #292f36 url(../images/separator-white-dark.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.spg-benchmark-page-grey {
    background: white;
}

.spg-center-benchmark-filter {
    margin: 0 auto;
    display: table;
    padding-bottom: 70px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #5297c1;
}

.nav-pills>li>a {
    color: #404f55;
}

.spg-benchmark-filter-title h1 {
    font-size: 32px;
    color: #404f55;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    font-family: 'Open Sans';
}

.spg-benchmark-filter-title {
    margin-bottom: 70px;
}

.spg-benchmark-grey-separator {
    background: url("../images/separator-grey-white.png");
    background-size: cover;
    height: 211px;
}

.spg-benchmark-indicator {
    width: 100%;
    height: 150px;
    padding: 0 8px;
}

.first-indicator {
    background: #ed1b2e;
}

.second-indicator {
    background: #0654c9;
}

.third-indicator {
    background: #19d110;
}

.spg-benchmark-indicator .number {
    color: white;
    font-size: 55px;
    text-align: center;
    font-weight: bold;
}

.spg-benchmark-indicator .number>span {
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    top: 31px;
    left: 31px;
}

.spg-benchmark-indicator .text {
    color: white;
    font-size: 14px;
    text-align: center;
}

.spg-benchmark-category {
    width: 232px;
    padding: 40px 15px 0 15px;
    float: left;
    margin-bottom: 100px;
    cursor: pointer;
}

.spg-benchmark-category .icon {
    width: 100%;
    padding: 0 50px 25px 50px;
}

.spg-benchmark-category .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
    color: #404f55;
    padding-bottom: 20px;
    text-align: center;
}

.spg-benchmark-category .text {
    font-size: 18px;
    line-height: 22px;
    color: #888888;
}

.spg-benchmark-slider h1 {
    color: white;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Open Sans';
    margin-bottom: 10px;
    line-height: 50px;
    margin-top: 50px;
}

.spg-benchmark-slider p {
    color: white;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 25px;
    font-family: 'Open Sans';
}

.btn-dark {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #757f8a;
    border: none !important;
    padding: 12px 20px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
}

.spg-benchmark-page-product-slider {
    background: url(../images/product-slider-bg.png);
    padding-bottom: 30px;
    background-size: cover;
    position: relative;
    min-height: 380px;
}

.spg-benchmark-slider-mac {
    position: absolute;
    top: 80px;
    z-index: 1;
}

.spg-benchmark-slider-top-margin {
    margin-top: 20px;
}

.btn-grey-rounded {
    font-size: 13px;
    color: #404f55;
    text-transform: uppercase;
    background-color: #ffffff;
    border: solid 2px #f5f5f5;
    padding: 12px 20px;
    border-radius: 25px;
    position: absolute;
    z-index: 3;
}

.spg-product-analyse-title h1 {
    font-size: 32px;
    color: #404f55;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
}

.product-benchmark {
    margin-top: 100px;
    font-family: 'Open Sans';
}

.spg-product-analyse-box {
    background: white;
    min-height: 270px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 51px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: 0px 0px 51px 0px rgba(240, 240, 240, 1);
    box-shadow: 0px 0px 51px 0px rgba(240, 240, 240, 1);
}

.spg-product-analyse-box .icon {
    padding: 45px 0 25px 0;
    margin: 0 auto;
    display: table;
    max-width: 100px;
}

.spg-product-analyse-box .title {
    font-size: 23px;
    line-height: 24px;
    color: #404f55;
    padding-bottom: 26px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.spg-product-pointsforts h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 65px;
    font-size: 45px;
}

.spg-product-pointsforts>ul>li {
    font-size: 20px;
    font-weight: 100;
    font-family: 'Open sans';
}

.spg-product-pointsforts-separateur {
    border-bottom: 1px solid #888888;
    width: 50%;
    margin: 30px auto;
}
.spg-product-pointsforts-philo {
    margin-top: 40px;
}

.spg-product-pointsforts-philo>p {
    font-size: 19px;
    font-weight: 100;
    font-family: 'Open sans';
    color: #30373f;
}

.spg-product-pointsforts-philo>ul>li {
    font-size: 19px;
    font-weight: 100;
    font-family: 'Open sans';
    color: #30373f;
}

.spg-benchmark-slider-infographie-img {
    position: absolute;
    z-index: 2;
    width: 70%;
    border-radius: 14px 14px 0 0;
    background-size: cover!important;
    opacity: 0.5;
}

.product-benchmark-footer {
    padding: 25px 0;
    background: #fafafa;
}

.product-benchmark-footer-home-btn {
    line-height: 46px;
    color: #888;
    font-size: 20px;
}

.spg-benchmark-arrow-left {
    margin-right: 15px;
}

.spg-benchmark-arrow-right {
    margin-left: 15px;
}

.product-benchmark-footer-next {
    float: right;
}

.product-benchmark-footer-next img {
    height: 50px;
}

.product-benchmark-footer-next>a>i {
    color: #888;
}

.spg-benchmark-slider-infographie-img-xs {
    padding: 24px 29px;
}

.btn-grey-rounded-xs {
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 25px;
    z-index: 3;
    margin: 0 auto;
    display: table;
}

.spg-benchmark-page {
    background: #fafafa;
}

.spg-benchmark-page-dark .spg-benchmark-slider h1 {
    color: white;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}

.spg-bench-caract {
    padding-left: 20px;
    color: white;
    overflow: hidden;
    padding-bottom: 4px;
}

.spg-bench-caract li {
    float: left;
    margin-right: 30px;
}

.spg-bench-caract li>div {
    margin-left: 5px;
}

.spg-bench-caract li:last-child {
    margin-right: 0;
}

.spg-btn-single-article {
    width: 185px;
    white-space: normal;
}

.spg-btn-livret {
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

@media all and (min-width: 1091px) {
    .spg-benchmark-slider-infographie-img {
        top: 83px;
        left: 99px;
        height: 259px;
    }
    .btn-grey-rounded {
        top: 200px;
        left: 210px;
    }
}

@media all and (min-width: 990px) and (max-width: 1090px) {
    .spg-benchmark-slider-infographie-img {
        top: 83px;
        left: 97px;
        height: 259px;
    }
    .btn-grey-rounded {
        top: 201px;
        left: 212px;
    }
}

@media all and (min-width: 845px) and (max-width: 989px) {
    .spg-benchmark-slider-infographie-img {
        top: 83px;
        left: 78px;
        height: 200px;
    }
    .btn-grey-rounded {
        top: 160px;
        left: 150px;
    }
}

@media all and (min-width: 768px) and (max-width: 844px) {
    .spg-benchmark-slider-infographie-img {
        top: 83px;
        left: 79px;
        height: 200px;
    }
    .btn-grey-rounded {
        top: 160px;
        left: 150px;
    }
}

@media all and (max-width: 767px) {
    .spg-benchmark-slider-infographie-img {
        top: 83px;
        left: 79px;
        height: 200px;
    }
    .btn-grey-rounded {
        top: 160px;
        left: 150px;
    }
    .spg-benchmark-page-product-slider {
        padding: 50px 0;
    }
    .product-benchmark {
        margin-top: 20px;
    }
    .spg-product-analyse-title h1 {
        margin: 50px auto;
    }
}

@media all and (max-width: 991px) {
    .spg-benchmark-page-dark {
        margin-bottom: 80px;
    }
    .spg-benchmark-slider-btn-xs {
        margin-bottom: 10px;
    }
}
.container-livret {
    padding: 0;
    overflow: hidden;
}
.livret-grand-title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    font-weight: 600;
}
.livret-grand-title-inner {
    display: inline-block;
    position: relative;
}
.livret-grand-title-inner:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 160px;
    right: 160px;
    height: 2px;
    background-color: #000;
}
.livret-bloc {
    padding: 100px 140px;
    display: block;
}
.livret-bloc .livret-year {
    font-size: 51px;
    font-weight: 300;
    color: #fff;
    transition: color .3s;
}
.livret-bloc .livret-title {
    margin: 0 0 11px 0;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    transition: color .3s;
}
.livret-bloc .livret-desc {
    color: #fff;
    margin: 0;
    transition: color .3s;
}