@import url('//fonts.googleapis.com/css?family=Lato:100,300,regular,700,900|Montserrat:100,200,300,400,600,700,800,400italic&subset=latin,latin-ext');
@import url('https://www.agencenile.com/hubfs/font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300,regular,700,900');

/***********************************************/
/* CSS @imports must be at the top of the file */
/*        Add them above this section          */
/*     Start your style declarations here      */
/**********************************************/



/* This responsive framework is required for all styles. */
/* Images */

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0;
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 1000px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0 5% 0 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}


.row-fluid [class*="span"] {
    min-height: 1px;
}




/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


                                              
/* ==========================================================================
   Variables                                               
   ========================================================================== */


/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* ==========================================================================
   Macros                                                  
   ========================================================================== */

 


 



/*****************************************/
    /* Éléments principal du CSS    */
/* Liste : corp de la page, h1,h2,h3,h4,h5,h6, paragraphe, liens...   */
/*****************************************/

    body, html {
        font-size: 100%;
    }

    body{
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 18px;
        color: #303030;
        line-height: 26px;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        background:#f2f2f2;
    }


    /* Headings */
    
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Montserrat', sans-serif;
    }

    h2 a, h3 a, h4 a, h5 a{
        text-transform:none;
    }
    
    h1 {
        font-size: 2.2em;
        font-weight: 400;
        line-height: 1.25em;
        text-shadow: none;
    }
    
    h2{
        font-size: 28px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 1px;
    }
    

    
    h3{
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
    }
    
    h4{
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
    }
    
    h5{
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    h6 {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 300;
    }
    
    p {
        color: #383b3e;
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
    }
    
    
    
    a{
        color: #ed7f10;
        cursor: pointer;
        text-decoration: underline;
    }
    
    .seperateur {
        width: 50px;
        height: 4px;
        margin-top: 0px;
        background-color: #e4e4e4;
    }
    
    
/* ==========================================================================
        Header
   ========================================================================== */
    
    .hs-form .hs-button, .hs-form input[type="submit"] {
        -webkit-appearance: none;
        background-color: #00c189;
    }
    
    

/*****************************************/
/*         CSS principal du Menu         */
/*****************************************/


/* ==========================================================================
        Header
   ========================================================================== */

    
    .header-container-wrapper {}
    .header-container {}
    
    /* Logo styling */
    .header-container .hs_cos_wrapper_type_logo {}
    .header-container .hs_cos_wrapper_type_logo a {}
    .header-container .hs_cos_wrapper_type_logo a img {}
    
    .hs-header-wrapper {
        position: relative;
        min-height: 100px !important;
    }
    .hs-header-wrapper .inner-wrapper{
        padding: 0 45px;
        position: relative;
        background-color: rgba(255,255,255,1);
        -webkit-transition: all .2s ease ;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease ;
        transition: all .2s ease ;
        border-color: #3b4653;
    }
    .hs-header-logo {
        padding-top: 10px;
    }
    
    .second-scroll-header .hs-header-logo {
        padding-top: 5px;
    }
    
    .hs-header-logo img {
        max-width: 180px;
    }
    .hs-inbound-marketing-btn {
        width: auto!IMPORTANT;
        position: absolute;
        right: 45px;
        top: 32px;
        padding: 0 17px;
    }
    
    .custom-menu-primary {
        padding-right: 200px;
    }
    
    
    
/* ==========================================================================
        Media query : Responsivité
   ========================================================================== */
   
    @media(min-width:1001px){
        .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a {
            color: #ed7f10;
        }
        .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a{
            line-height:60px;
        }
        .scroll-header .hs-header-logo img {
            max-width: 118.5px;
        }
        .scroll-header .hs-header-wrapper .inner-wrapper {
            box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        }
        .scroll-header .hs-inbound-marketing-btn {
            top: 12px;
        }
        .scroll-header  .body-container-wrapper {
            padding-top: 100px;
        }
        .scroll-header .hs-header-wrapper {
            -webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
            -moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
            -o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
            -ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
            transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
            top: -120px;
            left: 0;
            position: fixed;
            min-height: 60px !IMPORTANT;
        }
        .second-scroll-header.scroll-header .hs-header-wrapper {
            top: 0;
            z-index: 99999;
        }
    }



/*****************************************/
/*         CSS principal du blog         */
/*****************************************/
    
    .hs-header-page {
        background: -webkit-linear-gradient(153deg,#47ba81 0%,#3161aa 100%);
        background: linear-gradient(-63deg,#47ba81 0%,#3161aa 100%);
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .separateur-blog {
        margin-top: 14px;
        margin-bottom: 20px;
    }
    
    
    #suscribe-newsletter .hs-form-booleancheckbox-display{
        color:#fff !important;
        font-weight: 500;
    }
    
    #suscribe-newsletter .hs-form-booleancheckbox-display label{
        padding-bottom:10px;
    }
     
    #suscribe-newsletter .hs_email.field.hs-form-field label{
        display:none;
    }
    
     #suscribe-newsletter .hs-form .actions {
        text-align: center;
    }

    .hs_email.field.hs-form-field input{
        padding: 10px 20px;
    }
    
    .hs-button.primary{
        margin-top: 20px;
    }
    
    .hs-button.primary:hover{
        cursor:pointer;
    }
    
    #suscribe-newsletter .form-columns-2 {
        padding: 10px 10px 20px;
    }
    
    #suscribe-newsletter h3 {
        font-size: 1.4em;
        font-weight: 500;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        padding-top: 40px;
        text-align: center;
    }
    
/* ==========================================================================
        Media query : Responsivité
   ========================================================================== */
   
    @media (max-width: 600px) {
        .container-fluid .row-fluid .page-center {
            max-width: 100% !important;
            padding: 0 15px;
        }
    }
   

/******************************************************/
/*   Partie spécifique a la liste de billet de blog   */
/*****************************************************/
    
    h1.titre-blog-h1 {
        color:#fff;   
    }
    
    /*      Topics, exemple : Indound marketing, Inbound sales, Webdesign, Hubspot et culture, Vidéos et podcasts          */
    
    .sous-topic{
        border:2px solid #fff;
        padding:5px 20px;
        margin:5px 10px 5px 0px;
        display:inline-block;
    }
    

    .sous-topic:hover{
        border:2px solid #fff;
        background:#3673a2;
    }
    
    .active-sous-topic{
        border:2px solid #fff;
        background:#3673a2;
    }
    
    /*      Les blocs d'articles          */

    .box-infos-first h3{
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin: 0px 0px 20px;
        color:#4b4b4b;
        text-transform: uppercase;
    }
    
    .box-infos h3{
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 1px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        margin: 0px 0px 25px;
        color:#4b4b4b;
        text-transform: uppercase;
    }
    
    .box-infos h3.h3-liste-bloc-half {
        font-size: 18px;
        line-height: 28px;
    }
    
    .sous-topic h5 {
        color: #fff;
        padding: 0px;
        margin: 0px;
    }
    
    .box-infos-first h4 {
        margin: 30px 0px 0px;
        font-family: 'Lato', sans-serif;
        color: #aba7a2;
        font-weight: 300;
        font-size: 18px;
    }
    
    
/*************************************************/
/*      Partie spécifique aux articles blog      */
/************************************************/

    .article a{
        text-decoration: underline !important;
    }

    .article{
        max-width:900px;
        margin:auto;
    }
    
    
    
/*************************************************/
/*              Formulaire                       */
/************************************************/
    
.cta-btn, .hs-form .hs-button, .hs-form input[type="submit"], .banner__subscribe form .actions input, .fsForm input[type="submit"], .site-header__main-menu .hs-menu-depth-1:last-child > a, .hs_cos_wrapper_type_google_search #hs-search-module .hs-button, #cse-search-box input[type="submit"], .banner button.subscribe, .blog-subscribe form .actions input, .blog__pagination a, .system input[type="submit"] {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 2px;
    padding: 1.125em 2.8125em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 900;
    text-decoration: none !important;
    -webkit-transition: .3s;
    transition: .3s;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
}
    
    
/********************************************************************************************/
/********************************************************************************************/
/*****                                 FIN CSS                                          *****/
/********************************************************************************************/
/********************************************************************************************/










/* ==========================================================================
   Base                                                    
========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 


html{
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}



.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}


a { color: #ed7f10;text-decoration: none;    cursor: pointer; } 
a:hover, a:focus { color: #ED7F10;  text-decoration: none; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #1abc9c;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#1abc9c;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}


.threecol{
    padding:5px;
}


/* ==========================================================================
   Typography
   ========================================================================== */



.body-container p:last-child{
    margin-bottom:0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */



/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}
.body-container {}

.hs-banner-wrapper {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 40px;
    color:#fff;
}
.hs-banner-wrapper p{
    color:#fff;
    font-weight:400;
    font-size:20px;
}
.hs-banner-wrapper h1 {
    color: #fff;
    margin: 0;
}
@media(min-width:768px){
    .hs-banner-wrapper .page-center > div {
        width: 83.333%;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */



.footer-container-wrapper {}
.footer-container {}

.hs-footer-wrapper {
    color: #ffffff;
    padding: 72px 0 52px;
    background-color: #2f2f2f;
}
.hs-footer-wrapper h5{
    font-family: 'Lato', Calibri, Arial, sans-serif;
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.58em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color:#fff;
}
.hs-footer-wrapper p{
    color: #ffffff;
}
.hs-footer-wrapper a{
    font-family: 'Raleway',sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #b9b9b9;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
}
.hs-footer-wrapper a:hover {
    color: #ED7F10;
}
.hs-footer-col2 {
    padding-left: 16px;
}
.hs-footer-wrapper ul li {
    padding: 2px;
    list-style: none;
}

.hs-footer-wrapper ul {
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-footer-wrapper h5 {
    margin: 20px 0 10px;
}
.hs-footer-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h-footer-col3 {
    padding-left: 6px;
}
.h-footer-col3 h5 {
    padding-top: 7px;
}

.h-footer-col3 .q_social_icon_holder {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: -5px;
}
.h-footer-col3 .q_social_icon_holder .fa-stack.fa-2x {
    width: 36px;
    height: 36px;
    line-height: 31px;
    -o-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    margin: .2307692307692308em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.h-footer-col3 .q_social_icon_holder .fa-stack i:last-child {
    font-size: .7692307692307692em;
    color:#fff;
}
.h-footer-col3 .linkedin:hover  .fa-stack.fa-2x{
    background-color:#dedede;
}
.h-footer-col3 .twitter:hover .fa-stack.fa-2x{
    background-color:#fff;
}
.h-footer-col3 .facebook:hover .fa-stack.fa-2x{
    background-color:#fff;
}
.h-footer-col3 .google:hover .fa-stack.fa-2x{
    background-color:#fff;
}
.linkedin span.fa-stack {
    border-color: rgb(25, 133, 189);
    background-color: rgb(25, 133, 189);
}
.twitter span.fa-stack {
    background-color: rgb(85, 172, 238);
}
.facebook span.fa-stack {
    background-color: rgb(63, 92, 154);
}
.google span.fa-stack {
   background-color: rgb(221, 75, 57);
}

.hs-footer-copyright {
    background-color: #262626;
    color: #9f9f9f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 0 15px;
}
.hs-footer-copyright p span {
    color: #9F9F9F;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
}




/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
  float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    position: relative;
    padding: 0 9px !important;
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    line-height: 100px;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
}
@media(min-width:1001px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
      color:#ed7f10;
      opacity: .8;
    }
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 0px;
    border-color: #f8f8f8;
    display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    border-color: #dedede;
    min-width: 250px;
    width: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
    border-bottom: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-decoration: none;
    position: relative;
    display: block;
    font-weight: 300;
    color: #3b3b3b;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 12px 15px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    white-space: normal !IMPORTANT;
    font-family: 'Montserrat', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: #f2f2f2;
    color: #ed7f10;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


@media screen and (min-width:1000px) {
    
    .module-desktop-parcours{
        display:block !important;
    }
    
    .module-mobile-parcours{
        display:none !important;
    }
    
}


@media screen and (max-width:999px) {
    
    .module-desktop-parcours{
        display:none !important;
    }
    
    .module-mobile-parcours{
        display:block !important;
    }
    
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 1000px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#000000;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    color: #777;
    height: 100px;
    padding: 0 20px 0 10px;
    line-height: 100px;
    font-size: 15px;
    float:left;
    z-index: 100;
    position: relative;
}
  

  /* Child Toggle Button
     ========================================================================== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    width: 46px;
    min-width: 46px !important;
    height: 40px !important;
    text-align: center;
    line-height: 40px;
 }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
  .child-trigger.child-open:after{
      content: "\f107";
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       width: 100%;
       margin-left: 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
    .custom-menu-primary.js-enabled .hs-menu-wrapper ul {
        max-width: 768px;
        margin: 0 auto;
    }
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid #3b4653;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border-bottom: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 13px;
    font-weight: 400;
    overflow: visible;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 40px;
    letter-spacing: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul{
      border-left:none;
      border-right:none;
      border-bottom:none;
      border-top: 1px solid #3b4653;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 0 10px 0;
    color:#000000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ed7f10; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
      margin: 0 0 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 13px;
    font-weight: 300;
    overflow: visible;
    display: block;
    color:#000;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
    padding:10px 0 10px 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      background:transparent;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    max-width:500px;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px 6px;
    line-height: 20px;
    color: #555555;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top:5px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #666;;
   opacity: 0.5; 
}
:-moz-placeholder { /* Firefox 18- */
   color: #666;;
   opacity: 0.5; 
}
::-moz-placeholder { /* Firefox 19+ */
   color: #666;;
   opacity: 0.5; 
}
:-ms-input-placeholder { /* IE10 */
   color: #666;;
   opacity: 0.5; 
}

.video-overlay.active img {
    display: none;
}
.hs-home-page .video {
    top: -1px;
    position: relative;
}
/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}



/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* ==========================================================================


   6. MISCELLANEOUS                                      


   ========================================================================== */


/************* Global Css **************/

a#cta_button_856800_af2cf0b9-a5b0-4dc6-88dc-9fe0147579a1:hover p {
    color: #fff !IMPORTANT;
}
.hs-home-page .q_slider {
    margin-top: -1px !important;
}
.blog-pagination a {
    margin: 20px 0 !important;
    font-weight: 500 !IMPORTANT;
}
.hs-full-width-module i:hover {
    color: #ed7f10 !important;
}
.hs-case-study-blog  .gw-gopf-style-vario .gw-gopf-cats > span a,
.hs-resource-marketing-blog .gw-gopf-style-vario .gw-gopf-cats > span a {
    text-transform: capitalize;
}
.post-header h2 a {
    word-wrap: break-word;
}
.hs-system-pages .body-container-wrapper {
    padding-top: 40px;
}
.hs-global-css .hs-banner-wrapper{
    margin-bottom:0;
}
.hs-global-css  .body-container-wrapper{
    padding-bottom:0;
}
h4 span{
    color:#db4d0b;
}

.case-study-listing #gw_go_portfolio_etude-de-cas .gw-gopf-post-media-wrap {
    height: 0;
    padding-bottom: 75%;
}
#gw_go_portfolio_etude-de-cas .gw-gopf-style-vario .gw-gopf-cats > span a.selected,
#gw_go_portfolio_inbound-video .gw-gopf-style-delux .gw-gopf-cats > span a.selected {
    background: #ed7f10;
}
#gw_go_portfolio_etude-de-cas .gw-gopf-style-vario .gw-gopf-cats > span a:hover,
#gw_go_portfolio_inbound-video .gw-gopf-style-delux .gw-gopf-cats > span a:hover{
    color:#ED7F10 !Important;
}
.gw-gopf-cats > span {
    margin-right:-5px !Important;
}
.gw-gopf-post-more a {
    margin-top: 0 !IMPORTANT;
    padding-top: 0;
}

