/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* 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;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: "conduit";
    src: url('https://cdn2.hubspot.net/hubfs/3526548/LOCABRI-Sep2017/Fonts/Conduit_ITC.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3526548/LOCABRI-Sep2017/Fonts/Conduit_ITC.eot') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/3526548/LOCABRI-Sep2017/Fonts/Conduit_ITC.woff2') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/3526548/LOCABRI-Sep2017/Fonts/Conduit_ITC.woff') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/3526548/LOCABRI-Sep2017/Fonts/Conduit_ITC.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/3526548/LOCABRI-Sep2017/Fonts/Conduit_ITC.svg#Conduit_ITC') format('svg');
         font-weight: 400;
}









/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body {  -webkit-font-smoothing: antialiased; margin:0; padding:0; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:16px; line-height:24px; font-weight:400; color:#1a171b; background:#fff; overflow-x:hidden; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#02bc7e; font-family:conduit; font-size:40px; line-height:50px; font-weight:400; margin:0; padding:0; clear:both }
h2 { color:#02bc7e; font-family:conduit; font-size:35px; line-height:40px; font-weight:400; margin:0; padding:0; clear:both }
h3 { color:#02bc7e; font-family:conduit; font-size:32px; line-height:40px; font-weight:400; margin:0; padding:0; clear:both }
h4 { color:#02bc7e; font-family:conduit; font-size:28px; line-height:30px; font-weight:400; margin:0; padding:0; clear:both }
h5 { color:#02bc7e; font-family:conduit; font-size:24px; line-height:28px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#02bc7e; font-family:conduit; font-size:16px; line-height:16px; font-weight:400; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#f4873e; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#02bc7e; }

input , button , textarea, select , 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"] { outline:none; color:#676767; background:#fff; border-radius:0px; border:0; border-bottom:1px #004413 solid; height:40px; padding:0 10px; font-size:20px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; border:1px #828282 solid; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  }
input[type=submit] , button { cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#02bc7e; padding:17px 20px; width:auto; max-width:auto; min-width:1px; height:auto; text-align:center; display:inline-block; color:#fff; font-weight:500; font-size:20px; -webkit-appearance:none; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; border:0; } 
input[type=submit]:hover , button:hover { background-color:#01704B; } 


::-webkit-input-placeholder { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
::-moz-placeholder { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-ms-input-placeholder {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-moz-placeholder {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  color:rgba(43,43,43,0.80) !important; opacity:1 !important; }



ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; line-height:18px; color:#f00; text-align:center; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

/* System Pages */

.errorpage .body-container-wrapper { padding-top:156px }  

.row-fluid .system-contentsec { padding:150px 0; text-align:center; background:#f9f9f9; float:left; width:100%; } 
.row-fluid .system-contentsec h1 { color:#fff !important; margin:0 0 10px; }
.row-fluid .system-contentsec h2 { color:#fff; margin:0 0 10px; }
.row-fluid .system-contentsec h3 { font-size:26px; line-height:30px; color:#231f20; font-weight:700 !important; }
.row-fluid .system-contentsec form { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%; }
.row-fluid .system-contentsec form input[type="text"], .row-fluid .system-contentsec form input[type="password"], .row-fluid .system-contentsec form input[type="email"] { border:1px solid #ccc; outline:0; height:50px !important; background:#fff; font-size:14px !important; color:#333; width:100% !important; margin:15px 0 !important; font-family: 'Montserrat', sans-serif; padding:0 15px !important; }
/* .row-fluid .system-contentsec form a.hs-button, .row-fluid .system-contentsec form input[type="submit"] { background:#fff; transition:all .5s; border:1px solid #00205b; color:#00205b; font-size:18px; font-weight:700; display:inline-block; max-width:100%; text-transform:uppercase; padding:15px 40px; cursor:pointer; }
.row-fluid .system-contentsec form a.hs-button:hover, .row-fluid .system-contentsec form input[type="submit"]:hover { color:#fff; background:#00205b; } */
html body .system-contentsec .page-header { padding:0; }
.row-fluid .pref form input[type=checkbox] { height:auto; margin-top: 2px; }
.row-fluid .sub-preferencesec form { width:100%; } 
.row-fluid .sub-preferencesec br { display:none; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item, .row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options { text-align:left; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h1, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h1, .row-fluid .widget-type-email_simple_subscription h1 { font-size:50px; line-height:54px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h2, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h2, .row-fluid .sub-preferencesec.widget-type-email_simple_subscription h2 { font-size:34px; line-height:38px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options label { margin:0; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options input[type="checkbox"] { margin-left:0; top:2px; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec input[type="checkbox"] { position:relative; top:5px; height:auto; }  
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item p { padding:0; margin:0; } 
.row-fluid .widget-type-email_subscriptions_confirmation { color:#fff; }
.row-fluid .widget-type-email_subscriptions_confirmation h1 { font-size:50px !important; margin-bottom:15px; }    
.row-fluid .widget-type-email_subscriptions_confirmation h2 { font-size:30px !important; margin-bottom:20px; margin-top:15px; float:left; width:100%; }   
.row-fluid .pref .email-prefs .item .item-inner { border: 1px solid #004413; }
.row-fluid .pref .checkbox-row + p { margin-top:0; padding-top:5px; margin-bottom:0; padding-bottom:0; }  
.row-fluid .pref .subscribe-options { text-align:center; }
.row-fluid .pref .subscribe-options p + p { margin-top:-10px; padding-top:0px; }
.row-fluid .pref form #submitbutton { position:relative; left:50%; font-size:16px; transform:translateX(-50%); font-weight:700;    padding: 10px 10px; }
.row-fluid .pref p.header { margin: -20px 0 0 0; padding-top:0; } 
.row-fluid .pref h1 { text-transform: uppercase; font-size:40px; width:100%; float:left; text-align:center; line-height:normal; }
.row-fluid .pref h2 { text-transform: uppercase; font-size:24px; width:100%; float:left; text-align:center; margin-top:20px; margin-bottom:35px; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -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); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0; margin:0 8px; }
ul.slick-dots li button { display:inline-block; background:#bfbfbf;  width:15px; height:15px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover { background:#83b719; opacity:0.5; }
ul.slick-dots li.slick-active button { background:#83b719; }

.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:18px 69px; color:#fff; font-weight:500; border-radius:4px; -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 0px rgba(0,0,0,0.17);; background:#fc9400; background: -moz-linear-gradient(top, #fc9400 0%, #e98900 60%, #e58700 100%); background: -webkit-linear-gradient(top, #fc9400 0%,#e98900 60%,#e58700 100%); background: linear-gradient(to bottom, #fc9400 0%,#e98900 60%,#e58700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9400', endColorstr='#e58700',GradientType=0 ); }
.row-fluid .btn-style a span, .row-fluid a.btn-style span { position:relative; z-index:1; }
.row-fluid .btn-style a:after, .row-fluid a.btn-style:after { position:absolute; content:''; border-radius:4px; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; width:100%; height:0; top:0; left:0; background:#02bc7e; }
.row-fluid .btn-style a:hover:after, .row-fluid a.btn-style:hover:after { height:100%; }
/*.row-fluid .btn-style a:hover, .row-fluid a.btn-style:hover { box-shadow:none; }*/

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0; float:none !important; } 

/* Page Wise Css */
/* Homepage */
.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:1; }
.row-fluid .top-header { background:#83b81a; padding:0 20px; }
.row-fluid .top-header > div > div.row-fluid { display:flex; align-items:center; }
.row-fluid .top-left ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .top-left ul li { float:none; display:inline-block; vertical-align:middle; padding-right:10px; }
.row-fluid .top-left ul li img { max-width:20px; margin-top:6px; }
.row-fluid .top-left ul li a { color:#fff; font-size:14px; line-height:21px; position:relative; }
.row-fluid .top-left ul li a:hover { color:#044416; }
.row-fluid .top-left ul li:last-child a:hover:after { content:''; width:100%; position:absolute; right:0; bottom:-5px; border-bottom:3px solid #044416; }

.row-fluid .top-right { float:right; text-align:right; }
.row-fluid .top-menu .hs-menu-wrapper > ul { float:right; }
.row-fluid .top-menu .hs-menu-wrapper > ul > li > a { color:#fff; font-size:14px; line-height:21px; padding:13px 15px; }   
.row-fluid .top-menu .hs-menu-wrapper > ul > li.active > a{     color: #044416;}
.row-fluid .top-cta a { float:right; padding:5px 15px; color:#83b81a; background:#fff; font-size:14px; line-height:21px; }
.row-fluid .top-menu, .row-fluid .top-cta { float:none; display:inline-block; vertical-align:middle; margin:0; width:auto; }

.row-fluid .top-navigation { background:#6c6c6c; }
.row-fluid .logo { margin-top:18px; }
.row-fluid .mobile-logo { display:none; }
.row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { position:inherit; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0 13px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:38px 0; font-size:22px; line-height:33px; color:#fff; font-weight:400; font-family:conduit; position:relative; overflow:visible; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#16151D; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { position:relative; content:"\f0d7"; font-family:FontAwesome; top:0; left:5px; font-size:13px; line-height:17px; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }

.row-fluid .top-rightsticky { color:#fff; right:0; top:180px; position:fixed; z-index:500; font-size:12px; width:60px; }
.row-fluid .top-rightsticky a { height:70px; width:60px; text-align:center; background:#83b81a; margin-bottom:2px; display:flex; color:#fff; float:none; flex-direction:column; justify-content:center; font-size:9px; font-weight:700; }
.row-fluid .top-rightsticky a img { margin-bottom:6px; max-width:15px; margin:0 auto; display: block; } 

.row-fluid .hero-section { position:relative; padding:420px 0 40px; font-size:20px; line-height:26px; background-position:center bottom !important; }
.row-fluid .hero-section:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-image:linear-gradient(to top,#000 0%,#000 44%,rgba(0,0,0,0.3) 65%,rgba(0,0,0,0) 74%,rgba(0,0,0,0) 92%); opacity:0.5; }
.row-fluid .hero-section > div { position:relative; }
.row-fluid .hero-section p { padding:5px 0; }
.row-fluid .hero-section h1 { margin-bottom:36px; }

.row-fluid .rapidement-section { padding:55px 0; }

.row-fluid .solution-section { padding:27px 0 50px; color:#676767; }
.row-fluid .video-code { margin:53px 0 20px; }

.row-fluid .guarantee-section { padding:90px 0 70px; }

.row-fluid .online-quotesec { padding:49px 0 55px; background:#004413; }
.row-fluid .online-quotesec h2 { margin-bottom:35px; }
.row-fluid .cta-style a { float:none; display:inline-block; padding:10px 45px; background:#fff; color:rgb(132, 182, 45); font-weight:700; }
.row-fluid .cta-style a:hover { color:#004413; }

.row-fluid .approved-section { padding:80px 0 0; }
.row-fluid .approved-section .widget-type-header h2 { margin-bottom:52px; }
.row-fluid .approved-section .approve-box { float:left; width:100%; }
.row-fluid .approved-section .approve-box:first-child { width:70%; }
.row-fluid .approved-section .approve-box:nth-child(2) .approve-hovertext { background:rgba(103,103,103,0.7); }
.row-fluid .approved-section .approve-box:nth-child(2) { width:30%; }
.row-fluid .approved-section .approve-box:nth-child(3) .approve-hovertext { background:rgba(4,68,22,0.7); }
.row-fluid .approve-boxwrap { width:100%; float:left; }
.row-fluid .approve-box.column3 .approve-imgbox { height:350px; }
.row-fluid .approve-imgbox { float:left; width:100%; position:relative; overflow:hidden; height:400px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .approve-hovertext { position:absolute; width:100%; height:100%; left:0; top:87%; padding:15px 15px; background:rgba(132,182,45,0.7); transition:width .5s,top .5s; }
.row-fluid .approve-hovertext .title { font-size:20px; line-height:24px; color:#fff; text-transform:uppercase; font-weight:700; }
.row-fluid .logo-boxwrap { padding-top:30px; }

.row-fluid .logo-boxwrap { float:none; display:inline-block; vertical-align:top; width:auto; }
.row-fluid .approve-box.column3 .logo-boxwrap { width:100%; padding-top:70px; }
.row-fluid .approve-box.column2 .logo-boxwrap .logo-box { float:left; width:50%; }
.row-fluid .approve-box .logo-boxwrap .logo-box { float:left; width:100%; margin-bottom:30px; }
.row-fluid .approve-box .logo-boxwrap .logo-box .logo-title { font-size:16px; line-height:20px; color:#fff; font-weight:700; margin:10px; }
.row-fluid .approve-box.column3 .logo-boxwrap .logo-box { float:left; width:33.33%; }
.row-fluid .logo-boxwrap .logo-box img { max-width:90px; max-height: 100px;  object-fit: contain; }
.row-fluid .logo-boxwrap .logo-box a { color:#fff; }
.row-fluid .approve-box .plus-img { float:left; width:100%; margin-top:30px; position:absolute; left:0; right:0; bottom:30px; }
.row-fluid .approve-box .plus-img img { max-width:30px; }

.row-fluid .ournews-section { padding:60px 0 70px; }

.row-fluid .our-opportunitiesec { padding:60px 0; }
.row-fluid .our-opportunitiesec h3 { font-size:25px; line-height:36px; }
.row-fluid .our-opportunitiesec .sub-title { font-size:30px; line-height:45px; font-weight:400; font-family:conduit; margin:40px 0 10px; }

/* Options Securite Page */
/*.row-fluid .inner-herosec { padding:520px 0 25px; }*/

.row-fluid .inner-herosec {
    padding: 300px 0 100px;
}

.row-fluid .inner-herosec.hero-section h1 { margin-bottom:0; font-size:48px; line-height:54px; }
.row-fluid .inner-herosec.hero-section h2 { font-size:30px; line-height:34px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.row-fluid .protection-section { padding:30px 0; }
.row-fluid .protection-section span{ color:#676767;  }
.row-fluid .protection-section strong{ color: #004413;}

.row-fluid .protection-section .text { padding:0 75px; }
.row-fluid .protection-boxwrap { float:left; width:100%; margin-top:35px; }
.row-fluid .protection-box { float:left; width:50%; padding:30px 75px } 
.row-fluid .protection-img { float:left; width:100%; height:310px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .protection-section .construction-Modulaire{ text-align:center; }
.row-fluid .protection-text { color:#676767; padding-top:25px; text-align:left; }
.row-fluid .Protect-center .protection-text { text-align:center; }
.row-fluid .list-style ul { float:left; width:100%; padding:0; margin:15px 0 0; list-style-type:none; }
.row-fluid .list-style ul li { float:left; width:100%; padding-left:40px; position:relative; margin:3px 0; }
.row-fluid .list-style ul li:before { position:absolute; content:"\f00c"; font-family:FontAwesome; font-size:28px; position:absolute; left:0; top:3px; color:#83b81a; }

.slick-slider .slick-arrow { background:transparent; border:0; z-index:1; position:absolute; left:0; width:30px; height:50px; font-size:0; color:#fff; transition:all 200ms ease; -webkit-transition:all 200ms ease; -moz-transition:all 200ms ease; cursor:pointer; padding:0; background-size:cover !important; box-shadow:none; }
.slick-slider .slick-arrow:before { display:none; } 
.slick-slider .slick-arrow.slick-prev { background:url(https://cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/arrow-left.png) no-repeat center; left:-50px; }
.slick-slider .slick-arrow.slick-next { background: url(https://cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/arrow-right.png) no-repeat center; right:-50px; left:auto; }
.slick-slider .slick-arrow:hover { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);; }

.row-fluid .service-optionwrap { float:left; width:100%; text-align:center; margin-top:40px; }
.row-fluid .service-optionbox { float:none; display:inline-block; vertical-align:top; margin:0 -2px; width:33.33%; color:#676767; padding:30px 20px; }
.row-fluid .service-optionbox img { max-width:80px; margin-bottom:10px; }

.row-fluid .structure-section { padding:50px 0; }
.row-fluid .structure-section span{ color:#676767; }
.Conceive2gether{ color:#676767;}
.row-fluid .structure-section .widget-type-header h2 { margin-bottom:40px; }
.row-fluid .structure-section .text { padding:0 75px; }
.row-fluid .structure-section .protection-boxwrap { margin-top:20px; }

.row-fluid .cta-stripsec { padding:87px 0 93px; background:#004413; }
.row-fluid .cta-stripsec .cta-style a { padding:10px 30px; }

.row-fluid .benefits-section { padding:70px 0; } 
.row-fluid .benefits-section .service-optionwrap { float:none; display:inline-block; vertical-align:top; width:900px; max-width:100%; }
.row-fluid .benefits-section .service-optionbox { width:50%; }
.row-fluid .benefits-section .benefitText{ font-size: 13px; color: #676767;}
.row-fluid .benefits-3col  .service-optionbox{ width:33.33%; }
.row-fluid .benefits-3col  .service-optionwrap{ width:1200px; }

.row-fluid .building-boxwrap { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%; margin:45px 0 90px; }
.row-fluid .building-box h5 { font-size:20px; line-height:30px; color:#666; text-transform:uppercase; font-weight:700; padding:0 0 24px; margin:0 0 55px; border-bottom:solid 6px #666; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; }
.row-fluid .building-imgbox { float:left; width:100%; height:475px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .building-boxwrap .slick-arrow { width:49px; height:93px; }
.row-fluid .building-boxwrap.slick-slider .slick-arrow.slick-prev { left:-150px; }
.row-fluid .building-boxwrap.slick-slider .slick-arrow.slick-next { right:-150px; }

.row-fluid .expertbg-section { position:relative; padding:60px 0; margin-top:30px; }
.row-fluid .expertbg-section:before { background-color:rgba(103,103,103,0.8); content:""; height:100%; left:0; position:absolute; top:0; width:100%; }
.row-fluid .expertbg-section > div { position:relative; }
.row-fluid .expertbg-section h3 { font-size:25px; line-height:36px; margin-bottom:40px; }
.row-fluid .expertbg-section .cta-style a { padding:21px 58px; font-size:20px; }

.row-fluid .Entrepot-two-columN .service-optionbox{ width:50%; }
.row-fluid .Entrepot-two-columN .service-optionwrap{ padding:0 150px; }



/* ==== Menu Contact ====== */
.row-fluid .navigation-menu{width: calc(100% - 522px);}
.row-fluid .menu-contact{text-align: right;margin-left: 0;width: 215px;}
.row-fluid .menu-contact a{padding:38px 0;display: inline-block; font-size:22px; line-height:33px; color:#fff; font-weight:400; font-family:conduit; position:relative; overflow:visible;transition:all 0.4s;position:relative;}
.row-fluid .menu-contact a:hover{color: #83b81a;}
.row-fluid .menu-contact a:hover:before{border-bottom: 5px solid #84b62d;  bottom: 30px;  content: "";  position: absolute;  right: 0;  width: 100%;}

.fixed .row-fluid .menu-contact a{padding: 35px 0;}










/* Manufacture Page */
/*.row-fluid .manufacture-herosec { padding:550px 0 40px; }*/
.row-fluid .manufacture-herosec{
      padding: 300px 0 100px;
}

.row-fluid .manufacture-herosec h1 { margin-bottom:0; }

.row-fluid .cta-small a { float:none; display:inline-block; padding:10px 45px; background:#fff; color:rgb(132, 182, 45); font-weight:700; }
.row-fluid .cta-small a:hover { color:#004413; }

.row-fluid .manufacture-faqsec { padding:60px 0 30px; font-size:18px; line-height:26px; color:#666; }
.row-fluid .manufacture-faqwrap { float:none; display:inline-block; vertical-align:top; width:1000px; max-width:100%; text-align:left; }
.row-fluid .manufacture-faqbox { padding:70px 0 83px; position:relative; }
.row-fluid .manufacture-faqbox:after { position:absolute; content:""; height:6px; width:600px; max-width:100%; background:#83b81a; bottom:26px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .manufacture-faqbox .manufacture-faqtopbox { position:relative; }
.row-fluid .manufacture-faqbox .manufacture-faqtopbox .img, .row-fluid .manufacture-faqbox .manufacture-faqtopbox .manufacture-faqtitle { float:none; display:inline-block; vertical-align:middle; width:auto; }
.row-fluid .manufacture-faqbox .manufacture-faqtopbox .manufacture-faqtitle { padding-left:20px; font-weight:700; }

.row-fluid .manufacture-faqbox .manufacture-faqtopbox .faqwrap-img  { float:left; width:auto;  }
.row-fluid .manufacture-faqbox .manufacture-faqtopbox .manufacture-faqtitle{ float:left;  width: 92%;}
.row-fluid .manufacture-faqbox .manufacture-faqtopbox{  display: flex;  align-items: center;}


.row-fluid .manufacture-faqbox .list-style ul { padding-left:20px; margin-top:28px; }
.row-fluid .manufacture-faqbox .list-style ul li { margin-bottom:20px; margin-top:0; }

.row-fluid .manufacture-faqbox.grey-color ul li:before { color:#676767; }
.row-fluid .manufacture-faqbox.grey-color:after { background:#676767; }
.row-fluid .manufacture-faqbox.dark-green ul li:before { color:#004413; }
.row-fluid .manufacture-faqbox.dark-green:after { background:#004413; }

.row-fluid .practice-section { padding:60px 0; }
.row-fluid .practice-section .widget-type-header h2 { margin-bottom:90px; }
.row-fluid .practice-sliderbox .practice-sliderimg { float:left; width:50%;  height:415px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .practice-sliderbox .practice-slidertext { float:left; width:50%; padding-left:45px; }
.row-fluid .practice-sliderbox .practice-slidertext ul li{ position:relative; }
.row-fluid .practice-sliderbox .practice-slidertext ul li:before{content: "\f111"; position: absolute; left: -17px; top: 0; font-size: 7px; font-family: fontawesome; }
.row-fluid .practice-sliderbox .title h5 {      max-width: 485px;  margin: 0 auto; font-size:20px; line-height:30px; font-weight:700; color:#666; text-transform:uppercase; padding:0 0 24px; margin-bottom:10px; border-bottom:solid 6px #666; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; }
.row-fluid .practice-sliderbox .text { font-size:18px; line-height:26px; color:#666; text-align:justify; padding:0 72px; position:relative; margin-top:20px; }
.row-fluid .practice-sliderbox .text:before { position:absolute; content:""; height:53px; width:53px; left:0; top:0; background:url('//cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/quote-1.png') no-repeat; }
.row-fluid .practice-sliderbox .text:after { position:absolute; content:""; height:53px; width:53px; right:31px; bottom:-32px; background:url('//cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/quote-2.png') no-repeat; }
.row-fluid .practice-sliderbox .text ul { float:left; width:100%; margin:0; padding:0; list-style-type:none; }
.row-fluid .practice-sliderbox .text ul li { margin-bottom:10px; float:left; width:100%; text-align:left; }
.row-fluid .practice-sliderbox .bottom-title { text-align:right; font-size:20px; line-height:26px; color:#666; padding-top:25px; padding-right:65px; } 
.row-fluid .practice-section .slick-arrow { width:49px; height:93px; }
.row-fluid .practice-section .slick-slider .slick-arrow.slick-prev { left:-90px; top:41%; }
.row-fluid .practice-section .slick-slider .slick-arrow.slick-next { right:-90px; top:41%; }

.row-fluid .practice-section.quote-design .practice-sliderbox .text:before{ left:-17px;  }
.row-fluid .practice-section.quote-design .practice-sliderbox .text{ padding: 20px 10px 20px 50px;}



.row-fluid .quote-hide .practice-sliderbox .text:before{ display:none; }
.row-fluid .quote-hide .practice-sliderbox .text:after{ display:none; }

/* Espace Stockage Page */
.row-fluid .espace-guarantee-section { padding:60px 0 70px; }
.row-fluid .espace-guarantee-section .guarantee-boxwrap { float:none; display:block; width:auto; margin:35px -60px 0; }
.row-fluid .espace-guarantee-section .guarantee-box { padding:0 60px; }
.row-fluid .espace-guarantee-section .guarantee-boxinner .text { padding:0; color:#666; }
.row-fluid .espace-guarantee-section .guarantee-boxinner .title { font-size:18px; line-height:27px; }

.row-fluid .espace-ctastrip .cta-style a { padding:10px 75px; } 

.row-fluid .envisaged-section { padding:70px 0; }
.row-fluid .envisaged-section .hs_cos_wrapper_type_header h2 { margin-bottom:50px; }
.row-fluid .avez-box { padding-bottom:45px; }
.row-fluid .avez-img { float:none; display:inline-block; vertical-align:middle; width:30%; margin:0 -2px; }
.row-fluid .avez-text { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:70%; line-height:26px; color:#666; text-align:justify; }
.row-fluid .avez-box:nth-child(even) .avez-img { text-align:right; }

.row-fluid .light-greenbg { background:#83b81a; }

/* Resources Page */
.row-fluid .resource-section { padding:70px 0; }
.row-fluid .resource-richtext { font-size:18px; line-height:28px; color:#666; padding-bottom:80px; }
.row-fluid .resources-listbox ul { float:none; display:block; width:auto; padding:0; margin:0 -15px; list-style-type:none; }
.row-fluid .resources-listbox ul li { float:left; width:33.33%; padding:0 15px; }   
.row-fluid .resources-listbox ul li a { float:left; width:100%; text-align:center; color:#fff; background:#84b71a; font-size:22px; line-height:26px; text-transform:uppercase; font-family:conduit; padding:8px 15px; }

.row-fluid .resource-boxsec { float:left; width:100%; padding:70px 0; text-align:center; }
.row-fluid .resource-boxsec1 { padding-top:125px; }
.row-fluid .resource-boxsec3 { padding-bottom:0; }
.row-fluid .resource-boxsec .hs_cos_wrapper_type_header h2 { font-size:32px; line-height:35px; margin-bottom:35px; }
.row-fluid .resource-box { float:none; display:inline-block; vertical-align:top; width:50%; padding:20px; margin:0 -2px; }
.row-fluid .resource-boxsec .resource-imgbox { position:relative; float:left; width:100%; height:410px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .resource-boxsec .resource-textbox { position:absolute; bottom:0; left:0; width:100%; background:rgba(131,183,25,0.8); text-align:right; font-size:18px; line-height:30px; color:#fff; padding:0 60px 10px 10px; }
.row-fluid .resource-boxsec .resource-textbox:before { position:absolute; content:""; bottom:100%; left:0; background:url(https://cdn2.hubspot.net/hubfs/3526548/locabri%202018/images/triangle.png) no-repeat center; background-size:100% 85px; width:100%; height:85px; }
.row-fluid .resource-boxsec .resource-textbox h4 { color:#fff; text-transform:uppercase; font-size:20px; line-height:30px; font-weight:700; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; }
.row-fluid .resource-boxsec .download-img { position:absolute; width:30px; right:10px; top:8px; }

/* Notre Methode Page */
/*.row-fluid .hero-bannersec { padding:552px 0 0; }*/
.row-fluid .hero-bannersec {
    padding: 300px 0 100px;
}

.row-fluid .our-methodsec { padding:50px 0; }
.row-fluid .our-methodsec .hs_cos_wrapper_type_header h2 { margin-bottom:60px; }
.row-fluid .our-methodbox { float:left; width:100%; padding-bottom:65px; }
.row-fluid .our-methodbox:last-child { padding-bottom:0; }
.row-fluid .our-methodimg { float:none; display:inline-block; vertical-align:middle; width:11%; margin:0 -2px; position:relative; }
.row-fluid .our-methodimg:after { position:absolute; content:""; height:110px; width:10px; left:50%; top:100%; background:#d9d9d9; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .our-methodbox:last-child .our-methodimg:after { display:none; }
.row-fluid .our-methodtextbox { float:none; display:inline-block; vertical-align:middle; width:89%; margin:0 -2px; font-size:18px; line-height:27px; color:#666666; padding:0 110px; }
.row-fluid .our-methodtextbox .our-methodtitle { font-size:20px; line-height:30px; color:#004413; font-weight:700; margin-bottom:24px; }
.row-fluid .our-methodtextbox ul { float:left; width:100%; margin:0; padding-left:20px; }
.row-fluid .our-methodtextbox ul li { float:left; width:100%; }

.row-fluid .our-process-sec { padding:40px 0 60px; text-align:center; }
.row-fluid .our-process-sec .richtext { padding:50px 0 40px; font-size:18px; line-height:27px; color:#666666; width:850px; max-width:100%; float:none; display:inline-block; text-align:left; margin:0 auto !important; vertical-align:top; }
.row-fluid .our-process-sec .list-style { float:none; display:inline-block; width:660px; max-width:100%; vertical-align:top; text-align:left; font-size:16px; line-height:24px; color:#666666; }
.row-fluid .our-process-sec .list-style ul li { margin-bottom:10px; }
.row-fluid .our-process-sec .list-style ul li a { color:#004413; text-decoration:underline; }
.row-fluid .our-process-sec .list-style ul li a:hover { color:#044416; }

.row-fluid .method-expertbgsec:before { background-color:inherit !important; }
.row-fluid .method-expertbgsec .cta-style a { font-size:16px; padding:10px 30px; } 
.row-fluid .method-expertbgsec h3 { font-size:30px; line-height:45px; margin-bottom:15px; } 

/* Recrurment Page */
.row-fluid .recrurment-hero { padding:514px 0 0; background-position:center top !important; }

.row-fluid .recrurment-section { padding:18px 0 140px; color:#666666; }
.row-fluid .recrurment-section .hs_cos_wrapper_type_header h2 { margin:42px 0; }
.row-fluid .recrurment-section a { color:#666; text-decoration:underline; position:relative; padding-left:15px;  }
.row-fluid .recrurment-section a:before{ content:""; position:absolute; left: 0; top: 8px; width: 5px; height: 1px; background: #666;  }
.row-fluid .recrurment-section a:hover { color:#000; }
.row-fluid .recrurment-section a:hover:before{ background:#000; }
.row-fluid .recrurment-form { text-align:center; }
.row-fluid .recrurment-form form { float:none; display:inline-block; vertical-align:top; width:848px; max-width:100%; text-align:left; }
.row-fluid .recrurment-form form .hs-form-required { display:none; }
.row-fluid .recrurment-form .left_fields { float:left; width:48%; }
.row-fluid .recrurment-form .right_fields { float:right; width:48%; }
.row-fluid .recrurment-form .hs-form .hs-form-field { padding:0 0 29px; }
.row-fluid .recrurment-form .hs-fieldtype-file legend.hs-field-desc { text-align:center; float:left; width:100%; padding:0 0 5px; } 
.row-fluid .recrurment-form input[type="file"] { font-size:16px; border:0; }
.row-fluid .recrurment-form input[type="submit"] { float:right; padding:17px 70px; font-weight:700; }
.row-fluid .recrurment-form .hs-error-msgs { display:none !important; }

/* Votre Activite Page */
.row-fluid .activity-section { padding:60px 0; }
.row-fluid .activity-box { float:left; width:33.33%; padding:0 13px 25px; }
.row-fluid .activity-imgbox { height:350px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; position:relative; }    
.row-fluid .double-activity-raw .activity-box { width:50%; }
.row-fluid .double-activity-raw .activity-box:nth-child(odd) { width:40%; }
.row-fluid .double-activity-raw .activity-box:nth-child(even) { width:60%; }

.row-fluid .double-activity-raw.double-reverse .activity-box:nth-child(odd) { width:60%;}
.row-fluid .double-activity-raw.double-reverse .activity-box:nth-child(even) { width:40%;} 


.row-fluid .activity-textbox .title {  text-transform: uppercase; line-height:34px; background-color:rgba(131,184,26,0.8); font-size:22px; color:#fff; height:122px; padding:15px; font-weight:700; text-align:center; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; display:flex; display:-webkit-flex; flex-direction:column; -webkit-flex-direction:column; justify-content:center; -webkit-justify-content:center; }
.row-fluid .activity-textbox .textwrap { background:rgba(0,0,0,0.4) url(https://cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/h2-plus.png) no-repeat center; bottom:0; height:calc(100% - 122px); left:0; position:absolute; width:100%; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.row-fluid .activity-textbox .textwrap .text { opacity:0; text-align:justify; line-height:27px; font-size:16px; color:#fff; padding:0 10px 70px; background:url(https://cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/h2-plus.png) no-repeat center bottom !important; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.row-fluid .activity-box:hover .activity-textbox .title { background-color:rgba(131,184,26,1); }
.row-fluid .activity-box:hover .activity-textbox .textwrap { background:rgba(131,184,26,1); background-position:center; }
.row-fluid .activity-box:hover .activity-textbox .textwrap .text { opacity:1; } 

/* Lexique Page */

.row-fluid .error-content { float:left; width:100%; text-align:center; padding:5% 0; color:#666666; }   
.row-fluid .error-content h2 { text-transform:uppercase; }
.row-fluid .error-content.five-zero-zero {  font-size:14px; color:#fff; }
.row-fluid .error-content.five-zero-zero form { float:left; min-width:585px; float:none; display:inline-block; }  
.row-fluid .error-content.five-zero-zero h2 { font-size:26px; }
.row-fluid .error-content.five-zero-zero form .input input { width: 100%; font-size:12px; background-color: #fff; color: #666; border: 1px solid #ddd; margin:10px 0; }
.row-fluid .error-content.five-zero-zero form a.hs-button { cursor: pointer;
    text-decoration: none; line-height: 42px; font-family: 'arial'; font-weight: bold; background: #97bf12; font-size: 14px; display: inline-block;
    color: #FFF; width: auto; text-transform: uppercase; text-align: center; -webkit-transition: all ease-in-out .2s; -o-transition: all ease-in-out .2s; -ms-transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; transition: all ease-in-out .2s;
    background-image: url(//cdn2.hubspot.net/hubfs/3526548/LOCABRI-Sep2017/Image/arrow.png?t=1506078650253);
    background-repeat: no-repeat;
    background-position: 25px 15px;
    border: 0;
    margin: 10px 0;
    height: 42px;
    padding-left: 50px;
    padding-right: 25px;
    height: 42px !important; }

.row-fluid .error-content.five-zero-zero form a.hs-button:hover { 

    text-decoration: none;
    background-color: #88a81d;
    background-position: 35px 15px; }

.header-container-wrapper { position:relative; z-index:3; }
.row-fluid .lexicon-section { text-align:center; }
.row-fluid .laxicon-filterlist ul { float:none; display:inline-block; width:100%; padding:55px 0 25px; list-style-type:none; margin:0; text-align:center; width:750px; max-width:100%; }
.row-fluid .laxicon-filterlist ul li { float:none; display:inline-block; vertical-align:top; font-weight:700; font-size:35px; padding:5px 15px; width:8%; line-height:52px; }
.row-fluid .laxicon-filterlist ul li a { color:#83b81a; }
.row-fluid .laxicon-filterlist ul li a:hover, .row-fluid .laxicon-filterlist ul li a.selected { text-decoration:underline; }

.row-fluid .resource-main-section { border-top:1px solid #666; padding:60px 0; height:100%; margin-top:25px; }
.row-fluid .resource-mainwrap .resource-box { float:left; margin:0; width:100%; padding:60px 0 30px; }
.row-fluid .resource-mainwrap .resource-box ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .resource-mainwrap .resource-box ul li { float:left; width:20%; }
.row-fluid .resource-mainwrap .resource-box ul li a { float:left; width:100%; margin:10px 0; color:#666; }
.row-fluid .resource-mainwrap .resource-box ul li a:hover { color:#83b81a; text-decoration:underline; }

.row-fluid .laxicon-expertbg h3 { margin-bottom:52px; }
.row-fluid .laxicon-expertbg .cta-small a { padding:10px 30px; }



/* Pourquoi Modulaire Page */
.row-fluid .why-modularbox { border-bottom:8px solid #83b81a; margin-bottom:50px; display:flex; justify-content:center; align-items:center; }
.row-fluid .why-modularimg-box { width:35%; min-height:400px; min-width:380px; position:relative; overflow:hidden; background-position:center center !important; background-repeat:no-repeat !important; background-size:cover !important; }
.row-fluid .why-modularimg-box:before { position:absolute; top:70%; left:0; width:1000px; height:100%; background-size:100% 100%; background-color:rgba(140,193,82,0.95); content:''; -webkit-transition:opacity 0.45s, -webkit-transform 0.45s; transition: opacity 0.45s, transform 0.45s; -webkit-transform: rotate(-10deg); transform: rotate(-10deg); transition: top 0.45s, transform 0.45s; }
.row-fluid .why-modularicon { position:absolute; bottom:40px; right:20px; max-width:40px; }

.row-fluid .why-modulartext-box { width:65%; text-align:left; padding-left:5%; line-height:27px; color:#666; }
.row-fluid .why-modulartext-box h2 { margin-bottom:10px; }
.row-fluid .why-modulartext-box .hide-in-mobile p{ text-align:justify; }
.row-fluid .why-modularbox:nth-child(even) .why-modulartext-box { padding-right:5%; padding-left:0; }

.row-fluid .modular-rapidement-sec { padding-bottom:100px; }
.row-fluid .modular-rapidement-sec .rapidement-boxwrap { margin:0; }
.row-fluid .modular-rapidement-sec .rapidement-boxwrap .rapidement-box .rapidement-imgbox{ height: 150px; display: flex; align-items: center; justify-content: center;}
.row-fluid .modular-rapidement-sec .rapidement-boxwrap .rapidement-box .rapidement-imgbox img{  max-width: 70%;}

.row-fluid .modular-opportunitiesec .cta-style a { padding:10px 29px; margin-top:40px; }

/* Contact Page */
.row-fluid .contact-form { float:none; display:inline-block; vertical-align:top; width:840px; max-width:100%; text-align:left; font-size:20px; color:#676767; }  
.row-fluid .contact-form .hs-form-required { display:none !important; }
.row-fluid .contact-title { margin:55px 0; }
.row-fluid .contact-form .hs-form fieldset.form-columns-2 .field:first-child { padding-bottom:30px; padding-right:5px; }
.row-fluid .contact-form form.hs-form fieldset[class*="form-columns"] .hs-input { margin-top:20px; }  
.row-fluid .contact-form .hs-form fieldset.form-columns-2 .field { padding-left:5px; }
.row-fluid .contact-form ul.hs-error-msgs { font-size:12px; color:#e22b2b; } 

.row-fluid .contact-form select { border:1px #000 solid; height:45px; background:url(https://cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/select_arrow.jpg) no-repeat center right; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.row-fluid .contact-form textarea {  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  margin-top:41px !important;  }
.row-fluid .contact-form .hs-fieldtype-booleancheckbox { text-align:center; font-weight:700; color:#666666; font-size:16px; line-height:24px; }
.row-fluid .contact-form .inputs-list input[type="checkbox"] + span:before { display:none; }
.row-fluid .contact-form .inputs-list input[type="checkbox"] { position:relative; opacity:1; margin-top:0; height:30px; top: 9px; width: 17px !important; margin-right: 5px; }  
.row-fluid .contact-form .inputs-list input[type="checkbox"] + span { display:inline-block; }
.row-fluid .contact-form .inputs-list input[type="checkbox"]:checked + span:after { display:none; }
.row-fluid .contact-form .legal-consent-container { float:left; width:100%; text-align:left; font-size:13px; line-height:24px;  color:#666666; }
.row-fluid .contact-form .legal-consent-container a { color:#666; }
.row-fluid .contact-form .legal-consent-container a:hover { color:#000; }
.row-fluid .contact-form input[type="submit"] { float:right; padding:17px 70px; font-weight:700; } 

.row-fluid .contact-form ::-webkit-input-placeholder {     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:20px;  color:#676767 !important; opacity:1 !important; font-weight:400 !important; }
.row-fluid .contact-form ::-moz-placeholder {     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:20px;  color:#676767 !important; opacity:1 !important; font-weight:400 !important; }
.row-fluid .contact-form :-ms-input-placeholder {     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:20px;  color:#676767 !important; opacity:1 !important; font-weight:400 !important; }
.row-fluid .contact-form :-moz-placeholder {     font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:20px;  color:#676767 !important; opacity:1 !important; font-weight:400 !important; }

.row-fluid .far-formsec { padding:55px 0 15px; }  
.row-fluid .far-formsec .widget-type-header h2 { margin-bottom:15px; }
.row-fluid .far-formsec p { padding:0; }
.row-fluid .far-formsec a { color:#666; }
.row-fluid .far-formsec a:hover { color:#000; }
.row-fluid .for-formdetails ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .for-formdetails ul li { position:relative; padding-bottom:4px; }
.row-fluid .for-formdetails ul li:before { position:absolute; content:""; left:-25px; width:19px; height:28px; background:url('https://cdn2.hubspot.net/hubfs/3526548/locabri-novembre/contact/Picto-telephone.svg') no-repeat; }
.row-fluid .for-formdetails ul li:first-child:before { top:-2px; }
.row-fluid .for-formdetails ul li:nth-child(2):before { background:url('https://cdn2.hubspot.net/hubfs/3526548/locabri-novembre/contact/Picto-fax.svg') no-repeat; }
.row-fluid .for-formdetails ul li:nth-child(3):before { background:url('https://cdn2.hubspot.net/hubfs/3526548/locabri-novembre/contact/Picto-mail.svg') no-repeat; top:6px; }

.row-fluid .contact-mapsec { background:#f8f8f8; padding-top:60px; }
.row-fluid .map-colorwrap { margin-bottom:25px; }
.row-fluid .map-colorcol { float:left; width:50%; display:flex; align-items:center; min-height:60px; width:50%; margin:auto; }
.row-fluid .map-colorcol .map-colorcode { min-width:30px; height:30px; margin-right:5%; display:inline-block; vertical-align:middle; }
.row-fluid .map-colorcol a { color:#666; }
.row-fluid .map-colorcol a:hover { color:#000; }
.row-fluid .contact-mapsec .right h4 { font-size:18px; line-height:27px; color:#666666; text-decoration:underline; font-weight:700; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; margin-bottom:29px; }
.row-fluid .contact-mapsec .right h5 { font-size:14px; line-height:21px; color:#666666; font-weight:700; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; min-height:45px; margin-bottom:10px; }
.row-fluid .contact-mapsec .right a { color:#666; width:100%; font-size:15px;  float:left;   text-align: left; }
.row-fluid .contact-mapsec .right .txt-center p a{ text-align:center;}
.row-fluid .contact-mapsec .right .person2{ color:#666; width:100%; font-size:15px;  float:left;   text-align: left;  }
.row-fluid .contact-mapsec .right a:hover { color:#044416; }
.row-fluid .contact-mapsec .right p { padding:0; text-align:center;  } 

.row-fluid .locabri-ofcadress { padding:60px 0; color:#666; }
.row-fluid .locabri-ofcadress a { color:#666; }
.row-fluid .locabri-ofcadress a:hover { color:#044416; }
.row-fluid .locabri-ofcadress ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .locabri-ofcadress p { padding:0; }
.row-fluid .locabri-ofcadress ul li { position:relative; }
.row-fluid .locabri-ofcadress ul li:before { display:inline-block; vertical-align:middle; content:""; height:25px; width:15px; background:url('https://cdn2.hubspot.net/hubfs/3526548/locabri-novembre/contact/Picto-telephone.svg') no-repeat center center; position:relative; left:-4px; }
.row-fluid .locabri-ofcadress ul li:nth-child(2) { left:-7px; }
.row-fluid .locabri-ofcadress ul li:nth-child(2):before { background:url('https://cdn2.hubspot.net/hubfs/3526548/locabri-novembre/contact/Picto-PC.svg') no-repeat center center; position:relative; left:-8px; }

/* Thank You Page */
.row-fluid .thanks-contentsec { font-size:33px; line-height:36px; font-weight:500; color:#666666; font-family:conduit; }
.row-fluid .thanks-contentsec .cta-style a { background:#83b81a; color:#fff; margin:30px 0 60px; padding:16px 20px; width:350px; max-width:100%; font-weight:400; font-size:30px; }
.row-fluid .thanks-contentsec .cta-style a:hover { background:#004413; }
.row-fluid .thanks-contentsec .thanks-title h2 { margin-bottom:35px; }

/* Blog Page */
.row-fluid .blog-sectionwrap { padding:100px 0; }
.row-fluid .post-item { float:left; width:100%; padding-bottom:60px; }
.row-fluid .post-item .post-header h2 { color:#83b81a; text-transform:uppercase; text-align:left; border-bottom:solid #83b81a 8px; padding-bottom:3%; margin-bottom:24px; }
.row-fluid .img-article-bg { height:350px; float:left; width:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; position:relative; overflow:hidden; }
.row-fluid .img-article-bg:before { position:absolute; top:80%; left:0; width:1000px; height:100%; background-size:100% 100%; background-color:rgba(140,193,82,0.7); content:''; -webkit-transition: opacity 0.45s, -webkit-transform 0.45s; transition: opacity 0.45s, transform 0.45s; -webkit-transform: rotate(-7deg); transform: rotate(-7deg); transition:top 0.45s, transform 0.45s; }
.row-fluid .post-item .hs-featured-image-link { position:absolute; top:0; left:0; width:100%; height:100%; }
.row-fluid .post-item .post-body { padding-top:40px; padding-bottom:10px; color:#666; float:left; width:100%; }
.row-fluid .post-item .post-header h2 a { color:#83b81a; }
.row-fluid .date-readmore { float:left; width:100%; color:#666; }
.row-fluid .date-readmore a { color:#666; text-decoration:underline; }
.row-fluid .date-readmore a:hover { color:#343434; }
.row-fluid .date-readmore > div { float:left; width:50%; }
.row-fluid .date-readmore .div-read-more { text-align:right; }
.row-fluid .date-readmore .div-read-more .more-link { font-size:18px; display:inline-block; text-decoration:none; text-align:center; background:#83b81a; color:rgb(255, 255, 255); line-height:1.5em; padding:15px 40px; font-weight:bold; font-family:sans-serif; }
.row-fluid .date-readmore .div-read-more .more-link:hover { background:#004413; }

#blog-topic-list { display:flex; background:#044416; align-items:center; height:60px; margin-bottom:25px; flex:1; }
#blog-topic-list div { width:15%; text-align:center; margin-right:2%; }
#blog-topic-list div img { max-width:30px; }
#blog-topic-list form { width:78%; }
#blog-topic-list form select { height:34px; font-size:16px; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
#blog-topic-list form select option { color:#676767; }

.row-fluid .blog-discoverbox { padding:35px 15px 50px; background:#85b539; color:#fff; font-size:18px; line-height:27px; text-align:justify; }
.row-fluid .blog-discovertitle h3 { font-size:20px; line-height:30px; margin:23px 0 21px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight:700; }

.row-fluid .compare-blogbox { margin:25px 0; padding:35px 15px; font-size:18px; line-height:27px; text-align:justify; }
.row-fluid .compare-blogicon img { max-width:20%; }
.row-fluid .compare-blogtitle h3 { font-size:20px; line-height:30px; margin:23px 0 21px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight:700; }
.row-fluid .compare-blogcta a { float:none; display:inline-block; font-size:16px; line-height:24px; color:#fff; font-family:sans-serif; background:rgb(132,182,45); padding:10px 30px; margin-top:8px; }
.row-fluid .compare-blogcta a:hover { background:#004413; }

.row-fluid .inform-blogbox { padding:35px 15px 25px; background:#85b539; color:#fff; font-size:18px; line-height:27px; text-align:justify; } 
.row-fluid .inform-blogbox .title h3 { font-size:20px; line-height:30px; margin:23px 0 21px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight:700; }
.row-fluid .inform-blogbox .text { margin-bottom:30px; }
.row-fluid .inform-blogbox .hs-form-required { display:none; }
.row-fluid .inform-blogbox input[type="text"], .row-fluid .inform-blogbox input[type="email"] { background:transparent; border-color:#fff; color:#fff; }
.row-fluid .inform-blogbox input[type="email"] { margin-top:15px; }
.row-fluid .inform-blogbox input[type="text"]:focus, .row-fluid .inform-blogbox input[type="email"]:focus { outline:0; border-color:#666; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6); -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6); -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6); font-size:16px; }
.row-fluid .inform-blogbox .hs-form fieldset.form-columns-2 .field:first-child { padding:0 5px 15px 0; }
.row-fluid .inform-blogbox .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 5px; }
.row-fluid .inform-blogbox .actions { text-align:center; }
.row-fluid .inform-blogbox .actions input[type="submit"] { float:none; display:inline-block; vertical-align:top; background:#fff; padding:10px 30px; font-size:16px; line-height:24px; color:#84b62d; font-weight:700; margin-top:17px; }
.row-fluid .inform-blogbox .actions input[type="submit"]:hover { color:#044416; }

.row-fluid .inform-blogbox ::-webkit-input-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; }
.row-fluid .inform-blogbox ::-moz-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; }
.row-fluid .inform-blogbox :-ms-input-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; }
.row-fluid .inform-blogbox :-moz-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; }

.row-fluid .blog-pagination { float:left; width:100%; text-align:center; }
.row-fluid .blog-pagination a { color:#666; }
.row-fluid .blog-pagination a:hover { color:#373737; }
.row-fluid .blog-pagination .all-posts-link { font-size:18px; display:inline-block; text-align:center; font-family:sans-serif; background:#83b81a; color:#fff; line-height:1.5em; padding:15px 40px; font-weight:bold; }
.row-fluid .blog-pagination .all-posts-link:hover { background:#004413; color:#fff; } 
.row-fluid .blog-pagination .next-posts-link { float:right; } 
.row-fluid .blog-pagination .previous-posts-link { float:left; } 

.row-fluid .blog_expertbg-section:before { display:none; }
.row-fluid .blog_expertbg-section .cta-small a { padding:10px 30px; }

/* Blog Page Inner */
.row-fluid .backto_bloglist a { display:inline-block; font-weight:bold; text-align:center; width:100%; margin-bottom:20px; font-family:sans-serif; background:#83b81a; color:#fff; line-height:1.5em; padding:10px 30px; }
.row-fluid .backto_bloglist a:hover { background:#004413; }  

.row-fluid .post-body-inner { margin-top:15px; color:#666666; }
.row-fluid .post-body-inner h3 { color:#85b539; font-family:; font-weight:bold; font-style:normal; font-size:28px; text-transform:uppercase; margin:10px 0; }
.row-fluid .post-body-inner h3 strong { font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:18px; color:#666666; }
.row-fluid .post-body-inner ul {  padding-left:20px;}
.row-fluid .post-body-inner ul li { list-style:none; }
.row-fluid .post-body-inner ul li:before { display:inline-block; font-family:FontAwesome; font-style:normal; font-weight:normal; line-height:1; content:"\f058"; margin-right:8px; color:#666; font-size:18px; }
.row-fluid .post-body-inner p a { color:#37761d; text-decoration:underline; }
.row-fluid .post-body-inner a:hover { color:#373737; }

.row-fluid .post-body-inner { border-bottom:solid #8bc34a 8px; padding-bottom:3%; }
#comments-listing { border-bottom:1px solid #ccc; margin-bottom:30px; margin-top:30px; }
.row-fluid .blog-commentform input[type="text"], .blog-commentform input[type="email"] { background:transparent; border-color:#004413; color:#676767; margin-top:20px; height:36px; }
.row-fluid .blog-commentform .hs-form-required { display:none; }
.row-fluid .blog-commentform textarea { border-color:#004413; color:#676767; margin-top:39px; }
.row-fluid .blog-commentform input[type="email"] { margin-top:15px; }
.row-fluid .blog-commentform .hs-form fieldset.form-columns-2 .field:first-child { padding:0 5px 15px 0; }
.row-fluid .blog-commentform .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 5px; }
.row-fluid .blog-commentform .actions input[type="submit"] { float:right; display:inline-block; vertical-align:top; background:#83b81a; padding:16px 69px; font-size:20px; line-height:25px; color:#fff; font-weight:700; margin-top:17px; }
.row-fluid .blog-commentform .actions input[type="submit"]:hover { background:#044416; }
.row-fluid .blog-commentform ul.inputs-list { text-align:left; font-size:12px; line-height:18px; color:#e22b2b; }

.row-fluid .blog-commentform ::-webkit-input-placeholder { color:#676767 !important; opacity:1 !important; }
.row-fluid .blog-commentform ::-moz-placeholder { color:#676767 !important; opacity:1 !important; }
.row-fluid .blog-commentform :-ms-input-placeholder { color:#676767 !important; opacity:1 !important; }
.row-fluid .blog-commentform :-moz-placeholder { color:#676767 !important; opacity:1 !important; }
body.hs-blog-post .blog_expertbg-section { display:none; }


/* 9-10-2018 */

.hs-blog-post .row-fluid .social-sharing { width: 100%; float: left;}
.hs-blog-post .row-fluid .social-sharing ul { list-style-type: none; padding-left: 0;}
.hs-blog-post .row-fluid .social-sharing ul li:before{ display:none; }
.hs-blog-post .row-fluid .social-sharing ul li{  display:inline-block;   width: 58px; height: 58px; color: #fff; display: inline-flex; align-items: center;    justify-content: center;    text-align: center;}
.hs-blog-post .row-fluid .social-sharing ul li:first-child { background: #39559b;}
.hs-blog-post .row-fluid .social-sharing ul li:nth-child(2) { background: #1179b7;}
.hs-blog-post .row-fluid .social-sharing ul li:last-child { background: #00a9f1;}
.hs-blog-post .row-fluid .social-sharing ul li i { text-decoration: none !important; color: #fff; height: 25px; width: 25px; align-items: center;    padding-top: 5px;    font-size: 15px;    justify-content: center;    border-radius: 50%;    margin-top: 5px;}
.hs-blog-post .row-fluid .social-sharing  ul li a span {text-decoration: none !important; font-size: 10px; color: #fff;}

/* breadcrumb menu  */
.row-fluid .breadcrumb-menu ul.hs-breadcrumb-menu li a {  color: #666;}
.row-fluid .breadcrumb-menu ul.hs-breadcrumb-menu li a:hover{ color: #044416;}
.row-fluid .breadcrumb-menu ul.hs-breadcrumb-menu li.last-crumb span{color: #666 !important; }
.row-fluid .breadcrumb-menu ul.hs-breadcrumb-menu li .hs-breadcrumb-menu-divider:before { color:#666; } 
/* .row-fluid .breadcrumb-menu.breadcrumb-last ul:last-child li.last-crumb{ display:none; }
.row-fluid .breadcrumb-menu.breadcrumb-last ul li:nth-child(2) span.hs-breadcrumb-menu-divider:before{ display:none; } */



/* 10-10-2018 Nos-solution page */
.row-fluid .Nos-solution h2{padding:60px 0 0; }
.row-fluid .Nos-content{ padding: 30px 0 50px;}
.row-fluid .modeler-vos-option h2{ padding:77px 0; }
.row-fluid .simplifier-votre{ max-width:1280px; float:none; margin:0 auto !important; }
.row-fluid .simplifier-votre h2{ padding:100px 0 60px; }
.row-fluid .nos-besoin{ background:#83b81a; }   

.nos-soution-group{     max-width: 913px; float: none;  margin: 0 auto; width:100%; }
.nos-soution-group .nos-soution-single{    text-align: center; float:left; width:calc(100% / 3 - 4px ); margin:0 2px; color:#fff;   }
.nos-soution-group .nos-soution-single .nos-soution-img {  background-repeat: no-repeat;    background-size: cover;    background-position: top center;padding:30px; position:relative; height:270px; display: flex; align-items: center;    justify-content: center; }
.nos-soution-group .nos-soution-single .nos-soution-img:before{ content:""; position:absolute; background-color: rgba(131,184,26,0.4);width:100%; height:100%; left:0; top:0;  }
.nos-soution-group .nos-soution-single:nth-child(2) .nos-soution-img:before{ background: rgba(103,103,103,0.4); }
.nos-soution-group .nos-soution-single:nth-child(3) .nos-soution-img:before{ background: rgba(0,68,19,0.4); }
.nos-soution-group .nos-soution-single .nos-solution-content{ color:#fff;position:relative;  transition:all 0.4s ease; }
.nos-soution-group .nos-soution-single .nos-solution-content h3{ color:#fff;     font-family: Arial,Helvetica,sans-serif;font-weight: bold; font-size: 18px; line-height: 24px; }
.nos-soution-group .nos-soution-single .nos-solution-content h5{ margin:10px 0 5px; color: #fff;  font-family: Arial,Helvetica,sans-serif; font-size: 17px; line-height: 24px;}
.nos-soution-group .nos-soution-single .nos-solution-content a{ display: inline-block;    color: #fff;    border: 1px solid #ffff;    padding: 16px 40px;    font-size: 20px;}
.nos-soution-group .nos-soution-single .nos-solution-content a:hover{ background-color: #fff;  color: #83b81a;}
.nos-soution-group .nos-soution-single .nos-solution-content .nos-solution-content-hover{ display:none;  opacity:0; visibility:hidden; transition:all 0.4s ease; }
.nos-soution-group .nos-soution-single:hover .nos-solution-content .nos-solution-content-hover{ opacity:1; display:block;  visibility:visible; transition:1s; }
.nos-soution-group .nos-soution-single .nos-solution-content .nos-search-icon {     padding-top: 15px; width: 35px; height: 35px; text-align: center; margin: 0 auto;}
.nos-soution-group .nos-soution-single:hover .nos-solution-content .nos-search-icon{ display:none;}
.nos-soution-group .nos-soution-single .nos-solution-content .nos-solution-content-mobile{ display:none;}


.nos-soution-group2{   float: left; width:100%; }
.nos-soution-group2 .nos-soution-single2{    text-align: center; float:left; width:calc(100% / 4 - 4px ); margin:0 2px; color:#fff;   }
.nos-soution-group2 .nos-soution-single2 .nos-soution-img2{ padding:30px; position:relative; height:350px; display: flex; align-items: center;    justify-content: center; }
.nos-soution-group2 .nos-soution-single2 .nos-soution-img2:before{ content:""; position:absolute; background-color: rgba(131,184,26,0.4);width:100%; height:100%; left:0; top:0;  }
.nos-soution-group2 .nos-soution-single2:nth-child(2) .nos-soution-img2:before{ background: rgba(103,103,103,0.4); }
.nos-soution-group2 .nos-soution-single2:nth-child(3) .nos-soution-img2:before{ background: rgba(0,68,19,0.4); }
.nos-soution-group2 .nos-soution-single2:nth-child(4) .nos-soution-img2:before{ background:  rgba(103,103,103,0.4); }
.nos-soution-group2 .nos-soution-single2 .nos-solution-content2{ color:#fff;position:relative;  transition:all 0.4s ease; }
.nos-soution-group2 .nos-soution-single2 .nos-solution-content2 h3{ color:#fff;     font-family: Arial,Helvetica,sans-serif;font-weight: bold; font-size: 18px; line-height: 24px; }
.nos-soution-group2 .nos-soution-single2 .nos-solution-content2 h5{ margin:10px 0 5px; color: #fff;  font-family: Arial,Helvetica,sans-serif; font-size: 17px; line-height: 24px;}
.nos-soution-group2 .nos-soution-single2 .nos-solution-content2 a{ display: inline-block;    color: #fff;    border: 1px solid #ffff;    padding: 16px 40px;    font-size: 20px;}
.nos-soution-group2 .nos-soution-single2 .nos-solution-content2 a:hover{ background-color: #fff;  color: #83b81a;}
.nos-soution-group2 .nos-soution-single2 .nos-solution-content2 .nos-solution-content-hover2{ display:none;  opacity:0; visibility:hidden; transition:all 0.4s ease; }
.nos-soution-group2 .nos-soution-single2:hover .nos-solution-content2 .nos-solution-content-hover2{ opacity:1; display:block;  visibility:visible; transition:1s; }
.nos-soution-group2 .nos-soution-single2 .nos-solution-content2 .nos-search-icon2 {     padding-top: 15px; width: 35px; height: 35px; text-align: center; margin: 0 auto;}
.nos-soution-group2 .nos-soution-single2:hover .nos-solution-content2 .nos-search-icon2{ display:none;}
.nos-soution-group2 .nos-soution-single2:hover .nos-solution-content2 .nos-solution-content-hover2 ul { text-align:left; } 

.nos-table-box{ float:left; width:100%;  text-align: center; }
.nos-table-box .nos-table-line{float:left; width:100%; }
.nos-table-box .nos-table-line .nos-item{ width: 25%; float: left; border-bottom: 4px solid #e3e2e3; border-right: 4px solid #e3e2e3; display: table;    padding: 30px;}
.nos-table-box .nos-table-line .nos-item .nos-item-inner{ display: table-cell; vertical-align: middle;}
.nos-table-box .nos-table-line .nos-item:last-child{  border-right: 0; }
.nos-table-box .nos-table-line .nos-item .nos-item-inner h6{ color: #676767;font-size: 20px;line-height: 28px; text-transform: uppercase; font-family: Arial,Helvetica,sans-serif; font-weight: bold;}
.nos-table-box .nos-table-line:last-child .nos-item { border-bottom: 0;}
.nos-table-box .nos-table-line .nos-item .nos-item-inner p{ padding:3px 0; }
.nos-table-box .nos-table-line .nos-item a.cta_button { width: 100%; max-width: 228px; }

.tabing-title .tab-title-img img{ max-height: 60px;  width: auto; }
.tabing-title .tab-title-hover-img img{ max-height: 60px;  width: auto; }
.tabing-title .tab-title-hover-img{ display:none; }
.tabs-title { cursor:pointer; text-align: center;  padding: 30px 20px 12px; width: 33.33%; float: none; display: inline-block; vertical-align: top;}
.tabs-title p{ padding: 25px 0 20px; max-width: 245px; margin: 0 auto; position:relative; font-size:14px; font-family: Arial,Helvetica,sans-serif; color: #676767; line-height: 24px; text-transform: uppercase; word-break: break-all;}
.tabs-title p:before{ display:none; transition:1s;  content:""; position:absolute; bottom:0; left:0; right:0; margin:0 auto; width:40%; border-bottom:3px solid #83b81a;   }
.tabs-title:hover .tab-title-hover-img{ display:block; transition:1s; }
.tabs-title:hover .tab-title-img{ display:none;transition:1s; }
.tabs-title:hover p{ color: #83b81a; font-weight: 700;}
.tabs-title:hover p:before{ display:block; }
.tab-content-box{ padding-top:30px;}
.tab-content-box .tab-content-box-left{     overflow: hidden; position:relative; width: 26%; min-height: 288px; background-size: cover; background-repeat: no-repeat; background-position: center center; float: left;}
.tab-content-box .tab-content-box-left:before{  position: absolute;    top: 61%;    left: 0;    width: 1000px;    height: 100%;    background-size: 100% 100%;    background-color: rgba(140,193,82,0.8);    content: '';    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;    transition: opacity 0.45s, transform 0.45s;    -webkit-transform: rotate(-10deg);    transform: rotate(-10deg);   transition: top 0.45s, transform 0.45s; }
.tab-content-box .tab-content-box-left img{     position: absolute;    right: 20px;    bottom: 25px;}
.tab-content-box-right{ float:left; width:calc( 100% - 26% ); padding: 50px;  }
.tab-content-box-right ul li{ color: #676767; font-size: 18px; line-height: 26px;} 
.tab-content-box-right p{color: #676767; font-size: 18px; line-height: 26px;}
.tab-content{ border-bottom: 7px solid #83b81a; margin-bottom: 40px; float: left; width: 100%;}
.tabing-title{ float:left; width:100%; text-align:center;}
.tabs-title.current .tab-title-img {  display:none;}
.tabs-title.current .tab-title-hover-img{ display:block; }
.tabs-title.current p{ color: #83b81a; font-weight: 700;}
.tabs-title.current p:before{display:block; }





/* A Propos Page */
.row-fluid .locabri-360sec { padding:90px 0 60px; color:#676767; font-size:18px; line-height:27px; }

.row-fluid .propos-countersec { position:relative; z-index:1; padding:70px 0; margin-top:60px; }
.row-fluid .propos-countersec:after { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background-color:#004413; z-index:-1; transform:skewY(5deg); -webkit-transform:skewY(5deg); -moz-transform:skewY(5deg); }
.row-fluid .propos-countersec .digit { color:#fff; font-size:105px; font-family:conduit; line-height:100px; }
.row-fluid .propos-countersec .digit-txt { font-size:20px; line-height:30px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; }
.row-fluid .propos-countersec .box2 .digit-txt, .row-fluid .propos-countersec .box3 .digit-txt { text-align:right; }
.row-fluid .une-equipe h2{ padding-bottom:68px; }
.row-fluid .propos-teamsec .propos-teamcol .user-post{     font-size: 18px !important;     color: #FFF;    opacity: 0 ;}
.row-fluid .propos-teamsec .propos-teamcol:hover .user-post{ opacity:1; }
.row-fluid .propos-guarantee-section { padding-top:135px; }
.row-fluid .propos-guarantee-section .guarantee-boxinner{ max-width: 308px; margin: 0 auto;}
.row-fluid .propos-guarantee-section .title{ font-size:18px;  }
.row-fluid .propos-guarantee-section.propos-service_title { margin-bottom:63px; }
.row-fluid .propos-guarantee-section .propos-text{ color:#666; }
.row-fluid .propos-wrapbox .propos-wrapcol { float:left; width:33.33%; }
.row-fluid .propos-wrapbox .propos-wrapcol:first-child, .row-fluid .propos-wrapbox .propos-wrapcol:nth-child(2) { width:50%; }
.row-fluid .propos-service-bgimg { position:relative; height:400px; overflow:hidden; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .propos-wrapbox .propos-wrapcol:first-child .propos-service-bgimg, .row-fluid .propos-wrapbox .propos-wrapcol:nth-child(2) .propos-service-bgimg { height:800px; }
.row-fluid .propos-service-contentbox { bottom:100px; left:0; position:absolute; width:100%; padding:0 80px; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; -moz-transform:translateY(100%); -webkit-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); transform:translateY(100%); }
.row-fluid .propos-color-dv { top:0; left:0; height:200%; background:rgba(131,184,26,.8); position:absolute; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; }
.row-fluid .propos-wrapcol .txt-dv { position:relative; z-index:1; }
.row-fluid .propos-wrapcol .txt-dv h5 { color:#fff; font-size:20px; text-transform:uppercase; font-weight:700; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; text-align:center; height:100px; padding:10px; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; display:flex; display:-webkit-flex; -webkit-flex-direction:column; justify-content:center; -webkit-justify-content:center; }
.row-fluid .propos-wrapcol:hover .propos-service-contentbox { padding-top:80px; bottom:0; }
.row-fluid .propos-wrapcol:hover .propos-color-dv { transform:skewY(-15deg) translateY(43px); }
.row-fluid .propos-wrapcol:hover .propos-service-contentbox { transform:translateY(0); }
.row-fluid .propos-wrapcol:first-child:hover .propos-service-contentbox, .row-fluid .propos-wrapcol:nth-child(2):hover .propos-service-contentbox { transform:translateY(-145px); }
 
/* line 943 & 944 modified by Support to change the image display */
.row-fluid .propos-teamsec .propos-teamcol { float:none; display:inline-block; width:calc(50.00% - 21px); margin:0 9px 18px 9px; overflow:hidden; }
.row-fluid .propos-teamimg { height:515px; position:relative; background-color:#ccc; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .teamhover-div { bottom:0; left:0; position:absolute; width:100%; padding:0 17px 15px 17px; z-index:1; transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%)); bottom:60px; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; }
.row-fluid .teamhover-div:after { top:0; left:0; position:absolute; width:100%; height:200%; background-color:rgba(131,184,26,0.8); content:''; z-index:-1; transform:skewY(-15deg) translateY(-17px); -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; }
.row-fluid .propos-teamsec .propos-teamcol .name-dtl { text-align:right; position:relative; padding:0; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; }
.row-fluid .propos-teamsec .propos-teamcol h4 { color:#fff; font-size:20px; font-weight:700; text-transform:none; text-align:right; margin:0; line-height:22px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; }
.row-fluid .propos-teamsec .propos-teamcol .user-post { font-size: 18px; opacity:0; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease;  }
.row-fluid .propos-teamsec .propos-teamcol .name-dtl .linked { position:absolute; right:0; top:0; opacity:0; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; }
.row-fluid .propos-teamsec .propos-teamcol .user-txt { float:right; text-align:right; width:76%; opacity:0; -webkit-transition:all 400ms ease; -moz-transition:all 400ms ease; -o-transition:all 400ms ease; -ms-transition:all 400ms ease; transition:all 400ms ease; }
.row-fluid .propos-teamsec .propos-teamcol:hover .teamhover-div { transform:translateY(0%); bottom:0; }
.row-fluid .propos-teamsec .propos-teamcol:hover .teamhover-div:after { transform:skewY(-15deg) translateY(-35px); }
.row-fluid .propos-teamsec .propos-teamcol:hover .name-dtl { padding:0 55px 0 0; }
.row-fluid .propos-teamsec .propos-teamcol:hover .user-txt, .row-fluid .propos-teamsec .propos-teamcol:hover .linked { opacity:1; }
.row-fluid .propos-teamraw{ text-align:center; }
.row-fluid .contact-mapsec .right p a { text-align: center;}  

.hs-blog-listing .lexique-title h1{ text-transform:uppercase; }
.row-fluid .accord-client-form .hs-field-desc {     font-size: 16px;    color: #666;    text-align: center;    margin-top: 25px;}
.row-fluid .accord-client-form .hs-fieldtype-checkbox ul{ text-align:center;}
.row-fluid .accord-client-form .hs-fieldtype-checkbox ul li { font-size:16px; font-weight:700; }
.row-fluid .accord-client-form .hs-fieldtype-checkbox ul li label{ padding:0; }
.row-fluid .accord-client-form .inputs-list input[type="checkbox"]{ height:26px;}
.row-fluid .accord-client-form .hs-fieldtype-radio{ text-align:center;  } 
.row-fluid  .accord-client-form .inputs-list input[type="radio"]:checked + span:after { top: 8px; background: gray; left: 4px; width: 8px;  height: 8px;}
.row-fluid .accord-client-form .hs-fieldtype-radio ul li{ font-size: 16px;font-weight: 700;  display: inline-block;}
.hs-blog-listing .blog-section .post-listing-simple .post-item h2 a{ color: #83b81a;}
.row-fluid .equipment-quote.practice-section.quote-design .practice-sliderbox .text:before{ display:none; }
.row-fluid .equipment-quote.practice-section.quote-design .practice-sliderbox .text:after{ display:none; }
.row-fluid .dans-la-quote.practice-section.quote-design .practice-sliderbox .text:after{ display:none; }
.row-fluid .dans-la-quote.practice-section.quote-design .practice-sliderbox .text:before{ display:none; }

.row-fluid .manufacture-faqsec .richtext-listing p {     padding: 5px 0; }
.row-fluid .manufacture-faqsec .richtext-listing ul { padding-left:20px; }
.row-fluid .manufacture-faqsec .richtext-listing ul li{ position:relative; list-style:none; } 
.row-fluid .manufacture-faqsec .richtext-listing ul li:before{ content: "\f058";    margin-right: 8px;    color: #666;    font-size: 18px;    font-family: FontAwesome; }
.row-fluid .accord-client-group .accord-client-group-address ul li{ list-style:none; }
.row-fluid .accord-client-group .accord-client-group-address ul li a{ position:relative; }
.row-fluid .accord-client-group .accord-client-group-address ul li a:hover{ color: #044416;}
.row-fluid .accord-client-group .accord-client-group-address ul li:nth-child(1) a:before{ content:""; left:-22px; top:0;  position: absolute; width:12%; height:100%; background: url(https://cdn2.hubspot.net/hubfs/3526548/locabri-novembre/contact/Picto-telephone.svg?t=1539338852879) no-repeat;  }
.row-fluid .accord-client-group .accord-client-group-address ul li:nth-child(2) a:before{ content:""; left: -25px; top: 3px; position: absolute; width: 17%; height:100%; background: url('https://cdn2.hubspot.net/hubfs/3526548/locabri-novembre/contact/Picto-PC.svg?t=1537797670262') no-repeat;  }
.row-fluid .accord-client-group .accord-client-group-address ul { padding:0; }
.row-fluid .accord-client-group ul li a:hover{ color: #044416;}
.row-fluid .accord-client-form form .hs-form-field{ padding: 0 0 20px;}
.row-fluid .hero-section.Accord-banner{ position:relative; }
.row-fluid .hero-section.Accord-banner:before { content: ''; position: absolute;    opacity: .7;   width: 100%;  top: 0; left: 0;    bottom: 0;    right: 0;background: rgba(44,44,44,1);background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 1%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,44,44,1)), color-stop(1%, rgba(44,44,44,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(62%, rgba(0,0,0,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(0,0,0,1)));background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 1%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 100%);background: -o-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 1%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 100%);background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 1%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 100%);background: linear-gradient(to bottom, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 1%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 62%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,0,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#000000', GradientType=0 );}

/* .row-fluid .accord-client-form form{ max-width:80%; margin:0 auto; float:none; } */


/* Footer */

.row-fluid .footer { padding:60px 0; background:#83b81a; }
.row-fluid .footer a { color:#fff; }

.row-fluid .footer .footer1 .span3 { min-height:1px; font-size:18px; line-height:27px; }
.row-fluid .footer .footer1 .span3 h4 { font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:18px; line-height:24px; font-weight:700; margin:0 0 4px; }
.row-fluid .footer1-richtext { font-size:28px; line-height:28px; font-family:conduit; margin:55px 0 0; padding-bottom:48px; border-bottom:1px solid #fff; }

.row-fluid .footer2 { padding:59px 0 35px; border-bottom:1px solid #fff; }
.row-fluid .footer2 h4 { font-size:20px; line-height:30px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight:700; }
.row-fluid .footer2 .hs-menu-wrapper > ul { padding-left:40px; margin:16px 0; }
.row-fluid .footer2 .hs-menu-wrapper > ul > li { list-style-type:disc; }
.row-fluid .footer2 .hs-menu-wrapper > ul > li > a { padding:0; white-space:normal; }

.row-fluid .footer3 { padding-top:60px; }
.row-fluid .footer3 .footer-contact2 { padding:0 30px; }
.row-fluid .footer-contact h4 { font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size:18px; line-height:24px; font-weight:700; }
.row-fluid .footer-contact1 h4 { margin-bottom:10px; }
.row-fluid .social-icon { margin-bottom:50px; }
.row-fluid .social-icon a { font-size:40px; line-height:44px; margin:0 8px; }
.row-fluid .social-icon a:hover { color:#004413; }
.row-fluid .footer3 .subscribe-form { margin-top:30px; }
.row-fluid .footer3 .subscribe-form h3 { display:none; }
.row-fluid .footer3 .hs-form-required { display:none; }
.row-fluid .footer3 input[type="text"], .row-fluid .footer3 input[type="email"] { padding:0 12px; border-radius:0; background:transparent; border-bottom:1px solid #fff; height:34px; color:#fff; }
.row-fluid .footer3 input[type="text"]:focus, .row-fluid .footer3 input[type="email"]:focus { outline:0; border-color:#666; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6); -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6); -o-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6); -ms-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6); box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6); }    
.row-fluid .footer3 .hs-form fieldset.form-columns-2 .field:first-child { padding:0 5px 15px 0; }
.row-fluid .footer3 .hs-form fieldset.form-columns-2 .field { padding:0 0 15px 5px; }
.row-fluid .footer3 .hs-form input[type="submit"] { box-shadow:none; background:#fff; border-radius:0; margin-top:30px; height:auto; max-width:100%; width:auto; float:none; display:inline-block; padding:10px 80px; min-width:1px; font-size:16px; line-height:24px; color:#84b62d; font-weight:700; }
.row-fluid .footer3 .hs-form input[type="submit"]:hover { color:#004413; }

.row-fluid .footer3 .footer-contact3 { font-size:18px; line-height:27px; } 
.row-fluid .footer3 .footer-contact3 .widget-type-linked_image { margin:25px 0 0; } 

.row-fluid .footer-cta a { background:#fff; border-radius:0; margin-top:20px; height:auto; max-width:100%; width:257px; text-align:center; float:none; display:inline-block; padding:10px 10px; min-width:1px; font-size:16px; line-height:24px; color:#84b62d; font-weight:700; }
.row-fluid .footer-cta a:hover { color:#004413; }

.row-fluid .copyright-footer { padding:19px 0; font-size:12px; line-height:18px; color:#676767; }  
.row-fluid .copyright-footer a { color:#676767; } 

.row-fluid .footer ::-webkit-input-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; }
.row-fluid .footer ::-moz-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; }
.row-fluid .footer :-ms-input-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; } 
.row-fluid .footer :-moz-placeholder { color:#fff !important; opacity:1 !important; font-size:16px !important; } 

.row-fluid .backtotop { position:fixed; bottom:5px; right:11px; width:auto; font-size:20px; padding:6px 8px; border-radius:4px; background:#83b81a; cursor:pointer; }
.row-fluid .backtotop a { color:#fff; }    


/* //form popup */
.fancybox-inner .fancybox-content{ border-radius:10px;}
.fancybox-inner .form-popup {   width:700px;    max-width: 700px !important; border-radius: 10px; width: 100%;    float: none;    margin: 0 auto !important;     background: #fff;    padding: 24px;    position: relative;    text-align: left;    vertical-align: middle;}
.fancybox-inner .form-popup h3{ text-align:center; padding:25px 0 40px; }
.fancybox-inner .form-popup .hs-form-field input {     border: 1px solid #dfdfdf;    border-radius: 8px !important;    height: 50px;    color: #000;    font-size: 13px;}
.fancybox-inner .form-popup .hs-form-field select{border: 1px solid #dfdfdf;    border-radius: 8px !important;    height: 50px;    color: #000;    font-size: 13px; }
.fancybox-inner .form-popup .hs-form-field .hs-form-required{ display:none; }

.fancybox-inner .form-popup form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size:14px; color:#000 !important; 
}
.fancybox-inner .form-popup form input::-moz-placeholder { /* Firefox 19+ */
  font-size:14px; color:#000 !important; 
}
.fancybox-inner .form-popup form input:-ms-input-placeholder { /* IE 10+ */
 font-size:14px; color:#000 !important; 
}
.fancybox-inner .form-popup form input:-moz-placeholder { /* Firefox 18- */
 font-size:14px; color:#000 !important; 
}
.row-fluid .footer .popup-btn a { cursor:pointer;     background: #fff;    border-radius: 0;    margin-top: 20px;    height: auto;    max-width: 100%;    width: 257px;    text-align: center;    float: none;    display: inline-block;    padding: 10px 10px;    min-width: 1px;    font-size: 16px;    line-height: 24px;    color: #84b62d;    font-weight: 700; }
.row-fluid .footer .popup-btn a:hover{ color: #004413;}

.fancybox-inner .form-popup .hs-form-field input:focus{     box-shadow: 0 0 16px -7px #000;}
.fancybox-inner .form-popup .hs-form-field select:focus{     box-shadow: 0 0 16px -7px #000;}
.fancybox-inner .form-popup .hs-form-field .hs-error-msgs li label{text-align: left; font-size: 13px;  float: left;}
.fancybox-inner .form-popup .hs-form-field select option{ color:#676767; }
.fancybox-inner .form-popup .hs-richtext p{ color: #666;    text-align: justify; }
.fancybox-inner .form-popup .hs-submit{ text-align:center; }
.fancybox-inner .form-popup .hs-submit input{ padding:10px 80px; font-weight: 700;  border: 1px solid #83b81a; background: #83b81a;  transition: all .5s;    color: #fff;    border-radius: 0;    font-size: 15px;}
.fancybox-inner .form-popup .hs-submit input:hover{  background: transparent;  color: #83b81a;}
.fancybox-inner .fancybox-content .fancybox-close-small:hover{ background:transparent;   }


/* mention legel */
.row-fluid .mention-content { padding: 73px 0 67px;}
.row-fluid .mention-content .mention-text h2{ text-transform:uppercase; margin:20px 0; }
.row-fluid .mention-content .mention-text p{  color: #666;}
.row-fluid .mention-content .mention-text p a{ color: #666; }
.row-fluid .lex-hdr h1 span{ font-size:40px; text-transform: lowercase; }

.row-fluid .mid_content.blog-txt-title { float: none; margin: 0 auto; max-width: 800px; text-align: center; width: 100%; padding-bottom: 60px; } 
.row-fluid .blog-sectionwrap-raw.blog-sectionwrap { padding-top:10px; } 
.row-fluid .post-left-raw { float:left; width:45% }
.row-fluid .post-right-raw { float:right; width:45% }      
.row-fluid .post-right-raw .img-article-bg:before { display:none; }    
.row-fluid .post-left-raw .date-readmore , .row-fluid .post-left-raw .date-readmore > div { text-align:center; width:100%; margin-top: 10px; }  
.row-fluid .post-item .post-left-raw .post-header h2 { text-align:center; }
.row-fluid .post-item .post-left-raw .post-header h2 a { color: #666; text-transform:uppercase; font-weight:700; font-family: Arial,Helvetica,sans-serif; font-size:28px; }
.row-fluid .post-item .post-left-raw .post-body { padding-top:0; }
.row-fluid .post-item .post-left-raw .post-header h2 { border-bottom-color:#676767; }
.row-fluid .blog-sectionwrap-raw .post-item { margin-bottom:100px; float:left; width:100%; }          
.row-fluid .post-item .post-left-raw .div-read-more .more-link { font-size:20px; }  
.row-fluid .solution-section-css .left_fields {  float: left; width: 406px; }
.row-fluid .solution-section-css .right_fields { float: right; width: 402px; }              

.row-fluid .solution-section-css form .field { margin-bottom: 29px; float:left; width:100% }   
.row-fluid .solution-section-css form textarea { margin-top:0 !important; font-family: Arial,Helvetica,sans-serif; }    
.row-fluid .solution-section-css h2 { font-size:40px; }     
.row-fluid .solution-section-css .contact-title { margin-top:0; }    
.row-fluid .blog-sectionwrap-raw.blog-sectionwrap { padding-bottom:50px; }             
.row-fluid .solution-section.solution-section-css { padding-bottom:150px; } 

.row-fluid .accord-client-form .hs-cibilite span { opacity:0; } 
.row-fluid .accord-client-form.accord-2 form .hs-form-field {    padding: 0 0 25px;}
.row-fluid .accord-client-form.accord-2 .hs-departement label{ display:none; }
.row-fluid .accord-client-form.accord-2 .hs-fieldtype-booleancheckbox{ padding:0 !important;  }
.row-fluid .accord-client-form.accord-2 .hs-fieldtype-booleancheckbox ul li, .row-fluid .accord-client-form.accord-2 .hs-fieldtype-booleancheckbox ul { padding:0 !important; }
   
.blog-body-class .row-fluid .post-body-inner { float:left; width:100%; border-bottom:0; }    
body,html  { overflow-x:hidden !important; } 
.row-fluid .blog-alphabet-filter .post-listing { display:none; padding: 60px 0; float: left; width: 100%; }   
.row-fluid .post-item-hide.post-item { float: left; width: 20%; margin: 0; text-align: center; padding:0;  } 
.row-fluid .post-item-hide.post-item h2 a { font-size:16px; font-weight:400; color: #666; text-transform:capitalize; line-height:24px !important; font-family: arial,sans-serif; }
.row-fluid .post-item-hide.post-item h2 { border:0; margin:0 !important; padding:0 !important; text-align:center; line-height:24px !important; }   
.row-fluid .post-item-hide.post-item h2 a:hover { text-decoration: underline; color: rgb(131, 184, 26); }

/* .row-fluid .blog-alphabet-filter { border-top: 1px solid #666; padding: 60px 0; float: left;  width: 100%; } */
.row-fluid .blog-alphabet-filter .post-listing:after { position:absolute; left:0; top:0; display:inline-block; content:''; background:#666; height:1px; width:1000%; left:50%; top:0; -moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%); 
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);     
transform: translateX(-50%); }     


.blog-pst-filter.hs-blog-post .blog-content { padding:0px 0 60px; float:left; width:100%; }      
.plus-de h2{ margin-bottom:90px;}
.row-fluid .structure-section strong{ color: #004413;}

/* 23-10 */

.row-fluid .hdr-2text{ padding-top:80px;}
  .row-fluid .manufacture-faqbox .manufacture-faqtopbox h3{     padding-left: 20px; font-weight:700; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  float: left;    width: 92%;     font-size: 18px;    line-height: 26px;    color: #666;}


/* 26-10 */
.row-fluid  .propos-herosec.hero-section { margin-top: 137px; background-position: top !important; }
.row-fluid .activity-textbox .title h2{ color: #fff;    font-size: 22px;    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;    font-weight: 700;    line-height: 34px;}
.row-fluid .Contact-banner.hero-section { margin-top: 150px;      padding: 430px 0 40px;} 
.row-fluid .contact-form .submitted-message  { text-align:center;    color: #666666; }
.row-fluid .lexique-title h1 span{     text-transform: lowercase;}

.row-fluid .recrurment-section h6 a{ font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; line-height: 24px; font-weight: 400;}


/* === Language Switcher ====== */

.row-fluid .language-switch.head-lang{margin-right: 10px !important;}
.row-fluid .language-switch.head-lang .globe_class{background-image:none;}
.row-fluid .language-switch.head-lang .lang_list_class{display:block;    transform: translateX(0);  top: 0px;padding:4px;    margin-top: 26px;}
.row-fluid .language-switch.head-lang .lang_list_class:after, .row-fluid .language-switch .lang_list_class:before{display:none;}
.row-fluid .language-switch.head-lang .lang_list_class li:first-child{border:none;line-height: 0;}
.row-fluid .language-switch.head-lang .lang_list_class li:last-child{border:none;}
.row-fluid .language-switch.head-lang .lang_list_class li{border:none;background: transparent;padding:0px;padding: 3px 0px;}
.row-fluid .language-switch.head-lang .lang_list_class li a{position:relative;font-size:0px;}
.row-fluid .language-switch.head-lang .lang_list_class li a.es{height: 13px; display: inline-block; width: 21px;  background-image: url(https://cdn2.hubspot.net/hubfs/3526548/Locabri_Theme_2018/Images/Flag_of_Spain.svg);  background-size: contain;  position: relative;  left: 0;  top: 0;    background-repeat: no-repeat;}
.row-fluid .language-switch.head-lang .lang_list_class li a.en{height: 13px; display: inline-block; width: 21px;  background-image: url(https://cdn2.hubspot.net/hubfs/3526548/locabri%202018/images/UK_Flag.png);  background-size: contain;  position: relative;  left: 0;  top: 0;    background-repeat: no-repeat;}
.row-fluid .language-switch.head-lang .lang_list_class li a.fr{height: 13px; display: inline-block; width: 21px;  background-image: url(https://cdn2.hubspot.net/hubfs/3526548/locabri%202018/images/francenew.jpg);  background-size: contain;  position: relative;  left: 0;  top: 0;    background-repeat: no-repeat;}


.row-fluid .language-switch.head-lang ul li:not(.init) { float: left; width: auto; display: none;line-height:0px;background: rgba(255, 255, 255, 0.6); padding: 5px; }
.row-fluid .language-switch.head-lang ul li:not(.init):hover, ul li.selected:not(.init) { background: rgba(255, 255, 255, 0.6); }
.row-fluid .language-switch.head-lang .lang_list_class li{position:relative;}
.row-fluid .language-switch.head-lang .lang_list_class li:first-child:before{content: '\f0d7';  top: 17px;  right: -7px;  font-family: FontAwesome;  color: #000;  position: absolute;  z-index: 999;  cursor: pointer;}
.row-fluid .language-switch.head-lang{width: auto;  float: left;  position: relative; margin-top: -62px; top: 0px;  display: inline-block;margin-right: 10px;}
.row-fluid .top-right-menu{width: 100%;  margin-right: -8px;}
.row-fluid .language-switch.head-lang .lang_list_class li:first-child{padding:5px;pointer-events: none;}
.row-fluid .language-switch.head-lang .lang_list_class li:first-child:before{pointer-events:all !important;}
ul.lang_list_class1 li a { cursor: pointer; }






/* ==== Custome Language Switcher for Blog ====== */


.row-fluid .language-switch{ width: auto; margin-right: -15px;}
.row-fluid .custom-lang-switcher{margin-right: 10px !important;    position: relative;    width: 30px;}
.row-fluid .custom-lang-switcher .globe_class{background-image:none;}
.row-fluid .custom-lang-switcher .lang_list_class1{display:block; width: 41px;   transform: translateX(0);  top: 0px;padding:4px;}
.row-fluid .custom-lang-switcher .lang_list_class1:after, .row-fluid .language-switch .lang_list_class:before{display:none;}
.row-fluid .custom-lang-switcher .lang_list_class1 li:first-child{border:none;line-height: 0;}
.row-fluid .custom-lang-switcher .lang_list_class1 li:last-child{border:none;}
.row-fluid .custom-lang-switcher .lang_list_class1 li{border:none;background: transparent;padding:0px;padding: 3px 0px;}
.row-fluid .custom-lang-switcher .lang_list_class1 li a{position:relative;font-size:0px;}
.row-fluid .custom-lang-switcher .lang_list_class1 li a.es{height: 13px; display: inline-block; width: 21px;  background-image: url(https://cdn2.hubspot.net/hubfs/3526548/Locabri_Theme_2018/Images/Flag_of_Spain.svg);  background-size: contain;  position: relative;  left: 0;  top: 0;    background-repeat: no-repeat;}
.row-fluid .custom-lang-switcher .lang_list_class1 li a.en{height: 13px; display: inline-block; width: 21px;  background-image: url(https://cdn2.hubspot.net/hubfs/3526548/locabri%202018/images/UK_Flag.png);  background-size: contain;  position: relative;  left: 0;  top: 0;    background-repeat: no-repeat;}
.row-fluid .custom-lang-switcher .lang_list_class1 li a.fr{height: 13px; display: inline-block; width: 21px;  background-image: url(https://cdn2.hubspot.net/hubfs/3526548/locabri%202018/images/francenew.jpg);  background-size: contain;  position: relative;  left: 0;  top: 0;    background-repeat: no-repeat;}


.row-fluid .custom-lang-switcher ul li:not(.init) { float: left; width: 100%; line-height:0px;background: rgba(255, 255, 255, 0.6); padding: 5px; }
/* display: none; */
.row-fluid .custom-lang-switcher ul li:not(.init):hover, ul li.selected:not(.init) { background: rgba(255, 255, 255, 0.6); }
.row-fluid .custom-lang-switcher .lang_list_class1 li{position:relative;}
.row-fluid .custom-lang-switcher .lang_list_class1 li:first-child:before{content: '\f0d7';  top: 17px;  right: -7px;  font-family: FontAwesome;  color: #000;  position: absolute;  z-index: 999;  cursor: pointer;}
.row-fluid .custom-lang-switcher{width: auto;  float: left;  position: relative; top: 0px;  display: inline-block;margin-right: 10px;}
.row-fluid .top-right-menu{width: 100%;  margin-right: -8px;}
.row-fluid .custom-lang-switcher .lang_list_class1 li:first-child{padding:5px;pointer-events: none;}
.row-fluid .custom-lang-switcher .lang_list_class1 li:first-child:before{pointer-events:all !important;}
ul.lang_list_class1 li a { cursor: pointer; }

.row-fluid .custom-lang-switcher ul.lang_list_class1{list-style: none;position:absolute;    margin-top: -20px;}
.row-fluid .custom-lang-switcher .lang_list_class1 li{display:none;}
.row-fluid .custom-lang-switcher .lang_list_class1 li:first-child{display:block;}
.row-fluid .custom-lang-switcher{width: 30px;}

.row-fluid .footer2 .hs-menu-wrapper > ul > li { list-style-type: none; padding-left: 17px; position: relative; }
.row-fluid .footer2 .hs-menu-wrapper > ul > li:after { content: ""; width: 5px; height: 5px; border-radius: 50%; display: block; background: #fff; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.row-fluid .footer2 .hs-menu-wrapper > ul { padding-left: 24px; }




/* --- 14/2/2019  Es Menu update --- */
.row-fluid .headerSection.es-header .top-navigation .wrapper > div > div {display: flex;}
.row-fluid .headerSection.es-header .top-navigation .navigation-menu{width: calc(100% - 325px);}
.row-fluid .headerSection.es-header .top-navigation .mainmenu .hs-menu-wrapper > ul > li{margin: 0 8px;}



/* 21/2/2019 */
body:before {content: "";position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: #fff;z-index: 999;transition: all 0.5s;}
body.overlay-hide:before { opacity: 0; visibility: hidden; }


/* Media Query Start */
@media (min-width:1700px){
    
}

@media (min-width:1500px){
  	.row-fluid .guarantee-section .wrapper, .row-fluid .ournews-section .wrapper { width:1470px; }
  
  	.row-fluid .espace-guarantee-section.guarantee-section .wrapper, .row-fluid .ournews-section .wrapper { width:1170px; } 
}

@media (min-width:1300px){
  
  	.row-fluid .why-modularsec .wrapper { width:1200px; }
  
    /* Footer */
  	.row-fluid .footer .wrapper { width:1200px; } 
  	
  	.row-fluid .footer1-box2 img { max-width:180px; position:relative; left:-16px; }
  	.row-fluid .footer1-box3 { position:relative; left:15px; }
  	.row-fluid .footer1-box3 p { padding:8px 0; }
  	.row-fluid .footer1-box3 a { font-size:16px; }
  
  	.row-fluid .footer-contact1 { position:relative; left:10px; top:10px; } 
  	.row-fluid .footer-contact2 h4 { line-height:27px; }
  
  	.row-fluid .footer-contact3 { position:relative; left:-11px; }  
  	.row-fluid .footer3 .footer-contact2 { padding:0 50px; } 
  
  	.row-fluid .footer3 .hs-form fieldset.form-columns-2 .field:first-child { padding:0 5px 30px 0; }
  	.row-fluid .footer-contact1 .footer-cta.footer-cta2 a { margin-top:15px; }
  	.row-fluid .footer-contact3 .footer-cta a { width:230px; margin-top:25px; }
  
  	.row-fluid .for-formdetails ul { width:auto; float:right; padding-right:115px; }
 .row-fluid .practice-section.quote-design .practice-sliderbox .text:before { top:-15px;   left: -17px;}
  .row-fluid .practice-sliderbox .text:after{ right:0; }

}

 .row-fluid .rapidement-css-raw .rapidement-imgbox img { max-height: 120px; max-width: 70%; width:auto; height:auto; }   
 .row-fluid .rapidement-box .rapidement-title { float:left; width:100%; }   
 .row-fluid .public-col:last-child .public-colinner:before { background: rgba(0,68,19,0.4); }

 .row-fluid .guarantee-css-raw .guarantee-img img { max-height: 120px; max-width: 60%; width:auto; height:auto; } 
 .row-fluid .benefits-css-raw .service-optionbox img { max-width: 100%; width: auto; max-height: 75px; } 

.row-fluid .besoins-section .optionbox-img { min-height:80px; margin-bottom:5px; }    
.row-fluid .besoins-section .optionbox-img img { max-width: 100%;  width: auto; max-height: 75px; }   

.row-fluid .objectif-div { margin-top:40px !important; }
.row-fluid .objectif-div h2 { text-align:center; float:left; width:100%; margin:20px 0; }
.row-fluid .solution-section-css.solution-section-css2 form .field.hs_cv .hs-input  { border:0; } 

.row-fluid .objectif-div .post-item { padding:0; }
.row-fluid .objectif-div .post-item h3 a { color: #666; font-size:16px; text-decoration:underline; }
.hs-blog-listing .objectif-div .post-item h3{ position:relative; }
.hs-blog-listing .objectif-div .post-item h3:before{ content:"-"; color:#666; font-size:12px; margin-right:5px; }


@media (min-width: 1201px) and (max-width: 1340px){
  
    .row-fluid .for-formdetails ul { width:auto; float:right; padding-right:150px; } 
   .row-fluid .practice-section.quote-design .practice-sliderbox .text:before { top:-15px;   left: -17px;}
  .row-fluid .practice-sliderbox .text:after{ right:0; }
  .row-fluid .practice-boxwrap{ margin:0 auto; float:none; max-width:1000px; }

}
@media (max-width:1300px){
    .row-fluid .language-switch{margin-right:10px !important;}
}

@media (min-width: 992px) and (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
  
  .errorpage .body-container-wrapper { padding-top: 137px; } 
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0 9px; } 
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:18px; line-height:30px; padding:30px 0; }  
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a::before { display:none; }
  
  	.recentpost-box .post-title { font-size:19px; line-height:27px; }
  
  	.row-fluid .resources-listbox ul li a { font-size:19px; line-height:24px; }
		.row-fluid .practice-boxwrap{ margin:0 auto; float:none; max-width:860px; }
  .row-fluid .practice-section .slick-slider .slick-arrow.slick-prev{  left: -55px;}
  .row-fluid .practice-section .slick-slider .slick-arrow.slick-next { right: -55px;} 
  
   
/* 11-10 */

.row-fluid .propos-countersec .digit{ font-size:85px;}
.row-fluid .propos-countersec .digit-txt{ font-size:17px; }
.row-fluid .propos-countersec .box2 .digit-txt, .row-fluid .propos-countersec .box3 .digit-txt{ text-align:center; } 
.row-fluid .guarantee-boxinner .title{ padding:10px;}
.row-fluid .guarantee-boxwrap .title{ font-size: 18px;}
.row-fluid .propos-wrapbox .propos-wrapcol .propos-service-contentbox {padding:0}
.row-fluid .propos-wrapcol:hover .propos-color-dv {    transform: skewY(-15deg) translateY(-6px);}


/* 26-10 */
  .row-fluid .Contact-banner.hero-section {    margin-top: 123px;     padding: 430px 0 40px;}

  
  /* ==== Menu Contact ====== */
  
  .row-fluid .menu-contact{width: 162px;}
  .row-fluid .navigation-menu{width: calc(100% - 401px);}
  .row-fluid .menu-contact a{font-size: 18px;line-height: 12px;}
  .row-fluid .menu-contact a:hover:before{display:none;}
  .fixed .row-fluid .menu-contact a{padding: 44px 0;}
  
  .row-fluid .language-switch{margin-right:10px !important;}
  
  /* --- 14/2/2019 es-header ---- */
  .row-fluid .headerSection.es-header .top-navigation .wrapper.es-container{max-width:100%;width:100%;padding:0px 15px;}
  .row-fluid .headerSection.es-header .top-navigation .mainmenu .hs-menu-wrapper > ul > li{margin: 0 7px;}
  .row-fluid .headerSection.es-header .top-navigation .navigation-menu{width: calc(100% - 320px);}
  
  
  
  
  
}

@media (min-width: 768px) and (max-width: 991px){

   .errorpage .body-container-wrapper { padding-top: 127px; } 
    .row-fluid .wrapper {  width:720px; }
  .row-fluid .practice-boxwrap{ margin:0 auto; float:none; max-width:630px; }  
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0 5px; }
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:20px; padding:30px 0; }
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a::before { display:none; }
  	.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { left:1px; font-size:11px; }
  
  	/* Resources Page */
  	.row-fluid .resource-section { padding:40px 0; }
  	.row-fluid .resource-richtext { padding-bottom:30px; text-align:center; font-size:16px; line-height:25px; }
  	.row-fluid .resources-listbox ul { float:left; width:100%; margin:0; }
  	.row-fluid .resources-listbox ul li { width:100%; margin:10px 0; padding:0; }
  	.row-fluid .resources-listbox ul li br { display:none; }	
  	
  	/* Blog Page */ 
  	.row-fluid .blog-sectionwrap .wrapper { width:100%; max-width:1080px; padding:0 10px; } 
  	
  	/* Footer */
  	.row-fluid .footer2 h4 { font-size:16px; line-height:26px; }
  	.row-fluid .footer2 .hs-menu-wrapper > ul > li > a { white-space:normal; font-size:15px; line-height:22px; }
  	
  	.row-fluid .footer3 { text-align:center; }
  	.row-fluid .footer-contact { width:50%; margin:0 -2px; float:none; display:inline-block; }  
  	.row-fluid .footer-contact3 { margin-top:30px; }
  
  .row-fluid .rapidement-box .rapidement-title br { display:none; }
  
  .row-fluid .blog-sectionwrap-raw .post-item { margin-bottom: 50px; }
  .row-fluid .solution-section-css .left_fields { width: 336px; }
  .row-fluid .solution-section-css .right_fields { width: 362px; }
  .row-fluid .solution-section.solution-section-css { padding-bottom: 70px; }
    

  /* ==== Menu Contact ====== */
  .row-fluid .navigation-menu{width: calc(100% - 308px);}
  .row-fluid .menu-contact{width: 123px;}
  .row-fluid .menu-contact a{font-size: 14px;    line-height: 4px;    padding-top: 37px;}
  .row-fluid .menu-contact a:hover:before{display:none;}
  
/*   .row-fluid .language-switch{margin-right: 22px !important;}   */
  
    /* --- 14/2/2019 es-header ---- */
  .row-fluid .headerSection.es-header .top-navigation .wrapper.es-container{max-width:100%;width:100%;padding:0px 15px;}
  .row-fluid .headerSection.es-header .top-navigation .mainmenu .hs-menu-wrapper > ul > li{margin: 0 7px;}
  .row-fluid .headerSection.es-header .top-navigation .navigation-menu{width: calc(100% - 134px);}
  .row-fluid .headerSection.es-header .top-navigation .menu-contact{width: 148px;}
  
  
  
}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:28px; line-height:34px; }
    h2 { font-size:35px; line-height:40px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
  
  	.row-fluid .guarantee-section { padding:50px 0; }
  
  	/* Options Securite Page */
  	.row-fluid .protection-section .text { padding:0; }
  	.row-fluid .protection-section .slick-slider .slick-arrow.slick-prev { left:0; }
  	.row-fluid .protection-section .slick-slider .slick-arrow.slick-next { right:0; }	
  	.row-fluid .protection-box { padding-left:10px; padding-right:10px; }
  
  	.row-fluid .building-boxwrap.slick-slider .slick-arrow.slick-next { right:-55px; }
  	.row-fluid .building-boxwrap.slick-slider .slick-arrow.slick-prev { left:-55px; }
  
  	/* Manufacture Page */
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox .img { width:10%; margin:0 -2px; }
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox .manufacture-faqtitle { width:90%; margin:0 -2px; }
  
/*   	.row-fluid .practice-section .slick-slider .slick-arrow.slick-next { display:none !important; }  
  	.row-fluid .practice-section .slick-slider .slick-arrow.slick-prev { display:none !important; }   */
  	body .row-fluid .practice-section .slick-dots { display:block !important; }
  
  	.row-fluid .practice-sliderbox .text { padding: 20px 40px; margin:0; }
  	.row-fluid .practice-sliderbox .text:before { background-size:40px auto; left: -9px; top: 14px; height:40px; width:40px; }
  	.row-fluid .practice-sliderbox .text:after { background-size:40px auto; right:0; bottom:0; height:40px; width:40px; }
  	
  	/* Espace Stockage Page */
  	.row-fluid .espace-guarantee-section .guarantee-boxwrap { margin:35px -20px 0; }
  	.row-fluid .espace-guarantee-section .guarantee-box { padding:0 20px; }
  
  	.row-fluid .avez-box:nth-child(odd) .avez-text { padding-left:30px; }
  	.row-fluid .avez-box:nth-child(even) .avez-text { padding-right:30px; }
  
  	/* Resource Page */
  	.row-fluid .resource-boxsec1 { padding-top:70px; }
  	.row-fluid .resource-boxsec { padding:50px 0 20px; }
  
  	.row-fluid .resource-boxsec .resource-textbox { font-size:16px; line-height:24px; }
  	.row-fluid .resource-boxsec3 { padding-bottom:0; }
  
  	/* Notre Methode Page */
  	.row-fluid .our-methodimg { width:20%; text-align:center; }
  	.row-fluid .our-methodimg:after { height:calc(100% + 25px); }
  	.row-fluid .our-methodtextbox { width:80%; padding:0 50px; }
  
  	/* Votre Activite Page */
  	.row-fluid .activity-textbox .title { height:82px; font-size:16px; line-height:24px; }
  	.row-fluid .activity-textbox .textwrap { height:calc(100% - 82px); } 	
  	.row-fluid .activity-textbox .textwrap .text { line-height:20px; }
  	
  	.row-fluid .double-activity-raw .activity-box:nth-child(odd) { width:50%; }
  	.row-fluid .double-activity-raw .activity-box:nth-child(even) { width:50%; }
  
  	.row-fluid .tripple-activity-raw .activity-textbox .textwrap .text { line-height:18px; padding-bottom:50px; font-size:15px }
  
  	/* Lexique Page */
  	.row-fluid .laxicon-filterlist ul li { font-size:25px; line-height:40px; }
  	.row-fluid .resource-mainwrap .resource-box ul li { width:33.33%; }	
  
  	/* Pourquoi Modulaire Page */
  	.row-fluid .why-modulartext-box { line-height:24px; }
  
  	/* Contact Page */
  	.row-fluid .for-formdetails ul { width:auto; float:right; padding-right:100px; }
  	.row-fluid .contact-mapsec .right { padding-bottom:30px; }	
  	.row-fluid .contact-mapsec .right a { font-size:12px; }
/*   .row-fluid .contact-mapsec .right p a{text-align:center; } */
  
  	/* Thank You Page */
  	.row-fluid .thanks-contentsec	{ font-size:28px; line-height:32px; }
  	.row-fluid .thanks-contentsec .cta-style a { font-size:28px; margin:30px 0; }
  
  	/* Blog Page */
  	.row-fluid .blog-sectionwrap { padding:60px 0; }
  	
  
  	/* Footer */
  	.row-fluid .footer1-box1, .row-fluid .footer1-box4 { display:none; }
  	.row-fluid .footer1-box { float:left; width:50%; min-height:0px; margin:0; }
  
  	.row-fluid .footer3 .hs-form input[type="submit"] { padding:10px 60px; } 
  	

}

@media (min-width: 768px){

  .row-fluid .top-header { -webkit-transition: all .5s ease; 
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }
  .fixed .row-fluid .top-header { margin-top:-47px; }
  
  .row-fluid .desktop-none { display:none; }    
  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  
  
  	.row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:before { border-bottom:5px solid #84b62d; bottom:30px; content:""; position:absolute; right:0; width:100%; }
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { margin-right:0; } 
    
    .row-fluid .mainmenu ul > li > ul { width:auto; min-width:315px; padding:0 0 30px 0; opacity:1 !important; visibility:visible !important; display:none; }
  	.row-fluid .mainmenu ul > li > ul:after { background:#6c6c6c; position:absolute; height:100%; width:10000%; left:50%; transform:translateX(-50%); content:''; top:0; left:0; z-index:-1; }
  	.row-fluid .mainmenu ul > li > ul > li { line-height:0; }	
  	.row-fluid .mainmenu ul > li > ul > li > a { color:rgba(255,255,255,.8); font-size:16px; line-height:24px; font-weight:500; text-transform:none; padding:4px 0px; white-space:normal !important; }
    .row-fluid .mainmenu ul > li > ul > li:hover > a { color:#16151D; }
    .row-fluid .mainmenu ul > li > ul > li:first-child > a {font-weight: 700;}
    
  	body.fixed .top { position:fixed; top:0; left:0; width:100%; z-index:1; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
  	body.fixed .top .mainmenu .hs-menu-wrapper > ul > li > a { padding:35px 0; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
  
  	.row-fluid .hide-in-desktop { display:none; }
  	.row-fluid .approve-box:hover .approve-hovertext { top:0; }
  
  	.row-fluid .protection-section .slick-dots, .row-fluid .building-boxwrap .slick-dots, .row-fluid .practice-section .slick-dots { display:none !important; }
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:30px; line-height:36px; } 
  	h2 { font-size:32px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
  
    .row-fluid .error-content.five-zero-zero form { min-width: 100%;  }
    .row-fluid .post-item-hide.post-item { width: 100%;  }   
    .row-fluid .objectif-div { margin-top: 10px !important; }
  
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; } 
    .guarantee-css-raw .guarantee-box .title , .guarantee-css-raw .guarantee-box .guarantee-img { height:auto !important; } 
  	
  	.row-fluid .top { position:fixed; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; z-index:1; } 
  	.leaveIt .row-fluid .top { -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);; }	
  	.fixIt .row-fluid .top { -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);; }	
  
  	.row-fluid .top-header { padding:10px 20px; text-align:center; }
  	.row-fluid .top-menu { display:none; }
  	.row-fluid .top-cta { width:100%; padding:10px; }	
  	.row-fluid .top-cta a { font-size:20px; line-height:24px; padding:13px 15px; text-align:center; color:#004413; font-family:conduit; }
  	.row-fluid .top-cta script { display:none; }
  
    .row-fluid .system-contentsec { padding:60px 0; }
    .errorpage .body-container-wrapper { padding-top: 114px; }
  
  	.row-fluid .logo { margin:0; }
  	.row-fluid .mobile-logo { display:block; }
  	.row-fluid .mobile-logo	img { max-width:190px; float:none; display:inline-block; }
  	.row-fluid .desktop-logo { display:none; }
  	
  	.row-fluid .top-navigation { float:left; width:100%; padding:15px 10px; background:#004413; }
  	.row-fluid .top-left ul li a { font-size:12px; } 
  	.row-fluid .top-left ul li a:hover { color:#fff; } 
  	.row-fluid .top-left ul li:last-child a:hover:after { border-color:#fff; }
  
    .hs-blog-listing .row-fluid .contact-form { margin-bottom: 60px !important; }
  
  	.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }	
  	.row-fluid .mainmenu .hs-menu-wrapper > ul { padding:0 10px; }
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0; }
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { border-bottom:1px solid #fff; }
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:20px; line-height:24px; padding:20px 0 17px; border-top:1px solid #fff; }
  	.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display:none; }
  
  	span.child-triggerm:before, span.child-triggerm:after { background:#000; content:""; height:16px; left:16px; position:absolute; top:10px; transition:all 200ms ease 0s; width:2px; }  
  	span.child-triggerm:before { transform:rotate(90deg); transition:all 200ms ease 0s; }
  	.mobile-open a.mobile-trigger i, .mobile-open a.mobile-trigger i::before, .mobile-open a.mobile-trigger i::after { width:25px; height:2px; }
  	span.child-triggerm.child-open:after { background-color:#fff; opacity:0; transform:rotate(180deg); }
  
  	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size:14px; padding:10px 20px; font-weight:700; }
  
  	.row-fluid .hero-section { padding:250px 0 0px; } 
  	.row-fluid .hero-content { display:none; }
  	.row-fluid .hero-text h1 { font-size:25px; line-height:30px; }
  
  	.row-fluid .hide-in-desktop { margin-bottom:20px; }
  
  	.row-fluid .video-code { margin:20px 0; }  

  	
/*   	.row-fluid .online-quotesec { margin-top:60px; } */
  
  	.row-fluid .approved-section { padding:50px 0 0; }
  	.row-fluid .approved-section .approve-box:first-child { width:100%; }
  	.row-fluid .approved-section .approve-box:nth-child(2) { width:100%; }
  	.row-fluid .approve-hovertext { top:0; }
  	.row-fluid .approve-hovertext .title, .row-fluid .approve-box .plus-img { display:none; }
  	.row-fluid .approve-box.column3 .approve-imgbox { height:400px; }	
  	.row-fluid .approve-hovertext { background:transparent !important; }
  	.row-fluid .approve-box .logo-boxwrap .logo-box { width:50% !important; }

  	.row-fluid .approve-box.column3 .logo-boxwrap { padding-top:0; } 
  	.row-fluid .approve-hovertext { height:auto; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
  
  	.row-fluid .ournews-section .wrapper { padding:0; }
  	
  	.row-fluid .our-opportunitiesec h3 { font-size:18px; line-height:22px; }
  	.row-fluid .our-opportunitiesec .sub-title { font-size:18px; line-height:22px; margin:10px 0 20px; } 
  
  	/* Options Securite Page */
  	.row-fluid .top-rightsticky { top:auto; bottom:60px; }
  	.row-fluid .inner-herosec.hero-section h1 { font-size:29px; line-height:38px; margin-bottom:20px; }
  	.row-fluid .inner-herosec.hero-section h2 { font-size:22px; line-height:30px; margin-bottom:15px; }
  	
  	.row-fluid .protection-section .text { padding:0; }
  	.row-fluid .protection-boxwrap .slick-arrow, .row-fluid .benefits-section .slick-arrow, .row-fluid .building-boxwrap .slick-arrow { display:none !important; }
  	.row-fluid .protection-box { width:100%; padding:0;     margin: 30px 0; }
  	.row-fluid .protection-img { height:216px; }
  	.row-fluid .protection-text { float:left; width:100%; padding-bottom:20px; } 
  	
  	.row-fluid .service-optionwrap { margin-top:20px; }
  	.row-fluid .service-optionbox { padding:10px 5px; width:50%; word-break: break-all; }
  .row-fluid .Entrepot-two-columN .service-optionbox .service-optiontitle{ font-size:12px; line-height:22px; }
  	.row-fluid .structure-section .text { padding:0; }

/*   	.row-fluid .structure-section .protection-box:last-child .protection-text { padding-bottom:0; } */
  
  	.row-fluid .cta-stripsec { padding:49px 0 55px; }
  		
  	.row-fluid .benefits-section .service-optionbox { width:100%; }
  
  	.row-fluid .building-boxwrap { margin-bottom:30px; }	
  	.row-fluid .building-imgbox { height:216px; }
  
  	.row-fluid .expertbg-section h3 { font-size:18px; line-height:22px; text-transform:none; }
  	.row-fluid .expertbg-section .cta-style a { padding:21px 35px; background:#83b81a; color:#fff; }
  
  	/* Manufacture Page */
  	.row-fluid .manufacture-herosec { padding:250px 0 20px; }
  
  	.row-fluid .manufacture-faqsec .richtext { text-align:center; font-size:16px; line-height:26px; }
  	.row-fluid .manufacture-faqbox { padding: 40px 0 20px }
  	.row-fluid .manufacture-faqbox .list-style ul { padding-left:0; }
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox { text-align:center; cursor:pointer; }
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox .img, .row-fluid .manufacture-faqbox .manufacture-faqtopbox h3 { padding:10px 0; width:100%; }
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox .manufacture-faqtitle { padding:10px 0 20px; position:relative; }
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox h3:before { background-color:#83b81a; bottom:-21px; content:''; height:20px;	left:50%;	position:absolute; width:2px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox h3:after { background-color:#83b81a; bottom:-11px; content:''; height:2px;	left:50%;	position:absolute; width:20px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .manufacture-faqbox .manufacture-faqtopbox.active h3:before { transform:rotate(90deg); }
  	.row-fluid .manufacture-faqbox:after { display:none; }
  	
  	.row-fluid .practice-sliderbox .practice-sliderimg { width:100%; margin-bottom:30px;  }
  	.row-fluid .practice-sliderbox .practice-slidertext { width:100%; padding-left:0; }
  	.row-fluid .practice-sliderbox .text { padding:50px 0; }
  
  	.row-fluid .practice-sliderbox .text:before { background-size:40px auto; left:0; top:0; height:40px; width:40px; }
  	.row-fluid .practice-sliderbox .text:after { background-size:40px auto; right:0; bottom:0; height:40px; width:40px; }
  	.row-fluid .practice-sliderbox .bottom-title { padding:0; }
 	 	.row-fluid .practice-section .slick-slider .slick-arrow.slick-next { display:none !important; }  
  	.row-fluid .practice-section .slick-slider .slick-arrow.slick-prev { display:none !important; }  
  
  	/* Espace Stockage Page */
  	.row-fluid .espace-guarantee-section .guarantee-boxwrap { float:left; width:100%; display:inline-block; margin:35px 0 0; }
  	.row-fluid .espace-guarantee-section .guarantee-box { width:100%; padding:0 0 40px; height:auto !important; }
  	.row-fluid .espace-guarantee-section .guarantee-box:last-child { padding-bottom:0; }
  	.row-fluid .guarantee-boxinner img { height:auto !important; }
  	.row-fluid .espace-guarantee-section .guarantee-boxinner .title { cursor:pointer; position:relative; margin-bottom:0; padding-bottom:15px; }
  	.row-fluid .espace-guarantee-section .guarantee-boxinner .title:before { background-color:#83b81a; bottom:-9px; content:''; height:20px;	left:50%;	position:absolute; width:2px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .espace-guarantee-section .guarantee-boxinner .title:after { background-color:#83b81a; bottom:0; content:''; height:2px;	left:50%;	position:absolute; width:20px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .espace-guarantee-section .guarantee-boxinner .title.active:before { transform:rotate(90deg); }
  	.row-fluid .espace-guarantee-section .guarantee-boxinner .text { padding-top:20px; display:none;  }
  
  	.row-fluid .envisaged-section { padding-bottom:0; }
  	.row-fluid .envisaged-section .wrapper { background:#ebebeb; padding-top:40px; }
  	.row-fluid .avez-img { width:100%; text-align:center !important; margin:0; }
  	.row-fluid .avez-img img { max-width:140px; }
  	.row-fluid .avez-text { width:100%; text-align:center; padding-top:20px; margin:0; }
  	
  	/* Resources Page */
  	.row-fluid .resource-section { padding:40px 0; }
  	.row-fluid .resource-richtext { padding-bottom:30px; text-align:center; font-size:16px; line-height:25px; }
  	.row-fluid .resources-listbox ul { float:left; width:100%; margin:0; }
  	.row-fluid .resources-listbox ul li { width:100%; margin:10px 0; padding:0; }
  
  	.row-fluid .resource-boxsec1 { padding-top:50px; }
  	.row-fluid .resource-boxsec { padding:50px 0; }
  	.row-fluid .resource-box { width:100%; padding:0; } 	
  	.row-fluid .our-methodimg:after { display:none; }
  
  	.row-fluid .resource-boxsec .hs_cos_wrapper_type_header h2 { font-size:24px; line-height:28px; }
  	.row-fluid .resource-boxsec .resource-textbox { font-size:16px; line-height:24px; }
  	.row-fluid .resource-boxsec3 { padding-bottom:0; }
  
  	/* Notre Methode */
  	.row-fluid .our-methodsec { padding-bottom:0; }
  	.row-fluid .our-methodwrap { text-align:center; }
  	.row-fluid .our-methodbox { max-width:80%; text-align:left; float:none; display:inline-block; vertical-align:top; }
  	.row-fluid .our-methodbox .our-methodimg { width:100%; margin:0; text-align:center; }
  	.row-fluid .our-methodbox .our-methodimg img { min-height:74px; max-height:74px; width:auto; }
  	.row-fluid .our-methodtextbox { width:100%; margin:0; padding:10px 0 0; }
  	.row-fluid .our-methodtextbox .our-methodtitle { font-size:18px; line-height:26px; padding:0 0 20px 0; margin:0 0 10px; position:relative; cursor:pointer; text-align:center; }
  	.row-fluid .our-methodtextbox .our-methodtitle:before { background-color:#83b81a; bottom:-9px; content:''; height:20px;	left:50%;	position:absolute; width:2px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .our-methodtextbox .our-methodtitle:after { background-color:#83b81a; bottom:0; content:''; height:2px;	left:50%;	position:absolute; width:20px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .our-methodtextbox .our-methodtitle.active:before { transform:rotate(90deg); }
  	
  	.row-fluid .our-process-sec { padding:30px 0; }
  	.row-fluid .our-process-sec h2 { font-size:30px; line-height:34px; }
  	.row-fluid .our-process-sec .richtext { font-size:14px; line-height:22px; margin:20px 0 20px; text-align:center; }
  
  	.row-fluid .method-expertbgsec h3 { text-transform:uppercase; }
  	.row-fluid .method-expertbgsec .cta-style a { padding:10px 30px; background:#fff; color:#83b81a; }
  	.row-fluid .method-expertbgsec .cta-style a:hover { color:#004413; }
  
  	/* Recrurment Page */
  	.row-fluid .recrurment-section { padding:0px 0 60px; }
  	.row-fluid .recrurment-section .hs_cos_wrapper_type_header h2 { margin:30px 0 15px; }
  	.row-fluid .recrurment-form .left_fields { width:100%; }
  	.row-fluid .recrurment-form .right_fields { width:100%; float:left; }
  	.row-fluid .recrurment-form textarea { height:150px !important; }
  	.row-fluid .recrurment-form input[type="submit"] { width:100%; padding:15px 40px; float:left; }
  
  	/* Votre Activite Page */
  	.row-fluid .activity-section { padding:40px 0; }
  	.row-fluid .double-activity-raw .activity-box:nth-child(odd) { width:100%; }
  	.row-fluid .double-activity-raw .activity-box:nth-child(even) { width:100%; }
  	
  	.row-fluid .activity-box { padding:0 0 30px; width:100%; }
  	.row-fluid .activity-box:last-child { padding-bottom:0; }
  	.row-fluid .activity-textbox .title {    color:#676767; font-size:20px; height:auto; line-height:27px; background-color:transparent; }
	  .row-fluid .activity-box:nth-child(3n+1) .activity-textbox .title h2 { color:#676767; }
  	.row-fluid .activity-box:nth-child(3n+2) .activity-textbox .title h2{ color:#004413; }
  	.row-fluid .activity-box:nth-child(3n+3) .activity-textbox .title h2 { color:#83b81a; }
  
  	.row-fluid .activity-imgbox { height:auto; background:transparent !important; }
  	.row-fluid .activity-textbox .textwrap { background:transparent; height:auto; position:relative; }
  	.row-fluid .activity-textbox .textwrap .text { background:url(https://cdn2.hubspot.net/hubfs/3526548/LOCABRI_2017/Image/h2-plus-green.png) no-repeat center bottom !important; opacity:1; color:#676767; text-align:center; padding:0 10px 50px; }
  	.row-fluid .activity-box:hover .activity-textbox .title, .row-fluid .activity-box:hover .activity-textbox .textwrap { background:transparent; }
  
  	/* Lexique Page */
  	.row-fluid .laxicon-filterlist ul li { font-size:20px; line-height:30px; padding:5px; width:10%; }
  	.row-fluid .resource-mainwrap .resource-box ul li { width:100%; }
  
  	/* Pourquoi Modulaire Page */
  	.row-fluid .why-modularsec { padding:40px 0; }
  	.row-fluid .why-modularbox { border:0; display:inline-block; width:100%; margin-bottom:30px; }
  	.row-fluid .why-modularbox:last-child { margin:0; }
  	.row-fluid .why-modularimg-box { float:left; width:100%; min-height:1px; background:none !important; min-width:1px; text-align:center; }
  	.row-fluid .why-modularimg-box:before { display:none; }
  
  	.row-fluid .why-modulartext-box { float:left; width:100%; padding:15px 0 0; text-align:center; font-size:18px; }
  	.row-fluid .why-modulartext-box .hide-in-desktop { margin:0; }
  	.row-fluid .why-modularbox:nth-child(even) .why-modulartext-box { padding:0; }
  	.row-fluid .why-modularicon { position:relative; right:auto; bottom:auto; max-width:74px; float:none; display:inline-block; vertical-align:top; }
  	.row-fluid .why-modularicon .hide-in-desktop { margin-bottom:10px; }	
  
  	.row-fluid .modular-title h2 { font-size:18px; line-height:24px; color:#676767; padding:0 0 20px 0; margin-bottom:10px; position:relative; cursor:pointer; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight:700; }
  	.row-fluid .modular-title h2:before { background-color:#83b81a; bottom:-9px; content:''; height:20px;	left:50%;	position:absolute; width:2px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .modular-title h2:after { background-color:#83b81a; bottom:0; content:''; height:2px;	left:50%;	position:absolute; width:20px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
  	.row-fluid .modular-title.active h2:before { transform:rotate(90deg); }
  
  	/* Contact Page */
  	.row-fluid .contact-title { margin:10px 0 30px 0; }
  	.row-fluid .contact-form .hs-form fieldset.form-columns-2 .field:first-child { padding-bottom:0; }
  	.row-fluid .contact-form form.hs-form fieldset[class*="form-columns"] .hs-input { font-size:16px; }
  	.row-fluid .contact-form textarea { margin-top:18px !important; }
  
  	.row-fluid .contact-form .legal-consent-container p	{ padding:0; }
  	.row-fluid .contact-form .inputs-list .hs-form-booleancheckbox { padding-left:0; }
  
  	.row-fluid .far-formsec { padding-top:40px; }
  	.row-fluid .far-formsec .widget-type-header h2 { margin-bottom:40px; }
  
  	.row-fluid .for-formdetails ul li:before { position:relative; display:inline-block; top:11px !important; left:-10px !important; }
  	.row-fluid .for-formdetails ul li:nth-child(2):before { top:10px !important; }
  	.row-fluid .for-formdetails ul li:nth-child(3):before { top:16px !important; }
  
  	.row-fluid .contact-mapsec .right { padding:40px 15px !important; }
  	.row-fluid .contact-mapsec .right a { font-size:15px;  }
  .row-fluid .contact-mapsec .right p a{text-align:center; }
  	.row-fluid .contact-mapsec .right .box1 { margin-bottom:20px; }
  	.row-fluid .locabri-ofcadress { padding:30px 0; }
  	
  	/* Thank You Page */
  	.row-fluid .thanks-contentsec	{ font-size:24px; line-height:28px; }
  	.row-fluid .thanks-contentsec .cta-style a { font-size:24px; margin:30px 0; }
  	
  	/* Blog Page */
  	.row-fluid .blog-sectionwrap { padding:50px 0; }
  	.row-fluid .post-item .post-header h2 { text-align:center; }
  	.row-fluid .date-readmore > div { width:100%; }
  	.row-fluid .date-readmore .div-read-more { text-align:center; margin-top:15px; } 
  
  	.row-fluid .blog-rightcol { padding-top:30px; }
  
  	/* Blog Page Inner */
  	.row-fluid .post-body-inner { margin:0; }
  	.row-fluid .post-body-inner ul { padding-left:0; }
  	.row-fluid .blog-commentform form { display:none; }
  	#comments-listing { margin-bottom:0; }
  	
  	/* A Propos Page */
  	.row-fluid .propos-herosec.manufacture-herosec { padding-top:300px; }
  
  	.row-fluid .locabri-360sec { padding:30px 0 30px; font-size:16px; text-align:center; }
  	
  	.row-fluid .counter-slider .box.slick-slide { display:inline-block; }
  	.row-fluid .propos-countersec .digit { font-size:70px; line-height:80px; }
  	.row-fluid .propos-countersec .box2 .digit-txt, .row-fluid .propos-countersec .box3 .digit-txt { text-align:center; }
  	.row-fluid .propos-countersec ul.slick-dots { position:absolute; top:170%; }  
  
  	.row-fluid .propos-wrapbox .propos-wrapcol:first-child, .row-fluid .propos-wrapbox .propos-wrapcol:nth-child(2) { width:100%; }
  	
  .rapidement-css-raw .rapidement-box .rapidement-title { height:auto !important; }
  .rapidement-css-raw .rapidement-box .rapidement-imgbox { height:auto !important; }
  
  	/* Footer */
  	.row-fluid .footer { padding:35px 0; }
  	.row-fluid .footer1-box2 { max-width:180px; float:none; display:inline-block; vertical-align:top; }
  	.row-fluid .footer1-richtext { font-size:20px; margin:20px 0 0; padding-bottom:20px; }
  	
  	.row-fluid .footer2 h4 { font-size:16px; line-height:26px; }
  	.row-fluid .footer2 .hs-menu-wrapper > ul { padding:0; }
  	.row-fluid .footer2 .hs-menu-wrapper > ul > li { position:relative; padding-left:20px; list-style-type:none; } 
  	.row-fluid .footer2 .hs-menu-wrapper > ul > li:before { position:absolute; content:""; height:6px; width:6px; border-radius:100%; background:#fff; left:0; top:9px; }
  	.row-fluid .footer2 .hs-menu-wrapper > ul > li > a { white-space:normal; } 
  		
  	.row-fluid .footer-contact { padding-bottom:30px; }
  	.row-fluid .footer-contact:last-child { padding-bottom:0px; }
  	.row-fluid .footer3 .footer-contact2 { padding-bottom:30px; } 
  	.row-fluid .footer-contact1 { padding-top:30px; }
  	.row-fluid .social-icon { margin-bottom:0; } 
  
  	.row-fluid .footer3 .hs-form input[type="submit"] { padding:10px 50px }
  	.row-fluid .footer3 .hs-form fieldset.form-columns-2 .field { padding-left:0; }
  	.row-fluid .footer3 .hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; } 
  	fieldset.form-columns-1 .input { margin-right:0 !important; } 
  
    .row-fluid .post-left-raw { float:left; width:100%; }  
    .row-fluid .post-right-raw { float:left; width:100%; }  
  
    .hs-blog-listing .row-fluid .desktop-none.post-right-raw { display:block; float:left; width:100%; margin-bottom:10px; }   
    .hs-blog-listing .row-fluid .post-right-raw { display:none; } 
    .row-fluid .blog-sectionwrap-raw .post-item { margin-bottom:20px; }
    .row-fluid .blog-sectionwrap-raw .post-item:last-child { margin-bottom:0; }
  
    .row-fluid .solution-section-css .left_fields ,.row-fluid .solution-section-css .right_fields { width:100%; }  
  .row-fluid .contact-form textarea { height:150px !important; }
  .row-fluid .solution-section.solution-section-css { padding-bottom: 90px; }    
  .row-fluid .solution-section-css h2 { font-size:30px; }
  .row-fluid .post-item .post-left-raw .post-header h2 { font-size: 28px; } 
  
  
  /* ==== Menu Contact ===== */
  .row-fluid .menu-contact a{padding: 12px 11px;}
  .row-fluid .menu-contact{width: 100%;text-align: left;}
  .row-fluid .menu-contact a{font-size: 20px;line-height: 24px;border-bottom: 1px solid #fff;width: 100%;padding-top: 0px;padding-left: 0; padding-bottom: 18px;float: left;margin: 19px 10px;}
 
  .row-fluid .language-switch{ width: 100%;    float: left;    position: relative;    margin-top: -27px;    top: 3px;    display: inline-block;    margin-right: 10px;    text-align: left;    left: -18px;}
 
  
}

@media (max-width: 500px){
   
  
  	.row-fluid .blog-pagination a { width:100%; }
  	.row-fluid .blog-pagination .all-posts-link { margin:10px 0; } 
}

@media (max-width: 480px){ 
  	.row-fluid .contact-form .hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; }
  	.row-fluid .contact-form .hs-form fieldset.form-columns-2 .field { padding-left:0; } 
  
  	.row-fluid .contact-form .inputs-list input[type="checkbox"] { float:left; width:2% !important; margin-top:7px !important; }
  	.row-fluid .contact-form .inputs-list input[type="checkbox"] + span { width:95%; font-size:11px; padding-left:2px; }
  
  	.row-fluid .contact-form .actions { text-align:center; }
  	.row-fluid .contact-form input[type="submit"] { float:none; display:inline-block; vertical-align:top; margin-top:15px; padding:12px 50px; font-size:16px; }
  
  	.row-fluid .blog-commentform .hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; }
  	.row-fluid .blog-commentform .hs-form fieldset.form-columns-2 .field 	{ padding-left:0; }
}

@media (max-width: 767px){

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

     
        
   


  .mainmenu, .mainmenu li , .mainmenu 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: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; 
      cursor: pointer; 
      position: absolute; 
      top: 57px;          
      right: 0;        
      width: 60px; 
      height: 60px; 
      text-align:center;
      background:transparent;
      padding: 12px 10px;
      z-index: 99999999999; 
      -webkit-transition: background-color 0.2s linear; 
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      line-height:30px;
      text-align:left;
  }

  a.mobile-trigger:hover {
      text-decoration: none; 
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; 
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; 
      background-color: #054f7d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; 
      -moz-transition:background-color 0.2s linear; 
      transition:background-color 0.2s linear; 
      background: transparent; 
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 42px; 
      height: 4px; 
      background-color: #fff;
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -10px; 
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 10px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  span.child-triggerm {	
    	background:#fff;
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 13px;
      right: 0px;
      width: 36px !important; /* Button width */
      min-width: 36px !important;
      height: 36px !important; /* Button height */  
      padding: 0 !important;
      
  }
  
  


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  
      
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; 
      top: 114px;             
      left: 0px;                                                   
      width: 100%;   
     
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding:0; 
      background-color: #004413; 
      width: 100%; 
      z-index: 8888;
  }

   
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; 
      line-height: 45px;
      overflow: visible;
  }

  
  
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; 
  }

  
  
  
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     text-align:center;
     float:left;
     width:100%;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 0; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
      line-height:20px;
      padding:5px 0;
      font-weight:500;
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
	 
/*  5-10-2018 starts */
  .hide-in-desktop p{  color: #666;}
/* .row-fluid .approve-box .logo-boxwrap .logo-box:nth-child(n+3) { display:none; } */
.row-fluid .hide-in-mobile { display:none; }
  .guarantee-box {    float: left;   width: 100%;   margin: 10px 0;}

}

@media (max-width:991px){
    .public-colinner::before {  background: rgba(103, 103, 103, 0.4) none repeat scroll 0 0;}
    .public-col:nth-child(2) .public-colinner::before {background: rgba(131, 184, 26, 0.4) none repeat scroll 0 0;}
    .row-fluid .guarantee-section {    padding: 50px 0 70px;}
    .rapidement-box .rapidement-title {    margin: 10px 0 30px;}
    .row-fluid .rapidement-section {    padding: 27px 0 80px;}
    .row-fluid .why-modularbox .why-modulartext-box .hide-in-mobile{ margin:15px 0; }
    .row-fluid .why-modularbox{ margin-bottom: 35px;}
  	.row-fluid .practice-boxwrap .practice-sliderbox{ display:flex; align-items:center; }
  .row-fluid .service-optionbox img{ height:60px; width:auto; object-fit: contain;}
   .row-fluid .practice-section .slick-slider .slick-arrow.slick-prev { left: -64px;}
  .row-fluid .practice-section .slick-slider .slick-arrow.slick-next { right: -64px;}
  .row-fluid .practice-sliderbox .text{ font-size:16px; }
  .row-fluid .practice-sliderbox .text:after{ right: 1px; bottom: -11px;}
  .row-fluid .practice-section.quote-design .practice-sliderbox .text:before {    left: -28px;}
  .row-fluid .practice-section.quote-design .practice-sliderbox .text {    padding: 20px 15px 20px 35px;  }
  
/*   nos solution */
  .nos-table-box .nos-table-line .nos-item{ padding:15px;}
  .nos-table-box .nos-table-line .nos-item .nos-item-inner h6{ font-size:17px;}
  .nos-table-cta-1, .nos-table-cta-2, .nos-table-cta-3{ font-size:15px;}
  .nos-soution-group .nos-soution-single .nos-soution-img {  padding: 26px;}
  .nos-soution-group .nos-soution-single .nos-solution-content a{  font-size: 16px; padding: 7px 40px; }
  .nos-soution-group .nos-soution-single .nos-solution-content h5 { margin: 13px 0 13px;}
  .nos-soution-group2 .nos-soution-single2{ width: calc(100% / 2 - 4px );  margin: 2px;}
  .simplifier-votre .tabs-title{ width:50%; }
  .row-fluid .simplifier-votre h2 { padding: 60px 0 30px;}
  .row-fluid .simplifier-votre{ max-width: 738px;}
  .tab-content-box-right h3{ font-size: 22px; line-height: 32px;}
  .tab-content-box-right ul li{font-size: 16px; line-height: 22px;}
  .tab-content-box-right{  padding: 40px 35px;}
  
/*   propos */
  .row-fluid .locabri-360sec{ padding: 73px 0 25px;}  
  .row-fluid .propos-countersec .digit{ font-size:66px; }
  .row-fluid .propos-countersec .digit-txt { font-size: 13px; text-align:center;  }
  .row-fluid .propos-countersec .box2 .digit-txt, .row-fluid .propos-countersec .box3 .digit-txt {    text-align: center;}
  .guarantee-boxinner .title{ padding:0 20px; font-size:18px; margin: 28px 0 15px;  }
  .guarantee-boxinner .text{ color:#666; }
  .row-fluid .propos-wrapbox .propos-wrapcol .propos-service-contentbox {padding:0}
	.row-fluid .propos-wrapcol:hover .propos-color-dv {    transform: skewY(-15deg) translateY(-6px);}
  .row-fluid .propos-wrapcol .txt-dv ul li{ font-size: 14px;}
  .row-fluid .propos-wrapcol:first-child:hover .propos-service-contentbox, .row-fluid .propos-wrapcol:nth-child(2):hover .propos-service-contentbox {    transform: translateY(-100px);}
  .row-fluid .propos-teamsec .propos-teamcol{ width: 46%; }
  .propos-guarantee-section .guarantee-boxinner img{ max-height:50px; width:auto; }
  
  .row-fluid .accord-client-form form{ max-width:80%; margin:0 auto; float:none; }
  .row-fluid .accord-client-group .accord-client-group-address{ margin-bottom:25px;}
  .row-fluid .contact-mapsec .right p a {    text-align: center;}  
  
/*   26-10 */
  .row-fluid .propos-herosec.hero-section { margin-top: 107px;}
  .row-fluid .activity-textbox .title h2{ font-size: 18px; line-height: 26px;}
  .row-fluid .Contact-banner.hero-section {    margin-top: 125px;}
  
  .row-fluid .mainmenu ul > li > ul > li a {	font-size: 14px;	padding: 1px 0;}
  
}

@media (max-width:767px){
  .row-fluid .mainmenu ul{ display:inherit; }
  .guarantee-boxwrap{ margin-top: 30px;}
  .row-fluid .online-quotesec{ margin-top:0; }
  .row-fluid .approve-imgbox:before{ content:"";    position: absolute;    width: 100%;    height: 100%;    left: 0; top:0;  background: rgba(103,103,103,0.7);    transition: width .5s,top .5s;}
  .recentpost-boxwrap{     margin-top: 40px;}
  .recentpost-box .post-readmore:before{     top: 87%;}
  .row-fluid .approve-box.column2 .logo-boxwrap .logo-box:nth-child(2),.row-fluid .approve-box.column2 .logo-boxwrap .logo-box:nth-child(3)  { display:none; }
  .row-fluid .approve-box.column3 .logo-boxwrap .logo-box:nth-child(2){ display:none; }
  .bottom-slideBlock .bottom-slideSlideHome .img-dv{ padding:90px 0; }
  .row-fluid .logo-boxwrap .logo-box img{ height: 100px; object-fit: contain; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
  .row-fluid .practice-section .widget-type-header h2{ margin-bottom:50px; }
	.row-fluid .benefits-section {padding: 70px 0 0;}
  .row-fluid .benefits-section .service-optionbox{ margin:15px 0; }
  .plus-de h2 {margin-bottom: 40px; margin-top: 40px;}
  .row-fluid .benefits-section .benefitText{margin-top: 20px; }
  .row-fluid .Entrepot-two-columN .service-optionwrap{ padding:0;    }
  .row-fluid .double-activity-raw.double-reverse .activity-box:nth-child(odd), .row-fluid .double-activity-raw.double-reverse .activity-box:nth-child(even) { width:100%; }
   .row-fluid .double-activity-raw .activity-box:nth-child(3n+1) .activity-textbox .title {    color: #676767;}
  .row-fluid .double-activity-raw .activity-box:nth-child(3n+2) .activity-textbox .title {    color: #004413;}
  .row-fluid .double-activity-raw .activity-box:nth-child(3n+3) .activity-textbox .title {    color: #83b81a;}
  .row-fluid .practice-section.quote-design .practice-sliderbox .text:before{ left: 0; top: -13px;}
  .row-fluid .practice-sliderbox .text:after{ bottom: 0;}
  .row-fluid .our-process-sec .list-style ul{  padding: 0 15% 0 15%;}
  .row-fluid .our-process-sec .list-style ul li{ font-size:14px;}
  .row-fluid .our-process-sec .list-style ul li a{ font-size:14px;}
  .row-fluid .manufacture-faqbox .manufacture-faqtopbox{ display:unset; } 
  .row-fluid .manufacture-faqbox .manufacture-faqtopbox .faqwrap-img{ width:100%; }
  .row-fluid .manufacture-faqbox .manufacture-faqtopbox .manufacture-faqtitle { padding: 13px 0 20px;}
  
/*   nos solution */
  .row-fluid .Nos-solution h2 {    padding: 50px 0 0;}
  .row-fluid .simplifier-votre .tab-title-img { display:none; }
  .row-fluid .tab-title-hover-img { max-width:50px; height:auto;    margin: 0 auto; }
  .simplifier-votre .tabs-title {    width: 100%;}  
  .simplifier-votre .tabs-title p{ font-weight:700; }
  .simplifier-votre .tabs-title p:before { display: none;  width: 30px;  bottom: -5px;}
  .simplifier-votre .tabs-title { position:relative;    padding: 30px 20px 30px; }
  .simplifier-votre .tabs-title:before{  transition: 1s;color: #83b81a;    font-size: 40px;    content: "+";    position: absolute;    bottom: 0;    left: 0;    right: 0;    margin: 0 auto;  }
  .simplifier-votre .tab-content-box .tab-content-box-left, .tab-content-box-right h3 { display:none; }
  .simplifier-votre .tab-content-box-right{ width:100%; }
  .simplifier-votre .tab-content-box{ padding:0; }
  .simplifier-votre .tab-content-box-right { text-align:center;   padding: 15px 35px;}
  .simplifier-votre .tab-content-box-right ul{ padding:0 15px;}
  .simplifier-votre .tab-content{  border-bottom: 0; margin-bottom: 0; }
  .nos-table-box{ display:none; }
  .nos-soution-group2 .nos-soution-single2 .nos-solution-content2 .nos-solution-content-hover2{ display: block; opacity: 1;  visibility: visible;}
  .nos-soution-group2 .nos-soution-single2 .nos-soution-img2:before{     background-color: rgba(131,184,26,1);}
  .nos-soution-group2 .nos-soution-single2 .nos-solution-content2 .nos-search-icon2{ display:none; }
  .nos-solution-content-hover2 ul{ padding: 0;}
  .nos-solution-content-hover2 ul li{ list-style: none;    text-transform: lowercase; position:relative; width: auto; display: inline-block; float: none;padding-right:5px;  }
  .nos-solution-content-hover2 ul li:before{ content:","; position:absolute; color:#fff; right:0; }
  .nos-solution-content-hover2 ul li:last-child:before{ display:none; }
  .nos-solution-content-hover2 p{ display:none; }
  .nos-soution-group2 .nos-soution-single2 .nos-soution-img2{ height:unset; }
  .nos-soution-group2 .nos-soution-single2 {    width: calc(100% - 30px);    margin: 15px;}
  .nos-soution-group2 .nos-soution-single2:nth-child(2) .nos-soution-img2:before {    background: rgba(103,103,103,1);}
  .nos-soution-group2 .nos-soution-single2:nth-child(3) .nos-soution-img2:before {    background: rgba(0,68,19,1);}
  .nos-soution-group2 .nos-soution-single2:nth-child(4) .nos-soution-img2:before {    background: rgba(131,184,26,1)}
  .nos-soution-group .nos-soution-single{ width:100%; }
  .nos-soution-group .nos-soution-single .nos-solution-content .nos-search-icon{ display:none; }
  .nos-soution-group .nos-soution-single:first-child .nos-solution-content h3{ color:#83b81a; }
  .nos-soution-group .nos-soution-single:first-child .nos-solution-content .nos-solution-content-hover h5{ color:#83b81a; }
   .nos-soution-group .nos-soution-single:nth-child(2n+2) .nos-solution-content h3{ color:#676767; }
  .nos-soution-group .nos-soution-single:nth-child(2n+2) .nos-solution-content .nos-solution-content-hover h5{ color:#676767; }
   .nos-soution-group .nos-soution-single:nth-child(3) .nos-solution-content h3{ color:#004413; }
  .nos-soution-group .nos-soution-single:nth-child(3) .nos-solution-content .nos-solution-content-hover h5{ color:#004413; }
  .nos-soution-group .nos-soution-single .nos-soution-img:before{ display:none; }
   .row-fluid .nos-soution-group .nos-soution-single .nos-soution-img{ background-image: none !important; }
  .nos-soution-group .nos-soution-single .nos-solution-content .nos-solution-content-hover{ display: block; opacity: 1; visibility: visible; }
	.nos-soution-group .nos-soution-single  .nos-solution-content-mobile{ display:block; padding:20px 0 30px; position:relative;   }
  .nos-soution-group .nos-soution-single  .nos-solution-content-mobile:before{ content:"-";  color: #83b81a; font-size: 50px; position: absolute; bottom:2px;}
  .nos-soution-group .nos-soution-single:nth-child(2) .nos-solution-content-mobile:before{ color:#676767;  }
  .nos-soution-group .nos-soution-single:nth-child(3) .nos-solution-content-mobile:before{ color:#004413;  }
  
  .nos-soution-group .nos-soution-single .nos-solution-content .nos-solution-content-hover a{ display:none; }
  .nos-soution-group .nos-soution-single .nos-solution-content-mobile ul li{ list-style:none; color: #666; font-size:16px; text-align:left; position:relative; }
	.nos-soution-group .nos-soution-single .nos-solution-content-mobile ul li:before{ content:"\f00c"; font-family:fontawesome; font-size:16px; position:absolute; left:-24px; top:0; color:#83b81a;  }
  .nos-soution-group .nos-soution-single .nos-solution-content-mobile  a{ height: 88px; display: flex;align-items: center;justify-content: center; color: #fff;background: #83b81a; font-size: 16px; line-height: 24px; font-weight: 700; transition: all 0.4s ease;} 
  .nos-soution-group .nos-soution-single:nth-child(2)  .nos-solution-content-mobile  a{ background:#676767}
   .nos-soution-group .nos-soution-single:nth-child(2)  .nos-solution-content-mobile ul li:before{color:#676767; }
  .nos-soution-group .nos-soution-single:nth-child(3)  .nos-solution-content-mobile a{ background:#004413}
 .nos-soution-group .nos-soution-single:nth-child(3)  .nos-solution-content-mobile ul li:before{color:#004413; }
  .nos-soution-group .nos-soution-single{ padding:25px 0;    width: 100%;    margin: 0 auto;    float: left;    text-align: center; } 
  .nos-soution-group .nos-soution-single .nos-soution-img{ display:unset; }
  .nos-soution-group .nos-soution-single .nos-solution-content:before {content: "+"; color: #83b81a; font-size: 40px; position: absolute; bottom: 0; left:0; right:0; text-align:center;  }
  .nos-soution-group .nos-soution-single:nth-child(2) .nos-solution-content:before{ color:#676767;  }
  .nos-soution-group .nos-soution-single:nth-child(3) .nos-solution-content:before{ color:#004413;  }
  .nos-soution-group .nos-soution-single .nos-solution-content{ float: left; width: 100%; padding-bottom: 25px; }
  .nos-soution-group .nos-soution-single .nos-solution-content a:hover{     background: #83b81a; color:#fff;  }
  .nos-soution-group .nos-soution-single:nth-child(2) .nos-solution-content-mobile a:hover {     background: #676767; color:#fff;  }
   .nos-soution-group .nos-soution-single:nth-child(3) .nos-solution-content-mobile a:hover {     background: #004413; color:#fff;  }
  .nos-soution-group2 .nos-soution-single2:hover .nos-solution-content2 .nos-solution-content-hover2 ul{ text-align:center; }
  .tabs-title:hover p{ color: #676767;}
  .tab-content-box-right p { color: #676767; }
  
/*   propos */
  
  .propos-guarantee-section .guarantee-boxinner .title{ float:left; width:100%; position:relative; }
  .propos-guarantee-section .guarantee-boxinner .title:before{ content: "";    position: absolute;    left: 0;    right: 0;    text-align: center;    bottom: -31px;    font-size: 25px;    background: #83b81a;    width: 20px;    height: 2px;    margin: 0 auto;}
  .propos-guarantee-section .guarantee-boxinner .title:after{  content: "";    position: absolute;    left: 0;    right: 0;    text-align: center;    bottom: -40px;    font-size: 25px;    background: #83b81a;    width: 2px;    height: 20px;    margin: 0 auto;}
  .propos-guarantee-section .propos-box{ padding:20px 0; height:auto !important;  }
  .propos-guarantee-section .guarantee-boxinner .text{  padding: 40px 0 0; float: left; width: 100%;     text-align: center;}   
  .propos-guarantee-section .guarantee-boxinner .title:after{ display:none; }
  .row-fluid .propos-wrapcol:hover .propos-color-dv{ transform:unset; }
  .row-fluid .propos-wrapcol .txt-dv ul li {    font-size: 18px;}
  .row-fluid .propos-wrapcol .txt-dv{ padding: 0 24px; bottom:unset;  }
  .row-fluid .propos-color-dv{ height:100%; }
  .row-fluid .propos-service-contentbox{ padding:20px;}
  .row-fluid .propos-color-dv{ background: rgba(131,184,26,1);}
  .row-fluid .propos-wrapcol:first-child:hover .propos-service-contentbox, .row-fluid .propos-wrapcol:nth-child(2):hover .propos-service-contentbox{ transform:unset; }
  .row-fluid .propos-service-bgimg{        background-image: inherit !important; }
  .row-fluid .propos-service-contentbox {    background: #83b81a;    bottom: 100%;}
  .row-fluid .propos-color-dv{ height:inherit; }
  .row-fluid .propos-wrapbox .propos-wrapcol:nth-child(3), .row-fluid .propos-wrapbox .propos-wrapcol:nth-child(4), .row-fluid .propos-wrapbox .propos-wrapcol:nth-child(5) { width:100%; }
  .row-fluid .propos-wrapcol .txt-dv h5{ height:inherit; }
  .row-fluid .propos-wrapbox .propos-wrapcol .propos-service-contentbox {    padding: 20px;}
 .row-fluid .propos-wrapbox .propos-wrapcol:first-child .propos-service-bgimg, .row-fluid .propos-wrapbox .propos-wrapcol:nth-child(2) .propos-service-bgimg{ height:inherit; }
  .row-fluid .propos-service-contentbox{ position:inherit;}
  .row-fluid .propos-service-bgimg{  height:inherit;   position: inherit;     overflow: inherit;}
  .row-fluid .propos-service-contentbox{ float:left; width:100%; transform:unset;  }
  .row-fluid .envisaged-section.propos-Team-main .wrapper{ background:#fff !important; }
  .row-fluid .propos-Team-main .propos-teamimg{ max-width: 400px; margin: 0 auto;    height: 330px;  float: none; }
  .row-fluid .propos-Team-main .propos-teamsec .propos-teamcol .user-txt{ display:none; }
  .row-fluid .propos-Team-main { padding: 20px 0 70px;}
  .row-fluid .propos-Team-main.propos-teamsec .propos-teamcol .name-dtl{     padding: 0 55px 0 0;}
  .row-fluid .propos-Team-main.propos-teamsec .propos-teamcol .name-dtl .linked{ opacity:1;    top: 5px; }
  .row-fluid .propos-Team-main .teamhover-div:after{     height: 246%;    transform: skewY(-15deg) translateY(-33px);}
  .row-fluid .propos-Team-main.propos-teamsec .propos-teamcol h4{margin: -8px 0 0;  }
  .row-fluid .locabri-360sec {    padding: 25px 0 25px;}
  .row-fluid .propos-guarantee-section{ padding: 80px 0 70px;}
  .row-fluid .propos-teamsec .propos-teamcol .user-post{ opacity:1 !important }
  .row-fluid .propos-teamsec .propos-teamcol{ margin:0; }
  .row-fluid .breadcrumb-menu{ display:none;}
  .row-fluid .practice-boxwrap .practice-sliderbox{ display:unset; }
  .row-fluid .practice-sliderbox .practice-sliderimg{ height:226px; }
  .row-fluid .practice-sliderbox .practice-sliderimg{ margin-top:20px; } 
  .row-fluid .practice-sliderbox .practice-slidertext .text > p > strong { font-weight:normal;  }
  .row-fluid .practice-boxwrap .slick-slider ul.slick-dots{ position: absolute; top: 37%; left: 0;}
  .row-fluid .practice-sliderbox .text{ padding:0; }
  .row-fluid .accord-client-form form{ max-width:100%; }
  .row-fluid .contact-form input[type="submit"]{ width:100%; margin:12px 0 5px; }
  .row-fluid .accord-client-form .hs-fieldtype-radio ul li{ text-align:left;}
  .row-fluid .contact-mapsec .right .box1{ width:50%; float:left; }
  .row-fluid .contact-mapsec .right .Box2{ width:50%; float:left; }
  .row-fluid .map-colorcol{ height:80px;}
  .row-fluid .contact-form form .hs-form-field ul li.hs-form-booleancheckbox span{ font-size:16px;}
  .row-fluid .contact-form form .hs-form-field ul li.hs-form-booleancheckbox input{ width:unset !important; margin-top:0; top:25px;  }
  .row-fluid .mention-content .mention-text h2{ padding: 0 5%;}
  .row-fluid .mention-content .mention-text { width: 90%; margin: 0 auto; float: none;}
  .mainmenu .hs-menu-flow-horizontal > ul ul li.active a{ color:#fff;  }
  .row-fluid .benefits-section {  padding-bottom: 40px; }
  .row-fluid .practice-section.maintain-grnty .practice-sliderbox .text:before {    top: -33px; }
    .row-fluid .practice-section.maintain-grnty .practice-sliderbox .text:after {    bottom: -67px; }
  .row-fluid .practice-section.maintain-grnty .practice-sliderbox .bottom-title{ text-align:center; font-size: 18px; padding:15px 0; }
  .row-fluid .une-equipe h2 { padding-bottom: 30px;}
  .row-fluid .hdr-2text{ padding-top:50px;}
  
/*   26-10 */
  .row-fluid .Contact-banner.hero-section {    margin-top: 0;}
  .row-fluid .custom-lang-switcher ul.lang_list_class1{     margin-top: 8px;    z-index: 99;}
  
  /* 17-01-2019 */
  .row-fluid .top-navigation{ padding: 0 10px;}
  .row-fluid .top-header { text-align: left; }
  a.mobile-trigger { top: 2px; }
  .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal{top:100%;}
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:first-child a {  border-top: none; }
  
  
}
@media (max-width:500px){
   .row-fluid .accord-client-form .hs-fieldtype-checkbox ul li {    font-size: 16px;    font-weight: 700;}
  .row-fluid .contact-form.accord-client-form .inputs-list input[type="checkbox"] + span{    font-size: 16px; width:auto;     font-weight: 700;}
  .row-fluid .contact-form.accord-client-form .inputs-list input[type="checkbox"]{     width: 17px !important;     height: 15px;  float:none;   top: 2px; }
  .fancybox-inner .form-popup .hs-form-field {  width:100% !important;   padding: 0 0px 15px 0 !important;}
}

@media (max-width:471px){
.row-fluid .propos-counteR {  padding: 43px 0 54px; margin:30px 0; }
.row-fluid .propos-Team-main .propos-teamimg{ max-width:300px; }
  
}

@media (min-width: 481px) and (max-width: 767px){
   .row-fluid .contact-form form .hs-form-field ul li.hs-form-booleancheckbox input{ width:unset !important; margin-top:0; position:relative; top:10px; }
}

@media (max-width: 480px){
  .row-fluid .contact-form form .hs-form-field ul li.hs-form-booleancheckbox input{ top:-9px; }
}

@media (max-width: 400px){ 
  .row-fluid .contact-form form .hs-form-field ul li.hs-form-booleancheckbox input{ top:26px; }
}

@media (max-width:400px){ 
	.row-fluid .contact-mapsec .right a { font-size: 14px;}
  .row-fluid .map-colorcol .map-colorcode{ margin-right: 4%;}
  
}
@media (max-width:991px){
.fixed .row-fluid .menu-contact a{padding: 43px 0;}
}
@media (max-width:767px){
 .fixed .row-fluid .menu-contact a{padding-top:0px;padding-bottom: 18px;}
  .row-fluid .menu-contact a:hover:before{display:none;}
}

/* Page contact  */

.formulaire-contact input,.formulaire-contact  button,.formulaire-contact  textarea,.formulaire-contact  select,.formulaire-contact  input[type="text"],.formulaire-contact  input[type="password"],.formulaire-contact  input[type="datetime"], .formulaire-contact input[type="datetime-local"],.formulaire-contact input[type="date"], .formulaire-contact input[type="month"], .formulaire-contact input[type="time"], .formulaire-contact input[type="week"], .formulaire-contact input[type="number"], .formulaire-contact input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
  font-size:16px;
}

.formulaire-contact .row-fluid .contact-form ::-webkit-input-placeholder {
  font-size: 16px;
}
.formulaire-contact .row-fluid .contact-form ::-moz-placeholder {
  font-size: 16px;
}
.formulaire-contact .row-fluid .contact-form :-ms-input-placeholder {
  font-size: 16px;
}
.formulaire-contact .row-fluid .contact-form ::placeholder {
  font-size: 16px;
}

.formulaire-contact .row-fluid .contact-form .legal-consent-container .hs-form-booleancheckbox-display span {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left:0px;
}

.formulaire-contact .row-fluid .contact-form form.hs-form .legal-consent-container .hs-form-booleancheckbox-display .hs-input {
    margin-top: 0px;
    top: 0px;
    height: 22px;
}

.formulaire-contact .hs-dependent-field{
  margin-bottom:10px;
  display: inline-block;
}

.titre-infos-contact-right h2{
  color:#fff;
  text-align:left;
}

@media (max-width:991px){
  .contact-bloc-right-and-right{
      width: 100% !important;
      margin-left: 0 !important;
  }
}

.h-black h2,.h-black h3,.h-black h4{
 color:#3a3a3a; 
}

.row-fluid .Contact-banner.hero-section{
  padding:350px 0 40px !important;
}

/*--------------------------------------- 25-01-2021 ---------------------------------------*/

.span4.widget-span.widget-type-cell.far-formsec.text-left.contact-bloc-right-and-right {
    background-color: #02bc7e !important;
}

#about, #header-lp{
  background-color: #02bc7e !important;
}

/*LANGUAGE SWITCHER*/

.header__language-switcher--label-current {
  max-width: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-color: white;
  pointer-events: none;
  font-family: 'Roboto Mono', sans-serif;
  color: #0000008c;
  text-transform: uppercase;
}

.header__language-switcher.header--element {
  position: relative;
  margin-left: 10px;
}

.lang_list_class li a:hover {
  color: #02bc7e !important;
}

.lang_list_class li, .lang_list_class li:first-child, .lang_list_class li:last-child {
  border: 1px solid #fff !important;
}

.lang_list_class li:first-child {
  border-radius: 4px 4px 0 0;
}

.lang_list_class li:last-child {
  border-radius: 0 0 4px 4px;
}

.lang_list_class{
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}

.lang_list_class::before {
  border-bottom-color: #fff !important;
}

/*LAYOUT, HEADER AND  FOOTER*/

.header {
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000015;
  width: 100vw;
  padding: 5px 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.header__container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 0 20px !important;
  height: 64px;
  flex-wrap: wrap;
  justify-content: center;
}

/*Header Logo*/

.header__logo.header__logo--main {
  flex: 1 !important;
}
.header__logo.header__logo--main img {
  width: auto !important;
  max-height: 40px;
  margin: 0;
}

/*Header navigation*/
.submenu.level-1 > li {
  padding: 25px 10px !important;
  margin: -15px 0;
}

.header .navigation-primary a.menu-link {
  font-size: 18px;
  font-weight: 500;
  color: #18171B;
}

.submenu.level-1 > .has-submenu > .menu-arrow,
.triangle-container.level-2 {
  display: none !important;
}

.submenu.level-1 > .has-submenu > a{
  pointer-events: none;
  cursor: default;
}

.submenu.level-1 > .has-submenu > a:after{
  content:"\f078";
  font-family: 'FontAwesome Solid';
  font-size: 0.8em;
  margin-left: .5em;
}

/*Submenu*/

.submenu.level-2 {
  z-index: 2;
  top: 80px !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0 !important;
}

.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 2px 2px !important;
}

/*Header CTA*/
.custom-header-cta {
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  margin: 15px 20px;
}

.custom-header-cta:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 195, 255);
}

.header__logo.header__logo--tablet {
  display: none;
}

/*HEADER RESEARCH*/

.hs-search-field.hs-search-field--open form {
  max-width: 100vw;
}

.hs-search-field__bar input {
  border: 1px solid #d1d6dc;
  border-radius: 0 !important;
  background: #fff !important;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 2px 2px;
}

.hs-search-field__suggestions {
  max-width: 100vw !important;
}

.hs-search-field__bar form {
  max-width: 100vw;
}

.module-custom-site-search .hs-search-field.hs-search-field--open,
.module-custom-site-search .hs-search-field:focus,
.module-custom-site-search .hs-search-field:active,
.module-custom-site-search .hs-search-field:hover,
.module-custom-site-search .hs-search-field:focus-within {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  z-index: 2;
}

/*EDGE FALLBACK*/

.module-custom-site-search .hs-search-field.hs-search-field--open {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  z-index: 2;
}

.module-custom-site-search .hs-search-field:focus-within {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  2;
}

/*END EDGE FALLBACK*/

/*----- RESPONSIVE -----*/

@media screen and (max-width: 1150px) {
  /*RESPONSIVE MENU LAYOUT*/

  .header__logo.header__logo--main {
    flex: 100%;
  }
  .header__logo.header__logo--main img {
    max-width: 150px;
  }
  .header__column {
    position: static;
    width: 30px;
  }
  .submenu.level-1 > li {
    margin: 0;
  }

  /*NAVIGATIONAN SEARCH TOGGLERS*/

  .header__navigation {
    display: none;
  }
  .header__navigation.header--element.open {
    display: block;
    z-index: 2;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  /*NAVIGATION STYLE*/
  .navigation-primary {
    display: block !important;
  }
  .header__navigation.header--element {
    position: absolute;
    left: 0;
    top: 74px;
    width: 100vw;
    background-color: #fff;
    height: calc(100vh - 74px);
    overflow: scroll;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu.level-1 {
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }

  /*SUBMENU*/

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:not(:checked) ~ .submenu {
    display: none;
  }

  .submenu.level-2 {
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    position: static !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    visibility: visible !important;
    width: 100% !important;
  }

  /*DROPDOWN MENU TOGGLERS*/

  .submenu-toggle {
    display: block !important;
    opacity: 0.01;
    height: 70px;
    position: absolute;
    width: 100%;
    top: 0;
  }

  /*HIDE CUSTOM HEADER CTA*/
  .custom-header-cta {
    display: none;
  }
  .submenu.level-1 > li {
    border-top: 2px solid #ced4db;
    display: block;
    padding: 0;
    width: 100%;
  }
  .submenu.level-1 > li {
    padding: 15px 10px !important;
  }
}

/*HEADER NO NAV*/

.header--no-navigation .header__logo {
  width: 200px;
  margin: 0 auto;
}

.header--no-navigation .header__logo img {
  width: 130px !important;
  margin: 20px auto;
}

@media screen and (max-width: 1280px){
  .header__column .custom-cta-button{
    font-size: 0px;
    background-color: transparent;
    box-shadow: none;

  }
  .header__column .custom-cta-button::after {
    font-size: 22px;
    content: '\e010';
    font-family: 'eleganticons',sans-serif;
    color: #02bc7e;
}
}

.header .content-wrapper {
  margin: 0 auto !important;
  max-width: 1240px;
  padding: 0 20px;
}

.header .row-fluid{
  display: flex;
}

.header [type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0 !important;
}

/*CTAs*/

.custom-cta-button {
    border-radius: 100px !important;
    color: #fff !important;
    cursor: pointer v;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: auto !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 8px 20px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all .15s linear !important;
    white-space: normal !important;
    width: auto !important;
    word-break: break-word !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16) !important;
    text-transform: uppercase !important;
    border-color: #02bc7e !important;
    background-color: #02bc7e !important;
}

.impostor .custom-cta-button{
  white-space: nowrap !important;
}

.impostor .row-fluid .top-cta, .impostor .header__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.impostor.header{
   font-family: "futura-pt",sans-serif !important;
}

.impostor li.menu-item{
  text-align: left;
}
/* ------- FOOTER -------*/

.row-fluid .impostor-footer.footer, .impostor-footer.footer h2{
  padding: 0;
  background: #f2f2f2;
  font-family: "futura-pt", sans-serif;
  color: #000;
  line-height: 1.4em !important;
}

.impostor-footer.footer a{
  color: #02bc7e;
}

.footer {
  text-align: left;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  padding: 0.5rem 0;
  background-color: #02bc7e;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.footer__copyright .row-fluid {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: left;
  align-items: left;
  padding: 0 40px;
}

.footer__logo .hs-image-widget {
  width: 7rem;
}

.footer__logo img {
  max-width: 40px !important;
  height: auto;
}

.footer__logo {
  text-align: center;
}

.footer__copyright-text span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.footer__social-follow {
  display: none !important;
}

/*RESPONSIVE*/

@media screen and(max-width: 768px) {
  #hs_cos_wrapper_footer_menu {
    display: none;
  }

  .footer-menu--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-menu--wrapper div {
    flex: 100% 1 0 !important;
    margin: 0 0 10px;
  }

  .footer-nav > li a {
    padding-left: 0 !important;
  }
  .footer__container .footer-nav ul {
    align-items: center;
  }

  .footer__container .footer-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .footer-nav .hs-menu-wrapper,
  .footer-nav .hs-menu-wrapper ul {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-nav > li a {
    text-align: center !important;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
  }
  .footer__copyright .row-fluid {
    display: flex;
    flex-direction: column;
  }
}

/*FONTS*/

/*--------- ---------- ELEGANTICONS --------- --------*/

@font-face {
  font-family: eleganticons;
  src: url("https://cdn2.hubspot.net/hubfs/6326022/Fonts/Eleganticons/fonts/ElegantIcons.woff")
      format("woff"),
    url("https://cdn2.hubspot.net/hubfs/6326022/Fonts/Eleganticons/fonts/ElegantIcons.ttf")
      format("ttf");
}

/*--------- ---------- FONTAWESOME --------- --------*/

@font-face {
  font-family: "FontAwesome Solid";
  src: url("https://cdn2.hubspot.net/hubfs/6640169/Fonts/FontAwesome/woff/fa-solid-900.woff")
      format("woff"),
    url("https://cdn2.hubspot.net/hubfs/6640169/Fonts/FontAwesome/ttf/fa-solid-900.ttf")
      format("ttf"),
    url("https://cdn2.hubspot.net/hubfs/6640169/Fonts/FontAwesome/eot/fa-solid-900.eot")
      format("eot"),
    url("https://cdn2.hubspot.net/hubfs/6640169/Fonts/FontAwesome/svg/fa-solid-900.svg")
      format("svg");
}

/* FUTURA PT*/

@import url("https://p.typekit.net/p.css?s=1&k=ogo8nea&ht=tk&f=10879.10880.10881.10882.10884.10885.10887.10888.15586.15587&a=10616037&app=typekit&e=css");

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/648f69/000000000000000000010098/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff2"),url("https://use.typekit.net/af/648f69/000000000000000000010098/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff"),url("https://use.typekit.net/af/648f69/000000000000000000010098/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:800;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:600;
}

.tk-futura-pt { font-family: "futura-pt",sans-serif; }