a {
    color: #F9A424;
}

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

body .row {
    max-width: 64em;
}

body .row1 {
    max-width: 80em;
}

form textarea:focus::-webkit-input-placeholder,
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="password"]:focus::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff !important;
}

form textarea:focus:-moz-placeholder,
form input[type="text"]:focus:-moz-placeholder,
form input[type="password"]:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

form textarea:focus::-moz-placeholder,
form input[type="text"]:focus::-moz-placeholder,
form input[type="password"]:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
}

form textarea:focus:-ms-input-placeholder,
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="password"]:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff !important;
}

div.bloc_logo a img {
    margin-top: -6px;
}

.alert-box.alert {
    background-color: #be4b49;
    border-color: #9b1b1b;
    color: #ffffff;
    text-align: justify;
    padding-right: 2rem;
}

.alert-box.alert .close {
    color: #ffffff !important;
}

.bloc_contenu_inscription h2.titre_col {
    min-height: 66px;
}

.success-message {
    text-align: center;
    padding: 15px 0;
    background-color: #059605;
    font-weight: bold;
    color: #FFF;
}

.success-message:before {
    content: "✓";
    padding-right: 10px;
}

.error-message {
    text-align: center;
    padding: 10px 0;
    background-color: #d9534f;
    font-weight: bold;
    color: #FFF;
    position: fixed;
    width: 100%;
    z-index: 5;
}

.error-message:before {
    content: "✖";
    padding-right: 10px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#messageDescription p {
    padding: 20px;
    background: #d9534f;
    color: #fff;
}

.reveal-modal {
    margin-top: 100px !important;
}

#etre-appele .large-6 {
    float: none;
    margin: 0 auto;
}

#etre-appele #modalTitle {
    margin-bottom: 40px;
}

#etre-appele .button {
    padding: 10px 0;
    width: 100%;
}

#slider .content_slide {
    display: none;
}

.button-primary {
    background: #f28e1b;
}


.button-primary:hover {
    background: #f28e1b;
}


.masonry .item p {
    font-size: 16px;
}

.bloc_contenu_actualites .button-primary {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 0;
}

.masonry .item img {
    max-width: 175px;
}

.visuel_fondateur img {

}

.bloc_visuel_equipe img {

}

.company_label {
    float: right;
    margin-top: -17px;
    margin-right: 23px;
    z-index: -5;
}

#input-order-amount {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #2D3C42;
    padding: 0;
    padding-left: 10px;
}

.liste_technique h2 {
    margin-top: 70px;
}

.image_bloc_les_interviews {
    margin: 30px auto 30px auto;
}

.introduction_bloc_les_interviews {
    text-align: justify;
    width: 600px;
    margin: 30px auto 30px auto;
}

.bloc_documentation_gratuite .submit-column {
    float: none !important;
    margin: 0 auto;
    clear: both;
}

/*** Slider Top Home ***/

.sl-slider-wrapper {
    width: 100%;
    height: 525px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

/* The duplicate parts/slices */
.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    backface-visibility: hidden;
    opacity: 1;
}

/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
    background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
    background: #ccc;
}

#slider .bx-viewport {
    min-height: 525px;
}

#slider .content_slide {
    position: relative;
    z-index: 9;
    text-align: center;
    width: 650px;
    max-width: 100%;
    margin: auto;
}

#slider .bg-img {
    padding: 0;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#slider .slide1,
#slider .bg-img-1 {
    background-size: cover;
    background-position: no-repeat;
    background-image: url(../img/slide1.jpg);
    min-height: 525px;
}

#slider .slide2,
#slider .bg-img-2 {
    background-size: cover;
    background-position: no-repeat;
    background-image: url(../img/slide2.jpg);
    min-height: 525px;
}

#slider .slide3,
#slider .bg-img-3 {
    background-size: cover;
    background-position: no-repeat;
    background-image: url(../img/slide3.jpg);
    min-height: 525px;
}

#slider .slide4,
#slider .bg-img-4 {
    background-size: cover;
    background-position: no-repeat;
    background-image: url(../img/slide4.jpg);
    min-height: 525px;
}

/* Custom navigation arrows */
#slider #nav-arrows {
    margin: auto;
    position: relative;
    min-height: 525px;
}

#slider .nav-arrows span {
    position: absolute;
    z-index: 2000;
    top: 40%;
    width: 24px;
    height: 39px;
    text-indent: -90000px;
    margin-top: -19px;
    cursor: pointer;
    background: url('../img/left.png') no-repeat center center;
}

#slider .nav-arrows span:hover {
    border-color: rgba(150, 150, 150, 0.9);
}

#slider .nav-arrows span.nav-arrow-prev {
    left: 0;
}

#slider .nav-arrows span.nav-arrow-next {
    right: 0;
    background-image: url('../img/right.png');
}

#slider .titre_slide_top {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    line-height: 1.4em;
    margin: 30px 0 40px;
    text-shadow: 1px 1px 5px #333;
}

#slider .slide1 .titre_slide_top {
    margin-top: 145px;
}

#slider .slide2 .titre_slide_top {
    margin-top: 80px;
}

#slider p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 5px #333;
    font-weight: bold;
}

#slider .sl-trans-elems .titre_slide_top {
    animation: moveUp 1s ease-in-out both;
}

#slider .sl-trans-elems p {
    animation: fadeIn 0.5s linear 0.5s both;
}

#slider .sl-trans-back-elems .titre_slide_top {
    animation: fadeOut 1s ease-in-out both;
}

#slider .sl-trans-back-elems p {
    animation: fadeOut 1s linear both;
}

@keyframes moveUp {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bounceInUpLeft {
    0% {
        opacity: 0;
        transform: translateX(-600px);
    }

    60% {
        opacity: 0.4;
        transform: translateX(20px);
    }

    80% {
        opacity: 0.7;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.ratingWrapper {
    width: 90px;
    background: url("../img/starRatingSmallGray.png") no-repeat scroll left top transparent;
}

.ratingWrapper .ratingInner {
    background: url("../img/starRatingSmallYellow.png") no-repeat scroll left top transparent;
}

.company_rate a {
    color: #999999
}

.company_rate a:hover {
    color: #f89705;
}

.company_rate {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    float: right;
    margin-right: 24px;
    margin-top: -3px;
    text-align: center;
}


ul.single-team {
    float: left;
    margin-right: 126px;
}

/*** Animations ***/
.container {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    padding-bottom: 14%;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 120px;
}

body {
    position: relative;
    height: 100%;
    min-height: max-content;
}

.animation {
    opacity: 0;
    position: relative;
    z-index: 1;
}

.animation.animated {
    opacity: 1;
}

.animated {
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-name: bounceInUp;
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(600px);
    }

    60% {
        opacity: 0.4;
        transform: translateY(-20px);
    }

    80% {
        opacity: 0.7;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*** Style Avis Vérifiés ***/
body, h1, h2, h3, h4, h5, h6, button, .button {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.clear {
    clear: both;
}

.stitre {
    font-weight: 600;
    color: #f99705;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.titre_bloc {
    font-weight: 600;
    color: #2d3c42;
    line-height: 1em;
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url('../img/stitre_bloc.png') no-repeat bottom center;
}

.bloc_col .titre_col {
    color: #2d3c42;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 18px;
    margin: 0 0 15px;
    background: url('../img/stitre_bloc.png') no-repeat left bottom;
}

.bloc_content p {
    color: #999;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 15px;
}

.bloc_content ul li {
    padding-left: 20px;
    background: url('../img/puce_li.png') no-repeat left center;
    font-size: 18px;
    color: #999;
    margin-bottom: 10px;
    /* line-height: 1.5em; */
}

body .header .bloc_connexion .bt_connect {
    width: 157px;
}

.bxslider-1 img, .bxslider-2 img, .bxslider-3 img, .bxslider-4 img, .bxslider-5 img {
    max-width: 92%;
    margin: 0 auto;
}

header.header a:not(.button),
footer.footer a:not(.button),
.bloc_content a:not(.button) {
    transition: all 0.3s;
}

header.header .top-bar a:hover {
    text-decoration: none !important;
}

input[type="submit"] {
    cursor: pointer;
}

#myCanvasContainer #myCanvas {
    width: 100%
}

/*** Header ***/
body {
    padding-top: 124px;
    position: relative;
    height: auto;
}

.bg-white
{
    background-color: #ffffff !important;
}

header.header {
    background: url(../img/header-border.png) repeat-x;
    background-position: 0 43px;
    background-color: #1e272c;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.bloc_contact_menu {
    margin-top: 10px;
}

.container_top_right {
    float: right;
    padding-right: 73px;
    position: relative;
    min-height: 24px;
}

.bloc_tel {
    float: left;
    padding-left: 20px;
    background: url('../img/picto_tel.png') no-repeat left center;
    color: #4172fa;
    line-height: 24px;
    font-size: 12px;
    margin-right: 30px;
}

.bloc_tel a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.bloc_contact {
    float: left;
    padding-left: 25px;
    background: url('../img/picto_contact.png') no-repeat left center;
    color: #4172fa;
    line-height: 24px;
    font-size: 12px;
}

.bloc_blog {
    float: left;
    padding-left: 17px;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
}

.bloc_blog img {
    width: 38px;
    margin-top: 3px;
}

.bloc_contact a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

#langues {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 53px;
    height: 24px;
    transition: height 0.4s ease;
    overflow: hidden;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0); /* IE6-8 */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#langues:hover {
    height: auto;
}

#langues li {
    list-style: none;
    float: left;
    text-align: left;
    height: 25px;
}

#langues li .flag {
    background: url('../img/flags/fr.png') no-repeat center center;
    width: 17px;
    height: 17px;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 0 7px;
}

#langues li .flag.en {
    background-image: url('../img/flags/en.png');
}

#langues li .flag.uk,
#langues li .flag.gb {
    background-image: url('../img/flags/uk.png');
}

#langues li .flag.us {
    background-image: url('../img/flags/us.png');
}

#langues li .flag.de {
    background-image: url('../img/flags/de.png');
}

#langues li .flag.es {
    background-image: url('../img/flags/es.png');
}

#langues li .flag.it {
    background-image: url('../img/flags/it.png');
}

#langues li .flag.nl {
    background-image: url('../img/flags/nl.png');
}

#langues li .flag.br {
    background-image: url('../img/flags/br.png');
}

#langues li .flag.pt {
    background-image: url('../img/flags/pt.png');
}

#langues li .flag.co {
    background-image: url('../img/flags/co.png');
}

#langues li .flag.cl {
    background-image: url('../img/flags/cl.png');
}

#langues li .flag.mx {
    background-image: url('../img/flags/mx.png');
}

#langues li .flag.pe {
    background-image: url('../img/flags/pe.png');
}

#langues li .flag.au {
    background-image: url('../img/flags/au.png');
}

#langues li .flag.nz {
    background-image: url('../img/flags/nz.png');
}

#langues li.selected {
    width: 100%;
    margin-bottom: 4px;
    height: 34px;
    border-bottom: solid 1px #1e272c;
}

#langues li.selected a {
    height: 25px;
}

#langues li.selected:after {
    display: block;
    content: " ";
    width: 12px;
    height: 7px;
    background: url('../img/plus_langues.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.bloc_logo_menu {

    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    min-height: 80px;
    align-items: center;
    display: flex;
}

.bloc_logo {
    padding: 10px 0 0;
}

.bloc_menu {
    padding: 10px 0 0;
}

.bloc_connexion {
    padding: 0;
}