#gw_go_portfolio_inbound-video .gw-gopf-style-delux .gw-gopf-post-content h2 a:hover {
    color: #ed7f10 !important;
}
body.case-study-listing  .blog-listing-wrapper .post-listing .post-item,
body .hs-resource-marketing-banner .blog-listing-wrapper .post-listing .post-item,
.hs-marketing-en-videos .blog-listing-wrapper .post-listing .post-item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#back-to-top {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 85px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease;
    right: 18px;
    opacity: 1;
}

#back-to-top span {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    -o-border-radius: 56px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    -webkit-transition: all .2s ease ;
    -moz-transition: all .2s ease ;
    -o-transition: all .2s ease ;
    border: 2px solid #e8e8e8;
    text-align: center;
    background: transparent;
}
#back-to-top:hover span {
    background-color: #e8e8e8;
}
#back-to-top span i {
    font-size: 22px;
    -webkit-transition: color .2s ease ;
    -moz-transition: color .2s ease ;
    -o-transition: color .2s ease ;
    color: #b0b0b0;
    line-height: 52px;
}

.hs-logo-slider .hs_cos_flex-slider {
    margin: 0;
    background: transparent;
    border: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    zoom: 1;
}

.hs-logo-slider .bx-wrapper {
    padding: 0 5px;
    position: relative;
}
.hs-logo-slider ul.bxslider {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
}
.hs-logo-slider .bx-viewport {
    padding: 0 !IMPORTANT;
}
.hs-logo-slider li img {
    display: block;
    margin: 0 auto;
    max-width:100%;
}

.hs-logo-slider .bx-wrapper li {
    vertical-align: middle;
    display: inline-block;
    float: none!important;
    margin-right:10px !important;
}
.hs-logo-slider .bx-controls.bx-has-controls-direction {
    display: none;
}

.hs-logo-slider .bx-wrapper li img:hover {
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}
.custom_error_message .hs-button{
    display:table !important;
    margin-top:15px;
}

body .inputs-list {
    list-style:none;
    margin: 0;
    padding: 0
}
.hs-form-booleancheckbox,
.hs-blog-social-share li,
li.hs-form-radio {
    list-style: none;
    background:none;
    padding: 0;
    margin:0;
    text-decoration:none;
}
.hs-form-required {
  color: #ff0000;
}
ul.hs-error-msgs.inputs-list label {
    color: #ff0000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
}


.body-container .widget-type-email_simple_subscription,
.error-template .body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.landing-page.one-column .body-container .hs_cos_wrapper_type_form {
 width: 50%;
}







/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */


/* Full Width Bottom Pane 1111
_______________________________________________________________________*/
.hs-full-width-bottom-pane {}
body.hs-full-width-bottom-pane .body-container-wrapper {
    padding-bottom: 0;
}

body.hs-full-width-bottom-pane .hs-header-wrapper .inner-wrapper {
    background-color: transparent;
}

body.hs-full-width-bottom-pane.second-scroll-header.scroll-header .hs-header-wrapper .inner-wrapper {
    background-color: rgba(255,255,255,1);
}
body.hs-full-width-bottom-pane .hs-header-wrapper {
    z-index: 1;
}

/*________________________________________*/

.hs_header_container_wrap {
    margin-top: -100px;
    position: relative;
    z-index: 0;
    padding: 250px 0 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs_header_container_wrap .widget-type-header {
    padding-bottom: 130px;
}
.hs_header_container_wrap h1 {
    text-align: center;
    color: #4e4e54;
}
.hs_subheading {}
.hs_header_container_wrap .hs_subheading h3 {
    margin-bottom: 41px;
}


/*____________________________________*/
.hs-full-width-bottom-row1 {
    background-color: #fcfcfc;
}

.hs-full-width-bottom-row1 .page-center div.row-fluid-wrapper {
    margin: 0 -15px;
}


.hs-full-width-bottom-row1 .span8 {
    width: 66.66%;
    padding: 0 15px;
    margin-top: 42px;
}
.hs-full-width-bottom-row1 .hs_full_section {
    padding: 0 6.5%;
}
.hs-full-width-bottom-row1 .hs_full_section .hs_col-6 {
    width: 50%;
    float: left;
    padding: 40px 15px;
    text-align: center;
}
.hs-full-width-bottom-row1 .hs_full_section .hs_col-6 h1, 
.hs-full-width-bottom-row1 .hs_full_section .hs_col-6 p {
    color: #FFF;
}
.hs-full-width-bottom-row1 .span8 .hs_cos_wrapper_type_rich_text {
    margin: 40px 0 20;
}
.hs-full-width-bottom-row1 .span8 .hs_cos_wrapper_type_rich_text h2 {
    margin: 40px 0 41px;
}


.hs-full-width-bottom-row1 .span4 {
    width: 33.33%;
    margin: 0;
    float: right;
}
.hs-full-width-bottom-row1 .span4 .hs_cos_wrapper_type_rich_text {
    border: 3px solid rgb(56, 59, 62);
    padding: 25px 20px 40px;
}
.hs-full-width-bottom-row1 .span4 a {
    display: block;
    margin: 40px 0;
    text-align: center;
}
.hs-full-width-bottom-row1 .span4 p {
    font-weight: 400;
}



/*____________________________________*/
.hs-full-width-bottom-row2 {
    background-color: #fcfcfc;
    padding: 42px 0 40px;
}


.hs-two-col-social-link-with-content {
    position: relative;
}
.animated_icon_with_text_holder {
    float: left;
    text-align: center;
    width: 50%;
}
.animated_icon_with_text_holder .animated_icon_with_text_inner {
    position: relative;
    padding: 0 20px;
    height: 260px;
    min-height: 85px;
}
.animated_icon_with_text_holder .animated_icon_with_text_inner:before,
.animated_icon_with_text_holder .animated_icon_with_text_inner:after {
    display: block;
    content: "";
    position: absolute;
}
.animated_icon_with_text_holder .animated_icon_with_text_inner:before {
    height: 100%;
    right: 0;
    width: 1px;
    border-right: 1px solid #f5f5f5;
}
.animated_icon_with_text_holder .animated_icon_with_text_inner:after {
    width: 100%;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid #f5f5f5;
}
.animated_icon_with_text_holder.hs-col-6.right .animated_icon_with_text_inner:before {
    display: none;
}
.hs-full-width-bottom-row2 .hs_cos_wrapper_type_custom_widget:nth-child(4) .animated_icon_with_text_holder.hs-col-6.left .animated_icon_with_text_inner:after,
.hs-full-width-bottom-row2 .hs_cos_wrapper_type_custom_widget:nth-child(4) .animated_icon_with_text_holder.hs-col-6.right .animated_icon_with_text_inner:after {
    display: none;
}

.animated_icon_with_text_holder .animated_icon_with_text_holder {
    float: left;
    text-align: center;
}
.animated_icon_holder {
    height: 100%;
    padding: 0 0 0 15px;
    display: block;
    width: 81px;
    float: left;
    position: relative;
}
.animated_icon {
    height: 100%;
    width: 100%;
    position: relative;
}
.animated_icon_inner {
    height: 81px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -41px 0 0 0;
}
.animated_icon_inner span {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}
.animated_icon_inner i {
    width: 77px;
    height: 77px;
    line-height: 77px;
    background: transparent;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin: 0;
    border: 2px solid #c0c0c0;
    color: #c0c0c0;
    font-size: 35px;
    box-sizing: content-box;
}
.animated_icon_inner i.fa-paint-brush {
    color: #663399;
    border-color: #663399;
}
.animated_icon_inner span.animated_icon_back i.fa-paint-brush {
    background-color: #663399;
    border-color: #ffffff;
}

.animated_icon_inner i.fa-pencil {
    color: #00aa7f;
    border-color: #00aa7f;
}
.animated_icon_inner span.animated_icon_back i.fa-pencil {
    background-color: #00aa7f;
    border-color: #ffffff;
}
.animated_icon_inner i.fa-facebook {
    color: #3b5998;
    border-color: #3b5998;
}
.animated_icon_inner span.animated_icon_back i.fa-facebook {
    background-color: #3b5998;
    border-color: #ffffff;
}
.animated_icon_inner i.fa-twitter {
    color: #55acee;
    border-color: #55acee;
}
.animated_icon_inner span.animated_icon_back i.fa-twitter {
    background-color: #55acee;
    border-color: #ffffff;
}

.animated_icon_inner i.fa-envelope-o {
    color: #f77f00;
    border-color: #f77f00;
}
.animated_icon_inner span.animated_icon_back i.fa-envelope-o {
    background-color: #f77f00;
    border-color: #ffffff;
}
.animated_icon_inner i.fa-desktop {
    color: #cb2027;
    border-color: #cb2027;
}
.animated_icon_inner span.animated_icon_back i.fa-desktop {
    background-color: #cb2027;
    border-color: #ffffff;
}



.animated_icon_with_text_holder:hover .animated_icon_inner span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.animated_icon_with_text_holder:hover .animated_icon_inner i {
    color: #fff !important;
}

.animated_icon_inner span.animated_icon_back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.animated_icon_with_text_holder:hover .animated_icon_inner span.animated_icon_back {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}



.animated_icon_with_text_holder .animated_text_holder {
    text-align: left;
    width: 100%;
    height: 100%;
}
.animated_icon_with_text_holder .animated_text_holder_wrap {
    display: block;
    padding: 0 0 0 116px;
    height: 100%;
}
.animated_icon_with_text_holder .animated_text_holder_wrap_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.animated_text_holder_inner {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 100%;
}
.animated_icon_with_text_holder .animated_title,
.animated_icon_with_text_holder .animated_text {
    display: table;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.animated_icon_with_text_holder .animated_title,
.animated_icon_with_text_holder .animated_title_inner,
.animated_icon_with_text_holder .animated_text, 
.animated_icon_with_text_holder .animated_text p {
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}

.animated_icon_with_text_holder:hover .animated_title {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: 350ms ease-out;
    -moz-transition: 350ms ease-out;
    -o-transition: 350ms ease-out;
    transition: 350ms ease-out;
}
.animated_icon_with_text_holder:hover .animated_title_inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: 350ms ease-out;
    -moz-transition: 350ms ease-out;
    -o-transition: 350ms ease-out;
    transition: 350ms ease-out;
}

.animated_icon_with_text_holder .animated_title_inner,
.animated_icon_with_text_holder .animated_text p {
    display: table-cell;
    vertical-align: middle;
}
.animated_title_inner h5 {
    color: #4e4e54;
    font-size: 15px;
    line-height: 1.571428571428571em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}


.animated_icon_with_text_holder .animated_text {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.animated_icon_with_text_holder .animated_text p {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.animated_icon_with_text_holder:hover .animated_text, 
.animated_icon_with_text_holder:hover .animated_text p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: 350ms ease-out;
    -moz-transition: 350ms ease-out;
    -o-transition: 350ms ease-out;
    transition: 350ms ease-out;
}

.hs-full-width-bottom-row2 h2 {
    padding-bottom: 20px;
}

.hs-full-width-image_with-content {
    padding: 30px 20px 20px;
    margin: 52px -15px 60px;
    text-align: center;
}
.hs_inner_wrap {
    padding: 10px;
}
.hs-full-width-image_with-content h3 {
    padding-bottom: 15px;
    color: #fff;
    margin: 0;
}
.hs-full-width-image_with-content h3:last-of-type {
    letter-spacing: 0.5px;
}
.hs-full-width-image_with-content a.hs-btn-orange {
    margin: 18px auto 0;
    border-color: #FFF;
    line-height: 39px;
    font-size: 13px;
    padding: 0 23px;
    background-color: rgb(250, 101, 44);
}
.hs-full-width-image_with-content a.hs-btn-orange:hover {
    color: rgb(250, 101, 44);
    background-color: #fff;
    border-color: rgb(250, 101, 44);
}

.hs-five-column {
    margin: 40px 0 25px;
}
.hs-five-column .hs-five-col-inner {
    margin: 0 -15px;
}
.hs-five-column .hs-col-2 {
    width: 16.66666667%;
    float: left;
    padding: 0 15px;
}

.hs-five-column .hs-col-2 h3 {
    margin: 0 0 15px;
}
.hs-five-column .hs-col-2 i.fa-long-arrow-up {
    color: #7ab800;
    margin-right: 8px;
}
.hs-five-column .hs-col-2 i {
    color: #4e4e54;
}



/*____________________________________*/
.hs-full-width-bottom-row3 {}


   
@media(max-width: 1199px) {
    .hs-pourquoi-row-3 .page-center,
    .hs-pourquoi-row-6 .page-center{
        max-width: 980px !important;
    }   
    .hs_lequipe_inner .q_team .q_team_description_inner {
        padding: 0px 25px;
    }
    
    
}
@media(max-width: 1020px) {
    body.hs-full-width-bottom-pane .hs-header-wrapper .inner-wrapper {
        background-color: rgba(255,255,255,1);
    }
    .hs_header_container_wrap {
        margin-top: 0;
    }

    
    
}

@media(max-width: 1000px) {
    .hs-pourquoi-row-3 .page-center,
    .hs-pourquoi-row-6 .page-center {
        max-width: 798px !important;
    }  
    
    .hs_lequipe_inner .q_team .q_team_description_inner {
        padding: 0 10px;
    }
    .hs_lequipe_inner .q_team .q_team_description_inner p {
        font-size: 16px;
        line-height: 1.3;
    }
    
}



@media(max-width: 830px) {
    .hs-full-width-bottom-row1 .page-center div.row-fluid-wrapper {
        margin: 0;
    }
    .hs_subheading {
        padding-left: 15px;
    }
    .hs-full-width-bottom-row1 .span8 {
        width: 100%;
    }
    .hs-full-width-bottom-row1 .span4 {
        width: 31.491712705%;
    }
    .hs-full-width-image_with-content {
        margin: 52px 0px 60px;
    }
    .animated_icon_with_text_holder .animated_icon_with_text_inner:after {
        right: 0;
    }
    .hs-five-column .hs-five-col-inner {
        margin: 0;
    }
    .hs-five-column .hs-col-2 {
        width: 20%;
    }
    
    
}

@media(max-width: 767px) {
    .hs_subheading {
        padding-left: 0;
    }
    .hs-full-width-bottom-row1 .span8 {
        width: 100%;
        padding: 0;
        margin-top: 102px;
    }
    .hs-full-width-bottom-row1 .hs_full_section {
        padding: 0;
        margin-top: 52px -15px 0;
    }
    .hs-full-width-bottom-row1 .hs_full_section .hs_col-6 {
        width: 100%;
    }
    .hs-full-width-bottom-row1 .span4 {
        width: 100%;
        margin: 40px -15px 0;
        float: left;
        padding: 0;
    }
    .hs-full-width-bottom-row1 .span8 .hs_cos_wrapper_type_rich_text h2 {
        margin: 68px 0 41px;
    }

    .hs-full-width-bottom-row2 {
        padding: 20px 15px 40px;
    }

}




@media(min-width: 768px) and (max-width: 820px) {
    .hs_lequipe_inner,
    .hs_four_col-image .hs_image_inner_wrap {
        margin: 0;
    }
    .hs_pourquoi_nous .hs-pourquoi-row-7 .hs_cos_wrapper_type_rich_text p {
        padding: 0 12px;
    }
    .hs_pourquoi_nous .hs-pourquoi-row-4,
    .hs_pourquoi_nous .hs-pourquoi-row-2,
    .hs-ressources-formations-row-2,
    .hs-ressources-formations-row-3,
    body.hs_tarifs_services .body-container .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-ressources-formations-row-3 .hs-ressources-row3-right-content a.hs-btn-orange {;
        padding: 5px 23px;
        line-height: 1.5;
    }
    .hs-ressources-formations-row-1 .page-center div.row-fluid-wrapper,
    .hs_recent_post_row_7 .hs_recet_post_wrapper {
        margin: 0;
    } 
    
    
    
    

}

@media(max-width: 800px) {
    .hs_pourquoi_nous .hs-pourquoi-row-1,
    .hs_pourquoi_nous .hs-pourquoi-row-4,
    .hs_pourquoi_nous .hs-pourquoi-row-2 {
        padding-left: 15px;
        padding-right: 15px;
    }    
    
}

@media(max-width: 767px) {
    body.hs_pourquoi_nous .body-container .page-center {
        max-width: 600px;
    }
    .hs-pourquoi-row-3 .page-center,
    .hs-pourquoi-row-6 .page-center {
        max-width: 630px !important;
    }
    .hs-pourquoi-row-4 .span4.widget-type-rich_text {
        padding: 142px 0 0;
        margin: 0;
        width: 100%;
    }    
    
    .hs_lequipe_inner .hs_col-4 {
        width: 100%;
    }
    .hs_lequipe_inner .q_team .q_team_description_inner p {
        font-size: 18px;
        line-height: 26px;
    }
    .hs_lequipe_inner .q_team .q_team_text {
        padding: 5px 16px 23px;
    }
    .hs_image_inner_wrap .hs_col-3 {
        width: 100%;
        text-align: center;
    }
    
    body.hs_tarifs_services .body-container .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-tarifs-services-row-2 .hs_col-4 {
        margin: 0 0 20px;
        width: 100%;
    }
    .hs-tarifs-services-row-4 .hs_four_col-inner .hs-col-3 {
        width: 100%;
    }
    .hs-tarifs-services-row-4 a.hs-btn-orange {
        padding: 12px 10px;
        line-height: 1.3;
    }
    
    .hs-services-inbound-marketing .hs-agence-partenarie-row5 .hs_four_col-inner .hs-col-3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .hs_recent_post_row_7 .hs_recet_post_wrapper {
        margin: 0;
    }
    .hs_recent_post_row_7 article.hs-portfolio {
        width: 100%;
    }
    
    .hs-ressources-formations-row-1 .hs-ressources-formations-row-1-content {
        width: 100%;
    }
    .hs-ressources-formations-row-6 .hs_recent_post_row_7 .hs_recet_post_wrapper article.hs-portfolio {
        width: 100%;
        margin: 0 0% 2% 0;
    }
        
    .hs-five-column .hs-col-2 {
        width: 100%;
    }
    .hs-five-column .hs-col-2 h3 {
        margin: 0;
    }
    .animated_icon_with_text_holder {
        width: 100%;
    }
    .hs-col-6.left.animated_icon_with_text_holder .animated_icon_with_text_inner:before {
        display: none;
    } 
    .animated_icon_with_text_holder .animated_icon_with_text_inner {
        height: 416px;
    }
    
    .hs-ressources-formations-row-1-content ul {
        padding: 0 3px;
    }
    .hs-ressources-formations-row-1-content ul li {
        margin-bottom: 35px;
    }
    .hs-ressources-formations-row-1-content a.hs-btn-orange {
        margin: 80px 0 0;
        padding: 0 16px;
        line-height: 40px;
    }
    .hs-ressources-row2-right-content {
        margin-top: 55px;
    }
    
    
        
    
}

@media(max-width: 650px) {
    .hs-ressources-formations-row-1 .page-center div.row-fluid-wrapper {
        margin: 0;
    } 
    .hs_four_col-image .hs_image_inner_wrap/*
    .hs_lequipe_inner*/ {
        margin-left: 0;
        margin-right: 0;
    }
    .hs_pourquoi_nous .hs-pourquoi-row-7 {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media(max-width: 600px) {
    body.hs_pourquoi_nous .body-container .page-center {
        max-width: 420px;
    } 
    .hs-pourquoi-row-3 .page-center,
    .hs-pourquoi-row-6 .page-center {
        max-width: 450px !important;
    }

    
}


@media(max-width: 480px) {
    body.hs_pourquoi_nous .body-container .page-center {
        max-width: 300px;
    }    
    .hs-pourquoi-row-3 .page-center,
    .hs-pourquoi-row-6 .page-center {
        max-width: 330px !important;
    }
    .hs-full-width-bottom-flexi .hs-twocolumn-equal-module .right-col a.hs-btn-orange.hs-btn-black {
        padding: 10px 20px;
        line-height: 1.5;
    }
    .hs-services-inbound-marketing .hs-agence-partenarie-row3 a.hs-btn-orange {
        line-height: 1.5;
        padding: 10px 23px;
    }
}

@media(max-width: 380px) {
    .hs_lequipe_inner .q_team .q_team_description_inner p {
        font-size: 16px;
        line-height: 1.3;
    }   
    .hs_lequipe_inner,
    .hs_four_col-image .hs_image_inner_wrap {
        margin: 0;
    }
    .hs_pourquoi_nous .hs-pourquoi-row-7 .hs_cos_wrapper_type_rich_text p {
        padding: 0 12px;
    }
    
    .hs_inner_wrap {
        padding: 0;
    }
    .hs-five-column .hs-five-col-inner {
        margin: 0 -15px;
    }

    .hs-full-width-bottom-row1 .span4 {
        margin: 40px 0px 0;
    }
}   
   
   
   
/*Home Page
____________________________________________________*/   


.hs-home-page .hs-header-wrapper {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    z-index: 4000;
}
.hs-home-page .hs-header-wrapper .inner-wrapper {
    background-color: rgba(255,255,255,0);
}
.hs-home-page .video-overlay {
    position: absolute;
}



.hs-home-page .hs-header-logo img:last-of-type {
    display: none;
}
.hs-home-page.scroll-header .hs-header-logo img:last-of-type {
    display: block;
        max-width: 119px;
}
.hs-home-page.scroll-header .hs-header-logo img:first-of-type {
    display: none;
}

.hs-home-page a.qbutton.green {
    margin-top: 35px;
}
.hs-home-page .slider_content_outer {
    max-width: 1100px;
    margin: 0 auto!IMPORTANT;
    position: absolute;
    top: 30%;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    z-index: 99;
    width: 100%;
}
.hs-home-page  a.slide_anchor_button.anchor {
    font-size: 51px;
    color: #fff;
    display: table;
    margin: 87px auto 0;
}
.hs-home-page .slider_content.center {
    width: 100% !important;
    left: 0 !IMPORTANT;
    right: 0 !important;
}
@media(max-width:1400px){
    .hs-home-page a.slide_anchor_button.anchor {
        margin: 60px auto 0;
    }    
}
.carousel-inner.relative_position {
    position: relative;
    overflow: hidden;
}
.hs-home-page  a.slide_anchor_button.anchor:hover {
    color: #ed7f10;
    
}
 

.hs-home-page .slider_content_outer h4 {
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
        
}

.hs-home-page .slider_content_outer h4 span {
    color: #fff;
}

.hs-home-page a.qbutton.green {
    margin-top: 35px;
}
.carousel .video .video-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
        background-position: 0 0;
    background-repeat: repeat;
    opacity: 1;
}
div#mep_0 {
    height: 80vh !IMPORTANT;
}
.video-wrap video {
    max-width: none !important;
}
@media(min-width:1279px){
    .video-wrap video {
        position:absolute;
        width:100%;
    }    
}

@media (min-width: 1001px){

    .hs-home-page.scroll-header .body-container-wrapper {
        padding-top: 0;
    }
    .hs-home-page.scroll-header .hs-header-wrapper .inner-wrapper {
        background-color: rgba(255,255,255,1);
    }
    .hs-home-page.scroll-header .hs-header-wrapper {
        -webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
        -moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
        -o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
        -ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
        transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
        top: -120px;
        left: 0 !IMPORTANT;
        position: fixed !IMPORTANT;
        min-height: 60px!IMPORTANT;
    }
    .hs-home-page.second-scroll-header.scroll-header .hs-header-wrapper {
        top: 0 !IMPORTANT;
        box-shadow: 0 1px 3px rgba(0,0,0,0.11);
        z-index: 99999;
    }
    .hs-home-page:not(.scroll-header) .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        color:#fff;
    }
    .hs-home-page:not(.scroll-header) .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        color:#ed7f10;
    }
}
@media (max-width: 1200px){
    .slider_content.center{
        width: 100% !important;
        left: 0 !IMPORTANT;
        top: 30%;
        right: 0 !IMPORTANT;
    }

    .hs-home-page .slider_content_outer {
         max-width: 950px;
    }
    .hs-home-page .slider_content_outer h4 {
        font-size: 20.8px;
    }
}
@media (max-width: 1000px){
    .hs-home-page .hs-header-wrapper .inner-wrapper {
        background-color: rgba(255,255,255,1);
    }
    .hs-home-page .hs-header-logo img:last-of-type {
        display: block;
        margin: 0 auto;
        max-width:180px;
    }
    .hs-home-page .hs-header-logo img:first-of-type {
        display: none;
    }

    .hs-home-page  .mobile-trigger:hover {
        color: #ed7f10;
    }
    .hs-home-page .slider_content_outer {
         max-width: 768px;
    }
}
@media(max-width:860px) and (min-width:801px){
    .hs-home-section.hs-home-section2 {
        padding-left: 12px;
        padding-right: 12px;
    }    
}
@media (max-width: 767px){
    .hs-home-page .slider_content_outer {
         max-width: 600px;
    }
}
@media (max-width: 600px){
    .hs-home-page .slider_content_outer {
         max-width: 420px;
    }
    .hs-home-page .slider_content_outer {
        top: 40%;
        transform: translateY(-35%);
    }
}
.hs-home-section1 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: left;
}

