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


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

@font-face {
font-family:"stolzl";
src:url("https://use.typekit.net/af/148b9c/00000000000000007735affe/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/148b9c/00000000000000007735affe/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/148b9c/00000000000000007735affe/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"stolzl";
src:url("https://use.typekit.net/af/505ea4/00000000000000007735b006/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/505ea4/00000000000000007735b006/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/505ea4/00000000000000007735b006/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"stolzl";
src:url("https://use.typekit.net/af/11d803/00000000000000007735b005/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/11d803/00000000000000007735b005/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/11d803/00000000000000007735b005/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

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

@font-face {
font-family:"urw-form";
src:url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/45ecb0/00000000000000007735a7e3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"urw-form";
src:url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"urw-form";
src:url("https://use.typekit.net/af/63a8e1/00000000000000007735a815/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/63a8e1/00000000000000007735a815/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/63a8e1/00000000000000007735a815/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

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

html, body {
  margin: 0;
  margin-top: 100px;
  padding: 0;
  font-size: 16px;
  color: #070723;
  /* background:url("https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/yumens-background-lp.svg") no-repeat; */
  background-position: 0 -6%;
  font-family: "urw-form",sans-serif;
  scroll-behavior: smooth;
}

.container {
  max-width: 1364px;!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 0;
}

h1 {
  font-size: 42px;
  line-height: 54px;
  font-family: "stolzl",sans-serif;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "stolzl",sans-serif;
  margin:0;
}

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

.tag_content {
  font-size:12px;
  color:#572ce8;
  text-transform: uppercase;
  font-weight:bold;
}

@media screen and (max-width: 568px) {
  html, body {
    background-size:cover;
    margin-top: 0;
  }
  
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

a {
  text-decoration: underline;
  color:#572ce8!important;
}

a:hover {
  color: #8161ee;
  text-decoration: none;
}

.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;
}

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

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

.header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  /* border-bottom: 1px solid #e6e6e7; */
  z-index: 10;
}

.header__logo {
  margin-top: 10px;
}

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

.header__menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a
{
  padding: 10px;
  font-size: 14px;
  color: #070723!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: #070723!important;
  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 {
  background:#572CE8;
  color:#ffffff!important;
  text-decoration: none;
}

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

/***************** LISTING HERO *****************/

.hero_global { margin:30px 0 60px; }
.hero_blog { margin:30px 0 0; }

.hero_blog h1 {
  font-family:"stolzl", sans-serif;
  font-size:42px;
  line-height:54px;
  margin-bottom:30px;
  color:#070723;
}

.hero_blog p {
  font-family:"urw-form", sans-serif;
  font-size:16px;
  line-height:28px;
  margin-bottom:30px;
  color:#45455A;
}

.hero_blog input[type="email"] {
  background:#ffffff;
  border:1px solid #E5E5E8;
  border-radius: 10px;
  padding:20px 10px;
  color:#45455A!important;
  font-family:"urw-form", sans-serif;
}

.hero_blog div.actions {margin-top:0!important; padding-top:0!important;}

.hero_blog input[type="submit"] {
  background:#572CE8;
  font-family:"urw-form", sans-serif;
  font-weight:500;
  color:#ffffff!important;
  border: none;
  border-radius: 10px;
  padding: 18px 30px;
  font-size: 14px;
  position: absolute;
  margin: -72px 0px 0 376px;
}

.hero_blog input[type="submit"]:hover {
  opacity:.8;
  box-shadow:none!important;
  border:0;
}

@media screen and (max-width: 568px) {
  .hero_blog input[type="submit"] {
    padding: 18px 96px;
    position: absolute;
    margin: -12px 0 0
  }
}

.image_blog {}

/***************** CARDS LISTING + POST *****************/



/***************** PAGINATION *****************/

.pagin {
  margin: 20px 0 130px;
}

.pagin ul {
  padding-left: 0;
}

.pagin ul li.disabled  {
  display: none;
}

.pagin ul li {
  display: inline-block;
  background-color: #fff;
  margin: 5px;
  padding: 12px 20px;
  border-radius:60px;
  border:1px solid #EEE9FD;
}

.pagin ul li:hover {
  background-color: #572CE8;
}

.pagin ul li:hover a{
  color:#ffffff!important;
}

.pagin .active {
  display: inline-block;
  background-color: #572CE8;
  margin: 0.5em;
  border: 1px solid #572CE8;
}

.pagin .active a {
  color:#ffffff!important;
}

.pagin ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

/***************** LISTING CTA *****************/

.builder-cta__element {
  text-align: center;
  border-radius: 5px;
  height: 480px;
  display: table;
  box-shadow:0px 20px 20px #DDDDDD;
  background-color:#EEE9FD;
  padding:0;
  margin:0;
}

.builder-cta__element__container div div {margin:0; padding:0;}

.builder-cta__element__container__image {
  margin:60px 0 0;
}

h2.builder-cta__element__container__titre {
  color: #070723!important;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding-top: 10px;
  margin-bottom: 25px;
  font-family: "urw-form",sans-serif;
}

.builder-cta__element__container a.cta_button {
  background:#572CE8!important;
  border-radius:30px!important;
  color:#ffffff!important;
  padding: 15px 10px 15px 20px!important;
  text-decoration: none;
}

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

/***************** NEWSLETTER *****************/
/*
.newsletter {
  padding: 100px 0;
  background-color: #070723;
  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;
}

.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%;
}

.hs_email.hs-email label {
  display: none;
}

/*.newsletter input.hs-button.primary.large {
  border-radius: 60px;
  border: 1px solid #ffffff;
  padding: 10px 22px;
  font-weight: 700;
  color: #ffffff;
  background:transparent;
  width:100%;
  margin-top:10px;
  cursor: pointer;
}

.newsletter input.hs-button.primary.large:hover {
  background-color: #ffffff;
  color: #542BE2;
}

.newsletter input.hs-button.primary.large {
  border-radius: 6px;
  padding: 10px 22px;
  font-weight: 700;
  color: #ffffff;
  background:#542be2;
  cursor: pointer;
  margin: -47px 0px 0px 310px;
  position: absolute;
  border: 1px solid #ffffff;
}

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

/***************** BLOG POST *****************/

/***************** POST HERO *****************/

.hero_post {
  padding: 15px 0 60px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 0 60px 0;
}

.hero_post__content {
  position: relative;
  z-index: 5;
}

.hero_post__ariane p {
  margin: 0 0 40px 0;
  font-size: 12px;
  color: #828290!important;
  font-family:"urw-form", sans-serif;
}

.hero_post__ariane a {
  color: #828290!important;
  text-decoration: none;
}

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

h1.hero_post__titre {
  font-size: 42px;
  line-height: 54px;
  color: #070723;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "stolzl", sans-serif;
}

.hero_post__categ {
  position: relative;
  color: #BE2A20;
  font-size: 12px;
  font-weight: 500;
}

.hero_post__categ:after {
  content:"  |";
  color:#828290;
  margin:6px 0 0!important;
}

.hero_post__categ:last-child:after {
  content:none;
}

.hero_post__categ:hover {
  text-decoration: none!important;
  color: #BE2A20;
  font-weight: 500;
}

.hero_post__author img {
  width: 70px;
  border: 4px solid #5DE8C1;
  border-radius: 60px;
  margin: 20px 0;
}

.hero_post__date {
  color: #828290;
  font-size: 16px;
}

.hero_post__image {
  border-radius: 0 0 0 60px;
}

.social-media .social {
  background: #ffffff;
  width: 60px;
  padding: 14px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgb(7 7 35 / 10%);
  text-align: center;
}

a.btn-social:hover {
  opacity:.8;
}

.content-post p {
  font-size: 18px;
  line-height: 30px;
  color: #45455A;
  position: relative;
  z-index: 1000;
  font-weight: 400;
  font-family:"urw-form", sans-serif;
  
}

.content-post p a {
  color: #572CE8;
  font-weight: 500;
  font-family:"urw-form", sans-serif;
  text-decoration: underline;
}

.content-post p a:hover { opacity:.8; }

.content-post h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0 20px 0;
  font-family:"stolzl", sans-serif;
  line-height:40px;
  color: #070723;
}
.content-post h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 20px 0;
  font-family:"stolzl", sans-serif;
  line-height:28px;
  color: #070723;
}

.content-post img {
  /* min-width: 100%; */
  margin: 40px 0;
  box-shadow: 0 20px 20px rgb(7 7 35 / 10%);
}

.content-post ul {
  padding:0 20px;
  font-size: 18px;
  line-height: 30px;
  list-style-image: url('https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/puce.svg');
}

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

.content-post blockquote {
  background-color: #572CE8;
  padding: 60px 40px;
  border-radius: 5px;
  color: #ffffff;
  margin: 40px 0;
  position: relative;
  font-style: normal!important;
}

.content-post blockquote::after {
  content: url('https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/yumens-quote-blog.svg');
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
}

.content-post ol { color: #646478; }

.content-post a {
  position: relative;
  color: #1e1e1e;
  text-decoration: underline;
  text-decoration-color: #be2a20;
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .card-writer {
    margin-bottom: 20px;
  }
  .hero_post {

    margin: 0;
  }
  
  .social-media .social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
}
  }
  .social-media .social p {
    display: inline-block;
    margin: 0;
    padding: 4px 0;
  }
}

/****************************************/
/* CTA                                  */
/****************************************/

.cta {
  position: relative;
  color: #45455A;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-color: #EEE9FD;
  margin: 60px;
  font-family:"urw-form", sans-serif;
  border-radius: 0 0 0 160px;
}

@media (max-width: 768px)
{
  .cta {
    padding: 30px;
    margin: 0;
  }
}

/*.cta:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(90deg,#e60a50,#f06e14);
  background-color: #f06e14;
  opacity: .9;
  z-index: 0;
}*/

.cta__container {
  z-index: 2;
  position: relative;
}

.cta__container__titre {
  color: #070723!important;
  font-family: "stolzl", sans-serif;
}

.cta .cta__container a.cta_button {
  background: #572ce8!important;
  color: #ffffff!important;
  text-decoration:none;
  padding: 12px 10px 12px 20px;
  border-radius: 30px;
}

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

.cta .cta__container a.cta_button:hover { opacity: .8;}

/****************************************/
/* AUTEUR                               */
/****************************************/

.content-author {
  padding: 40px 0;
  margin: 40px 0 0;
  border-top: 1px dashed #C0C0C7;
}

.content-author .authorportrait {
  width: 100px;
  border: 4px solid #5DE8C1;
  border-radius: 50px;
}

.content-author h3, h3 a {
  font-size: 16px;
  line-height:26px;
  font-weight: 500;
  font-family:"urw-form", sans-serif;
  color: #45455A!important;
}

.content-author h3 a:hover { opacity:.8; }

.hs-author-social-links { margin: 10px 0;}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin { background-image: url(https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/linkedin.svg); }
.hs-author-social-links a.hs-author-social-link.hs-social-twitter { background-image: url(https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/twitter.svg); margin-left:10px; }

.content-author p {
  font-size: 16px;
  line-height:28px;
  font-family:"urw-form", sans-serif;
  color: #45455A!important;
}

.autres {
  background: url(https://2045355.fs1.hubspotusercontent-na1.net/hubfs/2045355/Yumens/Yumens%20-%20Visuels/yumens-background-circle-blog.svg) no-repeat;
  background-position: 0 0;
  padding: 120px 0;
}

h2.autres_titre {
  font-size: 30px;
  line-height: 40px;
  font-family: "stolzl",sans-serif;
  margin:0 0 40px;
  text-align:center;
}

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

.footer {
  background-color: #ffffff;
  padding: 50px 0 100px 0;
}

.footer_up {
  margin-bottom:60px;
}

.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 30%;
}

.footer__menu ul li { display:inline-block; }
.footer__menu ul li:last-child:before { content:"| "; color:#828290!important; }
.footer__menu ul li:last-child:after { content:" |"; color:#828290!important; }

.footer__menu ul li a {
  font-size: 16px;
  font-weight:500;
  color:#070723!important;
  padding: 0 16px;
}

.footer__menu ul li a:hover { opacity:.8; text-decoration:none; }

.footer__social {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 30px;
}

.footer__social img { height: 20px; margin-right: 20px; }
.footer__social img:after { margin-right: 0!important; }
.footer__social img:hover { opacity:.8; }
.footer__logos a img { padding-right: 18px; }

.footer-ville {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #070723!important;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.footer__logos a.logo_footer_10  {
  padding-left: 15px;
}

.footer__logos a.logo_footer_10 img {
  max-width: 130px;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_10 img:hover,
.footer__logos a.logo_footer_9 img:hover,
.footer__logos a.logo_footer_8 img:hover,
.footer__logos a.logo_footer_7 img:hover,
.footer__logos a.logo_footer_6 img:hover,
.footer__logos a.logo_footer_5 img:hover,
.footer__logos a.logo_footer_4 img:hover,
.footer__logos a.logo_footer_3 img:hover,
.footer__logos a.logo_footer_2 img:hover,
.footer__logos a.logo_footer_1 img:hover {
  opacity: 1;
}

.footer__logos a.logo_footer_9 img { 
  padding: 0; 
  width: 80px!important;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_8 img { 
  width: 80px!important;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_7 img { 
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_6 img { 
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_5 img { 
  width: 50px;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_4 { 
  vertical-align: super;
}

.footer__logos a.logo_footer_4 img { 
  width: 110px;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_3 img { 
  width: 65px!important;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_2 img { 
  width: 100px!important;
  opacity: .5;
  transition: all .2s ease;
}

.footer__logos a.logo_footer_1 img {
    max-width: 218px!important;
    flex: 0 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0!important;
}

.footer__logos a.logo_footer_1  {
  vertical-align: top;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .logo_footer_1 {
    width: 100%;
    max-width: 218px;
    flex: 0 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0!important;
    border-bottom: 1px solid #DEDEDE;
    
  }
  .logo_footer_1::after {
    display: none;
  }
}

.footer-mentions p {
  color: #828290;
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  font-family:"urw-form", sans-serif;
}

.footer-mentions a {
  color: #828290!important;
}

.footer-mentions a:hover{
  opacity:.8;
  text-decoration:none;
}

@media screen and (max-width: 768px){
  .footer_up {text-align:center;}
  .footer__social {
    margin-bottom: 40px;
    margin-top: 110px;
  }
  
  .footer__social img:nth-last-child {margin:0;}
  
  .footer__logos{text-align: center;}
  .footer__logos a img {margin:12px 0;}
  .logof_border {display:none;}
  .logo_footer_1{border: none;}
}

.btn-link {
  padding: 0px 15px 0px 0px;
  color: #070723;
  line-height: calc(21 / 16);
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.btn-link span {
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 7px;
    -webkit-transform: translate(0, calc(-50% + 1px));
    transform: translate(0, calc(-50% + 1px));
}

.btn-link span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(calc(50% - 4px), -50%);
    transform: translate(calc(50% - 4px), -50%);
    background-color: #572ce8;
    width: 10px;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
}

.btn-link span::after {
    content: "";
    background-image: url('https://blog.yumens.fr/hubfs/Blog%20WIA/chevron-secondary.svg');
    background-size: contain;
    height: 12px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.btn-link:hover {
    color: #45455a;
    text-decoration: none;
}
.btn-link:hover span::before {
    -webkit-transform: translate(calc(50% - 2px), -50%);
    transform: translate(calc(50% - 2px), -50%);
    opacity: 1;
}
.btn-link:hover span:after {
    -webkit-transform: translate(calc(50% + 2px), -50%);
    transform: translate(calc(50% + 2px), -50%);
}

.btn-p {
    padding: 12px 55px 12px 20px;
    background-color: #fff;
    color: #070723 !important;
    line-height: calc(21 / 16);
    border-radius: 50px;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 1px solid #d5caf9;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
.btn-p span {
    height: 36px;
    width: 36px;
    background-color: #d5caf9;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50px;
}

.btn-p span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(calc(50% - 4px), -50%);
    transform: translate(calc(50% - 4px), -50%);
    background-color: #572ce8;
    width: 10px;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in 0.1s;
    transition: all 0.2s ease-in 0.1s;
}

.btn-p span::after {
    content: "";
    background-image: url('https://blog.yumens.fr/hubfs/Blog%20WIA/chevron-secondary.svg');
    background-size: contain;
    height: 12px;
    width: 7px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-p:hover {
    color: #070723;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 16px 16px 32px rgba(7, 7, 35, 0.1);
    box-shadow: 16px 16px 32px rgba(7, 7, 35, 0.1);
    background-color: #fff;
    border: 1px solid #d5caf9;
    text-decoration: none;
}

.btn-p:hover span::before {
    -webkit-transform: translate(calc(50% - 2px), -50%);
    transform: translate(calc(50% - 2px), -50%);
    opacity: 1;
}

.btn-p:hover span:after {
    -webkit-transform: translate(calc(50% + 2px), -50%);
    transform: translate(calc(50% + 2px), -50%);
}

.card-post {
  border: none;
  text-align: left;
  height: 100%;
  padding: 0!important;
  box-shadow: 16px 16px 32px rgba(7, 7, 35, 0.1)!important;
  border-radius: 5px!important;
  border-bottom: 6px solid #5DE8C1!important;
}

.card-post .card-header {
  border:none;
  background-color: transparent;
  padding: 0;
}

.card-post .card-body {
  padding: 30px 30px 20px 30px!important;  
}

.card-post .card-footer {
  padding: 0 30px 25px 30px!important; 
  margin: 0!important;
  background-color: transparent!important;
  border: none;
}

.card-post__image {
border-radius: 5px 5px 0 0!important;
}

.card-post__image img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}


.card-post__titre {
  margin: 0 0 12px 0; 
}
.card-post__titre a {
  font-size: 20px!important;
  color: #070723 !important;
  line-height: calc(28/20)!important;
  font-family: Stolzl!important;
  text-decoration: none;
  display: inline-block;
}
.card-post__titre a:hover {
  text-decoration: none;
}

.card-post__date {
  font-size: 14px;
  line-height: 1;
  color: #828290;
  font-weight: 400;
}

.card-post__metaTag {
  color: #572CE8!important;
  text-decoration: none!important;
  margin: 0 0 7px 0!important;
  font-size: 14px!important;
}

.card-post:hover .card-post__link {
    color: #45455a!important;
    text-decoration: none;
}
.card-post:hover .card-post__link span::before {
    -webkit-transform: translate(calc(50% - 2px), -50%);
    transform: translate(calc(50% - 2px), -50%);
    opacity: 1;
}
.card-post:hover .card-post__link span:after {
    -webkit-transform: translate(calc(50% + 2px), -50%);
    transform: translate(calc(50% + 2px), -50%);
}