body .tooltip {
    background: #FFFFFF;
    padding: 5px 11px;
    z-index: 150000000;
    color: black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bloc_certification {
    padding-bottom: 13px;
}

.bt_connexion {
    color: #FFF;
    font-size: 10px;
    float: right;
    line-height: 23px;
    padding: 0 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 7px;
    background-color: #4172fa; /* Old browsers */
}

.bt_connexion:hover {
    background-color: #4172fa;
}

.bt_inscription {
    color: #fff;
    font-size: 12px;
    float: right;
    line-height: 23px;
    padding: 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0;
    background-color: #4172fa; /* Old browsers */
}

.bt_inscription:hover {
    background-color: #4172fa;
}

.blog-text
{
    color: #4172fa;
    font-weight: bold;
    letter-spacing: 1;
    font-size: 16px;
}

.blog-text::first-letter
{
    font-weight: bold;
    font-size: 19px;
}

/*** Footer ***/
footer.footer {
    background: #e0e0e0;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 120px;
    clear: both;
}

.prefooter {
    padding: 20px 0;
    border-bottom: solid 1px #20272a;
}

.menu_pied ul {
    margin: 0;
}

.menu_pied li {
    list-style: none;
    float: left;
    margin: 0 20px;
}

.menu_pied li a {
    color: #20272a;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.bloc_social {
    padding: 0;
}

.menu_social {
    margin: 0;
}

.menu_social li {
    list-style: none;
    float: left;
    margin: 0 15px;
}

.menu_social li:first-child {
    margin-left: 0;
}

.menu_social li > a {
    transition: background-position 0.3s ease;
    width: 10px;
    height: 18px;
    background: url('../img/sprite_social.png') no-repeat;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
}

.menu_social li:hover > a {
    background-position: 0 -20px;
}

.menu_social li.twitter > a {
    background-position: -12px 0;
    width: 18px;
    height: 14px;
}

.menu_social li.blog > a {
    background: url('../img/blog_footer.png') no-repeat;
    width: 34px;
    height: 34px;
    background-size: contain;
    position: absolute;
    left: -34px;
    top: -12px;
}

.menu_social li.twitter:hover > a {
    background-position: -12px -24px;
}

.menu_social li.linkedin > a {
    background-position: -32px 0;
    width: 18px;
    height: 18px;
}

.menu_social li.linkedin:hover > a {
    background-position: -32px -20px;
}

.copyright {
    padding: 0;
}

.copyright p {
    margin: 0 !important;
    color: #999999;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.menu_copyright {
    margin: 0;
}

.menu_copyright > li {
    margin-left: 12px;
}

.menu_copyright > li > * {
    color: #999999;
    font-weight: 600;
    font-size: 11px;
}

.logo_footer {
    padding: 0;
}

iframe[name="google_conversion_frame"] {
    height: 0;
}

/*** Homepage ***/


/* for 10M+ digits */
.counter3 .part span.digit:nth-child(3n+3) {
    margin-left: 12px;
}


/* for 100M+ digits */
/* .counter3 .part span.digit:nth-child(3n+4) {
	margin-left: 12px;
} */


.barre_test {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(30, 39, 44, 0.8);
    text-align: center;
    z-index: 999;
    padding: 25px 0;
}

.bt_test {
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0;
    line-height: 50px;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

.bt_test:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

.bloc_benefices {
    padding: 45px 0;
}

.grille_benefices {
    background: url('../img/bg_benefices.png') no-repeat center center;
    min-height: 410px;
    padding-top: 40px;
}

.bloc_content .grille_benefices li {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #2d3c42;
    text-transform: uppercase;
    padding-bottom: 160px;
    text-align: center;
    margin-bottom: 45px;
    background-repeat: no-repeat;
    background-position: -300px 0;
    transition: all 1s;
}

.bloc_content .grille_benefices li.show {
    background-position: bottom center;
}

.bloc_content .grille_benefices .visibilite {
    background-image: url('../img/picto_visibilite.png');
}

.bloc_content .grille_benefices .fidelisation {
    background-image: url('../img/picto_fidelisation.png');
}

.bloc_content .grille_benefices .confiance {
    background-image: url('../img/picto_confiance.png');
    padding: 150px 0 0;
}

.bloc_content .grille_benefices .conversion {
    background-image: url('../img/picto_conversion.png');
    padding: 150px 0 0;
}

.bloc_content .grille_benefices .confiance.show {
    background-position: top center;
}

.bloc_content .grille_benefices .conversion.show {
    background-position: top center;
}

.grille_benefices span {
    padding-left: 35px;
    background: url('../img/plus_titre_benefices.png') no-repeat left center;
}

.bloc_chiffres {
    padding: 50px 0;
    background: #f1f1f1;
}

.bloc_chiffres div {
    text-align: center;
}

.bulle_etoiles_google span.percent::before {
    content: '+';
}

.chart {
    position: relative;
    display: inline-block;
    width: 126px;
    height: 126px;
    margin: 0 auto 20px;
    text-align: center;
    background: url('../img/cercle_chiffres.png') no-repeat center center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 126px;
    font-weight: 600;
    color: #2d3c42;
    font-size: 37px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.bloc_content .bloc_chiffres p {
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
    color: #1e272c;
    font-size: 16px;
    line-height: 1.2em;
}

.bloc_collectes {
    padding: 50px 0;
    text-align: center;
}

.bloc_collectes .titre_bloc {
    margin-bottom: 50px;
}

.bloc_lancement {
    padding: 60px 0 80px;
    background: url('../img/bg_bloc_lancement.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
}

.bloc_content .titre_bloc_lancement {
    font-weight: 600;
    color: #2d3c42;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
}

.checklist_lancement {
    padding-left: 12%;
    margin-bottom: 0;
}

.bloc_content .checklist_lancement li {
    text-align: left;
    padding-left: 45px;
    padding-bottom: 0;
    margin-bottom: 10px;
    background: url('../img/puce_checklist.png') no-repeat left center;
    color: #2d3c42;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6em;
    text-transform: uppercase;
}

.bt_lance_test {
    transition: all 0.3s;
    margin: 30px 0 5px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ec4f4f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f4f), color-stop(100%, #d44747)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #ec4f4f 0%, #d44747 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec4f4f', endColorstr='#d44747', GradientType=0); /* IE6-8 */
}

.bt_lance_test:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

.bloc_content .notice_bt_test {
    margin: 0 0 45px;
    font-weight: 400;
    font-style: italic;
    color: #2d3c42;
    font-size: 14px;
    text-transform: uppercase;
}

.bt_appeler {
    transition: all 0.3s;
    margin: 10px 0 0;
    font-weight: 600;
    color: #fff !important;
    font-size: 18px;
    line-height: 50px;
    padding: 0 60px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #1fce85; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmY2U4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxY2I5NzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #1fce85 0%, #1cb978 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1fce85), color-stop(100%, #1cb978)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #1fce85 0%, #1cb978 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #1fce85 0%, #1cb978 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #1fce85 0%, #1cb978 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #1fce85 0%, #1cb978 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fce85', endColorstr='#1cb978', GradientType=0); /* IE6-8 */
}

.bt_appeler:hover {
    color: #838383 !important;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

.bloc_certification {
    background: #e2e2e2;
    padding: 30px 0;
}

.bloc_content .bloc_certification p {
    margin: 0 0 15px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.3em;
    color: #1e272c;
}

.bloc_certification .readmore {
    font-size: 14px;
    line-height: 1.4em;
    color: #f89705;
    font-weight: 600;
}

.bloc_contenu_certifications {
    padding: 0;
}

.titre_bloc_certification {
    font-weight: 400;
    font-size: 36px;
    color: #1e272c;
    line-height: 1.5em;
    margin: 0 0 10px;
}

.stitre_bloc_certification {
    font-size: 36px;
    line-height: 1em;
    margin: 0 0 20px;
    color: #f89705;
    font-weight: 600;
}

.bloc_logo_afnor {
    padding: 0;
}

.bloc_logo_afnor img {
    max-height: 260px;
}

.bloc_clients {
    padding: 45px 0;
}

.bloc_nuage {
    min-height: 260px;
    position: relative;
}

.bloc_content .bloc_nuage li {
    list-style: none;
    padding: 0;
    background: 0;
}

.bloc_nuage .nuage {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.1);
    transition: transform 1.5s;
}

.bloc_nuage .nuage.show {
    opacity: 1;
    transform: scale(1);
    opacity: 1;
}

.bloc_nuage .n1 {
    /*width: 210px;
	top: 25px;
	left: 25px;*/
    width: 22%;
    top: 10%;
    left: 3%;
}

.bloc_nuage .n2 {
    /*width: 160px;
	top: 54px;
	left: 275px;*/
    width: 17%;
    top: 20%;
    left: 29%;
}

.bloc_nuage .n3 {
    /*width: 290px;
	top: 20px;
	left: 475px;*/
    width: 30%;
    left: 49.5%;
    top: 8%;
}

.bloc_nuage .n4 {
    /*width: 120px;
	top: 5px;
	left: 780px;*/
    top: 2%;
    left: 81%;
    width: 13%;
}

.bloc_nuage .n5 {
    /*width: 115px;
	top: 90px;
	left: 145px;*/
    left: 15%;
    top: 34%;
    width: 12%;
}

.bloc_nuage .n6 {
    /*width: 210px;
	top: 100px;
	left: 300px;*/
    left: 31.5%;
    top: 39%;
    width: 22%;
}

.bloc_nuage .n7 {
    /*width: 155px;
	top: 100px;
	left: 550px;*/
    left: 57%;
    top: 38%;
    width: 16%;
}

.bloc_nuage .n8 {
    /*width: 185px;
	top: 115px;
	left: 730px;*/
    left: 76%;
    top: 43%;
    width: 19%;
}

.bloc_nuage .n9 {
    /*width: 160px;
	top: 125px;
	left: 10px;*/
    left: 1%;
    top: 48%;
    width: 17%;
}

.bloc_nuage .n10 {
    /*width: 280px;
	top: 165px;
	left: 130px;*/
    width: 29%;
    top: 63%;
    left: 14%;
}

.bloc_nuage .n11 {
    /*width: 120px;
	top: 170px;
	left: 460px;*/
    width: 12.5%;
    left: 48%;
    top: 65%;
}

.bloc_nuage .n12 {
    /*width: 170px;
	top: 160px;
	left: 620px;*/
    width: 18%;
    left: 64.5%;
    top: 61%;
}

.bloc_nuage .n13 {
    /*width: 120px;
	top: 210px;
	left: 0;*/
    left: 0;
    width: 12.5%;
    top: 81%;
}

.bloc_nuage .n14 {
    /*width: 120px;
	top: 210px;
	left: 530px;*/
    width: 12.5%;
    top: 81%;
    left: 55%;
}

.bloc_nuage .n15 {
    /*width: 210px;
	top: 200px;
	left: 700px;*/
    width: 22%;
    left: 73%;
    top: 77%;
}

.bloc_temoignages {
    padding: 40px 0;
    background: url('../img/bg_bloc_temoignages.jpg') no-repeat center center;
    background-size: cover;
}

.job-notification-top {
    line-height: 20px;
    font-size: 18px;
    padding: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    right: -14px;
    position: absolute;
    top: -10px;
    background-color: red;
    color: #FFF;
}

.picto_temoignage {
    padding-left: 65px;
    line-height: 50px;
    display: inline-block;
    background: url('../img/picto_titre_temoignages.png') no-repeat left center;
    color: #fff;
}

.bloc_slider_temoignages {
    margin: 75px 0 60px;
}

.bloc_content .bloc_slider_temoignages li {
    list-style: none;
    padding: 0;
    background: transparent;
    min-height: 250px;
}

.bloc_slider_temoignages .texte_temoignages {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
    padding: 0 30px;
}

.bloc_slider_temoignages .signature_temoignage .columns {
    padding: 0 10px;
}

.bloc_slider_temoignages .signature_temoignage img {
    float: right;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    height: 125px;
}

.bloc_slider_temoignages .signature_temoignage .contenu_signature_temoignage {
    padding-top: 10px;
}

.bloc_slider_temoignages .signature_temoignage p {
    font-size: 16px;
    margin: 0;
    line-height: 1.6em;
    color: #fff;
    text-align: left;
}

.bloc_slider_temoignages .signature_temoignage strong {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

/*** Inscription ***/
.container_inscription {
    padding: 50px 0 0;
    background: url('../img/bg_inscription.jpg') no-repeat center center;
    background-size: cover;
}

#form_inscription .large-12 .large-4 {
    margin: 0 auto;
    padding: 0 6px;
}

#upload-logo {
    position: relative;
}

#upload-logo input {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0.01;
    cursor: pointer;
}

#upload-logo label {
    background: white;
    padding: 5px 20px;
    color: #000;
    transition: all .4s;
    cursor: pointer;
}


.container_inscription .titre_bloc {
    color: #fff;
    margin-bottom: 60px;
}

.container_inscription .titre_col {
    color: #fff;
}

.container_inscription p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
}

.bloc_formulaire_inscription {
    background: rgba(241, 241, 241, 0.2);
    margin-top: 100px;
    padding: 50px 0 35px;
}

.bloc_formulaire_inscription .columns {
    padding: 0 10px;
}

.bloc_formulaire_inscription input[type="text"], #upload-logo label {
    font-weight: 700;
    color: #2d3c42;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    box-shadow: 0 0 0;
    border: none;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 20px;
    padding: 0 15px;
}

.bloc_formulaire_inscription select {
    font-weight: 700;
    color: #2d3c42;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    box-shadow: 0 0 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 20px;
    padding: 0 15px;
}

.bloc_formulaire_inscription input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #2d3c42;
}

.bloc_formulaire_inscription input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2d3c42;
    opacity: 1;
}

.bloc_formulaire_inscription input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2d3c42;
    opacity: 1;
}

.bloc_formulaire_inscription input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2d3c42;
}

.bloc_formulaire_inscription #submit_inscription, .bloc_formulaire_inscription #submit_partner, .bloc_formulaire_inscription #submit_partner_info {
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0;
    line-height: 50px;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

.bloc_formulaire_inscription #submit_inscription:hover, .bloc_formulaire_inscription #submit_partner:hover, .bloc_formulaire_inscription #submit_partner_info:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

.inscription .bloc_clients {
    padding: 65px 0 125px;
}

.paragraphrestpassword {
    color: #676869 !important;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
}

/*** Connexion / Login ***/
.container_login {
    background: url('../img/bg_connexion.jpg') no-repeat center center;
    background-size: cover;
    padding: 75px 0 290px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#formulaire_connexion {
    background: #d3d4d5;
    color: #838383;
    padding: 40px 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
}

#formulaire_connexion a,
#formulaire_connexion label {
    color: #838383;
}

#formulaire_connexion a:hover {
    text-decoration: underline;
}

#formulaire_connexion hr {
    border-top: 0px;
    border-bottom: 1px solid #a4a4a4;
}

/* ------------------------------------------------ NAVIGATION */
#formulaire_connexion #single_connexion .tab-group,
#formulaire_connexion #multi_connexion .tab-group {
    list-style-type: none !important;
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
    background: navy;
}

#formulaire_connexion .tab-group li {
    list-style-type: none !important;
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

#formulaire_connexion .tab-group li a {
    display: block;
    text-decoration: none;
    color: #F9A424;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

#formulaire_connexion .tab-group li a:hover {
    color: #838383;
}


/* ------------------------------------------------ FORMULAIRE */
#formulaire_connexion h1.titre_bloc {
    font-weight: 600;
    color: #2d3c42;
    line-height: 1em;
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url('../img/stitre_bloc.png') no-repeat bottom center;
}

/* ------------------------------------------------ FORMULAIRE */
/* ----------------------------------- Placeholder */
#formulaire_connexion .form_connexion ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bfbfbf;
}

#formulaire_connexion .form_connexion -moz-placeholder { /* Firefox 18- */
    color: #bfbfbf;
}

#formulaire_connexion .form_connexion ::-moz-placeholder { /* Firefox 19+ */
    color: #bfbfbf;
}

#formulaire_connexion .form_connexion :-ms-input-placeholder { /* IE 10+ */
    color: #bfbfbf;
}

/* WebKit browsers */
#formulaire_connexion .form_connexion input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Mozilla Firefox 4 to 18 */
#formulaire_connexion .form_connexion input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
#formulaire_connexion .form_connexion input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
#formulaire_connexion .form_connexion input:focus:-ms-input-placeholder {
    color: transparent;
}


/* ----------------------------------- Input */
#formulaire_connexion .form_connexion input[type="text"],
#formulaire_connexion .form_connexion input[type="password"] {
    background: #fff;
    border: none;
    line-height: 50px;
    width: 100%;
    height: 50px;

    box-shadow: 0 0 0;
    margin: 0 0 20px;
}

#formulaire_connexion .website {
    background: url('../img/picto_web.png') no-repeat right center #fff !important;
}

#formulaire_connexion .login {
    background: url('../img/picto_login.png') no-repeat right center #fff !important;
}

#formulaire_connexion .password {
    background: url('../img/picto_password.png') no-repeat right center #fff !important;
}


/* ----------------------------------- Checkbox */
/* Label */
#formulaire_connexion .checkbox label {
    font-size: 12px;
    padding-top: 3px;
    margin: 0px;
}

/* Base for label styling */
#formulaire_connexion [type="checkbox"]:not(:checked),
#formulaire_connexion [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

#formulaire_connexion [type="checkbox"]:not(:checked) + label,
#formulaire_connexion [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
#formulaire_connexion [type="checkbox"]:not(:checked) + label:before,
#formulaire_connexion [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 0px;
    background: #fff;
}

/* checked mark aspect */
#formulaire_connexion [type="checkbox"]:not(:checked) + label:after,
#formulaire_connexion [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 14px;
    color: #f08d1b;
    line-height: 1.75;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

/* checked mark aspect changes */
#formulaire_connexion [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#formulaire_connexion [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* disabled checkbox */
#formulaire_connexion [type="checkbox"]:disabled:not(:checked) + label:before,
#formulaire_connexion [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

#formulaire_connexion [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

#formulaire_connexion [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */
#formulaire_connexion [type="checkbox"]:checked:focus + label:before,
#formulaire_connexion [type="checkbox"]:not(:checked):focus + label:before {
    border: 0px;
}

/* ----------------------------------- Submit */
#formulaire_connexion .form_connexion .submit_connexion {
    transition: all 0.3s;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    padding: 0 30px;
    margin: 20px auto 0 auto;
    display: block;
    background-color: #f28e1b; /* Old browsers */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

#formulaire_connexion .form_connexion .submit_connexion:hover {
    color: #838383;
    text-decoration: none;
    background-color: #f1f1f1; /* Old browsers */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

#formulaire_connexion .submit_change_connexion {
    transition: all 0.3s;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    padding: 0 20px;
    margin: 20px auto 0 auto;
    display: block;
    color: #f08d1b;
    border: 1px solid #f08d1b;
    background-color: #ffffff;
}

#formulaire_connexion .submit_change_connexion:hover {
    color: #838383;
    border-color: #d9d9d9;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