.hs-home-section4 p {
    padding-bottom: 15px;
}
.hs-home-section1 a.hs-btn-orange.small {
    font-size: 13px;
    padding: 0 23px;
    line-height: 39px;
    display: inline-block;
    background: rgb(237, 127, 16);
    border-color: rgb(255, 255, 255);
    margin-top: 30px;
}
.hs-home-section1 a.hs-btn-orange.small:hover {
    border-color: rgb(237, 127, 16);
    background: #fff;
}
.hs-home-section1 h2 {
    margin-bottom: 0;
}

.hs-home-section1 hr {
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    height: 1px;
}

.hs-home-section1 span.fa.fa-chevron-down {
    text-align: center;
    display: table;
    border: 2px solid transparent;
    width: 70px;
    height: 70px;
    box-sizing: content-box;
    max-width: 100%;
    line-height: 70px;
    position: relative;
    font-size: 70px;
    margin: 0 auto;
}
.qbutton{
        position: relative;
    display: inline-block;
    width: auto;
    line-height: 39px;
    margin: 0;
    padding: 0 23px;
    border: 2px solid #303030;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    color: #303030;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
        border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        background-color: #ed7f10;
        border-color: #ed7f10;
        color:#fff;
        margin-top: 30px;
        white-space:normal;
        text-align:center;
}
.qbutton:hover {
    background: white;
    color: rgb(237, 127, 16);
    border-color: rgb(237, 127, 16);
    background-color: rgb(255, 255, 255);
}

.hs-home-section.hs-home-section2 {
    background-color: #e2e2e2;
    padding-top: 50px;
}

.ss-row {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 5px 0px;
}
.etatclient {
    color: #ed7f10;
    position: relative;
    text-align: center;
    width: 75px;
    height: 75px;
    margin: auto;
    border: 3px solid #ed7f10;
    border-radius: 50%;
    background: white;
    line-height: 75px;
    box-sizing: content-box;
    font-size: 12px;
}
.ss-left, .ss-right {
    float: left;
    width: 48%;
    position: relative;
        box-sizing: content-box;
}

.ss-left {
    text-align: right;
    float: left;
    padding-right: 2%;
}
.ss-circle {
    overflow: hidden;
    display: inline-block;
    text-indent: -9000px;
    text-align: left;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: static;
}
.ss-left.arrow-logo.arrow-mobile.left {
    display: none;
}

.ss-right.arrow_box_left.arrow-mobile.left {
    display: none;
}
.arrow_box_left {
    position: relative;
    float: left;
    background: #ffffff;
    border: 4px solid #ececec;
    color: black;
    font-size: 15px;
    padding: 30px;
    border-radius: 5px;
    max-width: 300px;
    text-align: center;
        box-sizing: content-box;
}
.etapeInbound {
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 20px !important;
    font-weight: 600;
}
.ss-right.arrow_box_left.arrow-mobile.right {
    display: none;
}



a.ss-circle.ss-circle-2 {
    width: 120px;
    height: 120px;
}

.ss-row.ss-medium.right.ATTIRERconvertirCONCLUREFIDÉLISER {}

.ss-row.ss-medium.right .ss-left {
    padding-right: 0;
    float: right;
    text-align: left;
    padding-left: 2%;
    box-sizing: content-box;

}

.ss-row.ss-medium.right .ss-right {
    text-align: right;
    float: left;
    padding-right: 2%;
}

.ss-row.ss-medium.right .ss-right .arrow_box_left {
    float: right;
        margin-right: 40px;
}

.ss-row.ss-medium.left {}

.ss-row.ss-medium.left .ss-right {
    padding-left: 2%;
}

.ss-row.ss-medium.left .arrow_box_left {
    margin-left: 40px;
}

.ss-row.ss-medium.left a.ss-circle.ss-circle-2 {
    margin-right: 15%;
}

.hs-home-timeline {
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 30px;
}

.hs-home-timeline:before {
    position: absolute;
    width: 4px;
    background: #ED7F10;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    content: '';
    height: 100%;
}

.ss-circle:after {
    width: 26px;
    height: 26px;
    background: #ED7F10;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
    margin-right: -13px;
}

.ss-circle:before {
    width: 14%;
    height: 0px;
    border-bottom: 5px dotted #ED7F10;
    position: absolute;
    top: 50%;
    content: '';
    margin-top: -3px;
    margin-left: -13px;
    right: 2%;
}

.ss-row.ss-medium.right {}

.ss-row.ss-medium.right .ss-circle:after {
        left: 0;
    margin-left: -13px;
}

.ss-row.ss-medium.right .ss-circle:before {
    left: 0;
    margin-left: 0;
}

.ss-row.ss-medium.right .ss-circle {
    float: left;
    margin-left: 15%;
}
.hs-home-section.hs-home-section4 {
    background-color: #3b4653;
    padding: 20px 0 21px;
}

.hs-home-section.hs-home-section4 h2 {
    margin: 0;
}
.hs-section3-bottom-content .cta_button {
    margin-top: 40px !IMPORTANT;
    margin-bottom: 40px !IMPORTANT;
}
.hs-home-section3 .page-center {
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
}

.hs-home-section3 {
    padding-top: 20px;
}

.hs-section3-top-content {
    margin-top: 40px;
}

.hs-section3-top-content h2 {
    margin-bottom: 0;
}

.hs-home-section3 .hs_recent_post_row_7 {
    padding-top: 30px;
}

.hs-home-section3  {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-home-section.hs-home-section5 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: inherit;
}

.hs-home-section.hs-home-section5 .page-center {
    padding-top: 50px;
    padding-bottom: 90px;
}

.hs-home-section.hs-home-section5 h2 {
    margin: 0;
}

.hs-home-section.hs-home-section5 .hs_recent_post_row_7 {
    padding-top: 20px;
}
.hs-home-section4-form span.hs-form-required {
    display: none;
}
.hs-home-section4-form .hs-richtext {
    display: none;
}
.hs-home-section4-form {}

