/* @import url('http://example.com/example_style.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;}

/* FONTS */
@font-face {
font-family:"dharma";
src:url("https://9010520.fs1.hubspotusercontent-na1.net/hubfs/9010520/fonts/Dharma%20Type%20-%20All%20Round%20Gothic%20Demi.otf") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"mulish_regular";
src:url("https://9010520.fs1.hubspotusercontent-na1.net/hubfs/9010520/fonts/Mulish-Regular.ttf") format("truetype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"mulish_bold";
src:url("https://9010520.fs1.hubspotusercontent-na1.net/hubfs/9010520/fonts/Mulish-Bold.ttf") format("truetype");
font-display:auto;font-style:normal;font-weight:400;
}

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

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #070723;
  font-family: "urw-form",sans-serif;
  scroll-behavior: smooth;
}

.container {
  max-width: 1364px;!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 0;
  font-family:"mulish_regular", Arial;
}

h1 {
  font-size: 40px;
  line-height: 56px;
  font-family: "dharma",sans-serif;
  color:#fff;
}

.typ .content { text-align:center; }

.tag_content_rea {
  font-family:"dharma";
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "dharma",sans-serif;
  margin:0;
  color:#020223;
}

p {
  font-size: 16px;
  line-height: 28px;
}

.intro p { color:#fff; }
.typ .container .intro p:last-child, .typ .container .intro div:last-child { margin-bottom:50px; }

.tag_content {
  color: #0019ff;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 568px) {
  html, body {
    background-size:cover;
  }
  
  h1 {
    font-size: 30px!important;
    line-height: 40px;
    margin-top: 50px;
  }
}

ul { padding:0 20px; }

.landing-page .main-lp ul,
.landing-page .second-content ul {list-style: none;}

.landing-page .main-lp .content ul li:before,
.landing-page .second-content ul li:before {
    content: "•";
    color: #ffd82a;
    width: 1em;
    margin-left: -1em;
    font-size: 1.5rem;
    line-height: 1;
    float: left;
}

.typ .container .second-content ul { margin: 20px 0 50px!important; }

ul li { margin-bottom: 10px; line-height: 28px; }

a { text-decoration: underline; color:#000000!important; }
a:hover { color: #090989; }

a.lien-ancre, a.lien-telecharger, a.lien-backhome {
  font-family:"dharma";
  background-color: #FFD82A;
  border-radius: 40px 40px 0 40px;
  color: #090989!important;
  border: none!important;
  padding: 20px 30px;
  cursor: pointer;
  text-decoration:none;
}

a.lien-ancre:hover, a.lien-telecharger:hover, a.lien-backhome:hover { background-color: #F6BD20; }

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-top: auto;
}

hr {
  height: 1px;
  margin: 40px 0;
  padding: 0;
  color: #BDC3C7;
  background-color: #BDC3C7;
  border: 0;
}

.hidden { display: none!important; }

/*****************************************/
/*           ELEMENTS COMMUNS            */
/*****************************************/

/*********** HEADER  ************/

.typ .header-container-wrapper .container { padding: 0; margin: 0 auto!important; }

.typ .header-container-wrapper {
  
  /*position: fixed;*/
  z-index: 9999999;
  width: 100%;
  background: #090989;
  text-align:center;
}

.typ .header img { max-width: 190px; }
.nav { background-color: transparent; }

.typ .header {
  overflow: hidden;
  display: flex;
  padding: 15px 0;
  font-family:"dharma"!important;
  background-color: #090989!important;
}

.typ .header a, .header label {
  display: block;
  padding: 20px;
  color: #fff!important;
  text-decoration: none;
  line-height: 20px;
  font-weight: 500;
}

.typ .header a:hover, .typ .header label:hover { color: #F6BD20; text-decoration: none; }

.typ .header ul li:last-child a {
  background: #ffd82a !important;
  border-radius: 40px 40px 0 40px !important;
  color: #090989 !important;
  padding: 15px 20px !important;
}

.typ .header ul li:last-child a:hover {
  background:#F6BD20!important;
  color: #090989!important;
  text-decoration: none;
}

.typ .header label { float: right; padding: 20px 20px 0; cursor: pointer; }

.typ .header label:after {
  content: "\2261";
  font-size: 3em;
}

.typ .header .logo {
  float: left;
  font-weight: bold;
  font-size: 1.5em;
  margin: auto;
  margin-left: 0;
}

.typ .header nav {
  float: right;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s; 
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  margin: 0 auto;
  font-size: 14px;
  margin-right: 0;
}

.typ .header nav ul { margin: 0; padding: 0; padding-bottom: 10px; }
.typ .header nav li { display: block; text-align: center; }
.typ .header nav a { padding: 10px 0; width: 100%; }

#nav { display: none; }
#nav:checked ~ nav { max-height: 300px; }

@media only screen and (min-width: 768px) {

 .typ  .header label { display: none; }
  .typ .header nav { width: auto; max-height: none; }
  .typ .header nav ul { padding: 0; padding-right: 10px;  }
  .typ .header nav li { display: inline-block; text-align: left; }
  .typ .header nav a { display: inline-block; padding: 20px 15px; width: auto; }
  .typ .header nav li:last-child { margin-left: 5px; border: 1 px solid #111; }
}

 @media (max-width: 768px) {
   .typ  .header {
      overflow: hidden;
      display: block!important;
      padding:0!important;
   } }

.main-lp {
  margin-top: 80px;
  padding-top:30px;
  /*background-color:#090989;*/
  border-radius: 0 0 0 300px;
  color:#fff;
}

.landing-page .main-lp {
  background: #0a0a3f;
  padding-bottom: 50px;
}


.typ .main-lp {
  padding: 20px 0 60px 0;
  background-color: #090989;
  background-image: url("https://9010520.fs1.hubspotusercontent-na1.net/hubfs/9010520/Images-Blog/avanci-post-hero-back.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
  margin: 0px 0 60px 0;
  border-radius: 0px 0 0 300px;
}

.typ .main-lp .header_typ img {
  max-width: 200px!important;
  margin-bottom: 60px;
  padding-left: 15px;
}

.landing-page .header_lp {
  margin: 0;
  padding: 30px 0 0;
  background-color:#0a0a3f;
}

.lp-s .header_lp {
  margin: 0;
  padding: 30px 0 0;
  background-color:#0a0a3f;
}

@media (max-width: 768px) {
.lp-s .header_lp {
  margin: 0;
  padding: 30px 0 0;
  }
  
  .lp-s .content {
    padding: 0 45px 30px 15px!important;
}
  
}

.typ .header_lp, .typ-image .header {
  margin: 0;
  background-color:transparent;
}

.landing-page .header_lp .container, .typ .header_lp .container, .typ-image .main-typ .overlay .container {
  padding: 20px 20x 0;
  height:60px;
}

.landing-page .main-lp .x a, 
.landing-page .main-lp .x p {
  display: inline-block;
  margin-right: 250px;
}

.landing-page .main-lp .x {
  position: absolute; 
  z-index: 100;
}

.landing-page .main-lp .x img {
  position: absolute; 
  z-index: 100;
  width: 200px!important;
  margin-top: -60px;
}

.landing-page .main-lp .container img {
  width: 280px;
  height: 60px;
  z-index: 100;
  position: absolute;
  padding-left: 0;
}

.landing-page .main-lp .container .avanci_logo_header img {
  width: 200px!important;
  height: 60px;
  z-index: 100;
  position: absolute;
  padding-left: 0;
} 


.typ .header_lp .container img, 
.typ-image .main-typ .overlay .container .header img {
  width: 200px;
  height: 60px;
}

.yumens_logo_header { padding:10px 0 0; }

.landing-page .header_lp .container .icone_cross img {
  height:20px!important;
  padding:10px 0 0;
}

.landing-page .header_lp .container .logo_partenaire img {
  width:auto!important;
}

@media (max-width: 768px) {
  .main-lp { margin-top: 60px; }
  .landing-page .header_lp {  width:100%;}
  .landing-page .main-lp .container .formulaire { margin:0!important; }
  .landing-page .header_lp .container img, .typ .header .container img, .typ-image .main-typ .overlay .container .header img { margin-left:10px; }
  
}

/* HEADER THANK YOU PAGE */

/****************************************/
/* Header                               */
/****************************************/

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

.header, .header_lp
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 10;
}

.typ .header, .typ .header_lp
{
  position: absolute;
  top: 0;
  left: 0;
  border: none!important;
  width: 100%;
  padding: 10px 0;
  z-index: 10;
}

.header_lp { border-bottom: none!important; }
.header__logo_white { margin-top: 10px; }

.header__menu
{
  text-align: center;
  margin: 10px 0 0 0;
}

.header__menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a
{
  padding: 10px;
  font-size: 14px;
  color: #ffffff!important;
  max-width: 200px!important;
  font-family:"urw-form", sans-serif;
}

.header__menu #hs_menu_wrapper_Blog_menu { display: inline-block; }

.header__link
{
  text-align: right;
  margin: 20px 0 0 0;
}
.header__menu .btn
{
  float: right;
  margin: 3px 0 0 20px;
  text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a:hover { opacity: .8; }

.header__menu a.nav_last_item {
  background-color: transparent;
  padding: 12px;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #D5CAF9;
  font-family:"urw-form", sans-serif;
  color: #ffffff!important;
  text-decoration: none;
  font-size: 16px;
}

.header__menu a.nav_last_item:after {
  content:url(https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/arrow_circle_purple-btn.svg);
  vertical-align: middle;
  margin-left: 6px;
}

.header__menu a.nav_last_item:hover { opacity: .8; }

/****************************************/
/* Mobil menu                           */
/****************************************/

.mobil-menu
{
  display: none!important;
  z-index: 10;
  border-bottom: 1px solid #EEE;
  height: 80px;
}
.mobil-menu__logo
{
  float: left;
  width: 160px;
  height: auto;
  padding: 24px 0 0;
  position: relative;
  z-index: 51;
}
.mobil-menu__icon
{
  float: right;
  width: auto;
  z-index: 55;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  font-family:"urw-form", sans-serif;
}
#js-click-menu
{
  display: block;
  padding: 25px;
  color: #ffffff;
}
.mobil-menu__list
{
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #542BE2;
  z-index: 50;
}

.mobil-menu__list__item { list-style: none; }

.mobil-menu__list__item a
{
  padding: 20px 0px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff!important;
  display: block;
  font-family:"urw-form", sans-serif;
}

.mobil-menu__list__item a:hover {
  text-decoration: none;
  opacity: .8;
}

.mobil-menu__list--is-open { display: block!important; }
@media (max-width: 768px)
{
  .header { display: none !important; }
  .mobil-menu { display: block!important; }
}

/***************** FOOTER *****************/

.main-lp .footer{ 
  font-family:"mulish_regular";
  font-size:14px;
  line-height:30px;
}


.footer{ 
  font-family:"mulish_regular";
  font-size:14px;
  line-height:30px;
}

.main-lp .footer_first_section,
.footer_first_section {
  background:#fff;
  padding: 100px 0 30px 0;
  color:#020223;
  text-align: center;
}

.main-lp .footer_logos img,
.footer_logos img {
  padding: 0 12px 20px;
}

.main-lp .footer_logos,
.footer_logos {
  margin-bottom: 30px;
  margin-top: 20px;
}

.main-lp .footer_logos img,
.footer_logos img {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin: 0;
  }

.main-lp .logo_footer_1,
.logo_footer_1 {
  position: relative;
}


.main-lp .logo_footer_1::after,
.logo_footer_1::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 12px;
  right: 15px;
  height: 42px;
  width: 1px;
  background: #000;
  opacity: .4;
}

.main-lp .footer_logos a img,
.footer_logos a img {   
  filter: brightness(0);
  opacity: .5;
  transition: all .2s ease;
  vertical-align: inherit;
  width: 74%;
}

.main-lp .footer_logos a img:hover,
.footer_logos a img:hover {
  opacity: 1;
}

.main-lp .logo_footer_3 img,
.logo_footer_3 img {
  margin: 0 0 -5px 0;
}

.main-lp .logo_footer_10 img,
.logo_footer_10 img {
  margin: 0 0 -5px 0;
  width: 120px!important;
}

.main-lp .logo_footer_7 img,
.logo_footer_7 img {
  margin: 0 0 -6px 0;
}

.main-lp .footer_logos a,
.footer_logos a {
  width: auto;
  display: inline-block;
  text-align: center;   
  flex: auto;
  transition: all .3s ease-in-out;
}

.main-lp .footer-ville,
.footer-ville {
  text-transform: uppercase;
  opacity:.6;
  letter-spacing: 0.17rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.main-lp .footer-mentions_1,
.footer-mentions_1 { opacity:.6; margin-top:20px; display: inline-block; float: left; font-size: 14px;}


.main-lp .footer-mentions_2,
.footer-mentions_2 { opacity:.6; margin-top:20px; display: inline-block; float: right; font-size: 14px}
.main-lp .footer-mentions_2 a,
.footer-mentions_2 a {  text-decoration: underline; color: #000!important; font-size: 14px;}

@media screen and (max-width: 768px){
  .main-lp .footer-mentions_1,
  .footer-mentions_1 {text-align: center; float: none; margin-bottom: 0;}
  .main-lp .footer-mentions_2,
  .footer-mentions_2{text-align: center; float: none; margin-top: 0;}
}

/*********** LANDING PAGE CONTENT  ************/

.landing-page .content { padding: 0 45px 0 15px;}

.landing-page .main-lp .container .content .cvr-lp img {
  
  border-radius: 30px 30px 0 30px;
  position: initial; 
  height: auto;
  width: 550px;
}

.landing-page .main-lp .container .content .cvr-lp {
  height: 600px;
}


.landing-page .second-content {
  background:#fff!important;
  margin:100px 0 0!important;
  padding: 0 15px;
}

.typ .second-content {
  background:#fff!important;
  margin:40px 0!important;
  padding: 0 15px;
}

.landing-page .second-content img {
  border-radius: 30px 30px 0 30px;
}

.landing-page .second-content .citation_lp {
  background-color: #090989;
  padding: 60px 40px;
  border-radius: 30px 30px 0 30px;
  color: #ffffff;
  margin: 80px 0 0;
  position: relative;
  font-style: normal!important;
}

.landing-page .second-content .citation_lp::after {
  content: url('https://9010520.fs1.hubspotusercontent-na1.net/hubfs/9010520/Images-Blog/avanci-icon-quote.svg');
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
}

.landing-page .second-content .lien-ancre-section { margin-top:40px; }

@media screen and (max-width: 768px) {
  .landing-page .second-content img {
    margin-top: 80px;
  }
}

@media screen and (max-width: 568px) {
  .landing-page .main-lp, .landing-page .second-content { padding:30px 10px 0; }
  .cvr-lp img { display:none; }
  
}

/*********** FORMULAIRE  ************/

.landing-page .main-lp .container .formulaire {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  font-size: 14px;
  padding: 40px 40px;
  border-radius: 30px 30px 0 0;
  z-index: 1200!important;
  margin:0;
}

@media screen and (max-width: 568px) {
  .landing-page .main-lp .container .formulaire {
    padding: 40px 20px;
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .landing-page .main-lp .container form fieldset  {
    max-width: 700px;
  }
}

.landing-page .main-lp .container .formulaire .form-title {
  font-size:20px;
  line-height:28px;
  font-family: "dharma", Arial,Helvetica,sans-serif;
  color:#020223;
  font-weight:bold;
  margin-bottom:20px;
  text-align:center;
}

.landing-page .main-lp .container .formulaire label {
  color:#45455A;
  font-size:14px;
  line-height:26px;
}

.landing-page .main-lp .container .formulaire fieldset { margin-bottom:20px; }

.hs-form .input input[type="date"],
.hs-form .input input[type="email"],
.hs-form .input input[type="number"],
.hs-form .input input[type="text"],
.hs-form .input input[type="tel"],
.hs-form .input input[type="range"],
.hs-form .input select {
  border-radius:30px;
  background: #F1F1F2;
  border:none;
  height:40px;
  width: 100%;
  padding-left: 15px;
  color: #A9AAB2;
}

.landing-page .main-lp .container .formulaire input[type="radio"] {
  height:auto;
  width: auto;
}

.landing-page .main-lp .container .formulaire ul.no-list.hs-error-msgs.inputs-list {
  margin:0!important;
  padding:0!important;
}

.landing-page .main-lp .container .formulaire ul {
  margin:0!important;
  padding:0!important;
}

.landing-page .main-lp .container .formulaire ul li {
  display: inline-block;
  list-style-type: none;
}

.landing-page .main-lp .container .formulaire .actions { text-align:center; }

.landing-page .main-lp .container .formulaire input[type="submit"] {
  margin: 0 auto;
  background-color: #FFD82A;
  border-radius: 30px 30px 0 30px;
  color: #090989;
  border: none!important;
  padding: 20px 30px;
  font-weight: bold;
  cursor: pointer;
  text-decoration:none;
  font-family: "dharma",sans-serif;
  font-size:16px;
}

.landing-page .main-lp .container .formulaire input[type="submit"]:hover {
  background-color: #F6BD20;
}

.landing-page .main-lp .container .formulaire .hs-richtext, .landing-page .main-lp .container .formulaire .hs-richtext p {
  font-size:11px!important;
  line-height:18px;
  color:#45455A;
  margin: 0 0 20px;
}

.landing-page .main-lp .container .formulaire label.hs-error-msg {
  font-size: 14px;
  color: #cf3643;
}

.landing-page .main-lp .container .reassurance img {
    width: 290px;
    padding-left: 0px!important;

}

.landing-page .main-lp .container .reassurance {
  background:#10104E;
  padding:32px 60px 60px 60px;
  border-radius: 0 0 0 30px;
}

@media screen and (max-width: 900px) {
  
.landing-page .main-lp .container .reassurance img {
    width: 30%;
    padding-left: 0px;

}
  
  @media screen and (max-width: 750px) {
  
.landing-page .main-lp .container .reassurance img {
    width: 50%;
    padding-left: 0px;

}

/*********** THANK YOU PAGE CONTENT ************/

.main-lp .container .content .social-share-typ ul {
  margin-top: 25px;
  padding: 0;
}

.main-lp .container .content .social-share-typ  ul li {
  list-style-type: none;
  display: inline-block;
  margin-right:30px;
}

.landing-page .main-lp .container .cvr-lp-typ {
  width:auto;
  margin:20px 0 260px;
}

.lien-backhome-section { margin: 120px 0!important; }

.lien-backhome-section a {
  background-color: transparent!important;
  border-radius: 30px 30px 0 30px!important;
  font-family:"dharma";
  color: #FFD82A!important;
  border: 1px solid #FFD82A!important;
  padding: 15px 20px!important;
  cursor: pointer!important;
  text-decoration:none!important;
}
  
.lien-backhome-section a:hover { background-color: #FFD82A; color: #090989!important;}
.lien-telecharger-section { margin-top: 30px!important; }

@media screen and (max-width: 568px) {
  .landing-page .main-lp .container .cvr-lp-typ {
    margin:20px 0 60px;
  }
}

/***************** NEWSLETTER *****************/

.newsletter {
  padding: 100px 0;
  background-color: #542BE2;
  border-radius:0 5px 5px 0;
}

.hs-form-279af78f-031b-43bb-99e2-4164b974ee7a_c2ed7157-56a3-48ed-948a-d53a9ba3e0b3 .hs-button { background-color: #ffffff!important; }

h3.newsletter__titre {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: calc(40 / 30);
  font-family: "stolzl",sans-serif;
  margin-top: 0;
}

.newsletter__desc {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

.newsletter__form .hs-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}

.newsletter .hs_email input{
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ffffff;
  color: #45455A!important;
  padding: 0 15px;
  background-color: #ffffff;
}

.newsletter .hs_email input::placeholder {
  color: #45455A;
  font-size: 14px;
}

.newsletter .legal-consent-container ul { padding-left: 0; }
.newsletter ul.hs-error-msgs { display: none!important; }

.newsletter .legal-consent-container ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 12px;
  margin-top: 15px;
}

.newsletter__form .hs_email>label { display: none; }
.newsletter__form .hs_submit { flex: 0 0 30%; }


.newsletter input.hs-button.primary.large {
  border-radius: 6px;
  padding: 12px 22px;
  font-weight: 700;
  color: #ffffff;
  background:#542be2;
  cursor: pointer;
  margin: -47px 0px 0px 330px;
  position: absolute;
  border: 1px solid #ffffff;
  font-family: "urw-form", arial, sans-serif;
}

.newsletter input.hs-button.primary.large:hover { opacity: .8; }
.newsletter__legal{ font-size: 14px; }

@media screen and (max-width: 768px){
 .newsletter__form .hs_email {
    flex: 0 0 100%;
   margin: 0 0 20px 0;
  }

  .newsletter__form .hs_submit { flex: 0 0 100%; }
  .newsletter__form .hs_email .hs-input, .newsletter__form .hs_submit .hs-button { border-radius: 6px; }
  
  .newsletter input.hs-button.primary.large {
    border-radius: 6px;
    padding: 10px 22px;
    color: #ffffff;
    background:transparent;
    border: 1px solid #ffffff;
    margin: 10px 0 0;
    width: 90%;
  }
}

    form ul li input.hs-input  {
      margin-right: 10px;
    }    
    
    .landing-page .main-lp form ul li span {
      margin-left: 10px;
    }