#formulaire_connexion .forgot_password {
    text-align: center;
    color: #838383;
    margin-top: 10px;
    margin-bottom: 10px;
}

#formulaire_connexion .forgot_password a {
    color: #f28e1b;
}

#formulaire_connexion .forgot_password a:hover {
    color: #F9A424;
}

/*** Recrutement ***/
.recrutement header.header {
    margin-bottom: 45px;
}

.recrutement footer.footer {
    margin-top: 100px;
}

.recrutement .bloc_visuel {
    min-height: 450px;
    width: 100%;
    margin: 15px 0 45px;
    background: url('../img/bandeau_recrutement.jpg') no-repeat center center;
    background-size: cover;
    transition: all 0.4s;
}

#bloc_visuel_afnor {
    min-height: 320px;
    width: 367px;
    margin: 0 auto;
    background: url('../img/NFS_Avis-en-ligne_g.png') no-repeat center center;
    background-size: cover;
    transition: all 0.4s;
}


.bloc_contenu_recrutement {
    padding: 50px 0;
}

.recrutement .titre_bloc {
    margin: 0 0 20px;
}

.recrutement .bloc_col {
    text-align: left;
    margin: 40px 0 25px;
}

.recrutement .bloc_col .columns:last-child {
    float: left !important;
}

.bloc_liste_offres ul {
    margin: 40px 0 55px;
}

.bloc_liste_offres li img {
    margin: 0 8px 3px 0;
    width: 22px;
}


/*** Clients_PAGE ***/

/*******************************************************  REFONTE MOD_CLIENTS   *************************************************************/

/* ####################################### REMAINING TASKS #################################### */

/* CHECK THE PHP CORRESPONDANCES FOR VARIABLE TEXT ENTRIES AND NOTE IT AS COMMENTS */


/* GENERAL ORIGINAL STYLING AND TYPO */
.button bt_appeler {
    color: #fff !important;
}

.text-orange {
    color: #f28e1b !important;
}

/* titles and title bloc */
.stitre {
    font-weight: 600 !important;
    color: #f99705;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.titre_bloc {
    font-weight: 600;
    color: #000;
    line-height: 1em;
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: url('../img/page_clients/stitre_bloc.png') no-repeat bottom center;
}

.titre_bloc_testimony {
    color: #fff;
}

/* new, for the whole titre_bloc + stitre */
.titre_group {
    margin-top: 2vh;
    margin-bottom: 7vh;
}

.testimony_text_black {
    color: #2d3c42 !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    line-height: 140% !important;
}

.fact-text {
    color: white;
    font-weight: bold !important;
    font-size: 36px !important;
}


/* ------------------------- TESTIMONIES PART -----------------------------*/

.testimony_content {
    text-align: justify;
    background: url('../img/page_clients/img/fond-temoignages-clients.jpg');
    background-size: cover;
    background-position: center;
    /* to "write over" the image   ---   check if putting the img in bcg is not better*/
    bottom: 5%;
    /*---------*/
    /* to get full-width slides */
    width: 100%;
    /* ------ */
    text-align: center;
    color: #fff !important;
    padding-top: 60px;
    padding-bottom: 5vh;
}

.testimony_subtitle {
    font-weight: 600 !important;
}

.testimony_text {
    color: #fff !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    line-height: 140% !important;
}

.testimony_author {
    font-size: 1.3rem;
    margin-top: 5vh;
    margin-bottom: 7vh;
}

/* readmore button 8-(*/