.hs-home-section4-form span.hs-form-required {
    display: none;
}

.hs-home-section4-form .hs-richtext {
    display: none;
}

.hs-home-section4-form .hs-input {
    margin: 0px 0px 20px;
    padding: 16px 12px;
    border: 0px none;
    outline: 0px none;
    resize: none;
    font-size: 16px;
    line-height: 17px;
    background-color: #FFF;
    color: rgb(102, 102, 102);
    font-family: "Lato";
}

.hs-richtext {}

.hs-input {}

.hs-home-section4-form {
    text-align: center;
}

.hs-home-section4-form input.hs-button.primary.large {
    color: #FFF ;
    background-color: #ED7F10;
    border-radius: 2px !important;
    position: relative !important;
    background-image: none !important;
    display: inline-block;
    width: auto;
    min-height: 39px;
    line-height: 39px;
    padding: 0px 23px;
    border: 2px solid #FFF;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0px none;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    text-shadow: none;
    transition: color 0.1s linear , background-color 0.1s linear , border-color 0.1s linear ;
}
.hs-home-section4-form input.hs-button.primary.large:hover {
    background: white ;
    color: #ed7f10 ;
    border-color: #ed7f10 ;
}
.hs-home-section4-form .actions {
    margin-bottom: 18px;
    padding: 0px 0px 15px;
    
}
.hs_recent_post_row_7 article.hs-portfolio:nth-child(3n+1) {
    clear: left;
}
.hs-home-section4-form {
    margin-bottom: 18px;
}
.hs-section3-bottom-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.hs-section3-bottom-content ul li {
    width: 10%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.hs-section3-bottom-content ul li span {
    width: 90%;
    display: block;
}

.hs-section3-bottom-content ul li span img {
    opacity: 0.7;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
}

.hs-section3-bottom-content ul li span img:hover {
    opacity: 1;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
}
.hs-home-page a.qbutton.green:hover {
    border-color: #fff;
}
@media screen and (max-width: 695px){
.ss-row.ss-medium.right .ss-circle:after {
    left: auto;
    margin-left: -13px;
}
.ss-row.ss-medium.right .ss-circle:before {
    left: auto;
    margin-left: 0;
    right: 2%;
}
.ss-row.ss-medium.left .ss-right {
    float: right;
    margin-right: 40px;
}
.ss-row.ss-medium.left .arrow_box_left{
     margin-left: 0;
         margin-left: 0;
    display: block;
    float: right;
}
.ss-row.ss-medium.right .ss-left {
    padding-right: 0;
    float: left;
    text-align: right;
}
.ss-row.ss-medium.right .ss-circle {
    float: none;
    margin-left: 0;
    margin-right: 40px;
}
.ss-row.ss-medium.right .ss-right {
    text-align: right;
    float: right;
    padding-right: 0;
    margin-right: 40px;
}
.ss-row.ss-medium.right .ss-right .arrow_box_left {
    float: right;
    margin-right: 0;
}


}


/*Home Page End
____________________________________________________*/


@media (max-width: 1220px) and (min-width:1101px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 6px;
        letter-spacing: 0.5px;
    }
    a#cta_button_856800_af2cf0b9-a5b0-4dc6-88dc-9fe0147579a1 p {
        font-size: 14px;
    }
    .custom-menu-primary {
        padding-right: 135px;
    }
    .hs-inbound-marketing-btn {
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 1200px){
    body.hs-methodologie-inbound-marketing .body-container .hs-full-width-banner .page-center,
   .container-fluid .row-fluid .page-center{
      max-width:950px;
   }  
}
@media (max-width: 1110px) and (min-width:1001px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 14px;
        padding: 0 6px;
        letter-spacing: 0.5px;
    }
    a#cta_button_856800_af2cf0b9-a5b0-4dc6-88dc-9fe0147579a1 p {
        font-size: 12px;
    }
    .custom-menu-primary {
        padding-right: 115px;
    }
    .hs-inbound-marketing-btn {
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 1000px){
    body.hs-methodologie-inbound-marketing .body-container .hs-full-width-banner .page-center,
   .container-fluid .row-fluid .page-center{
      max-width:768px;
   } 
   .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a,
    .custom-menu-primary .hs-menu-wrapper>ul ul >li.active-branch > a {
        color: #ed7f10;
    }
   .hs-header-logo {
        width: 100%!IMPORTANT;
        text-align: center;
        margin-left: 0!IMPORTANT;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top:10px;
    }
    .hs-header-logo img {
        max-width: 180px;
    }
}

/* Landscape tablet and smaller devices
   ========================================================================== */

@media(max-width:800px) and (min-width:768px){
    .hs-footer-copyright,
     .hs-footer-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }  
    .body-container-wrapper .main-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hs-tarifs-services-row-2,
    .hs-tarifs-services-row-1,
    .hs-home-page .hs-home-section2,
    .hs-home-page .hs-home-section1,
    .hs-home-page .hs-home-section4,
    .hs-full-width-bottom-row1,
    .hs-full-width-bottom-row2,
    .hs-marketing-en-videos .hs-marketing-video-banner,
    .hs-agence-partenarie-row1,
    .hs-case-study-list-bottom-pane,
    .hs-case-study-row3-wrapper,
    .hs-case-study-post-full-width-wrapper,
    .hs-case-study-blog .hs-case-grey-bg-wrapper,
    .hs-case-study-row1-wrapper,
    .hs-creation-de-hubspot-row1,
    .hs-creation-de-hubspot-row3,
    .hs-growth-driven-design-row3,
    .hs-growth-driven-design-row1,
    .hs-banner-wrapper,
    .hs-twocolumn-equal-module,
    .hs-full-width-module{
        padding-left:12px;
        padding-right:12px;
    }
    
    
}
@media (max-width: 767px) {
    body input[type="text"],
    body input[type="password"], 
    body input[type="datetime"], 
    body input[type="datetime-local"], 
    body input[type="date"], 
    body input[type="month"], 
    body input[type="time"], 
    body input[type="week"], 
    body input[type="number"], 
    body input[type="email"], 
    body input[type="url"], 
    body input[type="search"], 
    body input[type="tel"], 
    body input[type="color"],
    body input[type="file"],
    body textarea,
    body select {
      max-width: 100%;
    }
    .body-container .widget-type-email_simple_subscription,
    .error-template .body-container .widget-type-google_search,
    .body-container .widget-type-password_prompt.custom_error_message,
    .landing-page.one-column .body-container .hs_cos_wrapper_type_form {
     width: 100%;
    }
    body.hs-methodologie-inbound-marketing .body-container .hs-full-width-banner .page-center,
    .container-fluid .row-fluid .page-center{
      max-width:600px;
   }
   .custom-menu-primary.js-enabled .hs-menu-wrapper ul {
        max-width: 600px;
    }
    .h-footer-col2 {
        padding-left: 0; 
        padding-bottom: 25px;
    }
    .h-footer-col3 {
        padding-left: 0;
    }
    .h-footer-col1 {
        padding-bottom: 25px;
    }
    .h-footer-col3 .q_social_icon_holder .fa-stack.fa-2x{
        margin: .1407692307692308em;
    }
    .hs-twocolumn-equal-module .page-center>div.col {
        width: 100%;
    }
    .hs-twocolumn-equal-module .page-center.no-wrapper {
        padding: 0 3.5%;
    }
    .hs-full-width-bottom-flexi .hs-twocolumn-equal-module .left-col {
        padding-right: 0;
    }
    .hs-full-width-bottom-flexi .hs-twocolumn-equal-module .right-col {
        padding-left: 0;
    }

    .hs-methodologie-row1 .inner-wrapper .hs-col h3 {
        padding-bottom: 0;
    }
    .hs-methodologie-row1 .inner-wrapper .hs-row1-bottom-pane {
        padding-top: 88px;
    }
    .hs-agence-partenarie-row2-flexi .hs-three-col-imgcontent-module .column-inner {
        padding: 20px 35px;
    }
    .hs-agence-partenarie-row3 .hs-three-col-imgcontent-module .threecol {
        padding-right: 0;
        padding-left: 0;
    }
    .hs-agence-partenarie-row3 .inner-wrapper {
        padding-top: 40px;
    }
    .hs-growth-driven-design-row2-flexi .hs-twocolumn-equal-module .right-col {
        padding-left: 0;
    }
    .hs-creation-de-hubspot .hs-banner-wrapper {
        padding-bottom: 111px;
    }
    .hs-creation-de-hubspot-row1-right {
        text-align: center;
    }
    table.four-icon-wrapper td,
    table.threecol-icon-wrapper td {
        width: 100%;
        vertical-align: top;
        padding: 5px 0 0;
        display: block;
    }
    .hs-case-study-row1-wrapper .blog-sidebar {
        margin-bottom: 30px;
    }
    .hs-case-grey-bg-wrapper .hs-case-grey-bg-content-column {
        width: 100%;
        padding: 0;
        float: none;
    }
    .hs-case-grey-bg-wrapper ul.q_icon_list p {
        line-height: 37px;
        padding: 0px 0px 0px 45px;
    }
    .hs-full-width-module a.hs-btn-orange.ornage {
        padding: 0 17px;
        line-height: 42px;
    }
    body.hs_tarifs_services .body-container .page-center {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hs-tarifs-services-row-2-flexi .hs_cos_wrapper_type_custom_widget {
        margin: 0 0 20px;
        width: 100%;
    }
    .hs-tarifs-services-row-4 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .hs-tarifs-services-row-4 img {
        display: block !IMPORTANT;
        float: none !IMPORTANT;
        margin: 0 auto !IMPORTANT;
    }
    .hs-tarifs-services-row-3 .hs-full-width-module {
        padding: 48px 12px 40px;
    }
    .hs_tarifs_services .hs_four_col-inner {
        margin-left: 0 !IMPORTANT;
        margin-right: 0 !IMPORTANT;
    }
    .hs-tarifs-services-row-2{
        padding-left:12px !important;
        padding-right:12px !important;
    }
}
@media(max-width:630px) and (min-width:599px){
    .hs-footer-copyright,
     .hs-footer-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }   
}
@media (max-width: 600px) {
    body.hs-methodologie-inbound-marketing .body-container .hs-full-width-banner .page-center,
    .container-fluid .row-fluid .page-center{
      max-width:420px;
   }  
   .custom-menu-primary.js-enabled .hs-menu-wrapper ul {
        max-width: 420px;
    }
    .hs-growth-driven-design-row3-content h6 a {
        margin-bottom: 10px;
    }
}
/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 480px) {
    body.hs-methodologie-inbound-marketing .body-container .hs-full-width-banner .page-center,
   .container-fluid .row-fluid .page-center{
      max-width:300px;
   }  
   .hs-home-page .slider_content_outer{
      max-width:300px !important;
   } 
   .hs-methodologie-inbound-marketing .hs-methodologie-top-flexi .hs-full-width-banner .page-center {
        max-width: 350px !important;
    }
    .hs-full-width-banner .span8 {
        padding: 15px;
    }
   .footer-container.container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width:100% !important;
    }
   .custom-menu-primary.js-enabled .hs-menu-wrapper ul {
        max-width: 100%;
    }
    .hs-header-wrapper .inner-wrapper {
        padding: 0 25px;
    }
    .hs-footer-copyright {
        padding: 0;
        line-height: 35px;
    }
    .h-footer-col3 {
        padding-bottom: 25px;
    }
    .h-footer-col3 h5 {
        padding-top: 32px;
    }
    .hs-ressources-row2-left-content img {
        display: block !important;
        float: none !IMPORTANT;
        margin: 0 auto !IMPORTANT;
    }
}
@media (max-width: 420px) {
   .hs-header-wrapper .inner-wrapper {
        padding: 0 15px;
    } 
    .hs-twocolumn-equal-module .page-center.no-wrapper {
        padding: 0;
    }
    .footer-container.container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width:100% !important;
    }
    .hs-home-page .qbutton{
        font-size: 10px !important;
        line-height:23px !Important;
    }
}

@media (max-width: 350px) {
    .hs-home-page .slider_content_outer,
   .container-fluid .row-fluid .page-center{
      max-width:100% !important;
      width:95% !important;
   } 
   a.hs-btn-black {
    padding: 0 10px;
    font-size: 12px;
   }

    .h-footer-col2 {
        padding-bottom: 40px;
    }
    
}

 a.box-infos:hover, a.box-infos-first:hover {
        border-bottom:5px solid #3673a2;
    }

    .bloc-liste-blog img{
        width: 100%;
        max-height: 300px;
    }
    
    .box-infos-first{
        background:#fff;
        border:1px solid #f0edea;
    }
    
    .box-infos-first-titre{
        background:#fff;
        margin-bottom:35px;
    }
    

    
    .box-infos-first-titre h3{
        font-size: 25px;
        line-height: 1.4em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin: 0px;
        text-align:center;
    }
    
    .box-infos-first p{
        margin: 0px 0px 20px;
    }
    
    .box-infos-first .padding-box-blog ul, .box-infos-first .padding-box-blog li {
        color: #383b3e;
    }

    
    .box-infos{
        background:#fff;
        min-height:370px !important;
        margin:5px 2px !important;
        position:relative;
        border:1px solid #f0edea;
    }
    
    .padding-box-blog{
        padding:20px;
    }
    
    .no-margin-left{
        margin-left:0px !important;
    }
    

    
    .box-infos h4{
        font-size: 15px;
        line-height: 1.304347826086957em;
        letter-spacing: 1px;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        margin: 0;
        position: absolute;
        bottom: 20px;
        color: #aba7a2;
    }
        
    
    .bloc-liste-blog{
        position:relative;
        top:-50px;
    }
    
    .more-topic{
        font-size: 18px;
        line-height: 2em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin: 0px 0px 20px;
        color:#3673a2;
        padding-bottom:5px;
        border-bottom:3px solid #3673a2;
    }
    
    .more-topic:hover{
        color:#44af86;
        border-bottom:3px solid #44af86;
    }
    
    @media (max-width: 767px) {
        .box-infos h4{
            margin: 0;
            position: relative;
            bottom: 0px;
            padding-top:20px;
        }
        
        .row-fluid [class*="span"] {
            display: block;
            float: none;
            width: 100%;
            margin-left: 0;
        }

    }
    
    .min-topic{
        min-height:600px !important;
        margin: 6px 5px !important;
    }

    .hs-form input[type="checkbox"]{
        width: auto !important;
    }
    
    
    
    