.openBtn, .read_all_interviews {
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0;
    line-height: 50px;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

.openBtn:hover, .read_all_interviews:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

/* ------------------------- /. END TESTIMONIES PART -----------------------------*/


/* -----------------------------------     ALL CAROUSELS/SLIDERS COMMON DESIGN -------------------------------------------- */
/* Removes white gap between slides */
.carousel {
    width: 100%;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-item .img-fluid {
    width: 100%;
}

/* anchors are inline so you need ot make them block to go full width */
.carousel-item a {
    display: block;
    width: 100%;
}


/* change carousel indicators into dots, indicators not needed in mockup */
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    color: black !important;
    cursor: pointer;
    background-color: #ddd;
}

.carousel-indicators li:active {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    color: #f28e1b !important;
}

.carousel-indicators .active {
    background-color: orange !important;
}

.carousel-indicators {
    display: none;
}


/* carousel controls customization - left/right arrows & zone */

/* fixed arrows to follow user navigation  */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: rgba(242, 142, 27, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
    color: #f28e1b;
    font-size: 4rem;
    font-weight: 700;
    top: -17%;
    position: fixed;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    color: orangered;
    font-weight: bold;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
}

.carousel-control-prev-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f28e1b' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f28e1b' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* END CLIENTS_PAGE ALL CAROUSELS/SLIDERS COMMON DESIGN */


/* -------- CLIENTS LOGOS ROW PANEL  ----------------- */
/* whole row logos div */
.logos_nav {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* individual logo squares/columns, actives one will be done case by case */
/* default cases: column_3 = BUT ; 4 = Allopneu; 1= Maxicoffee; 2 = Sushishop */

.column_1 {
    width: 190px;
    height: 190px;
    background-image: url('../img/page_clients/logos-nb/maxicoffee-NB.png');
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.column_1:hover {
    cursor: pointer;
    background-color: #fff;
    background-image: url('../img/page_clients/logo-c/maxicoffee.png');
    /*border-right:1px solid #f0f0f0;*/
    /*border-bottom:1px solid #f0f0f0;*/
    border-radius: 5%;
    transform: translate(0px, 20px);
    z-index: 9999;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

/* background-position-y specifically changed for "sushishop logo position" - add online styling for more adjustments*/
.column_2 {
    width: 190px;
    height: 190px;
    background-image: url('../img/page_clients/logos-nb/sushi-shop.png');
    background-position: center;
    /*     background-position-y: 40%; petit décalage...*/
    background-size: 40%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.column_2:hover {
    cursor: pointer;
    background-color: #fff;
    background-image: url('../img/page_clients/logo-c/sushi-shop.png');
    /*border-right:1px solid #f0f0f0;*/
    /*border-bottom:1px solid #f0f0f0;*/
    border-radius: 5%;
    transform: translate(0px, 20px);
    z-index: 9999;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.column_3 {
    width: 190px;
    height: 190px;
    background-image: url('../img/page_clients/logos-nb/BUT-NB.png');
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.column_3:hover {
    cursor: pointer;
    background-color: #fff;
    background-image: url('../img/page_clients/logo-c/BUT.png');
    /*border-right:1px solid #f0f0f0;*/
    /*border-bottom:1px solid #f0f0f0;*/
    border-radius: 5%;
    transform: translate(0px, 20px);
    z-index: 9999;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.column_4 {
    width: 190px;
    height: 190px;
    background-image: url('../img/page_clients/logos-nb/Allopneu-NB.png');
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.column_4:hover {
    cursor: pointer;
    background-color: #fff;
    background-image: url('../img/page_clients/logo-c/Allopneu.png');
    /*border-right:1px solid #f0f0f0;*/
    /*border-bottom:1px solid #f0f0f0;*/
    border-radius: 5%;
    transform: translate(0px, 20px);
    z-index: 9999;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

/* active columns make one by case, and switch column numbers in html to get a good result*/

.column_active_maxicoffee {
    height: 250px;
    background-image: url('../img/page_clients/logo-c/maxicoffee.png');
    background-position: center;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* .column_active_maxicoffee:hover{
	background-color:#fff;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9999;
	-webkit-box-shadow: 10px 10px 91px 0px #f28e1b;
	-moz-box-shadow: 10px 10px 91px 0px #f28e1b;
	box-shadow: 10px 10px 91px 0px #f28e1b;
} */
.column_active_sushishop {
    height: 250px;
    background-image: url('../img/page_clients/logo-c/sushi-shop.png');
    background-position: center;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* .column_active_sushishop:hover{
	background-color:#fff;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9999;
	-webkit-box-shadow: 10px 10px 91px 0px #f28e1b;
	-moz-box-shadow: 10px 10px 91px 0px #f28e1b;
	box-shadow: 10px 10px 91px 0px #f28e1b;
} */
.column_active_but {
    height: 250px;
    background-image: url('../img/page_clients/logo-c/BUT.png');
    background-position: center;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* .column_active_but:hover{
	background-color:#fff;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9999;
	-webkit-box-shadow: 10px 10px 91px 0px #f28e1b;
	-moz-box-shadow: 10px 10px 91px 0px #f28e1b;
	box-shadow: 10px 10px 91px 0px #f28e1b;
} */
.column_active_allopneus {
    height: 250px;
    background-image: url('../img/page_clients/logo-c/Allopneu.png');
    background-position: center;
    background-size: 85%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* .column_active_allopneus:hover{
	background-color:#fff;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 9999;
	-webkit-box-shadow: 10px 10px 91px 0px #f28e1b;
	-moz-box-shadow: 10px 10px 91px 0px #f28e1b;
	box-shadow: 10px 10px 91px 0px #f28e1b;
}
*/

/* -------- /.CLIENTS LOGOS ROW PANEL WITH WONDERFUL HOVER EFFECT ----------------- */


/* other way to do it  ** */

/* whole row logos div */
/* .logos_nav{
	width: 100%;
	box-sizing: border-box;
} */

/* each logo div */
/* .column {
	float: left;
	width: 17%;
	padding: 5%;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor:pointer;
}
*/
/* .column_active{
	width: 32%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
} */

/* .column:hover{
	background-color:#fff;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	z-index: 9999;
	-webkit-box-shadow: 10px 10px 91px 0px #f28e1b;
	-moz-box-shadow: 10px 10px 91px 0px #f28e1b;
	box-shadow: 10px 10px 91px 0px #f28e1b;
}
*/

/* Clearfix (clear floats) */
/* .logos_nav::after {
	content: "";
	clear: both;
	display: table;
}
*/
/* .logo_client_active{
	transform: scale(2);
	box-sizing: border-box;
} */

/* 1rst attempt */
/* .client{
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	background-color:#fff;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	cursor:pointer;
}
.logo_client{
	display: block;
	max-width: 100%;
	transform: scale(0.5);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	will-change: transform;

	will-change: filter;
}

.logo_client_active{
	transform: scale(0.8);

}

.client:hover{
	background-color:#fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	z-index: 9999;
	-webkit-box-shadow: 10px 10px 91px 0px #f28e1b;
	-moz-box-shadow: 10px 10px 91px 0px #f28e1b;
	box-shadow: 10px 10px 91px 0px #f28e1b;
}
*/


/* ------------------------------------   MAIN EXTENSIBLE SLIDERS PART   --------------------------------------- */

.all_content {
    /* to "write over" the image   ---   check if putting the img in bcg is not better*/
    bottom: 5%;
    /*---------*/
    /* to get full-width slides */
    width: 100%;
    /* ------ */
    text-align: center;
    color: black;
}

.base_content, .opt_content {
    text-align: justify;
}

/* ------------------ basic content displayed when the page loads --------------*/
.base_content {
    /* to "write over" the image   ---   check if putting the img in bcg is not better*/
    bottom: 5%;
    /*---------*/
    /* to get full-width slides */
    width: 100%;
    /* ------ */
    text-align: center;
    color: #2d3c42;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.base_content_maxicoffee {
    background: url(../img/page_clients/bcg-itw/maxicoffe.jpg);
    background-size: cover;
    background-position: center;
}



.base_content_allopneus {
    background: url(../img/page_clients/bcg-itw/allopneu.jpg);
    background-size: cover;
    background-position: center;
}

.base_content_sushishop {
    background: url(../img/page_clients/bcg-itw/sushishop.jpg);
    background-size: cover;
    background-position: center;
}

.base_content_but {
    background: url(../img/page_clients/bcg-itw/but.jpg);
    background-size: cover;
    background-position: center;
}

.base_content_suite {
    display: none;
}

/* ------------------/. basic content displayed when the page loads --------------*/

/* content that will show when "lire l'interview button" will be clicked */
.opt_content {
    display: none;
    background-color: #1e272c;
}

/* new button appearing at the bottom of optional content */
.opt_btn {
    background-color: #ddd;
}

/* ---------------------------  BANNERS  -----------------------*/


.maxicoffee_banner {
    height: 33vh;
    width: 100%;
    background: url('../img/page_clients/img/maxicoffee.jpg');
    background-position: center;
    background-size: cover;
}

.box_QR {
    min-height: 100vh;
    width: 100%;
    background: url('../img/page_clients/img/backoffice_QR.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 77%;
}

/* to be optimized */
@media only screen and (max-width: 1000px) {
    .box_QR {
        height: 100vh;
        background-size: 100%; /* Force the image to its minimum width */
    }
}

.sushishop_banner {
    height: 33vh;
    width: 100%;
    background: url('../img/page_clients/img/sushishop.jpg');
    background-position: center;
    background-size: cover;
}

.but_banner {
    height: 33vh;
    width: 100%;
    background: url('../img/page_clients/img/but.jpg');
    background-position: center;
    background-size: cover;
}


.but_focus {
    background-color: #fff;
}


.but_focus p {
    color: #2d3c42 !important;
    font-weight: 600 !important;
    font-size: 1.4rem !important;
}

.but_focus b {
    color: #2d3c42 !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
}


.sushishop_int_end {
    background-color: #fff;
}

.allopneus_banner {
    height: 33vh;
    width: 101%;
    background: url('../img/page_clients/img/allopneu.jpg');
    background-position: center;
    background-size: cover;
}

/* -------------------------------------- TIMELINES PART -------------------------------------------------- */

.stripe-sushishop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #ddd;
    color: #2d3c42;
}


.collab_timeline {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}

.collab_timeline-sushishop {
    color: #2d3c42;
    font-size: 1.5rem;
    background-color: #ddd;
}


/* Timeline */
.timeline {
    border-left: 4px solid #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    position: relative;
    line-height: 1.2em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.timeline h1 {
    letter-spacing: 1.5px;
}

.timeline h2,
.timeline h3 {
    font-weight: 400;
    font-size: 1.4em;
}

.timeline .fact {
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline .fact:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .fact:before,
.timeline .fact:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .fact:before {
    left: -217.5px;
    color: rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

.timeline .fact:after {
    box-shadow: 0 0 0 4px #fff;
    left: -57.85px;
    background: #1e272c;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline-sushishop .fact:after {
    box-shadow: 0 0 0 4px #f28e1b;
    background: #ddd;
}

.timeline-sushishop {
    border-left: 4px solid #f28e1b;
    color: #2d3c42 !important;
}

.timeline-sushishop h2 {
    letter-spacing: auto;
    font-weight: 600;
    color: #2d3c42;
    line-height: 1em;
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.timeline-sushishop h3 {
    letter-spacing: auto;
    font-weight: 700 !important;
    font-size: 1.7rem !important;
}


.timeline-sushishop p, .timeline-sushishop li, .timeline-sushishop b {
    color: #2d3c42 !important;
    font-size: 1.4rem;
}

.timeline-sushishop li li {
    list-style-type: disc;
    font-size: 1.4rem;
}


/* ------- /.  END TIMELINE PART ------- */

/* other part from the extensible slider panel (by client)  */

.catchphrase {
    background-color: #fff;
}

.catchphrase p {
    color: #f28e1b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    font-weight: bold;
}

.catchphrase-black {
    color: #2d3c42;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    font-weight: bold;
}

.collab_timeline_note {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}


.smart_tourisme {
    background-color: #fff;
}

.smart_tourisme p {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    color: #2d3c42 !important;
}



/*  closing extensible slider panel button part */
.closeBtn_row {
    width: 100%;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

.closeBtn {
    color: #f28e1b;
    transition: all 0.3s;
    border: none;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-size: 18px !important;
    line-height: 50px;
    padding: 0 50px;
    font-weight: 600;
    margin: 0;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}


/* /.closing extensible slider panel part */


/* ------------------------------------ /. END  MAIN SLIDERs PART   --------------------------------------- */

/******************************************************* /. REFONTE MOD_CLIENTS   *************************************************************/


body .bx-wrapper .bx-controls-direction a {
    z-index: 999;
}


.widget-avis-clients {
    max-width: 1050px;
}

.widget-avis-clients iframe {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.widget-avis-clients iframe .widget-header {
    display: none;
}

.bloc_slider_clients #slider .bx-wrapper img {
    display: inline-block;
}

.bloc_slider_clients #slider .bx-wrapper .bx-controls {
    margin: 0 auto;
    max-width: 60em;
    width: 100%;
    position: relative;
    top: -310px;
}

#slider .bx-wrapper .bx-controls {
    top: -310px;
}

.bloc_slider_clients #slider .bx-wrapper .bx-controls-direction a {
    margin-top: -50px;
}

.bloc_slider_clients #slider .content_slide {
    width: 100%;
    padding-top: 95px;
}

.bloc_slider_clients #slider p {
    animation: fadeIn 0.5s linear 0.5s both;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px #333;
    font-style: italic;
    font-size: 26px;
    line-height: 1.3em;
    margin: 25px 0;
    padding: 0 60px;
}

.bloc_slider_clients #slider .sl-trans-elems p {
    animation: fadeIn 0.5s linear 0.5s both;
}

.bloc_slider_clients #slider .sl-trans-back-elems p {
    animation: fadeOut 1s linear both;
}

.bloc_slider_clients #slider .sl-trans-elems img {
    animation: moveUp 1s ease-in-out both;
}

.bloc_slider_clients #slider .sl-trans-back-elems img {
    animation: fadeOut 1s ease-in-out both;
}

.bloc_slider_clients #slider .bg-img-1 {
    background-image: url(../img/slide1_top_clients.jpg);
}

.bloc_slider_clients #slider .bg-img-2 {
    background-image: url(../img/slide2_top_clients.jpg);
}

.bloc_notes_clients {
    background: #f1f1f1;
    padding: 35px 0 50px;
}

.bloc_content .bloc_notes_clients .slide_notes {
    padding: 40px 0 0;
    background: transparent;
    list-style: none;
}

.bloc_notes_clients .slide_notes .container_slides {
    width: 460px;
    padding: 5px 15px;
    margin: auto;
    border: solid 1px #ccc;
    border-left-width: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    position: relative;
}

.bloc_notes_clients .bloc_slider_notes {
    position: relative;
}

.bloc_notes_clients .slide_notes .container_slides .date {
    font-size: 14px;
    color: #888;
}

.bloc_notes_clients .slide_notes .container_slides .signature_note {
    font-size: 15px;
    color: #666;
    font-weight: 600;
}

.bloc_notes_clients .slide_notes .container_slides .readmore {
    font-size: 15px;
    color: #666;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    line-height: 1em;
    font-weight: 600;
    background: #ccc;
    color: #444;
    font-size: 13px;
}

.bloc_slider_notes .texte_notes {
    color: #666;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 14px;
    clear: both;
    margin: 0 0 5px;
}

.bloc_notes_clients .bx-controls {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 100%;
}

.bloc_notes_clients .bx-controls a {
    position: absolute;
    width: 22px;
    height: 37px;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
}

.bloc_notes_clients .bx-controls a:hover {
    opacity: 0.8;
}

.bloc_notes_clients .bx-controls a.bx-prev {
    left: 0;
    background: url('../img/left_slide.png') no-repeat;
}

.bloc_notes_clients .bx-controls a.bx-next {
    right: 0;
    background: url('../img/right_slide.png') no-repeat;
}

.bloc_cas_clients {
    padding: 0 0 0;
}

.bloc_cas_clients .titre_bloc {
    margin: 0 0 30px;
}

.bloc_content .liste_cas_clients {
    margin: 20px 0 0;
}

.bloc_content .liste_cas_clients li {
    list-style: none;
    padding: 30px 0 20px;
    background: #FFF;
    margin: 0;
}

.bloc_content .liste_cas_clients li:nth-child(odd) {
    background: #f1f1f1;
}

.bloc_visuel_interview {
    padding: 0;
    text-align: center;
}

.bloc_texte_interview {
    text-align: left;
    padding-right: 10%;
}

.bloc_texte_interview .titre_interview {
    font-size: 24px;
    color: #2d3c42;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 20px;
    line-height: 1.2em;
}

.bloc_texte_interview p {
    color: #2d3c42;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.3em;
}

.signature_client {
    font-size: 14px;
    margin: 0 0 15px;
    color: #2d3c42;
    font-weight: 600;
}

.readmore_interview {
    transition: all 0.3s;
    color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 35px;
    padding: 0 20px;
    font-weight: 600;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

.readmore_interview:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

.bt_interviews {
    transition: all 0.3s;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    border: none;
    margin: 45px 0;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ec4f4f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f4f), color-stop(100%, #d44747)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #ec4f4f 0%, #d44747 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec4f4f', endColorstr='#d44747', GradientType=0); /* IE6-8 */
}

.bt_interviews:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

/*** Contact ***/

.menu_pied li {
    position: relative;
}

.job-notification {
    position: absolute;
    right: -17px;
    top: -9px;
    background-color: red;
    padding: 3px 0;
    border-radius: 9px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 9px;
    color: #FFF;
    font-size: 12px;
    width: 20px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
}

.bandeau_contact {
    min-height: 405px;
    background: url('../img/fond_contact_1.jpg') no-repeat center center;
    width: 100%;
    background-size: cover;
    margin: 0 0 65px;
    transition: all 0.4s;
}

.bandeau_contact.contact1 {
    background-image: url('../img/fond_contact_1.jpg');
}

.bandeau_contact.contact2 {
    background-image: url('../img/fond_contact_2.jpg');
}

.bandeau_contact.contact3 {
    background-image: url('../img/fond_contact_3.jpg');
}

.bandeau_contact.contact4 {
    background-image: url('../img/fond_contact_4.jpg');
}

.bandeau_contact.contact5 {
    background-image: url('../img/fond_contact_5.jpg');
    background-position: center !important;
}

.bandeau_contact.contact6 {
    background-image: url('../img/fond_contact_6.jpg');
}

.bloc_adresses_contact {
    padding: 0 0 70px;
    text-align: center;
}

.bloc_adresse:hover {
    background: #2d3c42;
    color: #fff;
}

.bloc_adresse:hover * {
    color: #fff !important;
}

.bloc_adresses_contact .titre_bloc {
    margin: 0 0 65px;
}

.titre_adresse {
    color: #2d3c42;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 10px;
}

.bloc_adresse p {
    color: #999;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 15px;
}

.bloc_adresse p > a {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

.bloc_form_contact {
    background: #f1f1f1;
    padding: 45px 0 50px;
    margin-bottom: 70px;
}

.bloc_form_contact div #submit_inscription, .bloc_form_contact div #submit_partner, .bloc_form_contact div #submit_partner_info {
    margin-top: 40px;
}

#form_inscription {
    margin: 45px 0 0;
}

.bloc_form_contact .columns {
    padding: 0 10px;
}

.bloc_form_contact textarea {
    font-weight: 700;
    color: #2d3c42;
    font-size: 14px;
    /*line-height: 45px;*/
    box-shadow: 0 0 0;
    border: solid 1px #e9e9e9;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 15px;
    /*padding: 0 15px;*/
    padding: 10px 15px;
    min-height: 200px;
    overflow: hidden;
}

.bloc_form_contact select,
.bloc_form_contact .input-contact-text {
    cursor: pointer;
    font-weight: 700;
    background-size: 40px;
    color: #2d3c42;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    box-shadow: 0 0 0;
    border: solid 1px #e9e9e9;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 15px;
    padding: 0 15px;
}

.bloc_form_contact textarea::-webkit-input-placeholder,
.bloc_form_contact input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #2d3c42;
}

.bloc_form_contact textarea:-moz-placeholder,
.bloc_form_contact input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2d3c42;
    opacity: 1;
}

.bloc_form_contact textarea::-moz-placeholder,
.bloc_form_contact input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2d3c42;
    opacity: 1;
}

.bloc_form_contact textarea:-ms-input-placeholder,
.bloc_form_contact input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2d3c42;
}

.bloc_form_contact #submit_inscription, .bloc_form_contact #submit_partner, .bloc_form_contact #submit_partner_info {
    transition: all 0.3s;
    float: right;
    color: #fff;
    text-transform: uppercase;
    padding: 0 75px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 10px;
    line-height: 50px;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

.bloc_form_contact #submit_inscription:hover, .bloc_form_contact #submit_partner:hover, .bloc_form_contact #submit_partner_info:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

/*** Equipe ***/
.bloc_fondateurs {

    padding: 45px 0 50px;
    text-align: center;
}

.bloc_texte_equipe {
    margin-top: 20px;
}

.bloc_fondateurs .titre_bloc {
    margin: 0 0 60px;
}

.bloc_fondateurs .visuel_fondateur {
    margin: 0 0 30px;
}

.bloc_fondateurs .titre_fondateur {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    color: #2d3c42;
}

.bloc_fondateurs p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    color: #2d3c42;
}

.bloc_equipe {
    padding: 60px 0 50px;
}

.liste_equipe {
    margin: 0;
    margin-bottom: 60px;
}

.liste_equipe h2 {
    margin-bottom: 60px;
}

.equipe .liste_equipe li {
    padding-left: 8%;
    padding-right: 0;
    background: transparent;
}

.titre_rubrique_equipe {
    font-size: 24px;
    font-weight: 600;
    color: #2d3c42;
    line-height: 1em;
    margin: 70px 0 30px;
    padding: 0 0 20px;
    background: url('../img/stitre_bloc.png') no-repeat left bottom;
}

.bloc_visuel_equipe {
    padding: 5px 0 0;
}

.titre_equipe {
    color: #2d3c42;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0;
    font-size: 18px;
    width: 88px;
}

.stitre_equipe {
    color: #2d3c42;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 15px;
    font-size: 14px;
    font-style: italic;
}

.equipe .liste_equipe li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    text-align: justify;
    color: #2d3c42;
}

/*** Solutions ***/
.bloc_texte_com {
    padding: 65px 0;
    background: #f1f1f1;
    text-align: center;
}

.bloc_texte_com p {
    color: #2d3c42;
    font-style: italic;
    font-size: 26px;
    line-height: 1.8em;
    margin: 0;
}

.bloc_schema_collecte {
    padding: 45px 0;
}

.bloc_content .schema_collecte_avis {
    margin: 55px 0 0;
    position: relative;
    min-height: 280px;
}

.bloc_content .schema_collecte_avis li {
    color: #2d3d42;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    opacity: 0;
    /*transform: rotate(0deg) scale(0.1);
	transition: transform 1.5s;*/
}

.bloc_content .schema_collecte_avis li.show {
    opacity: 1;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-name: bounceInUpLeft;
    /*transform: rotate(360deg) scale(1);*/
}

.bloc_content .schema_collecte_avis li.achat_ligne {
    text-align: left;
    width: 160px;
    min-height: 74px;
    padding: 20px 0 0 92px;
    background: url('../img/picto_achat_ligne.png') no-repeat;
}

.bloc_content .schema_collecte_avis li.liaison_achat_envoi {
    width: 139px;
    min-height: 90px;
    background: url('../img/liaison_achat.png') no-repeat;
    top: 85px;
    left: 33px;
}

.bloc_content .schema_collecte_avis li.achat_magasin {
    width: 180px;
    min-height: 69px;
    background: url('../img/picto_achat_magasin.png') no-repeat;
    top: 185px;
    left: 0;
    padding: 20px 0 0 92px;
    text-align: left;
}

.bloc_content .schema_collecte_avis li.envoi_email {
    width: 85px;
    min-height: 80px;
    background: url('../img/picto_envoi_mail.png') no-repeat center top;
    top: 95px;
    left: 180px;
    padding: 45px 0 0 0;
}

.bloc_content .schema_collecte_avis li.liaison_envoi_depot {
    width: 78px;
    min-height: 28px;
    background: url('../img/liaison_envoi_depot.png') no-repeat center top;
    top: 115px;
    left: 270px;
}

.bloc_content .schema_collecte_avis li.depot_avis {
    width: 65px;
    min-height: 41px;
    background: url('../img/picto_depot_avis.png') no-repeat center top;
    top: 85px;
    left: 360px;
    padding: 55px 0 0 0;
}

.bloc_content .schema_collecte_avis li.liaison_depot_traitement {
    width: 78px;
    min-height: 9px;
    background: url('../img/liaison_depot_traitement.png') no-repeat center top;
    top: 125px;
    left: 430px;
}

.bloc_content .schema_collecte_avis li.traitement_avis {
    width: 95px;
    min-height: 41px;
    background: url('../img/picto_traitement.png') no-repeat center top;
    top: 85px;
    left: 510px;
    padding: 55px 0 0;
}

.bloc_content .schema_collecte_avis li.liaison_traitement_publication {
    width: 78px;
    min-height: 9px;
    background: url('../img/liaison_traitement_publication.png') no-repeat center top;
    top: 125px;
    left: 610px;
}

.bloc_content .schema_collecte_avis li.publication {
    width: 95px;
    min-height: 40px;
    background: url('../img/picto_publication.png') no-repeat center top;
    top: 85px;
    left: 700px;
    padding: 55px 0 0;
}

.bloc_content .schema_collecte_avis li.liaison_publication_etoiles {
    width: 45px;
    min-height: 9px;
    background: url('../img/liaison_publication_etoiles.png') no-repeat center top;
    top: 125px;
    left: 800px;
}

.bloc_content .schema_collecte_avis li.etoiles {
    width: 95px;
    min-height: 26px;
    background: url('../img/picto_etoiles.png') no-repeat center bottom;
    top: 105px;
    left: 855px;
    padding: 0 0 30px;
}

.bloc_avis .avis_site {
    margin: 60px 0 10px;
}

.bloc_avis .avis_produit {
    margin: 0 0 100px;
}

.bloc_avis .avis_magasin {
    margin: 0 0 150px;
}

.bloc_avis .module_quetion_reponses {
    margin: 0 0 200px;
}

.bloc_avis .enquete_nps {
    margin: 0 0 100px;
}


.bloc_avis .enquete_nps .titre_rubrique_avis {
    margin: 20px 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #e83e33;
    line-height: 1.2em;
    text-transform: uppercase;
}

.bloc_avis .enquete_nps .titre_rubrique_avis > a {
    color: inherit;
}

.bloc_avis .module_quetion_reponses .titre_rubrique_avis {
    margin: 50px 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #009999;
    line-height: 1.2em;
    text-transform: uppercase;
}

.bloc_avis .module_quetion_reponses .titre_rubrique_avis > a {
    color: inherit;
}

.bloc_avis .avis_site .titre_rubrique_avis {

    margin: 50px 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #3a986b;
    line-height: 1.2em;
    text-transform: uppercase;

}

.bloc_avis .avis_site .titre_rubrique_avis > a {
    color: inherit;
}

.bloc_avis .avis_produit .titre_rubrique_avis {

    /*margin: 10px 0 20px;*/
    margin: 140px 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #434294;
    line-height: 1.2em;
    text-transform: uppercase;

}

.bloc_avis .avis_produit .titre_rubrique_avis > a {
    color: inherit;
}

.bloc_avis .avis_magasin .titre_rubrique_avis {

    margin: 50px 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #b22c49;
    line-height: 1.2em;
    text-transform: uppercase;

}

.bloc_avis .avis_magasin .titre_rubrique_avis > a {
    color: inherit;
}

.bloc_avis .avis_site p,
.bloc_avis .avis_produit p,
.bloc_avis .avis_magasin p {
    margin: 0 0 20px;
    font-weight: 600;
    color: #9c9c9c;
    font-size: 18px;
    line-height: 1.4em;
}


.bloc_avis .module_quetion_reponses p {
    margin: 0 0 20px;
    font-weight: 600;
    color: #9c9c9c;
    font-size: 18px;
    line-height: 1.4em;
}

.bloc_avis .enquete_nps p {
    margin: 0 0 20px;
    font-weight: 600;
    color: #9c9c9c;
    font-size: 18px;
    line-height: 1.4em;
}

.bloc_avis .avis_site:after,
.bloc_avis .avis_produit:after,
.bloc_avis .enquete_nps:after,
.bloc_avis .module_quetion_reponses:after,
.bloc_avis .avis_magasin:after {
    content: "";
    display: block;
    clear: both;
}

.bloc_content .bloc_avis .slide_avis {
    padding: 0;
    list-style: none;
    background: transparent;
    text-align: center;
}

.bloc_slider_clients .medium-5 img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 5px solid #FFF;
    width: 233px;
}

.bloc_avis .bx-controls {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 100%;
}

.bloc_avis .bx-controls a {
    position: absolute;
    width: 22px;
    height: 37px;
    margin-top: -18px;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
}

.bloc_avis .bx-controls a:hover {
    opacity: 0.8;
}

.bloc_avis .bx-controls a.bx-prev {
    left: 0;
    background: url('../img/left_slide.png') no-repeat;
}

.bloc_avis .bx-controls a.bx-next {
    right: 0;
    background: url('../img/right_slide.png') no-repeat;
}

.bloc_plus {
    background: url('../img/bg_bloc_plus.jpg') no-repeat center center;
    background-size: cover;
    padding: 45px 0 0;
}

.bloc_plus .titre_bloc {
    color: #fff;
    margin-bottom: 55px;
}

.bloc_plus .col-3-element {
    float: left;
    min-height: 200px;
    text-align: center;
    padding: 80px 0 0;
    width: 33.33%;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
}

.element_plus {
    opacity: 0;
    transform: scale(0.1) translateY(50px);
    transition: transform 1.5s;
}

.element_plus.show {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.element_labels {
    background: url('../img/picto_label.png') no-repeat center top;
}

.element_reactivite {
    background: url('../img/picto_reactivite.png') no-repeat center top;
}

.element_taux_retours {
    background: url('../img/picto_taux_retour.png') no-repeat center top;
}

.bloc_plus .col-5-element {
    float: left;
    min-height: 190px;
    text-align: center;
    padding: 110px 0 0;
    width: 20%;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
}

.bloc_plus .element_sur_mesure {
    background: url('../img/picto_sur_mesure.png') no-repeat center 10px;
    color: #db4453;
}

.bloc_plus .element_social {
    background: url('../img/picto_social.png') no-repeat center top;
    color: #5da8de;
}

.bloc_plus .element_moderation {
    background: url('../img/picto_moderation.png') no-repeat center 15px;
    color: #fcbe1f;
}

.bloc_plus .element_statistiques {
    background: url('../img/picto_statistiques.png') no-repeat center 10px;
    color: #37b06d;
}

.bloc_plus .element_rapports {
    background: url('../img/picto_rapports.png') no-repeat center 10px;
    color: #d96e32;
}

.bloc_fonctionnalites {
    padding: 60px 0 35px;
}

#bx-pager-fonctionnalites {
    display: table;
    border-spacing: 30px;
    border-collapse: separate;
}

.colonne_fonctionnalites {
    float: none;
    display: table-cell;
    width: 20%;
    padding: 0;
    border: solid 1px #e0e0e0;
    margin: 0;
    text-align: center;
}

.colonne_fonctionnalites .titre_colonne_fonctionnalites {
    border-bottom: solid 1px #e0e0e0;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #1e272c;
    margin: 0;
}

.bloc_content .colonne_fonctionnalites ul {
    margin: 0;
}

.bloc_content .colonne_fonctionnalites li {
    list-style: none;
    background: transparent;
    color: #1a1a1a;
    line-height: 1.3em;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.colonne_fonctionnalites li > a {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    padding: 10px 30px;
}

.bloc_content .colonne_fonctionnalites li > a:hover,
.colonne_fonctionnalites li > a.active {
    display: block;
    background: #2d3c42;
    color: #fff;
    text-decoration: none !important;
}

.bloc_fonctionnalites .bx-wrapper {
    padding: 0 30px;
    position: relative;
}

.bloc_fonctionnalites .bx-viewport {
    border: solid 1px #e0e0e0;
}

.bxslider_fonctionnalites:after {
    content: "";
    display: block;
    clear: both;
}

.slide_fonctionnalites {
    text-align: center;
    padding: 25px 0 20px;
}

.titre_slide_fonctionnalites {
    text-align: center;
    color: #2d3c42;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 20px;
    font-weight: 600;
}

.bloc_fonctionnalites .bx-controls {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 100%;
}

.bloc_fonctionnalites .bx-controls a {
    position: absolute;
    width: 22px;
    height: 37px;
    margin-top: -18px;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
}

.bloc_fonctionnalites .bx-controls a:hover {
    opacity: 0.8;
}

.bloc_fonctionnalites .bx-controls a.bx-prev {
    left: 30px;
    background: url('../img/left_slide.png') no-repeat;
}

.bloc_fonctionnalites .bx-controls a.bx-next {
    right: 90px;
    background: url('../img/right_slide.png') no-repeat;
}

.bloc_documentation_gratuite {
    background: url('../img/bg_bloc_documentation_gratuite.jpg') no-repeat top center;
    background-size: cover;
    padding: 70px 0 110px;
}

.bloc_content .titre_bloc_documentation_gratuite {
    font-weight: 600;
    color: #2d3c42;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 55px;
}

.form_documentation_gratuite {
    margin: 0 0 70px;
}

.form_documentation_gratuite .columns {
    padding: 0 10px;
}

.form_documentation_gratuite :after {
    content: " ";
    display: block;
    clear: both;
}

.bloc_documentation_gratuite input[type="text"] {
    font-weight: 700;
    color: #2d3c42;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    box-shadow: 0 0 0;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 0 30px;
    padding: 0 15px;
    text-transform: uppercase;
    border: solid 1px #dad6cf;
}

.bloc_documentation_gratuite input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #2d3c42;
}

.bloc_documentation_gratuite input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2d3c42;
    opacity: 1;
}

.bloc_documentation_gratuite input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2d3c42;
    opacity: 1;
}

.bloc_documentation_gratuite input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2d3c42;
}

.bloc_documentation_gratuite #submit_doc {
    width: 100%;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    margin: 0;
    max-width: 100%;
    font-family: "Source sans pro", helvetica, sans-serif;
    line-height: 50px;
    background-color: #ec4f4f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f4f), color-stop(100%, #d44747)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #ec4f4f 0%, #d44747 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec4f4f', endColorstr='#d44747', GradientType=0); /* IE6-8 */
}

.bloc_documentation_gratuite #submit_doc:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

.bloc_contenu_recrutement .bloc_col .large-4 {
    text-align: justify;
    padding: 10px 50px;
}

.masonry .item .stitre {
    left: 0;
}

.bloc_contenu_recrutement .bloc_col .center-column {
    margin-left: 170px;
}

.bloc_content .bloc_contenu_recrutement ul li {
    margin-left: -38px;
    text-align: justify;
}

.bloc_contenu_recrutement .bloc_col .titre_col {
    height: 66px;
}

/*** Tarifs ***/
.bloc_tarifs {
    padding: 45px 0 90px;
    position: relative;
    z-index: 99;
}

.grille_prix {
    margin-top: 55px;
}

.grille_prix_2 {
    margin-top: 55px;
}

.grille_prix .col_prix {
    padding: 0 8px;
    position: relative;
}

.grille_prix_2 .col_prix {
    padding: 0 8px;
    position: relative;
}

.bloc_titre_setion_right {
    font-weight: 700;
    font-size: 23px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    border: solid 1px #e0e0e0;
    min-height: 105px;
    background: #009999;
    text-transform: uppercase;
    width: 40%
}

.bloc_titre_setion_left {
    font-weight: 700;
    font-size: 23px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    border: solid 1px #e0e0e0;
    min-height: 105px;
    background: #b22c49;
    text-transform: uppercase;
    width: 40%
}


.bloc_titre_formule {
    font-weight: 700;
    font-size: 23px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    border: solid 1px #e0e0e0;
    min-height: 105px;
    background: #c2c2c2;
    text-transform: uppercase;
}

.formule_gold .bloc_titre_formule {
    background: #ecc741;
}

.formule_platinium .bloc_titre_formule {
    background: #019062;
}

.formule_diamond .bloc_titre_formule {
    background: #3072A0;
}

.formule_ultimate .bloc_titre_formule {
    background: #434294;
}

.formule_infinite .bloc_titre_formule {
    background: #2d3c42;
}

.bloc_prix_formule {
    text-align: center;
    min-height: 120px;
    border: solid 1px #e0e0e0;
    border-top: 0;
    padding-top: 25px;
}

.formule_infinite .bloc_prix_formule {
    padding-top: 13px;
    background: #2d3c42;
}

.bloc_prix_formule span.euro {
    font-size: 32px;
    color: #2d3c42;
    font-weight: 500;
    line-height: 0.9em;
    display: inline-block;
    top: -17px;
    position: relative;
}

.bloc_prix_formule .prix_formule {
    color: #f28e1b;
    line-height: 0.6em;
    font-weight: 600;
    font-size: 60px;
}

.formule_infinite .prix_formule {
    font-weight: 600;
    font-size: 33px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
}

.bloc_prix_formule .notice_prix {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 0.8em;
}

.bloc_prix_formule .notice_prix small {
    font-size: 12px;
    font-style: italic;
}

.ligne3_formule,
.ligne2_formule {
    background: #f0f0f0;
    padding: 15px 15px 10px;
    border: solid 1px #e0e0e0;
    border-top: 0;
    text-align: center;
    min-height: 95px;
}

.ligne_formule_section_2,
.ligne_formule_section_1 {
    background: #f0f0f0;
    padding: 0px 13px 0px;
    border: solid 1px #e0e0e0;
    border-top: 0;
    text-align: center;
    min-height: 0px;
}

.ligne_nous_contacter {
    display: inline-block;
    margin-top: 12px;
    line-height: 0.9em;
    color: #ec4f4f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.ligne_formule_section_1 {
    margin-top: 8px;
}

@media only screen and (min-width: 64.063em) {
    /* large */
    .ligne_formule_section_1 {
        margin-left: 9px;
        margin-right: -5px
    }
}

@media only screen and (min-width: 64.063em) {
    /* large */
    .ligne_formule_section_2 {
        margin-right: 10px;
        margin-left: -7px
    }
}

.ligne_formule_section_p_3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    min-height: 105px;
    text-transform: uppercase;
}

.ligne_formule_section_p_1 {
    font-weight: 700;
    font-size: 23px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    min-height: 105px;
    text-transform: uppercase;
}


@media only screen and (min-width: 64.063em) {
    /* large */
    .ligne_formule_section_p_1 {
        width: 31%;
    }
}

@media only screen and (min-width: 64.063em) {
    /* large */
    .ligne_formule_section_p_2 {
        width: 69%;
    }
}

@media only screen and (min-width: 64.063em) {
    /* large */
    .ligne_formule_section_p_3 {
        width: 32%;
    }
}

@media only screen and (min-width: 64.063em) {
    /* large */
    .ligne_formule_section_p_4 {
        width: 68%;
    }
}


.ligne_formule_section_p_1 {
    background: #b22c49;
    padding-top: 28px;
}

.ligne_formule_section_p_3 {
    background: #009999;
    padding-top: 28px;
}

.ligne_formule_section_p_2 {
    background: #f0f0f0;
    padding: 28px 15px 0;
    border-top: 0;
    text-align: center;
    min-height: 105px;
}

.ligne_formule_section_p_4 {
    background: #f0f0f0;
    padding: 28px 15px 0;
    border-top: 0;
    text-align: center;
    min-height: 105px;
}

.ligne_formule_section_2 {
    margin-top: 8px;
}

.close_savoir_plus {
    float: right;
}

.formule_infinite .ligne_formule_section_1,
.formule_infinite .ligne_formule_section_2,
.formule_infinite .ligne3_formule,
.formule_infinite .ligne2_formule {
    background: #2d3c42;
}

.ligne3_formule {
    min-height: 90px;
}

.ligne3_formule p,
.ligne_formule_section_1 p,
.ligne_formule_section_2 p,
.ligne2_formule p {
    line-height: 1.2em;
    color: #999;
    font-size: 12px;
    margin: 0;
}

.formule_infinite .ligne_formule_section_1 p,
.formule_infinite .ligne_formule_section_2 p,
.formule_infinite .ligne3_formule p,
.formule_infinite .ligne2_formule p {
    color: #fff;
}

.ligne3_formule p,
.ligne_formule_section_1 p,
.ligne_formule_section_2 p,
.ligne2_formule p {
    font-weight: 500;
}

.ligne3_formule .commandes_supplementaires,
.ligne_formule_section_1 .nb_commandes,
.ligne_formule_section_2 .nb_commandes,
.ligne2_formule .nb_commandes {
    font-weight: 700;
    font-size: 20px;
    color: #2d3c42;
    line-height: 0.9em;
    margin: 0 0 12px;
}

.formule_infinite .ligne3_formule .commandes_supplementaires,
.formule_infinite .ligne_formule_section_1 .nb_commandes,
.formule_infinite .ligne_formule_section_2 .nb_commandes,
.formule_infinite .ligne2_formule .nb_commandes {
    color: #f28e1b;
}

.ligne3_formule .commandes_supplementaires {
    margin-bottom: 2px;
}

.ligne_plus_formule {
    background: #f0f0f0;
    padding: 23px 15px 0;
    border: solid 1px #e0e0e0;
    border-top: 0;
    text-align: center;
    min-height: 140px;
}

.formule_infinite .ligne_plus_formule {
    background: #2d3c42;
}

.ligne_plus_formule p {
    line-height: 1em;
    margin: 0;
    color: #999;
    font-size: 12px;
}