/*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
    
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
    border-radius: 5px;
}

.search-results li a{
    text-transform: uppercase;
    font-size: 1.25rem;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}
    
 #comment-form form{
        max-width: 500px;
        margin: auto;
        padding: 0px 30px 30px;
        background: #fff;
        border-radius: 5px;
    }


    
    .infoscase{
        background:#fff;
        padding:0px;
        position:relative;
        top:-80px;
    }
    
    
    .btn-social-auteur{
        text-align: center;
        width: 45px;
        height: 45px;
        background: #f2f2f2;
        color: #3571a3;
        display: inline-block;
        border-radius: 50%;
        font-size: 15px;
        line-height: 45px;
    }
    
    
    .btn-social-share{
        text-align: center;
        width: 60px;
        height: 60px;
        background: #3571a3;
        color: #fff;
        display: inline-block;
        font-size: 20px;
        line-height: 60px;
        margin:3px;
    }
    
    .btn-social-share:hover{
        background:#41a38c;
    }
    
    .nom-auteur{
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1.2em;
        text-shadow: none;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
    }
    
    .lien-blog-similaire{
        color:#3571a3;
    }
    
    .lien-blog-similaire:hover{
        color:#409e8e;
    }
    
    .border-left-h5{
        border-left: 3px solid white;
        padding-left: 20px;
    }
    
    .border-left-h5:hover{
        border-left: 3px solid #00c189;
        padding-left: 20px;
    }
    
    .background-blog-listes{
        background:#edf0f2;
        padding-bottom:50px;
    }
    
    .background-blog-listes-2{
        background:#f0edea;
        padding-bottom:100px;
    }
    
    .background-blog-listes-3{
        background:#fff;
        padding-bottom:100px;
    }

    .background-blog-listes-4{
        background:#fff;
        padding-bottom:50px;
    }
    
    .auteur-blog-liste{
        position:relative;
        display:inline-block;
        bottom:0px;
        margin-top:20px;
    }
    
    .bloc-paginationblog-liste-precedent{
        float:left !important;
        text-align:center;
        margin-top:30px;
    }
    
    .bloc-paginationblog-liste-suivant{
        float:right !important;
        text-align:center;
        margin-top:30px;
    }
    
    .background-edf0f2{
        background:#edf0f2;
    }
    
    .padding-20{
        padding:20px;
    }
    
    .padding-20-0{
        padding:20px 0px;
    }

    .margin-20-0{
        margin:20px 0px;
    }
    
    .background-fff{
        background:#fff;
    }
    
    .header-padding-liste-blog {
        padding:80px 0px 120px;
    }
    
    .padding-footer-newsletter-blog{
        padding:30px 0px 60px;
    }
    
    .text-center{
        text-align:center;
    }
    

    
    .body-blog-article progress {
        position: relative;
        left: 0;
        width: 100%;
        height: 8px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background-color: transparent;
        color: #ED7F10;
        display: flex;
    }

    .body-blog-article progress::-webkit-progress-bar {
        background-color: transparent;
    }

    .body-blog-article progress::-webkit-progress-value {
        background-color: #ED7F10;
    }

    .body-blog-article progress::-moz-progress-bar {
        background-color: #ED7F10;
    }
    
    @media screen and (max-width: 1001px) {
        .body-blog-article progress {
            position: fixed;
            top:0px;
            background-color: transparent;
            color: #ED7F10;
            display: block;
            z-index: 9999;
        }
    }

    .margin-auto{
        margin:auto;    
    }
    
    #suscribe-newsletter .hs-input{
        width:300px;
        margin:auto;
    }
    
    .hs-form-60e2b50a-0e80-4dca-8f18-36c7ef1e20e6_0d467625-a30c-43be-b52b-f9790c712776 fieldset{
        min-width:100% !important;
    }
    
    .comment.depth-0 {
    
        padding-top:0px !important;
    }
    
    .background-comment-blog{
        background:#edf0f2;
        padding-bottom:50px;
    }
    
    .padding-0-0{
        padding:0px 0px;
    }
    
    .padding-15{
        padding:15px;
    }
    
    .blog-comments-article{
        text-align:left !important;
        max-width:700px;
        margin:auto;
    }
    
    .background-blog-article-edf0f2{
        background:#edf0f2;
        padding-bottom:0px;
    }
    
    .background-blog-article-fff{
        background:#fff;
        position:relative;
        top:-70px;
    }
    
    .padding-30{
        padding:30px;
    }
    
        .bloc-share-article-blog{
            width:100%;
            padding-bottom:45px;
            position:relative;
            top:-45px;
        }
        
        .bloc-share-article-blog-2{
            display:inline-block;
            text-align:center;
            width: 100%;
        }
        
        .double-bloc-article-blog{
            position:relative;
            text-align:left;
        }
        
        .photo-auteur-blog-article{
            width:86px;
            height:86px;
            border-radius:50%;
            border:3px solid #F2F2F2;
            position:relative;
            z-index: 1;
            margin-left: 40px;
        }
        
        .bloc-infos-auteur-blog-article{
            background:#fff;
            padding:25px 25px 25px 40px;
            text-align:left;
            position:relative;
            top:-40px;
        }
        
        .date-publication-blog-article{
            color: grey;
            font-size: 16px;
        }
        
        .text-left{
            text-align:left;
        }
        
        .bloc-auteur-reseau-sociaux{
            display:inline-block;
            text-align:left;
            width:100%;
            padding-top: 20px;
        }
        
        .autres-articles-blog{
            border-radius:50%;
            border:3px solid #fff;
            position:relative;
            z-index: 1;
            background: #f2f2f2;
            margin-left: 40px;
        }
        
        .conseil-lire-aussi-blog-article{
            background:#f0edea;
            padding:25px 25px 25px 40px;
            text-align:left;
            position:relative;
            top:-40px;
        }
        
        .padding-sous-page-service{
            padding-top:90px;
            padding-bottom:0px;
        }
        
        
        

.sous-page-service .icon-certification img{
    width:40px;
}

.sous-page-service .q_team_social_holder a{
    font-size:12px;
    color:#959598;
}

.sous-page-service .q_team_social_holder a:hover{
    color:#ed7f10;
}


.sous-page-service .email-equipe a{
    font-size:14px;
    color:#959598;
}

.sous-page-service .email-equipe a:hover{
    color:#ed7f10;
}


.sous-page-service .bouton-service{
    color:#fff !important;
    border:2px solid #fff;
    padding:10px 20px;
    border-radius:4px;
    margin:5px;
    display:inline-block;
}

.sous-page-service .bouton-service:hover{
    background-color:rgba(0,0,0,0.5);
}

.sous-page-service .hs-button.primary.large{
    color: #dd4e0c;
    padding: 15px 30px;
    text-shadow: none;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #dd4e0c;
    font-weight: 600;
    font-size: 16px;
}

.sous-page-service .hs-button.primary.large:hover{
    color: #fff;
    background: #dd4e0c;
}

.sous-page-service .seperateur{
    margin-top: 14px;
    background-color: #f2f2f2;
}

.sous-page-service .hs-input{
    background-color: #f2f2f2 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    display: block !important;
    padding: 10px 14px !important;
    vertical-align: middle !important;
    width: 100% !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
}
    
.sous-page-service label{
    color: #383b3e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
}


.sous-page-service input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 25px;
	display: block;
	border:none;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #73556b;
}

.sous-page-service button {
	border: 3px solid #FFF;
	padding: 0.6em 1.2em;
	background: transparent;
	color: #FFF;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sous-page-service button:hover {
	background: #FFF;
	color: #f65283;
}

.sous-page-service a.logo {
	display: block;
	width: 182px;
	margin: 0 auto;
}

    .sous-page-service h1 {
        font-size: 2em; 
        font-weight: 500; 
        line-height: 1.2em; 
        text-shadow: none; 
        color: #ffffff; 
        text-align: left;
        font-family: 'Montserrat', sans-serif;
    }

.sous-page-service p.intro {
	font-family: 'Lato', sans-serif;
	color:#f65283;
	font-weight: 300;
	font-style: italic;
	font-size: 23px;
	margin: 0 auto 50px;
}

.sous-page-service .container {
	background: url(../img/blur.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 1440px;
	text-align: center;
	padding: 5%;
}

.sous-page-service .content {
	max-width: 1300px;
	width: 80%;
	margin: 0 auto;
}

.sous-page-service .popup-button {
	margin-bottom: 60px;
}


.sous-page-service .modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 250px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	background: #473542;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.sous-page-service .show {
	visibility: visible;
}

.sous-page-service .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.sous-page-service .show ~ .overlay {
	opacity: 1;
	visibility: visible;
}

.sous-page-service .popup-content {
	color: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	padding: 6% 10%;
}

.sous-page-service .popup-content h3 {
	margin: 0;
	text-align: center;
	font-size: 3.4em;
	font-weight: 300;
	position: relative;
}

.sous-page-service .popup-content h3:before {
	position: absolute;
	background: url(../img/img-titre.png) no-repeat left center;
	width: 47px;
	height: 38px;
	content: "";
	top: 18px;
	left: 0px;
}

.sous-page-service .popup-content .para {
	color: #73556b;
	margin-bottom: 30px;
	text-align: justify;
}

.sous-page-service .popup-content > div {
	padding: 0px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.sous-page-service .popup-content > div p {
	margin: 0;
	padding: 10px 0;
}

.sous-page-service .popup-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.sous-page-service .popup-content > div ul li {
	padding: 5px 0;
}

.sous-page-service .popup-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.sous-page-service .close {
	background: url(../img/close.png) no-repeat;
	height: 49px;
	width: 49px;
	position: absolute;
	right: -35px;
	top: -35px;
	z-index: 9999;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.sous-page-service .close:hover {
	opacity: 0.2;
}

.sous-page-service .submit {
	background: #e74c3c url(../img/heart.png) no-repeat 90% center;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.sous-page-service .submit:hover {
	opacity: 0.5;
}


/* Effet blur */
.sous-page-service .show.blur-effect ~ .overlay {
	background: rgba(123,53,92,0.4);
}

.sous-page-service .show.blur-effect ~ .container, .show.blur-effect ~ .bgall{
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	filter: blur(30px);
}