.formule_infinite .ligne_plus_formule p {
    color: #fff;
}

.ligne_plus_formule .titre_inclus {
    color: #2d3c42;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.formule_infinite .ligne_plus_formule .titre_inclus {
    color: #f28e1b;
}

.ligne_plus_formule .bt_plus {
    display: inline-block;
    margin-top: 30px;
    line-height: 0.9em;
    color: #ec4f4f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

ul.bxslider-5,
ul.bxslider-4,
ul.bxslider-3,
ul.bxslider-2,
ul.bxslider-1 {

    margin-left: 0;

}

/*The triangle selector */
.col_prix.select:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 17px 30px 17px;
    border-color: transparent transparent #e9e9e9 transparent;
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -17px;
    z-index: 999;
}

.col_prix.formule_infinite.select:after {
    border-color: transparent transparent #2d3c42 transparent;
}

.bloc_savoir_plus {
    background: #f0f0f0;
    border: solid 1px #e0e0e0;
    padding: 0;
    text-align: center;
    margin: 40px 0 0;
    display: none;
    z-index: 999;
    position: static !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.bloc_savoir_plus.infinite {
    background: #2d3c42;
}

.close_savoir_plus {
    position: relative; /* absolute;*/
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url('../img/close.png') no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

.bloc_savoir_plus .titre_bloc_fonctionnalites {
    color: #2d3c42;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    margin: 10px 0 0;
}

.bloc_savoir_plus.infinite .titre_bloc_fonctionnalites {
    color: #fff;
}

.bloc_savoir_plus .stitre_fonctionnalites {
    color: #2d3c42;
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
}

.bloc_savoir_plus.infinite .stitre_fonctionnalites {
    color: #fff;
}

.bloc_savoir_plus .liste_plus_tarifs {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: solid 1px #e0e0e0;
}

.liste_plus_tarifs .select_plus_tarifs {
    padding-top: 10px;
    background: url('../img/select_plus_tarifs.png') no-repeat top center;
    min-height: 75px;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 12px;
    color: #999;
}

.bloc_savoir_plus.infinite .liste_plus_tarifs .select_plus_tarifs {
    color: #fff;
}

.liste_plus_tarifs .select_plus_tarifs strong {
    color: #f29325;
    font-weight: 700;
    text-transform: uppercase;
}

.liste_plus_tarifs div.select_plus_tarifs:last-child {
    float: left !important;
}

.bloc_simulateur {
    padding: 0 0 110px;
}

.bloc_simulateur .rangeslider__fill {
    background: #2D3C42;
}

.bloc_simulateur .medium-8 {
    height: 130px;
}

.bloc_simulateur .rangeslider__handle {
    background: white;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 50px;
    position: absolute;
    top: -15px;
    touch-action: pan-y;
    background: #F28E1B;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

#recaptcha_table input, #recaptcha_table textarea {
    display: inline-block;
    height: 30px;
}

.label-simul-left {
    bottom: 0;
    left: 42px;
}

.label-simul-right {
    bottom: 0;
    right: 28px;
}

.resultat_simulateur .bloc_prix_formule {
    border: none;
}

.bloc_simulateur .rangeslider__handle:after {
    content: none;
}

.bloc_simulateur .resultat_formulaire {
    width: 150px;
    margin: 0 auto;
    padding: 15px;
    min-height: auto;
}

.bloc_simulateur .bloc_prix_formule {
    min-height: auto;
}

.resultat_simulateur {
    margin-top: 6px;
}

.bloc_simulateur .slider {
    padding: 50px;
    height: 100px;
}

.bloc_simulateur .output, .resultat_simulateur .type {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.bloc_simulateur .output {
    background-color: #2D3C42;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    position: absolute;
    font-size: 14px;
    top: -78px;
    text-align: left;
    padding: 5px 10px;
    left: 40px;
    width: 170px;
}

.bloc_formulaire_inscription label {
    color: #FFF;
    position: relative;
    top: -2px;
}

.selected-order-amount {
    font-size: 20px;
}

.resultat_simulateur .stitre {
    font-weight: bold;
}

.resultat_simulateur:before {
    content: "=";
    position: absolute;
    margin-top: 38px;
    font-size: 40px;
    left: 0;
    font-weight: bold;
    top: -15px;
    color: #2D3C42;
}

.bloc_simulateur medium-8 {
    position: relative;
}

.label-simul {
    color: #F28E1B;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    position: absolute;
}

#fonctionnalites .slide_fonctionnalites img {
    margin: 0 auto;
}


.bloc_simulateur .titre_bloc {
    margin-bottom: 80px;
}

.bloc_simulateur .bt_lancer_prix {
    transition: all 0.3s;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 50px;
    border: none;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 110px 0 0;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    background-color: #ec4f4f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4f4f), color-stop(100%, #d44747)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #ec4f4f 0%, #d44747 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #ec4f4f 0%, #d44747 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec4f4f', endColorstr='#d44747', GradientType=0); /* IE6-8 */
}

.bloc_simulateur .bt_lancer_prix:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

/*** Style menu Desktop ***/
@media only screen and (min-width: 54.0625em) {
    .top-bar {
        background: transparent;
    }

    .top-bar-section ul li {
        background: url('../img/hover.png') no-repeat transparent;
        background-position: -300px bottom;
        overflow: hidden;
        transition: background 0.3s;
    }

    .top-bar-section ul li:hover,
    .top-bar-section ul li.select {
        background-position: bottom center;
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover,
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: transparent;
        font-size: 16px;
        color: #4172fa;
        font-weight: 600;
        font-family: "Source Sans Pro", Helvetica, sans-serif;
        padding: 0 10px;
        line-height: 2.5rem;
    }
}


/*** Style Tablette et Mobile ***/
@media only screen and (max-width: 60em) {
    header.header {
        text-align: center;
        padding: 0 10px;
    }

    .container_top_right {
        float: none;
        text-align: center;
        display: inline-block;
    }

    .bloc_tel {
        float: none;
        display: inline-block;
    }

    .bloc_contact {
        float: none;
        display: inline-block;
    }

    .bloc_menu {
        margin-left: -10px;
    }

    #langues {
        position: absolute;
        top: 0;
        right: 0;
    }

    .bt_connexion {
        font-size: 11px;
        line-height: 23px;
    }

    .bt_inscription {
        font-size: 14px;
        line-height: 27px;
    }

    /*** Home ***/
    #slider .titre_slide_top {
        font-size: 36px;
        margin-top: 60px;
    }

    #slider .nav-arrows span.nav-arrow-prev {
        left: 10px;
    }

    #slider .nav-arrows span.nav-arrow-next {
        right: 10px;
    }

    .bloc_content .bloc_chiffres p {
        font-size: 14px;
    }

    .bloc_lancement .small-centered {
        padding: 0;
    }

    .checklist_lancement {
        padding-left: 0;
    }

    .bloc_contenu_certifications {
        padding-left: 10px;
    }

    .bloc_logo_afnor {
        padding-right: 10px;
    }

    .bloc_logo_afnor img {
        margin-right: -10px;
        margin-top: 20px;
    }

    .bloc_slider_temoignages .texte_temoignages {
        font-size: 18px;
        font-weight: 300;
        padding: 0 10px;
    }

    .menu_pied {
        padding-top: 45px;
        text-align: center;
    }

    .menu_pied li {
        float: none;
        display: inline-block;
    }

    .bloc_social {
        position: absolute;
        top: 20px;
        width: 100%;
        text-align: center;
    }

    .bloc_social .menu_social li {
        display: inline-block;
        float: none;
    }

    .copyright {
        text-align: center;
    }

    .copyright p,
    .menu_copyright {
        display: inline;
        float: none !important;
    }

    .menu_copyright > li {
        float: none;
        display: inline-block;
    }

    .logo_footer {
        text-align: center;
        padding-top: 20px;
    }

    /** Inscription **/
    .bloc_content .bloc_col {
        width: 630px;
        margin: auto;
    }

    .bloc_col > div {
        min-height: 160px;
        float: left !important;
    }

    .bloc_col > div:nth-child(odd) {
        clear: both;
    }

    #form_inscription {
        margin: 0 auto 0;
        width: 630px;
    }

    .inscription .bloc_clients {
        padding-bottom: 40px;
    }

    /** Recrutement **/
    .bloc_contenu_recrutement {
        padding: 50px 30px 0;
    }

    .recrutement .bloc_visuel {
        margin-bottom: 0;
    }

    .recrutement .bloc_col {
        margin: 40px auto 0;
    }

    .bloc_liste_offres ul {
        margin: 40px auto 0;
        width: 630px;
    }

    /** Clients **/
    body.clients .content_slide {
        padding: 0 35px 0 40px;
    }

    body.clients .bloc_slider_clients #slider p {
        padding: 0;
    }

    .bloc_notes_clients .bx-controls a.bx-prev {
        left: 10px;
    }

    .bloc_notes_clients .bx-controls a.bx-next {
        right: 10px;
    }

    .bloc_texte_interview {
        padding-right: 5%;
    }

    .bloc_texte_interview .titre_interview {
        font-size: 20px;
    }

    body.clients .bloc_lancement {
        padding-bottom: 40px;
    }

    /** Equipe **/
    .bloc_equipe {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .bloc_equipe .titre_bloc {
        margin-bottom: 50px
    }

    .titre_rubrique_equipe {
        margin-top: 30px;
    }

    .equipe .liste_equipe li {
        padding-left: 3%;
    }

    .equipe .liste_equipe li:nth-child(odd) {
        padding-right: 3%;
    }

    /** Contact **/
    body.contact #form_inscription {
        width: 100%;
        padding: 0;
    }

    .bloc_form_contact {
        margin-bottom: 0;
    }

    /** Solutions **/
    .bloc_content .schema_collecte_avis {
        width: 768px;
        margin: 60px auto 0;
        float: none;
        min-height: 200px;
    }

    .bloc_content .schema_collecte_avis li {
        font-size: 13px;
    }

    .bloc_content .schema_collecte_avis li.achat_ligne {
        padding: 12px 0 0 72px;
        background-size: 60px;
        left: 15px;
    }

    .bloc_content .schema_collecte_avis li.liaison_achat_envoi {
        width: 114px;
        min-height: 75px;
        background-size: 114px;
        top: 65px;
        left: 40px;
    }

    .bloc_content .schema_collecte_avis li.achat_magasin {
        background-size: 60px;
        min-height: 56px;
        padding: 12px 0 0 72px;
        left: 15px;
        top: 150px;
    }

    .bloc_content .schema_collecte_avis li.envoi_email {
        background-size: 35px;
        padding: 30px 0 0 0;
        top: 75px;
        left: 140px;
    }

    .bloc_content .schema_collecte_avis li.liaison_envoi_depot {
        width: 55px;
        background-size: 55px;
        top: 91px;
        left: 215px;
    }

    .bloc_content .schema_collecte_avis li.depot_avis {
        width: 45px;
        background-size: 45px;
        padding: 40px 0 0 0;
        top: 65px;
        left: 280px;
    }

    .bloc_content .schema_collecte_avis li.liaison_depot_traitement {
        width: 55px;
        background-size: 55px;
        top: 98px;
        left: 330px;
    }

    .bloc_content .schema_collecte_avis li.traitement_avis {
        background-size: 30px;
        width: 70px;
        padding: 40px 0 0;
        top: 65px;
        left: 390px;
    }

    .bloc_content .schema_collecte_avis li.liaison_traitement_publication {
        width: 60px;
        background-size: 60px;
        top: 98px;
        left: 470px;
    }

    .bloc_content .schema_collecte_avis li.publication {
        background-size: 40px;
        width: 75px;
        padding: 40px 0 0;
        top: 65px;
        left: 540px;
    }

    .bloc_content .schema_collecte_avis li.liaison_publication_etoiles {
        width: 30px;
        background-size: 30px;
        top: 96px;
        left: 625px;
    }

    .bloc_content .schema_collecte_avis li.liaison_publication_list_section {
        width: 30px;
        background-size: 30px;
        top: 96px;
        left: 625px;
    }

    .bloc_content .schema_collecte_avis li.etoiles {
        width: 70px;
        background-size: 70px;
        top: 75px;
        left: 670px;
    }

    .bloc_avis p,
    .bloc_avis .titre_rubrique_avis {
        text-align: center;
    }

    .bloc_avis .titre_rubrique_avis {
        margin-top: 0 !important;
    }

    .bloc_slider_avis_site ul {
        margin: 0;
    }

    .bloc_avis .bx-controls a.bx-next {
        right: 30px;
    }

    .bloc_plus {
        padding: 45px 0 0;
    }

    .bloc_plus .col-3-element {
        padding: 80px 30px 0;
    }

    .bloc_fonctionnalites .bx-controls a.bx-prev {
        left: 10px;
    }

    .bloc_fonctionnalites .bx-controls a.bx-next {
        right: 70px;
    }

    /** Tarifs **/
    .bloc_titre_formule {
        font-size: 18px;
    }

    .bloc_prix_formule .prix_formule {
        font-size: 48px;
    }

    .formule_infinite .bloc_prix_formule .prix_formule {
        font-size: 36px;
    }

    .bloc_prix_formule .notice_prix {
        font-size: 14px;
    }

    .bloc_prix_formule .notice_prix small {
        font-size: 10px;
    }

    .ligne3_formule,
        /*.ligne_formule_section,
        .ligne_formule_section_2, */
    .ligne2_formule {
        padding: 15px 10px 10px;
    }

    .ligne3_formule p,
    .ligne_formule_section_1 p,
    .ligne_formule_section_2 p,
    .ligne2_formule p {
        font-size: 10px;
    }

    .ligne_plus_formule {
        padding: 23px 5px 0;
    }
}

/** Style spécifique Breakpoint Menu **/
@media only screen and (max-width: 54em) {
    .bloc_logo {
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .bloc_logo img {
        position: relative;
        z-index: 999;
        width: 268px;
        top: -1px;
        float: left;
        margin-left: 57px;
    }

    .top-bar {
        background: transparent;
        padding-top: 44px;
    }

    .top-bar.expanded {
        position: absolute;
        width: 210%;
    }

    .top-bar-section {
        left: -100% !important;
    }

    .top-bar.expanded .top-bar-section {
        left: 0 !important;
        padding-top: 25px;
    }

    .top-bar-section ul {
        /*border-top: 1px solid #f99805;*/
    }

    .top-bar-section ul li {
        background: #1e272c;
    }

    .top-bar-section ul li > a {
        font-weight: 600;
        font-size: 17px;
    }

    .top-bar-section ul li:hover:not(.has-form) > a,
    .top-bar-section ul li:hover > a,
    .top-bar-section ul li.select > a {
        background: #f39712;
    }

    .top-bar .toggle-topbar.menu-icon {
        display: inline-block;
        margin-top: -44px;
        z-index: 99;
        position: absolute;
        top: 12px;
        left: 10px;
        right: auto;
    }

    .top-bar .toggle-topbar.menu-icon a {
        display: inline-block;
        overflow: hidden;
        text-indent: -999px;
        width: 30px;
        height: 25px;
        background: url('../img/bt_menu.png') no-repeat;
    }

    .top-bar .toggle-topbar.menu-icon a span::after {
        display: none;
    }
}

/** Mobile **/
@media only screen and (max-width: 48em) {
    .titre_bloc {
        font-size: 30px;
    }

    body {
        padding-top: 164px;
    }

    #myCanvasContainer #myCanvas {
        width: 78%
    }

    header.header {
        padding-bottom: 10px;
        min-height: 164px;
        background: #1e272c;
    }

    .container_top_right {
        display: block;
    }

    .bloc_tel {
        float: left;
    }

    .bloc_contact {
        clear: both;
        float: left;
    }

    .bloc_logo_menu {
        min-height: 96px;
    }

    .bloc_logo {
        padding: 0;
    }

    .bloc_logo img {
        max-width: 200px;
        float: left;
        margin-left: 0px;
    }

    .bloc_menu {
        padding-top: 40px;
    }

    .bloc_connexion {
        position: absolute;
        bottom: 15px;
        right: 55px;
        max-width: 175px;
    }

    .bt_connexion {
        float: left;
        font-size: 10px;
        line-height: 23px;
        margin-right: 15px;
    }

    .bt_inscription {
        float: left;
        font-size: 10px;
        line-height: 18px;
    }

    .top-bar.expanded {
        width: 108%;
    }

    .top-bar .top-bar-section {
        background: #1e272c;
        padding-top: 25px;
    }

    .top-bar-section ul li > a {
        font-weight: 500;
        font-size: 16px;
    }

    .top-bar-section li.contact {
        border-bottom: 1px solid #f99805;
    }

    /** Home **/
    .bt_test {
        padding: 0 55px;
    }

    #slider .content_slide {
        padding: 0 50px;
    }

    #slider .titre_slide_top {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 24px;
    }

    #slider p {
        font-size: 14px;
        line-height: 1.6em;
        font-weight: 400;
    }

    .bloc_benefices {
        padding: 45px 0 30px;
    }

    .grille_benefices {
        background: #fff;
    }

    .bloc_content .grille_benefices li {
        width: 100%;
    }

    .bloc_content .grille_benefices .conversion.show,
    .bloc_content .grille_benefices .confiance.show {
        background-position: bottom center;
    }

    .bloc_content .grille_benefices .confiance,
    .bloc_content .grille_benefices .conversion {
        padding: 0 0 160px;
    }

    .bloc_content .grille_benefices .conversion {
        margin-bottom: 0;
    }

    .bloc_chiffres {
        padding: 50px 50px 15px;
    }

    .bloc_content .bloc_chiffres p {
        margin-bottom: 35px;
    }

    .bloc_collectes {
        padding: 50px 15px;
    }

    .checklist_lancement {
        padding-left: 15px;
    }

    .bloc_content .checklist_lancement li {
        font-size: 14px;
        letter-spacing: -1px;
        padding-left: 35px;
        margin-bottom: 25px;
    }

    .bloc_lancement {
        padding-bottom: 40px;
    }

    .bloc_content .titre_bloc_lancement {
        font-size: 30px;
    }

    .bloc_contenu_certifications {
        padding: 0 15px;
    }

    .bloc_certification {
        padding-bottom: 0;
    }

    .bloc_nuage {
        min-height: 100px;
    }

    .picto_temoignage {
        background: transparent;
        padding-left: 0;
    }

    .bloc_slider_temoignages {
        margin-top: 50px;
    }

    .bloc_slider_temoignages ul {
        margin: 0;
    }

    .bloc_content .bloc_slider_temoignages li > div {
        padding: 0;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 10px;
    }

    .prefooter {
        margin-bottom: 0;
    }

    .logo_footer {
        padding-bottom: 10px;
    }

    /** Login **/
    .container_login {
        padding: 75px 10px;
    }

    /** Inscription **/
    .bloc_content .bloc_col {
        max-width: 100%;
    }

    .bloc_col > div {
        min-height: 0;
        margin-bottom: 30px;
    }

    .bloc_formulaire_inscription {
        margin-top: 20px;
    }

    #form_inscription {
        max-width: 100%;
    }

    /** Recrutement **/
    .bloc_contenu_recrutement {
        padding: 50px 15px 0;
    }

    .recrutement .bloc_col > div {
        padding: 0;
    }

    .recrutement .bloc_col > div:last-child {
        margin-bottom: 10px;
    }

    .bloc_liste_offres ul {
        margin-left: 10px;
    }

    .recrutement footer.footer {
        margin-top: 50px;
    }

    /** Clients **/
    .bloc_slider_clients #slider .content_slide {
        padding: 35px 25px 0;
    }

    .bloc_slider_clients #slider img {
        max-width: 160px;
    }

    .bloc_slider_clients #slider p {
        font-size: 22px;
    }

    #slider .nav-arrows span {
        top: 28%;
    }

    .bloc_visuel_interview {
        margin-bottom: 20px;
    }

    .bloc_visuel_interview img {
        max-width: 160px;
    }

    .bloc_texte_interview {
        text-align: center;
    }

    .bloc_texte_interview .titre_interview {
        font-size: 18px;
    }

    .bt_interviews {
        padding: 0 35px;
        line-height: 35px;
        font-size: 15px;
    }

    /** Equipe **/
    .bloc_fondateurs {
        padding-bottom: 0;
    }

    .bloc_fondateurs p {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .bloc_equipe {
        padding: 40px 10px;
    }

    .equipe .liste_equipe li,
    .equipe .liste_equipe li:nth-child(odd) {
        padding: 0;
        margin-bottom: 30px;
    }

    .liste_equipe li .bloc_texte_equipe {
        padding-right: 0;
    }

    /** Contact **/
    .bandeau_contact {
        min-height: 340px;
    }

    .bloc_adresses_contact {
        padding-bottom: 30px;
    }

    .bloc_adresse {
        margin-bottom: 10px;
    }

    body.contact #form_inscription {
        margin-top: 40px;
    }

    .bloc_form_contact #submit_inscription, .bloc_form_contact #submit_partner, .bloc_form_contact #submit_partner_info {
        float: none;
    }

    /** Solutions **/
    .bloc_texte_com {
        padding: 45px 15px;
    }

    .bloc_texte_com p {
        font-size: 16px;
        line-height: 1.6em;
    }

    .bloc_schema_collecte {
        padding-bottom: 0;
    }

    .bloc_content .schema_collecte_avis {
        width: 320px;
        margin: 30px auto;
        min-height: 830px;
    }

    .bloc_content .schema_collecte_avis li.achat_ligne {
        left: 230px;
        top: 0;
        width: 60px;
        padding: 60px 0 0;
        text-align: center;
    }

    .bloc_content .schema_collecte_avis li.liaison_achat_envoi {
        width: 90px;
        min-height: 139px;
        background: url('../img/liaison_achat_mobile.png') no-repeat;
        top: 30px;
        left: 110px;
    }

    .bloc_content .schema_collecte_avis li.achat_magasin {
        padding: 60px 0 0;
        width: 80px;
        top: 0;
        left: 20px;
        text-align: center;
        background-position: center top;
    }

    .bloc_content .schema_collecte_avis li.envoi_email {
        width: 85px;
        min-height: 80px;
        top: 180px;
        left: 112px;
        padding: 30px 0 0 0;
    }

    .bloc_content .schema_collecte_avis li.liaison_envoi_depot {
        width: 28px;
        min-height: 78px;
        background: url('../img/liaison_envoi_depot_mobile.png') no-repeat center top;
        top: 250px;
        left: 140px;
    }

    .bloc_content .schema_collecte_avis li.depot_avis {
        width: 65px;
        min-height: 41px;
        background: url('../img/picto_depot_avis.png') no-repeat center top;
        top: 340px;
        left: 120px;
        padding: 45px 0 0 0;
    }

    .bloc_content .schema_collecte_avis li.liaison_depot_traitement {
        width: 9px;
        min-height: 78px;
        background: url('../img/liaison_depot_traitement_mobile.png') no-repeat center top;
        top: 420px;
        left: 149px;
    }

    .bloc_content .schema_collecte_avis li.traitement_avis {
        width: 95px;
        min-height: 41px;
        background: url('../img/picto_traitement.png') no-repeat center top;
        top: 508px;
        left: 105px;
        padding: 45px 0 0;
    }

    .bloc_content .schema_collecte_avis li.liaison_traitement_publication {
        width: 9px;
        min-height: 78px;
        background: url('../img/liaison_traitement_publication_mobile.png') no-repeat center top;
        top: 585px;
        left: 149px;
    }

    .bloc_content .schema_collecte_avis li.publication {
        width: 95px;
        min-height: 40px;
        background: url('../img/picto_publication.png') no-repeat center top;
        top: 670px;
        left: 110px;
        padding: 45px 0 0;
    }

    .bloc_content .schema_collecte_avis li.liaison_publication_etoiles {
        width: 9px;
        min-height: 45px;
        background: url('../img/liaison_publication_etoiles_mobile.png') no-repeat center top;
        top: 735px;
        left: 149px;
    }

    .bloc_content .schema_collecte_avis li.etoiles {
        width: 95px;
        min-height: 26px;
        background: url('../img/picto_etoiles.png') no-repeat center bottom;
        top: 790px;
        left: 105px;
        padding: 0 0 30px;
    }

    .bloc_avis {
        padding-top: 45px;
    }

    .bloc_avis .avis_site p, .bloc_avis .avis_produit p, .bloc_avis .module_quetion_reponses p, .bloc_avis .enquete_nps p, .bloc_avis .avis_magasin p {
        font-size: 16px;
    }

    .bloc_avis .avis_magasin .titre_rubrique_avis,
    .bloc_avis .avis_site .titre_rubrique_avis,
    .bloc_avis .module_quetion_reponses .titre_rubrique_avis,
    .bloc_avis .enquete_nps .titre_rubrique_avis,
    .bloc_avis .avis_produit .titre_rubrique_avis {
        font-size: 24px;
    }

    .bloc_avis .avis_site,
    .bloc_avis .avis_produit {
        margin-bottom: 65px;
    }

    .bloc_avis .avis_magasin,
    .bloc_avis .titre_rubrique_avis,
    .bloc_avis .module_quetion_reponses {
        margin-bottom: 100px;
    }

    .bloc_slider_module_question_reponses,
    .bloc_slider_avis_magasin,
    .bloc_slider_enquete_nps,
    .bloc_slider_avis_produit,
    .bloc_slider_avis_site {
        margin-top: 20px;
    }

    .bloc_content .bloc_avis .slide_avis {
        padding: 0 25px;
    }

    .bloc_avis .bx-controls a {
        width: 14px;
        height: 23px;
        margin-top: 0;
        background-size: cover !important;
    }

    .bloc_slider_avis_produit ul,
    .bloc_slider_module_question_reponses ul,
    .bloc_slider_avis_magasin ul {
        margin: 0;
    }

    .bloc_plus {
        padding-bottom: 10px;
    }

    .bloc_plus .col-3-element {
        width: 100%;
        min-height: 0;
        float: none;
        margin-bottom: 45px;
    }

    .bloc_plus .col-3-element.element_taux_retours {
        max-width: 195px;
        margin: auto;
        margin-bottom: 75px;
    }

    .bloc_plus .col-5-element {
        width: 50%;
        min-height: 110px;
        margin-bottom: 40px;
    }

    .bloc_fonctionnalites #bx-pager-fonctionnalites {
        margin: 45px 0 0;
        width: 100%;
        display: block;
    }

    .bloc_fonctionnalites .colonne_fonctionnalites {
        margin: 0 5% 15px;
        width: 40%;
        display: block;
        float: left;
        min-height: 350px;
    }

    .bloc_fonctionnalites .bx-controls {
        top: auto;
        bottom: 11%;
    }

    .bloc_fonctionnalites .bx-controls a {
        width: 19px;
        height: 31px;
        background-size: cover !important;
    }

    .bloc_fonctionnalites .bx-controls a.bx-next {
        right: 35px;
    }

    .bloc_fonctionnalites .bx-controls a.bx-prev {
        left: -25px;
    }

    .bloc_content .titre_bloc_documentation_gratuite {
        font-size: 30px;
        margin-bottom: 30px;
    }

    form.form_documentation_gratuite {
        padding: 0 30px;
    }

    .bloc_documentation_gratuite {
        padding-bottom: 50px;
        background-position: center left;
    }

    .bloc_documentation_gratuite input[type="text"] {
        margin-bottom: 15px;
    }

    .bloc_documentation_gratuite #submit_doc {
        margin: 15px 0 45px;
        width: 100%;
    }

    /** Tarifs **/
    .grille_prix {
        padding: 0 32px;
    }

    .grille_prix_2 {
        padding: 0 32px;
    }

    .grille_prix .col_prix {
        margin-bottom: 25px;
    }

    .grille_prix_2 .col_prix {
        margin-bottom: 25px;
    }

    .bloc_prix_formule span.euro {
        font-size: 23px;
        top: -16px;
    }

    .bloc_savoir_plus {
        position: absolute !important;
    }

    .bloc_tarifs {
        padding-bottom: 20px;
    }

    .bloc_simulateur {
        padding-bottom: 45px;
    }
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    width: 93%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #F0F0F0;
    padding: 25px;
    margin: 10px;
    margin-bottom: 0;
}

.bloc_equipe ul.small-12 {
    margin-left: 130px;
}

/*** Annuaire ***/

.bloc_annuaire_categorie {
    padding: 50px 0;
    position: relative;
}

.bloc_categorie {
    width: 167px;
}

.bloc_categorie_filtre {
    m- margin: 0 0 2rem 0;
}

.border_filtre {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f28e1b;
    border-radius: 0.50rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bloc_categorie_filtre input[type="text"] {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: none !important;

}

.bloc_categorie_filtre input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
    font-weight: 600;
}

.bloc_categorie_filtre input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    font-weight: 600;
}

.bloc_categorie_filtre input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
    font-weight: 600;
}

.bloc_categorie_filtre input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-weight: 600;
}

.bloc_categorie_filtre input[type="submit"] {
    background: url('../img/annuaire/loupe.png') no-repeat center center;
    border: none;
    display: inline-block;
    height: 37px;
    width: 100%;
    float: right;
}

.sbloc_categorie {
    position: relative;
    padding: 0.1em;
    float: left;
    margin: 0 !important;
    text-align: center;
    height: 160px;
}

.sbloc_categorie_img {
    width: 167px;
    height: 121px;
    margin: 0 auto;
}

.sbloc_categorie_img_fond {
    width: 167px;
    height: 121px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 0;
}

.sbloc_categorie_img_fond:hover {
    background-color: #f28e1b;
    opacity: 0.8;
    filter: alpha(opacity=50);
    border: 0;
}

.sbloc_categorie_img#alimentation {
    background: url('../img/annuaire/icon_alimentation.png') no-repeat center center,
    url('../img/annuaire/fond_alimentation.jpg') no-repeat top center;
}

.sbloc_categorie_img#assurance {
    background: url('../img/annuaire/icon_assurance.png') no-repeat center center,
    url('../img/annuaire/fond_assurance.jpg') no-repeat top center;
}

.sbloc_categorie_img#auto_et_moto {
    background: url('../img/annuaire/icon_auto_et_moto.png') no-repeat center center,
    url('../img/annuaire/fond_auto_et_moto.jpg') no-repeat top center;
}