.sous-page-service .blur-effect .popup-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.sous-page-service .show.blur-effect ~ .container,
.blur-effect .popup-content, .show.blur-effect ~ .bgall {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.sous-page-service .show.blur-effect .popup-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Media queries */

@media(max-width: 1230px) {

	.sous-page-service .popup-content h3:before {
		display: none;
	}	

}

@media(max-width: 680px) {

	.sous-page-service h1 {
		font-size: 42px;
	}
	
}

@media(max-width: 480px) {

	.sous-page-service h1 {
		font-size: 32px;
	}

	.sous-page-service .popup-content h3 {
		font-size: 2em;
	}

	..sous-page-service close {
		right: 1px;
		top: 1px;
	}

}


p{
    font-family: 'Lato', Calibri, Arial, sans-serif;
    
}
  
.description-service-header {
padding-top:20px;
}

.description-service-header p{
    font-size: 18px; 
    font-weight: 300; 
    text-shadow: none; 
    margin: 0px; 
    text-align: justify; 
    color: #fefefe; 
    letter-spacing: 1px;
}
        
.padding-top-10{
    padding-top:10px;
}

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

.details-sous-service{
padding:40px 0px 40px;
background:#fff;
}

.hs-agence-partenarie-row1-content h4{
    color: #444444;
    font-size: 34px;
    font-weight: 500;
    line-height: 54px;
    font-family: 'Montserrat', sans-serif;
}

.equipe .hs-agence-partenarie-row1-content h4{
    color: #444444;
    font-size: 34px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.margin-bottom-14{
    margin-bottom: 14px;
}

.description-details-service-p{
    font-weight: 400; 
    color: #000000;
}

.description-details-service-p p{ 
    color: #383b3e !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* MODULE 3 BLOC SERVICE */

@media (min-width: 767px) {
        
    .row-case{
        display: table !important; 
        border-collapse: collapse !important; 

    }
    
    .row-case .row {
        display: table-row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    }
    
    .row-case .case{
        list-style: none;
        margin: 0px;
        background: #f9f9f9;
        padding:10px 20px 20px;
        margin-bottom:20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex ;
    }
    
    .row-case .case p{
        font-weight: 300 !important;
    }
    
    .row-case .case h3{
        /*font-weight: 600;*/
        text-align:center;
    }
    
    .row-case .case img{
        text-align:center;
    }
    

    
    .row-case .image-rond{
        border-radius: 50%;
        border: solid 6px #f2f2f2;
    }
    
    .row-case .description-entiere{
        margin:30px 0px 0px 0px !important;
        border-top:7px solid #dfdfdf;
        padding:20px 0px 0px;
        
    }
    
    .row-case .active-tache{
        border-bottom: 7px solid #ee904b;
    }
    
    .row-case .afficher{
        display:block;
    }
    
    .row-case .cacher{
        display:none;
    }
    
    .row-case .btn-services{
        color:#d48667;
        text-transform:uppercase;
        border:1px solid #d48667;
        padding:5px 10px;
        display:block;
        font-weight: 600;
        text-align:center;
        margin-top:15px;
        font-size:15px;
        background: #fff;
    }

    .hs-equipe-row-certification{
        padding:60px 0px 50px 0px;
    }

    .padding-bottom-25{
        padding-bottom:25px;
    }
    
    @media (min-width: 767px) {
        
    .row-case-plus{
        display: table !important; 
        border-collapse: collapse !important; 
        width:100%;
    }
    
    .row-case-plus .row {
        display: table-row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    }
    
    .row-case-plus .case-info{
        list-style: none;
        margin: 0px;
        background: #fff;
        padding:25px 25px 25px;
        margin-bottom:20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block ;
        margin-left: 2.564102564%;
    }
    
    .row-case-plus .case-info a{
        color:#383b3e;
    }
    
    .row-case-plus .case-info a:hover{
        color:#ed7f10;
    }
    
    .row-case-plus .case-info p{
        font-weight: 300 !important;
    }
    
    .row-case-plus .case-info h3{
        font-weight: 600;
        padding-bottom: 10px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        font-family: 'Raleway',sans-serif;
    }
    
    .row-case-plus .case-info img{
        text-align:center;
        vertical-align:middle !important;
        padding:6px;
    }
    
    .row-case-plus .case-info hr{
        color: #ccc;
        background-color: #d49595;
        height: 1px;
        border: none;
        width: 50%;
    }

    .row-case-plus .entete-tire{
        width: 65px;
        height: 3px;
        background: #fff;
        margin: auto;
        margin-top: 15px;
    }
    
    .row-case-plus .entete-tire-couleur{
        width:65px;
        height:3px;
        background:#dd4e0c;
        margin:auto;
        margin-top:15px;
    }
    
    .row-case-plus .titre-video{
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        line-height: 36px;
        padding-bottom:20px;
    }
    
    .padding-0-0-100{
        padding:0px 0px 100px;
    }
    
    .bloc-form-service-footer{
        background:#fff;
        padding:30px;
        margin-top:30px;   
    }
    
    .padding-right-20{
        padding-right:20px;
    }
    
    .padding-30-0{
        padding:30px 0px;
    }
    
    .icone-search-menu {
        display:inline-block;
        width:30px;
    }
    
    @media (min-width: 1000px){
     
        .mobileonly{
            display:none;
        }
        
    }
    
    @media (max-width: 1000px){
     
        .mobileonly{
            display:inline-block;
            width: auto;
            padding: 0 10px 0 0;
        }
        
    }
    
    .row-fluid [class*="span"] {
        min-height: 1px;
    }
    
    
    .hs-equipe-row1 {
        background: -webkit-linear-gradient(153deg,#47ba81 0%,#3161aa 100%);
        background: linear-gradient(-63deg,#47ba81 0%,#3161aa 100%);
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    

/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    max-width:500px;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 4px 6px;
    line-height: 20px;
    color: #555555;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top:5px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #666;;
   opacity: 0.5; 
}
:-moz-placeholder { /* Firefox 18- */
   color: #666;;
   opacity: 0.5; 
}
::-moz-placeholder { /* Firefox 19+ */
   color: #666;;
   opacity: 0.5; 
}
:-ms-input-placeholder { /* IE10 */
   color: #666;;
   opacity: 0.5; 
}

    .video-overlay.active img {
        display: none;
    }
    .hs-home-page .video {
        top: -1px;
        position: relative;
    }
    
    .hs-input{
        background-color: #f2f2f2 !important;
        margin-bottom: 10px !important;
        color: #333333 !important;
        display: block !important;
        padding: 10px 14px !important;
        vertical-align: middle !important;
        width: 100% !important;
        border: 1px solid transparent !important;
        border-radius: 0px !important;
    }
    
    label{
        color: #383b3e;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 200;
    }
    
    
    .hs-equipe-row1 .hs-button.primary.large{
        color: #3777a0;
        padding: 15px 30px;
        text-shadow: none;
        text-transform: uppercase;
        background: #fff;
        border: 2px solid #3777a0;
        font-weight: 600;
        font-size: 16px;
    }
    
    .hs-equipe-row1 .hs-button.primary.large:hover{
        color: #fff;
        background: #3777a0;
    }
    
    .hs-equipe-row1 .hs_submit .actions {
        text-align: center;
    }
    
    #featuredCase {
        margin: 100px 0;
    }
    
    #featuredCase .slide {
        text-align: center;
        padding: 0 40px;
        max-width: 700px;
        text-align: center;
        margin: auto;
        background: #fefefe;
        border-radius: 10px;
    }
    
    #featuredCase .bioPic {
        margin-top: -70px;
    }
    
    .bioPic img {
        height: auto;
        max-width: 100%;
        padding:10px;
    }
    
    #featuredCase .bioPic img {
        width: 140px;
        height: auto;
        border-radius: 100%;
        overflow: hidden;
    }
    
    #featuredCase .bioTitle {
        font-weight: 600;
        color: #333333;
        font-size: 34px;
        line-height: 44px;
        margin: 10px 0;
    }
    
    #featuredCase .bioQuote h4 {
        color: #333333;
        font-size: 23px;
        font-weight: 300;
        line-height: 36px;
        margin: 0;
    }
    
    #featuredCase .bioQuote p {
        font-size: 16px;
        font-weight: 400;
        margin: 1.5em 0;
    }
    
    #featuredCase .sliderButton {
        position: relative;
        top: 25px;
        margin-top: -25px;
    }
    
    #featuredCase .sliderButton a {
        background-color: #f58233;
        font-size: 15px;
        color: #fff;
        padding: 12px 40px;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 400;
        display: inline-block;
        text-transform:uppercase;
    }
    
    
   /*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
    
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
    border-radius: 5px;
}

.search-results li a{
    text-transform: uppercase;
    font-size: 1.25rem;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}

    .body-container-wrapper .list-success{
        background:#f0edea;
        padding:0px 0px 100px;
    }
    
    .body-container-wrapper{
        padding-bottom:0px;
    }
    
    .body-container-wrapper .span12{
        margin-left:0px;
    }
    

.row-case [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


    .form-service-auto{
        max-width: 500px;
        margin: auto !important;
        float: none !important;
    }
    
.padding-top-90-bottom-130{
    padding-top:90px;
    padding-bottom:130px;
}





    .success-stories .case:hover{
        box-shadow: 0 2px 7px 2px #d2d2d2;
    }
    
    .success-stories .case h3, .titreinfos{
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        line-height: 30px;
        font-size: 17px;
        color: #575757;
        padding: 25px 10px 10px;
        text-transform:uppercase;
    }
    
    .success-stories .case img{
        text-align:center;
        max-height:50px;
        max-width:200px;
        margin:20px;
    }

    .success-stories .row12{
        margin-left:0px !important;
    }
    
    .success-stories .row12-list{
            position:relative;
            top:-40px;
        }
        
    .success-stories .case{
        background: #fff;
        padding: 20px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 20px;
        /*column-count: 1;*/
        display:inline-block;
        float:left;
        -webkit-column-break-inside: avoid; /* Chrome, Safari */
        border:3px solid #fff;
        width:47%;
        margin:1.5%;
    }
    
    @media (min-width: 1100px){
        .success-stories .row12-list{
            column-fill: initial;
            column-gap: 30px;
        }
        
        .success-stories .case{
            background: #fff;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 20px;
            width:30%;
            margin:1.5%;
        }
    }
    
    @media (max-width: 762px){
        .success-stories .row12-list{
            column-fill: initial;
            column-gap: 30px;
        }
        
        .success-stories .case{
            background: #fff;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 20px;
            /*column-count: 1;*/
            width:97%;
            margin:1.5%;
        } 
        
    }
    
    .success-stories .icon-etat{
        color:#f0edea;
        float:right;
        font-size:22px;
    }
    
    .success-stories .icon-etat i{
        padding:0px 5px;   
    }
    
    .success-stories .infoscase{
        background:#fff;
        padding:0px;
        position:relative;
        top:-80px;
    }
    
    .success-stories hr{
        margin: 15px 0;
    }
    
    .success-stories .btn-lire-case{
        padding:10px 20px;
        border:3px solid #3573a2;
        background:#fff;
        font-family: 'Montserrat', sans-serif;
        line-height: 30px;
        font-size: 14px;
        color: #3573a2;
        text-transform: uppercase;
        margin-top:20px;
        display: inline-block;
    }
    
    .success-stories .btn-lire-case:hover{
        background:#3573a2;
        color:#fff;
    }
    
    .success-stories .btn-video-case{
        margin-right:15px;
        padding:10px 20px;
        border:3px solid #3b8b97;
        background:#fff;
        font-family: 'Montserrat', sans-serif;
        line-height: 30px;
        font-size: 14px;
        color: #3b8b97;
        text-transform: uppercase;
        margin-top:20px;
        display: inline-block;
    }
    
    .success-stories .btn-video-case:hover{
        background:#3b8b97;
        color:#fff;
    }
    
    .success-stories .active-case{
        border:3px solid #3573a2;
        box-shadow: 0 2px 7px 2px #d2d2d2;
    }
    
    .success-stories .photo-avis{
        width:100px;
        height:100px;
        border-radius:50%;
        border:3px solid #bfbfbf;
        float:left;
        margin:0px 15px 15px 0px;
    }
    
    .padding-15-25-35{
        padding:15px 25px 35px;
    }
    
    .padding-0-0-5-margin-0{
        padding:0px 0px 5px;
        margin:0px;
    }
    
    .display-inline{
        display:inline;
    }
    
    .success-stories .case-f5f5f5-padding-20{
        background:#f5f5f5;
        padding:20px;
        margin-left:0px;
    }
    
    .success-stories .couleur-post-stories{
        color:##bfbfbf;   
    }
    
    .success-stories .case-chiffre-success-storie{
        background: #44ac88;
        padding:20px;
        margin-left:0px;
    }
    
    .success-stories .chiffre-avant-success-stories{
        font-size: 42px;
        color: #fff;
        font-weight: 500;   
    }
    
    .success-stories .couleur-sous-chiffre-success-stories{
        color:#fff;
    }
    
    .success-stories .couleur-fff-success-stories{
        color:#fff;
    }
    
    .success-stories .min-height-h3-sucess-stories{
        min-height:220px;   
    }
    
    .retour-success-stories{
        color:#fff;
        padding-bottom:0px;
        margin-bottom:0px;    
    }
    
    .padding-25-25-35-30{
        padding:25px 25px 35px 30px;   
    }
    
    
    .success-stories .img-logo-sucess-stories-details{
        max-width:220px;max-height:220px;margin:10px 0px 20px;
    }
    
    .display-none{
        display:none;
    }
    

    audio, canvas, video {
        display: block !important;
    }
    
    .h1-video-home{
        color:#fff !important;
    }
    
    .hs-home-page .text-case {
        color: #f2f2f2;
        font-size: 20px;
        padding: 10px;
    }
    
    .hs-home-page .chiffre-case {
        color: #fff;
        font-size: 50px;
        font-weight: 500;
        padding: 10px;
        letter-spacing: 1px;
    }
    
    
    audio, canvas, video {
        display: block !important;
    }
    
    .video-home-bloc{
        display: block !important;
    }
    
     @media(max-width: 767px) {   
        .h1-video-home{
            font-size:30px;
        }
       
        .slide_subtitle{
            font-size:18px !important;
        }
        
        .slide_anchor_holder{
            display:none;
        }
    }
    
    .padding-90-70-home{
        padding-top:90px;
        padding-bottom:70px;
    }
    
    .h4-home-sur-titre h4{
        padding: 5px 10px; 
        color: #fff; 
        display: block; 
        width: 180px; 
        margin: auto; 
        margin-bottom: 24px; 
        text-align: center; 
        font-weight: 500; 
        border-top: 2px solid #fff; 
        border-bottom: 2px solid #fff; 
        font-size: 18px;
    }
    
    .h4-etude-de-cas-home h4{
        font-size: 1.8em; 
        font-weight: 500; 
        color: #ffffff; 
        letter-spacing: 1px;
        line-height: 1.2em;
    }
    
    .h2-home-service h2{
        text-align: center;
        font-size: 40px;
        color: #444444;
        line-height: 50px;
    }
    
    .padding-bottom-40{
        padding-bottom:40px;
    }
    
    .padding-80-0-80-0{
        padding:80px 0px 80px 0px;
    }
    
    .hs-equipe-row-certification h4{
        color: #444444;
        font-size: 34px;
        font-weight: 500;
        line-height: 56px;
        font-family: 'Montserrat', sans-serif;
    }
    
    
    
    /*      Page equipe     */
    
    .hs-agence-partenarie-hubspot .poste-title{
        background:#edf0f2;
        padding:20px;
        text-align:center;
    }
    
    .hs-agence-partenarie-hubspot .q_team_social_holder a{
        font-size:12px;
        color:#959598;
    }
    
    .hs-agence-partenarie-hubspot .q_team_social_holder a:hover{
        color:#ed7f10;
    }
    
    .hs-agence-partenarie-hubspot .email-equipe a{
        font-size:14px;
        color:#959598;
    }
    
    .hs-agence-partenarie-hubspot .email-equipe a:hover{
        color:#ed7f10;
    }
    
    .hs-agence-partenarie-hubspot .bouton-service{
        color:#fff !important;
        border:2px solid #fff;
        padding:10px 20px;
        border-radius:4px;
        margin:5px;
        display:inline-block;
    }
    
    .hs-agence-partenarie-hubspot .bouton-service:hover{
        background-color:rgba(0,0,0,0.5);
    }
    
    .hs-agence-partenarie-hubspot .image-equipe-header{
        top:60px;
        position:relative;
    }
    
    .padding-0-25{
        padding:0 25px;
    }
    
    .header-page-jobs{
        padding-top:80px;
        padding-bottom:80px;
    }
    
    .bloc-cta-footer-jobs{
        background:#3b4653;
        margin:0;
        padding:80px 0px 100px;
    }
    
    
    
    /*  Jobs 2017   */
    
    @media(min-width:768px){
        .hs-three-col-imgcontent-module .threecol {
            width: 33.333%;
            float: left;
        }
    }
    .hs-agence-partenarie-row2-flexi .hs-three-col-imgcontent-module .column-inner {
        padding: 20px 50px;
    }
    .hs-agence-partenarie-row2-flexi .hs-three-col-imgcontent-module .threecol1 .column-inner {
        padding-left: 35px;
    }
    .hs-agence-partenarie-row2-flexi .hs-three-col-imgcontent-module .threecol3 .column-inner {
        padding-right: 35px;
    }
    .hs-agence-partenarie-row2-flexi .hs-three-col-imgcontent-module .threecol3 .column-inner p{
        word-wrap: break-word;
    }
    .hs-agence-partenarie-row2-flexi .hs-three-col-imgcontent-module .column-inner h4{
        color: #db4d0b;
    }
    
    .threecol .column-inner {
        padding-top:15px;    
    }
    

    .hs-agence-partenarie-row3 .hs-three-col-imgcontent-module .threecol {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-agence-partenarie-row3 .hs-three-col-imgcontent-module .threecol1 {
        padding-left: 0;
    }
    .hs-agence-partenarie-row3 .hs-three-col-imgcontent-module .threecol3 {
        padding-right: 0;
    }
    .hs-agence-partenarie-row3 .hs-three-col-imgcontent-module .threecol h4{
        margin:41px 0 0;
        color:#fff;
        font-size:17px;
        line-height: 1.304347826086957em;
    }
    .hs-agence-partenarie-row3 .hs-three-col-imgcontent-module .threecol p{
        color:#fff;
        text-align:justify;
    }
    
    
    /* liste offre emploi */
    
    .bloc-offre-emploi{
        padding:45px 0px; 
        border-bottom:1px solid #d0d0d0;
    }
    
    .padding-bloc-pourquoi-nile{
        padding:60px 0px 10px 0px;
    }
    
    
    /*  Ressources Inbound Marketing    */
    
    
    
      .grid {
          margin-left: -24px;
          list-style: none;
          margin-bottom: 0;
      }

      body #book-summary-container {
          padding: 72px 0;
          background: #f4f4f4;
      }

      .grid, .g {
          max-width: 100em;
          margin: 0 auto;
      }

      .soft-half--sides {
          padding-right: 12px !important;
          padding-left: 12px !important;
      }

      body #book-summary-container .book-item-container .book-information .book-height .title-container {
          height: 100px;
          overflow: hidden;
      }

      body #book-summary-container .book-item-container .book-information .book-height .title-container .book-title {
          color: #444;
          font-weight: 600;
      }

      .text--uppercase {
          text-transform: uppercase;
      }

      body #book-summary-container .book-item-container .book-information .book-height .title-container .book-author {
          font-size: 14px;
          color: #999;
      }

      body #book-summary-container .book-item-container .book-information .book-height .book-button {
          border-color: #333333;
          border-width: 3px;
          border-style: solid;
          color: #333333;
          cursor: pointer;
          display: inline-block;
          font-family: "proxima-nova",Helvetica Neue,Arial,sans-serif;
          text-transform: uppercase;
          padding: 8px 12px;
          font-weight: 600;
          font-size: 12px;
          border-radius: 50px;
          min-width: 160px;
          -webkit-transition: all .2s ease-in-out !important;
          transition: all .2s ease-in-out !important;
          text-align: center;
      }

      body #book-summary-container .book-item-container .book-information .book-height .book-button:hover {
          border-color: #ed7f10;
          background:#ed7f10;
          color: #fff;
      }

      body #book-summary-container .book-item-container .book-information .border-top {
          border-top: 1px solid #f4f4f4;
          height: 68px;
      }

      .soft-half--bottom {
          padding-bottom: 12px !important;
      }

      .soft-half--top {
          padding-top: 12px !important;
      }

      .soft--sides, .grid, .g {
          padding-right: 24px !important;
          padding-left: 24px !important;
      }

      body #book-summary-container .book-item-container .book-information .border-top .reviewer-container .book-reviewer-image {
          display: inline-block;
      }

      body #book-summary-container .book-item-container .book-information .border-top .reviewer-container .book-reviewer-name {
          display: inline-block;
          font-size: 14px;
          font-style: italic;
          color: #999;
      }

      body #book-summary-container .book-item-container .book-information .border-top .reviewer-container .book-reviewer-image img {
          border: 2px solid #ccc;
          height: 40px;
          margin-right: 6px;
          width: 40px;
          border-radius: 50%;
          vertical-align: middle;
      }


body #book-summary-container .book-item-container .book-information .book-height .top-border .left-border, body#book-summaries #book-summary-container .book-item-container .book-information .book-height .top-border .right-border {
    display: inline-block;
    height: 2px;
    vertical-align: top;
}