.sbloc_categorie_img#animaux {
    background: url('../img/annuaire/icon_animaux.png') no-repeat center center,
    url('../img/annuaire/fond_animaux.png') no-repeat top center;
}
.sbloc_categorie_img#energie {
    background: url('../img/annuaire/icon_energie.png') no-repeat center center,
    url('../img/annuaire/fond_energie.png') no-repeat top center;
}
.sbloc_categorie_img#agences_medias_saas {
    background: url('../img/annuaire/icon_agences_medias_saas.png') no-repeat center center,
    url('../img/annuaire/fond_agences_medias_saas.png') no-repeat top center;
}




.sbloc_categorie_img#bebes_et_enfants {
    background: url('../img/annuaire/icon_bebes_et_enfants.png') no-repeat center center,
    url('../img/annuaire/fond_bebes_et_enfants.jpg') no-repeat top center;
}

.sbloc_categorie_img#culture_et_divertissement {
    background: url('../img/annuaire/icon_culture_et_divertissement.png') no-repeat center center,
    url('../img/annuaire/fond_culture_et_divertissement.jpg') no-repeat top center;
}

.sbloc_categorie_img#electromenager {
    background: url('../img/annuaire/icon_electromenager.png') no-repeat center center,
    url('../img/annuaire/fond_electromenager.jpg') no-repeat top center;
}

.sbloc_categorie_img#fleurs_et_cadeaux {
    background: url('../img/annuaire/icon_fleurs_et_cadeaux.png') no-repeat center center,
    url('../img/annuaire/fond_fleurs_et_cadeaux.jpg') no-repeat top center;
}

.sbloc_categorie_img#hifi_photos_videos {
    background: url('../img/annuaire/icon_hifi_photos_videos.png') no-repeat center center,
    url('../img/annuaire/fond_hifi_photos_videos.jpg') no-repeat top center;
}

.sbloc_categorie_img#immobilier {
    background: url('../img/annuaire/icon_immobilier.png') no-repeat center center,
    url('../img/annuaire/fond_immobilier.jpg') no-repeat top center;
}

.sbloc_categorie_img#informatique_et_logiciels {
    background: url('../img/annuaire/icon_informatique_et_logiciels.png') no-repeat center center,
    url('../img/annuaire/fond_informatique_et_logiciels.jpg') no-repeat top center;
}

.sbloc_categorie_img#maison_et_jardin {
    background: url('../img/annuaire/icon_maison_et_jardin.png') no-repeat center center,
    url('../img/annuaire/fond_maison_et_jardin.jpg') no-repeat top center;
}

.sbloc_categorie_img#sante_et_beaute {
    background: url('../img/annuaire/icon_sante_et_beaute.png') no-repeat center center,
    url('../img/annuaire/fond_sante_et_beaute.jpg') no-repeat top center;
}

.sbloc_categorie_img#services_au_pro {
    background: url('../img/annuaire/icon_services_au_pro.png') no-repeat center center,
    url('../img/annuaire/fond_services_au_pro.jpg') no-repeat top center;
}

.sbloc_categorie_img#sport {
    background: url('../img/annuaire/icon_sport.png') no-repeat center center,
    url('../img/annuaire/fond_sport.jpg') no-repeat top center;
}

.sbloc_categorie_img#telephonie_et_communication {
    background: url('../img/annuaire/icon_telephonie_et_communication.png') no-repeat center center,
    url('../img/annuaire/fond_telephonie_et_communication.jpg') no-repeat top center;
}

.sbloc_categorie_img#vetements_et_accessoires {
    background: url('../img/annuaire/icon_vetements_et_accessoires.png') no-repeat center center,
    url('../img/annuaire/fond_vetements_et_accessoires.jpg') no-repeat top center;
}

.sbloc_categorie_img#vie_pratique {
    background: url('../img/annuaire/icon_vie_pratique.png') no-repeat center center,
    url('../img/annuaire/fond_vie_pratique.jpg') no-repeat top center;
}

.sbloc_categorie_img#voyage {
    background: url('../img/annuaire/icon_voyage.png') no-repeat center center,
    url('../img/annuaire/fond_voyage.jpg') no-repeat top center;
}

.sbloc_categorie_img#AgencesPartenaires {
    background: url('../img/annuaire/icon_AgencesPartenaires.png') no-repeat center center,
    url('../img/annuaire/icon_AgencesPartenaires.png') no-repeat top center;
    background-size: cover;
    width: auto;
}

.sbloc_categorie_img#PartenairesTechnologiques {
    background: url('../img/annuaire/icon_PartenairesTechnologiques.png') no-repeat center center,
    url('../img/annuaire/icon_PartenairesTechnologiques.png') no-repeat top center;
    background-size: cover;
    width: auto;
}

.sbloc_categorie_img#enseignement {
    background:url('../img/annuaire/icon_enseignement.png') no-repeat center center,
    url('../img/annuaire/fond_enseignement.png') no-repeat top center;
}

.bloc_categorie_filtre, .titre_bloc_categorie {
    padding-top: 20px;
    padding-bottom: 20px;
}

.border_filtre {
    width: 80%;
    left: 10%;
}

.bloc_categorie_filtre input[type="text"], .bloc_categorie_filtre input[type="submit"] {
    padding: 15px;
    height: 100%;
}

.stitre_bloc_categorie {
    width: 167px;
    height: 35px;
    background-color: #f28e1b;
    color: #fff;
    padding: 0.1em;
    display: table-cell;
    vertical-align: middle;
}

.horizontal-center {
    width: inherit;
    text-align: center;
}

.horizontal-left {
    width: inherit;
    text-align: left;
}

.vertical-center {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.stitre_bloc_categorie p {
    width: 100px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.bloc_annuaire_les_interviews {
    padding: 50px 0;
    background: #f1f1f1;
}

.bloc_annuaire_les_interviews .bx-controls a.bx-prev {
    left: 0;
    top: 175px;
    background: url('../img/left_slide.png') no-repeat;
}

.bloc_annuaire_les_interviews .bx-controls a.bx-next {
    right: 0;
    top: 175px;
    background: url('../img/right_slide.png') no-repeat;
}

.slide_interviews img {
    height: 350px;
}

.titre_bloc_les_interviews {
    margin-top: 20px;

}

.lire_bloc_les_interviews {
    text-align: center;
}

.bt_interview {
    display: block;
    margin: 5px auto;
    width: 157px;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    /*font-weight: 700;*/
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 23px;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
}

.bt_interview:hover {
    display: block;
    margin: 0 auto;
    width: 157px;
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}


.bloc_annuaire_activite_live {
    background: url('../img/annuaire/fond_actualite_direct.jpg') no-repeat top center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.bloc_annuaire_activite_live .titre_bloc {
    color: #fff;
}


.bt_annuaire_activite_live {
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    padding: 0 70px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0;
    line-height: 50px;
    background-color: #f28e1b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGUxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTgwMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28e1b), color-stop(100%, #da8018)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f28e1b 0%, #da8018 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f28e1b 0%, #da8018 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28e1b', endColorstr='#da8018', GradientType=0); /* IE6-8 */
    margin-top: 30px;
}

.bt_annuaire_activite_live:hover {
    color: #838383;
    background-color: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d9d9d9)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d9d9d9 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d9d9d9', GradientType=0); /* IE6-8 */
}

.bloc_annuaire__activity_live {
    padding: 50px 0;
    text-align: center;
}

.intermediaire_titre_bloc {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    line-height: 1em;
    font-size: 24px;
    text-align: center;
}


.container_activity_live {
    display: flex;
    border-radius: 10px;
    background-color: #3B464C;
    color: #ffffff;
    margin-bottom: 40px;
}

.note_info_nouveaux_inscrits {

    text-align: left;
    /*display: flex;*/
}

.image_container_nouveaux_inscrits img {
    height: 132px;
}

.container_nouveaux_inscrits .row {
    height: 175px;
}

.container_nouveaux_inscrits {
    border-radius: 10px;
    background-color: #3B464C;
    color: #ffffff;
    margin-bottom: 40px;
    height: 240px;
}

.note_info_activity_live {
    text-align: left;
    display: flex;
}

.f-s-16 {
    font-size: 16px;
}

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

.fil-b {
    filter: invert(.8);
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.p-r {
    position: relative;
}

.h-30p {
    height: 30px !important;
}

.h-40p {
    height: 40px !important;
}

.w-40p {
    width: 40px !important;
}

.p-r {
    position: relative;
}

.t-20 {
    left: 20px;
}

.l-20 {
    left: 20px;
}

.t-0 {
    left: 0px;
}

.l-0 {
    left: 0px;
}

.p-a {
    position: absolute;
}

.c-o {
    color: #F99805 !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.f-w-b {
    font-weight: bold !important;
}

.d-in {
    display: inline !important;
}

.d-t {
    display: table !important;
    margin: auto;
}

.d-c {
    display: table-cell !important;
}

.v-a-m {
    vertical-align: middle !important;
}

.t-a-l {
    text-align: left !important;
}

.t-a-c {
    text-align: center !important;
}

.f-b {
    font-weight: bold !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-10 {
    margin: 10px !important;
}


.m-5 {
    margin: 5px !important;
}

.b-r-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-4 {
    padding-top: 4px !important;
}

.p-b-4 {
    padding-bottom: 4px !important;
}

.p-t-10 {
    padding-top: 4px !important;
}

.p-b-10 {
    padding-bottom: 4px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-l-65 {
    padding-left: 65px !important;
}

.p-r-65 {
    padding-right: 65px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-l-85 {
    padding-left: 85px !important;
}

.p-r-85 {
    padding-right: 85px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.message_activity_live {
    color: #000000;
    background-color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.info_message_activity_live {
    margin-bottom: 20px;
    margin-top: 20px;
}

.note_info_activity_live {
    display: block;
}

.titre_activity_live {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}


.speech-bubble {
    position: relative;
    background: #ffffff;

    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 94%;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    border-right: 0;
    margin-left: -18px;
    margin-bottom: -16px;
}

.bloc_slider_les_interviews .bx-viewport {
    height: auto !important;
}

.introduction_bloc_les_interviews {
    color: #000000;
}

.box-client-list {
    min-height: 150px;
    border-color: #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-left-radius: 15px;
    margin-top: 25px;
    -webkit-box-shadow: -2px 6px 10px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: -2px 6px 10px 0px rgba(219, 219, 219, 1);
    box-shadow: -2px 6px 10px 0px rgba(219, 219, 219, 1);
}

.box-client-list:hover {
    min-height: 150px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-left-radius: 15px;
    margin-top: 25px;
    -webkit-box-shadow: -2px 6px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 6px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 6px 10px 0px rgba(0, 0, 0, 0.3);
}

.box-client-list-item {
    display: inline-block;
    height: 100px;
    margin: 25px 0px;
}

.box-client-list-item img {
    max-height: 100px;
}

.bordered-right {
    border-right: 1px solid #dbdbdb;
}

.st_facebook_large, .st_linkedin_large, .st_twitter_large, .st_googleplus_large {
    font-size: 13px;
}

#social-section {
    width: 162px;
    margin: 20px auto;
}

.bloc_client_list_interviews .part-REP p {
    display: inline-block;
    color: #000000;
}

.pager {
    padding-left: 0;
    margin: 16px 0;
    list-style: none;
    text-align: center;
}

.pager select {
    margin: 0 10px;
    width: auto;
    -webkit-appearance: listbox !important;
    -moz-appearance: listbox !important;
    appearance: listbox !important;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #cccccc;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #b3b3b3;
    background-color: #ffffff;
    cursor: not-allowed;
}

.pager {
    margin-top: 25px;
    margin-bottom: 20px;
}

.pager .current {
    margin: 0 5px;
    display: inline-block;
    color: #000 !important;
    padding: 5px 14px;
    font-size: 12px;
}

.pager .disabled .icon {
    cursor: default;
    cursor: not-allowed;
}

.pager li {
    margin: 0 3px;
}

.pager li a:hover,
.pager li a:focus {
    background-color: #e6e6e6;
}

.pager a {
    outline: 0;
}

@font-face {
    font-family: 'av-icons';
    src: url('../fonts/av-icons.eot?29p0on');
    src: url('../fonts/av-icons.eot?#iefix29p0on') format('embedded-opentype'), url('../fonts/av-icons.woff?29p0on') format('woff'), url('../fonts/av-icons.ttf?29p0on') format('truetype'), url('../fonts/av-icons.svg?29p0on#av-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: av-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail-reply:before {
    content: "\f112";
}

.icon-angle-double-left:before {
    content: "\f100";
}

.icon-angle-double-right:before {
    content: "\f101";
}

.icon-angle-double-up:before {
    content: "\f102";
}

.icon-angle-double-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

/*** Annuaire END ***/

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (max-width: 962px) {
    .menu_social li.blog > a {
        position: initial;
    }
}

@media only screen and (max-width: 800px) {
    .masonry .item {
        width: 100%;
    }


}


@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) {
    .header .bloc_connexion .button {
        width: 120px;
    }

    .header .medium-2.columns.bloc_connexion {
        margin-top: 6px;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        max-width: 1260px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    footer.footer {
        position: relative;
    }

    .bloc_copyright {
        background: #e0e0e0;
    }

    div.bloc_annuaire_activity_live {
        padding-right: 10px;
        padding-left: 10px;
    }

    div.bloc_annuaire_activity_live .p-l-85 {
        padding-left: initial !important;
    }

    div.bloc_annuaire_activity_live .p-r-85 {
        padding-right: initial !important;
    }

    div.bloc_annuaire_activite_live div.container_activity_live {
        align-items: center;
    }

    div.bloc_annuaire_activite_live .titre_activity_live {
        font-size: 18px;

    }

    div.bloc_annuaire_activite_live div.container_activity_live .ratingWrapper {
        position: relative;
        left: -16px;
    }

    div.bloc_annuaire_activite_live div.container_activity_live .speech-bubble {
        position: relative;
        min-height: 35px;
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bxslider-2 .p-r-50 {
        padding-right: initial !important;
    }

    .bxslider-2 .p-l-50 {
        padding-left: initial !important;
    }


    .bx-wrapper .bx-next {

        right: -10px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }

    .note_nouveaux_inscrits {
        margin: initial !important;
    }


}

.bloc_copyright {
    background: #e0e0e0;
    position: relative;
    top: 9px;
}

#bloc_visuel_aiecel {
    min-height: 100px;
    width: 367px;
    margin: 0 auto;
    background: url('../img/logo_aicel.png') no-repeat center center;
    background-size: cover;
    transition: all 0.4s;
}

.orange {
    color: #F9A424 !important;
}

.list-order {
    margin-left: 0px !important;
}

.img-aicel{
    width: 507px;
    float: right;
    margin-top: 10%;
}

.img-container
{
    margin-top: 50px;
}

.lg-md-hidden
{
    display: none;
}

.sm-hidden
{
    display: block;
}

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

@media (max-width: 768px)
{
    .img-container
    {
        margin-top: 0px !important;
        float: left !important;
        margin-bottom: 30px !important;
    }

    .lg-md-hidden
    {
        display: block !important;
    }

    .sm-hidden
    {
        display: none !important;
    }

    .margin-top-50
    {
        margin-top: 0px !important;
    }
}

.close-covid
{
    cursor: pointer;
    height: 100%;
    width: 40px;
}

.covid-banner
{
    display: none;
}