body #book-summary-container .book-item-container .book-information .book-height .top-border .right-border {
    background: #f4f4f4;
}

      body #book-summary-container .book-item-container .book-information .book-height .top-border .left-border, body#book-summaries #book-summary-container .book-item-container .book-information .book-height .top-border .right-border {
          display: inline-block;
          height: 2px;
          vertical-align: top;
      }

      body #book-summary-container .book-item-container .book-information .book-height .top-border .left-border {
          background: #ccc;
      }

      body #book-summary-container .book-item-container .book-information .book-height .top-border {
          height: 2px;
          margin-bottom: 12px;
      }

      .soft {
          padding: 24px !important;
      }

      body #book-summary-container .book-item-container .book-information .book-height {
          /*height: 205px;*/
      }



      body #book-summary-container .book-item-container .book-background .book-img-container img {
          max-height: 190px !important;
          width: auto !important;
          height: auto !important;
          position: relative;
          top: 14%;
          max-width: 100%;
      }

      body #book-summary-container .book-item-container .book-background .book-img-container {
          height: 100%;
      }

      .two-thirds, .four-sixths, .eight-twelfths {
          width: 66.666%;
      }

      body #book-summary-container .book-item-container .book-information {
          display: inline-block;
          height: inherit;
          vertical-align: top;
          position: absolute;
          overflow: hidden;
      }

      .one-third, .two-sixths, .four-twelfths {
          width: 33.333%;
      }

      .text--center {
          text-align: center !important;
      }

      .margin-center {
          margin: auto;
      }

      body #book-summary-container .book-item-container .book-background {
          display: inline-block;
          height: 275px;
          vertical-align: top;
          border-bottom: 2px solid #ccc;
      }


      body #book-summary-container .book-item-container {
          min-height: 180px 0px 100px 0px;
          height: 275px;
          background: #fff;
          border-radius: 4px;
          border-bottom: 2px solid #ddd;
          margin-bottom: 48px;
          position: relative;
      }

      .grid__item {
          display: inline-block;
          width: 100%;
          padding-left: 24px;
          vertical-align: top;
      }
      

      @media screen and (min-width: 1551px) {
        .one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
          width: 30%;
        }

      }


      @media screen and (min-width: 1001px) and (max-width: 1550px) {
        .one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
          width: 45%;
        }

      }

      @media screen and (min-width: 0px) and (max-width: 1000px) {
        .one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
            width: 100%;
        }

      }
      
      @media screen and (min-width: 0px) and (max-width: 500px) {
       
       body #book-summary-container .book-item-container .book-information .border-top .reviewer-container .book-reviewer-name {
            font-size: 12px;
        }  
       
      }
      
      
      @media screen and (min-width: 0px) and (max-width: 400px) {
      
      
          body #book-summary-container .book-item-container .book-information .book-height .book-button {
            min-width: 120px;
            margin-top:10px;
          }
          
          .book-title a {
                font-size: 14px;
                line-height: 20px;
            }
            
            .book-author{
                display:none;
            }
        
        .soft-half--bottom{
            display:none;
        }
      
      }
      


      .whitespace {
          margin-right: -4px;
      }

      .grid__item {
        /*display: inline-block !important;*/
        vertical-align: top;
      }
      
    .book-title a{
        color: #333333;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        line-height: 22px;
      }

      .book-title a:hover{
        color: #db4d0b;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        line-height: 22px;
      }



    
#gw_go_portfolio_etude-de-cas .gw-gopf-style-vario .gw-gopf-cats > span a.selected{
    color:#fff !important;
    background: #45b285 !important;
}

#gw_go_portfolio_etude-de-cas .gw-gopf-style-vario .gw-gopf-cats > span a {
    background: #fff !important;
    color: #3368a7 !important;
}

body #book-summary-container .book-item-container .book-information .book-height .book-button:hover {
    border-color: #45b285;
    background: #45b285;
    color: #fff;
}

body #book-summary-container .book-item-container .book-information .border-top .reviewer-container .book-reviewer-name {
    font-size: 12px !important;
}

.book-title a:hover {
    color: #45b285 !important;
}

.grid {
    max-width: 1500px !important;
}
@media(min-width: 1550px) {
.gw-gopf-posts-wrap-inner{
    padding-left:10%;
}
}
.hs-resource-marketing-banner{
    background: -webkit-linear-gradient(153deg,#47ba81 0%,#3161aa 100%);
    background: linear-gradient(-63deg,#47ba81 0%,#3161aa 100%);
}

.couleur-titre-ressources{
    color:#fff;
}

.couleur-titre-p-ressources{
    color:#fff;
}

.bloc-2-videos-inbound-industrie{
    padding:80px 0px 80px;
}

.color-texte-header-groupe-sujet{
    color:#fff;
}

.padding-content-groupe-sujet{
    padding:40px 6% 30px 6%;    
}

.padding-content-groupe-sujet-share{
    background:#f5f5f5;
    margin-left:0px;
}

.color-sous-texte-share-sujet{
    color:#bfbfbf;
}




    .groupe-sujet-liste .list-success{
        background:#f0edea;
        padding:0px 0px 100px;
    }
    
    .groupe-sujet-liste .body-container-wrapper{
        padding-bottom:0px;
    }
    
    .groupe-sujet-liste .span12{
        margin-left:0px;
    }

.couleur-text-header-sujet-groupe{
    color:#fff;
}



/* Liste des groupe de sujets   */


    .groupe-sujet-liste .case:hover{
        box-shadow: 0px 2px 7px 1px #0003;
    }
    
    .groupe-sujet-liste .popup-button{
        min-height:440px;
        border-radius: 15px;
    }
    
    .groupe-sujet-liste .case h3, .titreinfos{
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        line-height: 28px;
        font-size: 22px;
        color: #575757;
        padding: 15px 10px 0px 10px;
    }
    
    .groupe-sujet-liste .case img{
        text-align: center;
        max-height: 100px;
        max-width: 220px;
        margin: 20px;
    }

    .groupe-sujet-liste .row12{
        margin-left:0px !important;
    }
    
    .groupe-sujet-liste .row12-list{
            /*column-fill: initial;
            column-gap: 30px;
            -moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 2;*/
            position:relative;
            top:-70px;
        }
        
        .groupe-sujet-liste .case{
            background: #fff;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 20px;
            /*column-count: 1;*/
            display:inline-block;
            float:left;
            -webkit-column-break-inside: avoid; /* Chrome, Safari */
            border:3px solid #fff;
            width:47%;
            margin:1.5%;
        }
        
    @media (min-width: 1185px){
        .groupe-sujet-liste .popup-button{
            min-height:495px;
        }
        
        .groupe-sujet-liste .row12-list{
            column-fill: initial;
            column-gap: 30px;
            /*-moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;*/
        }
        
        .groupe-sujet-liste .case{
            background: #fff;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 20px;
            /*column-count: 1;*/
            width:30%;
            margin:1.5%;
        }
        
    }
    
    @media (min-width: 1250px){
        .groupe-sujet-liste .row12-list{
            column-fill: initial;
            column-gap: 30px;
            /*-moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 3;*/
        }
        
        .groupe-sujet-liste .case{
            background: #fff;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 20px;
            /*column-count: 1;*/
            width:30%;
            margin:1.5%;
        }
    
        .groupe-sujet-liste .popup-button{
            min-height:460px;
        }
    }
    
    @media (max-width: 762px){
        .groupe-sujet-liste .row12-list{
            column-fill: initial;
            column-gap: 30px;
            /*-moz-column-count: 3;
            -webkit-column-count: 3;
            column-count: 1;*/
        }
        
        .groupe-sujet-liste .case{
            background: #fff;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 20px;
            /*column-count: 1;*/
            width:97%;
            margin:1.5%;
        } 
        
            .groupe-sujet-liste .popup-button{
                min-height:460px;
            }
        
    }
    
    .groupe-sujet-liste .icon-etat{
        color:#f0edea;
        float:right;
        font-size:22px;
    }
    
    .groupe-sujet-liste .icon-etat i{
        padding:0px 5px;   
    }
    
    .groupe-sujet-liste .infoscase{
        background:#fff;
        padding:0px;
        position:relative;
        top:-80px;
    }
    
    .groupe-sujet-liste hr{
        margin: 15px 0;
    }
    
    .groupe-sujet-liste .btn-lire-case{
        padding:10px 20px;
        border:3px solid #3573a2;
        background:#fff;
        font-family: 'Montserrat', sans-serif;
        line-height: 30px;
        font-size: 14px;
        color: #3573a2;
        text-transform: uppercase;
        margin-top:20px;
        display: inline-block;
    }
    
    .groupe-sujet-liste .btn-lire-case:hover{
        background:#3573a2;
        color:#fff;
    }
    
    .groupe-sujet-liste .btn-video-case{
        margin-right:15px;
        padding:10px 20px;
        border:3px solid #3b8b97;
        background:#fff;
        font-family: 'Montserrat', sans-serif;
        line-height: 30px;
        font-size: 14px;
        color: #3b8b97;
        text-transform: uppercase;
        margin-top:20px;
        display: inline-block;
    }
    
    .groupe-sujet-liste .btn-video-case:hover{
        background:#3b8b97;
        color:#fff;
    }
    
    /*.groupe-sujet-liste .active-case{
        border:3px solid #3573a2;
        box-shadow: 0px 2px 7px 1px #0003;
    }*/
    
    .groupe-sujet-liste .photo-avis{
        width:100px;
        height:100px;
        border-radius:50%;
        border:3px solid #bfbfbf;
        float:left;
        margin:0px 15px 15px 0px;
    }
    
    .groupe-sujet-liste .case h3{
        text-transform: none;
    }
    
    .groupe-sujet-liste .case.popup-button a {
        font-weight: 400;
        display: inline-block;
        margin-top: 10px;
    }
    
    .groupe-sujet-liste .case.popup-button a:hover {
        color:#3266a8;
    }
    
    .p-description-text-sujet{
        text-align:left;
        padding: 5px 10px 10px 10px;
        font-size: 17px;
    }
    
       /*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
    
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
    border-radius: 5px;
}

.search-results li a{
    text-transform: uppercase;
    font-size: 1.25rem;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}


/* lp */


    .lp-css .pagedroite{
        background:#fff;
    }
    
    .lp-css .pagegauche{
        background:#fff;
    }
    

    .lp-css .hs-button.primary.large{
        margin-top: 20px;
    }
    
    .lp-css .hs-button.primary.large:hover{
        cursor:pointer;
    }
    
    .lp-css .seperateur{
        width: 50px;
        height: 4px;
        margin-top: 0px;
        background-color: #e4e4e4;
    }
    
    .lp-css .hs-header-page {
        background: -webkit-linear-gradient(153deg,#47ba81 0%,#3161aa 100%);
        background: linear-gradient(-63deg,#47ba81 0%,#3161aa 100%);
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .lp-css .hs-form .actions {
        text-align: center;
    }

    .lp-css .hs-form .hs-button, .hs-form input[type="submit"] {
        background-color: #3369a6;
    }
    
    .lp-css .hs-form .hs-button:hover, .hs-form input[type="submit"]:hover {
        background-color: #00c189;
    }
    
    .lp-css .cta-btn, .lp-css .hs-form .hs-button, .lp-css .hs-form input[type="submit"], .lp-css .banner__subscribe form .actions input, .lp-css .fsForm input[type="submit"], .lp-css .site-header__main-menu .hs-menu-depth-1:last-child > a, .lp-css .hs_cos_wrapper_type_google_search #hs-search-module .hs-button, .lp-css #cse-search-box input[type="submit"], .lp-css .banner button.subscribe, .lp-css .blog-subscribe form .actions input, .lp-css .blog__pagination a, .lp-css .system input[type="submit"] {
        display: inline-block;
        position: relative;
        z-index: 1;
        border: 0;
        border-radius: 2px;
        padding: 1.2em 1.8em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 500;
        text-decoration: none !important;
        -webkit-transition: .3s;
        transition: .3s;
        font-smoothing: antialiased;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(0);
        filter: blur(0);
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        max-width: 280px;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }
    
    .lp-css .lp-css-h1{
        color:#fff;
    }
    
    .lp-css .bloc-arriere-bottom, .bloc-arriere-bottom-lp-contact{
        padding: 0px 20px;
        background: #f0edea;
        padding-bottom:30px;
    }
    
    .lp-css .bloc-form-lp, .ty-page-css .bloc-form-lp, .ty-page .bloc-form-lp{
        background:#fff;
        position:relative;
        top:-90px;
        padding:0px !important;
    }
    
    .bloc-text-form-lp{
        padding:30px;
    }

    
    .footer-lp{
        color:grey;
        font-family: 'Montserrat', sans-serif; 
        font-weight: 200; 
        line-height: 24px; 
        font-size: 16px;
        padding-top:20px;
        padding-bottom:20px;
    }
    
    .lp-css .header-padding-lp {
        padding: 30px 0px 120px;
        padding-bottom:120px !important;
    }
    
    .ty-page-css
    
    
    .ty-page-css .liens-autres a{
        font-weight: 500;
        color: #3369a6;
        font-size: 20px;
        padding-bottom:10px;
        display: inline-block;
    }
    
    .ty-page-css .liens-autres a:hover{
        color: #3f9990;
    }

    .ty-page-css .pagedroite{
        background:#fff;
    }
    
    .ty-page-css .pagegauche{
        background:#fff;
    }
    
    .ty-page-css .header-padding-ty{
        padding:80px 0px 150px 20px;
        text-align:center;
        padding-bottom:150px !important;
    }
    
    .color-text-header-ty{
        color:#fff;
    }
    
    .lp-contact-header{
        padding:80px 0px 150px 20px;
    }
    
    .lp-contact-header h2{
        color:#fff;
    }
    
    .lp-contact-header .padding-bloc{
        padding-bottom:30px;
    }
    
    .bloc-fff-lp-contact{
        padding:60px 20px;
        background: #fff;
    }
    
    .bloc-agenda-contact{
        background:#edf0f2;
        padding:30px;
    }
    
    .bloc-form-lp-contact{
        background:#fff;
        padding:0px !important;
    }
    
    .lp-css fieldset{
        margin:auto !important;
    }
    
    .max-500-auto .cell-wrapper{
        max-width:500px;
        margin:auto !important;
    }
    
    
    /* LP podcast    */
    
    
        .lp-podcast .hs-form .actions {
            text-align: center;
        }

        .lp-podcast .couleur-text-header{
            color:#fff;
        }
        
        .lp-podcast input[type="email"]{
            background:#fff !important;
            border:0px !important;
            margin:auto;
        }
        
        .lp-podcast .padding-top70{
            padding-top:70px;
        }
        
        .lp-podcast .bloc-form-podcast{
            background:#f2f2f2;
            padding:30px;
            max-width:600px !important;
            margin:auto !important;
        }
        
        .lp-podcast .bloc-fff-lp-contact{
            padding:30px 0px;
            background: #fff;
        }
        
        
        
        
        .lp-podcast .podcast-block{
        
            color:#fff;
            width:30%;
            margin:10px 1% 30px;
            display:inline-block;
            float:left;
            text-align:center;
            border-radius:1%;
        }
    
        .lp-podcast .content-podcast-block{
            background:#3369a6;
            padding:0px 20px 20px;
            color:#fff;
            border-radius:0px 0px 5px 5px;
            min-height:230px;
        }
    
        .lp-podcast .podcast-block img{
            position: relative;
            width:100%;
            border-radius:5px 5px 0px 0px;
        }
    
        .lp-podcast .content-podcast-block p,.lp-podcast .content-podcast-block h5{
            color:#fff;
        }
    
        .lp-podcast .content-podcast-block p{
            margin: 20px 0px;
        }
    
        .lp-podcast .content-podcast-block h5{
            color:#fff;
            min-height:100px;
            margin-top: 0px;
        }
    
        .lp-podcast .content-podcast-block a{
            font-size: 12px;
        }
    
        .lp-podcast .content-podcast-block a.lienvideo{
            text-transform: uppercase;
            font-weight: 400;
            border: 2px solid #fd7e55;
            padding: 10px 15px !important;
            border-radius: 10px;
            color:#fff;
        }
    
        .lp-podcast .content-podcast-block a .fa{
            padding-right: 6px;
        }
        
        .lp-podcast .content-podcast-block a.lienvideo:hover{
            background:#fd7e55;
            
        }
        
        
        @media screen and (min-width: 551px) and (max-width: 1000px) {
            
            .lp-podcast .podcast-block{
                color:#fff;
                width:45%;
                margin:10px 1% 30px;
                display:inline-block;
                float:left;
                text-align:center;
                border-radius:1%;
            }
        
            .lp-podcast .content-podcast-block{
                background:#3369a6;
                padding:0px 20px 20px;
                color:#fff;
                border-radius:0px 0px 5px 5px;
                min-height:230px;
            }
        }
        
        @media screen and (min-width: 0px) and (max-width: 550px) {
            
            .lp-podcast .podcast-block{
                color:#fff;
                width:95%;
                margin:10px 1% 30px;
                display:inline-block;
                float:left;
                text-align:center;
                border-radius:1%;
            }
        
            .lp-podcast .content-podcast-block{
                background:#3369a6;
                padding:0px 20px 20px;
                color:#fff;
                border-radius:0px 0px 5px 5px;
                min-height:130px;
            }
            
            
        }
        
        @media screen and (min-width: 100px) and (max-width: 769px) {
            .lp-podcast .ios {
                text-align:center;
            }
            .lp-podcast .ios img{
                max-width:300px !important;
            }
        }   
        
        
        /* page FAQ   */
        
        .faq-page h1{
            color:#fff;
        }
        
        .faq-page .bloc-content-faq{
            background:#f6f8fd;
        }
        
        .faq-page .hr-under-bloc{
            background-color: #d8ddef;
            margin:30px;
        }
        
        
        .faq-page .formquestion h3.form-title {
            font-size: 24px;
            font-weight: 400;
            text-transform: none;
            color: #fff;
        }
        
        .faq-page .formquestion form{
            max-width: 600px;
            margin: auto;
        }
        
        .faq-page .formquestion{
            padding:25px;
            border: 1px solid #e5eaf3;
            margin: 12px 0px;
            background-size:cover;
            color:#fff;
        }
        
        .faq-page .formquestion label{
            color:#fff;
        }
        
        .padding-bloc-bottom-cta{
            padding:50px 15px;
        }
        
        
        
        .faq-page .accordion, .faq-page .accordion * {
        	-webkit-box-sizing:border-box; 
        	-moz-box-sizing:border-box; 
        	box-sizing:border-box;
        }
        
        .faq-page .accordion {
            padding: 0px 20px;
        }
        
        .faq-page .accordion-section-title {
            width: 100%;
            padding: 15px;
            display: inline-block;
            border-bottom: 1px solid #d8d8d8;
            transition: all linear 0.15s;
            background: #fff;
            color: #37799f;
            font-weight:400;
        }
        
        .faq-page .accordion-section-title.active, .faq-page .accordion-section-title:hover {
        	color:#ED7F10;
        	text-decoration:none;
        }
        
        
        .faq-page .accordion-section:last-child .accordion-section-title {
        	border-bottom:none;
        }
        
        .faq-page .accordion-section-content {
        	padding:15px;
        	display:none;
        }
        
        .faq-page  .fa.fa-angle-right, .faq-page .fa.fa-angle-down{
            float: right;
            padding: 5px;
        }

        .text-right{
            text-align:right;
        }
        
        .faq-bloc-widget{
            background: #fff;
            padding: 15px;
            border: 1px solid #e5eaf3;
            border-radius: 5px;
            margin: 10px 0.5%;
        }
        
        
        .ty-page .liens-autres a{
            font-weight: 500;
            color: #3369a6;
            display: inline-block;
        }
    
        .ty-page .liens-autres a:hover{
            color: #3f9990;
        }
        
        .ty-page .header-padding-ty{
            padding:80px 0px 150px 20px;
            text-align:center;
            padding-bottom:150px !important;
        }
        
        .ty-page h1{
            color:#fff;
        }
        
        .bloc-arriere-bottom-ty{
            padding-left:20px;
            background: #f0edea;
            padding-bottom:80px;
        }
        
        
        /* lp video  */
        
                
        .lp-video .hs-form-field {
            padding: 10px 0px;
        }
        
        .lp-video .hs-form-field > label {
            font-size: 15px;
            font-weight: 300;
           
        }
        
        .lp-video .hs-form .hs-button, .lp-video .hs-form input[type="submit"] {
            background-color: #3369a6;
        }
        
        .lp-video .hs-form .hs-button:hover, .lp-video .hs-form input[type="submit"]:hover {
            background-color: #3673a2;
        }
        
        .lp-video .cta-btn, .lp-video .hs-form .hs-button, .lp-video .hs-form input[type="submit"], .lp-video .banner__subscribe form .actions input, .lp-video .fsForm input[type="submit"], .lp-video .site-header__main-menu .hs-menu-depth-1:last-child > a, .lp-video .hs_cos_wrapper_type_google_search #hs-search-module .hs-button, .lp-video #cse-search-box input[type="submit"], .lp-video .banner button.subscribe, .lp-video .blog-subscribe form .actions input, .lp-video .blog__pagination a, .lp-video .system input[type="submit"] {
            display: inline-block;
            position: relative;
            z-index: 1;
            border: 0;
            border-radius: 2px;
            padding: 1.2em 1.8em;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            font-weight: 500;
            text-decoration: none !important;
            -webkit-transition: .3s;
            transition: .3s;
            font-smoothing: antialiased;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-filter: blur(0);
            filter: blur(0);
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .lp-video form{
            max-width: 500px;
        margin: auto;
        }
        
        .lp-video .hs-form .hs-button, .lp-video .hs-form input[type="submit"] {
            background-color: #f17b48;
        }
        
        .lp-video form .actions {
            text-align:center;
        }
        
        
        .footer-lp-video{
            color:#000;
            font-family: 'Montserrat', sans-serif; 
            font-weight: 200; 
            line-height: 24px; 
            font-size: 16px;
            padding-top:80px;
            padding-bottom:20px;
        }
        
        .background-bloc-lp-video{
            padding: 0px 0px 50px 0px; 
            margin-top: 70px;
            box-shadow: 1px 10px 12px #0003;
            background: -webkit-linear-gradient(153deg,#f17b48 0%,#f29942 100%);
            background: linear-gradient(-63deg,#f17b48 0%,#f29942 100%);
        }
        
        
        .padding-content-lp-video{
            padding:50px 30px 10px;
        }
        
        
        .color-bloc-content-lp-video{
            color:#fff;
        }
        
        .second-bloc-form-lp-video{
            background:#fff;
            position:relative;
            padding:0px 20px 20px;
            box-shadow: 1px 10px 12px #0003;
        }
        
        .content-second-bloc-form-lp-video{
            text-align:center;
            padding-bottom:15px;
        }
        
        
        
        @media(max-width: 600px) {
            .blog-page-liste .hs-header-page, .body-blog-article #suscribe-newsletter{
                padding-bottom:70px;
            }
            
            .padding-header-sujet{
                padding:0 15px 100px;
            }
            
            .background-bloc-lp-video.page-center{
                padding:0px !important;
            }
            
            .lp-video .sous-topic{
                display:none;
            }
        }
        
        @media(max-width:767px){
            .mobile-open .hs-menu-flow-horizontal{
                display: inline-block !important;
            }
            
            .background-blog-listes-2 {
                padding-bottom: 150px;
            }
            
            .background-blog-listes-3 {
                padding-bottom: 150px;
            }
            
            .background-blog-listes {
                padding-bottom: 70px;
            }
            
            .row-case-plus .case-info, .row-case [class*="span"] {
                margin-left:0px;
            }
            
            .mobile-staff{
                max-width: 270px;
                margin: 20px auto !important;
            }
            
            .bloc-liste-certificats-equipe{
                padding:30px 0px 100px;
            }
            
        }
        
        
        @media(max-width:1000px){
            .blog-page-liste .body-container-wrapper {
                background:#edf0f2;
            }
            
            .blog-page-liste.bloc-liste-billet-blog .body-container-wrapper {
                background:#fff;
            }
            
            #suscribe-newsletter fieldset {
                margin:auto !important;    
            }
            
            .video-wrap video {
                min-height: 760px;
            }
            
        }
        
        
        .taille-logo-lp img{
            width:180px !important;
        }

        .hs-form input[type="checkbox"] {
            width: 20px !important;
            display: inline-block !important;
        }
        
        .padding-0-30{
            padding:0px 30px;
        }
        
        .bouton-lp-video{
            padding-top:15px;
            text-align:center;
        }
        
        .2-bloc-lp-jobs{
            display: table;
            border-collapse: separate;
        }
        
        .logo-lp-jobs{
            padding:30px !important; 
        }
        
        .image-icone-lp-jobs img{
            width:100px !important; 
        }
        
        
        .bouton-scroll-lp-orange {
            cursor: pointer;
            font-weight: bold;
            text-align: center;
            font-family: sans-serif;
            color: #fff;
            text-shadow: 0 -1px #481d0c;
            line-height: 1.5em;
            font-size: 18px;
            display: inline-block;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            font-family: sans-serif;
            background: #f0622b;
            color: #fff;
            border: 2px solid #783115;
            text-shadow: 0 -1px #481d0c;
            line-height: 1.5em;
            padding: 10px 20px;
            border-radius: 10px;
            cursor: pointer;
            box-sizing: content-box !important;
            vertical-align: middle;
        }
        
        .bouton-scroll-lp-bleu {
            cursor: pointer;
            font-weight: bold;
            text-align: center;
            font-family: sans-serif;
            color: #fff;
            text-shadow: 0 -1px #481d0c;
            line-height: 1.5em;
            font-size: 18px;
            display: inline-block;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            font-family: sans-serif;
            background: #485666;
            color: #fff;
            border: 2px solid #3b4653;
            text-shadow: 0 -1px #481d0c;
            line-height: 1.5em;
            padding: 10px 20px;
            border-radius: 10px;
            cursor: pointer;
            box-sizing: content-box !important;
            vertical-align: middle;
        }
        
    .header-crash-test{
        background:#3b4653;
        padding:20px 0px;
    }
    
        .padding-10{
            padding:10px;
        }
        
        
        .bloc-formulaire-lp-crash-test{
            margin:50px 0px;
            padding:50px 30px;
            background:#fff;
            box-shadow: 0 3px 40px -5px rgba(0,0,0,0.25);
            border-style: solid; 
            border-width:0px;
            border-top-width: 6px !important;
            border-color: #f0622b;
        }

        .hs-home-section-offre {
         background-color:#edf0f2;
         background-size:cover;
         background-position: right;
        }

    .lp-crash-test-padding-avant-formulaire{
        padding:60px;
    }
    
    .background-f0edea-crash-test{
        background:#f0edea;
    }
    
    
    /* CSS de la page learning center   */
    
    
    
.learning-center-liste .hs_submit .actions{
    text-align: center;
}


.learning-center-liste .bouton-service{
    color:#fff !important;
    border:2px solid #fff;
    padding:10px 20px;
    border-radius:4px;
    margin:5px;
    display:inline-block;
}

.learning-center-liste .bouton-service:hover{
    background-color:rgba(0,0,0,0.5);
}

.learning-center-liste .hs-button.primary.large{
    color: #dd4e0c;
    padding: 15px 30px;
    text-shadow: none;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #dd4e0c;
    font-weight: 600;
    font-size: 16px;
}

.learning-center-liste .hs-button.primary.large:hover{
    color: #fff;
    background: #dd4e0c;
}

.learning-center-liste .seperateur{
    width: 50px;
    height: 4px;
    margin-top: 0px;
    background-color: #f2f2f2;
}

.learning-center-liste .hs-input{
    background-color: #f2f2f2 !important;
    margin-bottom: 10px !important;
    color: #333333 !important;
    display: block !important;
    padding: 10px 14px !important;
    vertical-align: middle !important;
    width: 100% !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
}
    
.learning-center-liste label{
    color: #383b3e;
    font-family: "open sans" !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
}



.learning-center-liste input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 25px;
	display: block;
	border:none;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #73556b;
}

.learning-center-liste button {
	border: 3px solid #FFF;
	padding: 0.6em 1.2em;
	background: transparent;
	color: #FFF;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.learning-center-liste button:hover {
	background: #FFF;
	color: #f65283;
}

    .learning-center-liste .filtre-block-input{
        display:inline-block;
        width:100%;
    }
    
    .learning-center-liste .jplist-panel input.jplist-no-right-border {
        margin:0px;
    }
    
    .learning-center-liste .jplist-panel .text-filter-box {
        height: 30px;
        float: left;
        margin: 10px 10px 0 0;
        display: inline-block;
        width: 100%;
    }
    
    .learning-center-liste .jplist-panel input[type="text"] {
        width:90%;   
        padding: 5px 15px;
        height: 45px;
    }
    
    
    .learning-center-liste .learning-center-item{
        padding:20px;
        border:1px solid #dedede;
        margin:10px;
        width:400px;
        float:left;
        background:#f9f9f9;
        min-height:410px;
        position:relative;
    }
    
    .learning-center-liste .learning-center-item h4{
        color: #000000; 
        font-size: 24px; 
        font-weight: 600; 
        line-height: 28px; 
        letter-spacing: 1px;
        text-align: left;
    }
    
    .learning-center-liste .learning-center-item p{
        color: #000000;
        padding-bottom:15px;
    }
    
    .learning-center-liste .fa.fa-play-circle{
        color:#ed7f10;
        float:right;
    }
    
    .learning-center-liste .fa.fa-bookmark{
        color:#4464c9;
        float:right;
    }

    .learning-center-liste .fa.fa-star{
        color:#f04a5a;
        float:right;
    }
    
    .learning-center-liste .fa.fa-podcast{
        color:#7e4e9e;
        float:right;
    }
    
    .learning-center-liste .fa.fa-align-left{
        color:#bc1912;
        float:right;
    }
    
    .learning-center-liste .learning-center-pagination{
        width:100%;
        margin-top: 40px;
        display: inline-block;
    }
    
    .learning-center-liste .jplist-panel button {
        background:#f2f2f2;
        padding:10px 15px;
        margin:5px;
        color:#000;
        border-radius:3px;
    }
    
    .learning-center-liste .jplist-current{
        background:#ed7f10 !important;
        padding:10px 15px !important;
        margin:5px !important;
        color:#fff !important;
    }
    
    .learning-center-liste .learning-center-filtre{
        padding:25px 10%;
        background:#f2f2f2;
        display: inline-block;
        margin: 15px 20px;
    }
    
    .learning-center-liste .learning-center-filtre p input[type="checkbox"]{
        display:inline-block;
    }
    
    .learning-center-liste .learning-center-filtre h4{
        padding-top:30px;
    }
    
    .learning-center-liste .learning-center-filtre p{
        font-size: 16px;
        font-weight: 400;
    }
    
    .learning-center-liste .more-button-learning{
        color: #ed7f10;
        text-decoration: none;
        cursor: pointer;
        border: 2px solid #ed7f10;
        padding: 10px 15px;
        border-radius: 20px;
        font-weight: 500;
        background:#fff;
        bottom:15px;
        position:absolute;
    }
    
    .learning-center-liste .more-button-learning:hover{
        background: #ed7f10;
        color: #fff;
    }
    
    .learning-center-liste .cover-guide-learning-center{
        max-width: 36%;
        right: 15px;
        bottom:15px;
        position:absolute;
    }
    
    
    @media (max-width: 767px) {
       .learning-center-liste .learning-center-item {
            width: 93%;
            margin: 15px;
       }
   }
   
    .padding-90-70-ty{
        padding-top:90px;
        padding-bottom:40px;
        text-align:center;
    }