/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato%7CMontserrat%3A400%2C500%2C600%2C700%7CRaleway%3A400%2C500%2C600%2C700%2C800%2C900&#038;ver=5.0.4');

@font-face {
  font-family: 'gs';
  src: url(//cdn2.hubspot.net/hubfs/4605667/GuestSuite_May2019/Fonts/gs.eot) format('embedded-opentype'), 
    url(//cdn2.hubspot.net/hubfs/4605667/GuestSuite_May2019/Fonts/gs.ttf) format('truetype'), 
    url(//cdn2.hubspot.net/hubfs/4605667/GuestSuite_May2019/Fonts/gs.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

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

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

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

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

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

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

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

body {
  color: #333;
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Raleway';
}
small {}
b, strong {
  font-weight: bolder;
}
abbr,
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {  font-size: 50px;  font-weight: 800;  font-family: 'Raleway'; }
h2 {  font-size: 36px; color: #3E3E3E;  font-family: 'Raleway';  font-weight: 600;  line-height: 42px;  margin-bottom: 10px; }
h3 {  font-size: 1.75rem;}
h4 {  font-size: 1.5rem;}
h5 {  font-size: 1.25rem;}
h6 {  font-size: 1rem;}

/* Anchor Links */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus {
  color: #0056b3;
  text-decoration: underline;
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;  
  padding-left: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul {
  list-style: none;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  right: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.custm-lug {
  margin: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
}

.header-language-droupdown {
  width: auto;
  max-width: 100%;
}

.header-language-droupdown > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

li.current-level-1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-language-droupdown > ul > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-language-droupdown > ul > li > a {
  background: 0;
  margin: 0;
  display: block;
  text-decoration: none;
  color: #444;
  border: 0;
  background-color: transparent;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
}
ul.language-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}

.header-language-droupdown > ul > li > a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + .7em + .7em);
}

.header-language-droupdown > ul > li > a img {
  display: inline;
  vertical-align: middle;
  width: 18px;
  height: 12px;
  border-style: none;
}

a.wpml-ls-item-toggle:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent;
  border-top: .5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - .175em);
  color: #fff;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}

.header-language-droupdown > ul > li:hover ul.language-sub-menu{
  visibility:visible;
  border: none;
}

ul.language-sub-menu > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.language-sub-menu > li a {
  text-align: center;
  border-width: 0 1px 1px 1px;
  display: block;
  text-decoration: none;
  color: #444;
  border: none;
  background-color: transparent;
  padding: 5px 10px;
  line-height: 1;
  line-height: 15px;
}


.custom-logo {
  padding: 20px 0 0;
  text-align: center;
  width: 16.666667% !important;
}

.custom-logo svg {
  width: 114px;
  overflow: hidden;
  vertical-align: middle;
}

.custom-header .page-center {
  max-width: 91.666667% !important;
  padding: 0 !important;
}

.scroll-body .custom-logo {
  padding: 0;
  overflow: hidden;
  height: 60px;
}

.scroll-body .custom-logo svg {
  width: 90px;
  margin-top: -18px;
}
.scroll-body .custom-header {
  border-bottom: 1px solid #c7c7c7;
  background: #fff;
}
.scroll-body .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #494949;
}
.scroll-body a.wpml-ls-item-toggle:after{
  color: #000;
}


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

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

.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.demande-demo-center .hs_cos_wrapper_type_form {
  margin: auto; 
}

/* =============== BANNER AREA =============== */
.banner-area { background-size:cover; background-position: center bottom;  background-repeat: no-repeat;  margin-top: -1px;  min-height: 570px;  height: 100%;}
.banner-area.no-banner-image {  background-color: #cf185c;}
.banner-area .page-center {  min-height: inherit;  text-align: center;  margin: auto;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex: 0 0 91.666667%;  -webkit-box-flex: 0;  flex: 0 0 91.666667%;  max-width: 91.666667% !important;}
.banner-area .page-center .banner-inner-wrapper {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  flex-direction: column;  text-align: center;  margin: auto;}
.banner-area .page-center .banner-inner-wrapper .banner-icon {  color: #f6f6f6;  font-family: Lato;  font-size: 19px;  line-height: 36px;  margin-top: 0;  margin-bottom: 1rem;}
.banner-area .page-center .banner-inner-wrapper h1 {  margin: 0;  line-height: 1.2;  margin-bottom: .5rem;  font-family: 'Raleway';  color: #fff;  font-size: 50px;  font-weight: 800;}
.banner-area .page-center .banner-inner-wrapper p {  color: #f6f6f6;  font-family: Lato;  font-size: 19px;  line-height: 36px;}

/* =============== BANNER AREA LP =============== */
.banner-area-lp { background-size:cover; padding:240px 30px 150px; background-position: center bottom; background-repeat: no-repeat; margin-top: -1px; }
.banner-area-lp .banner-inner-wrapper {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; margin: auto; }
.banner-area-lp .banner-inner-wrapper h1 { margin: 0; line-height: 1.2; margin-bottom: .5rem; font-family: 'Raleway'; color: #fff; font-size: 50px; font-weight: 800; }
.banner-area-lp .banner-inner-wrapper p { color: #f6f6f6; font-family: Lato; font-size: 19px; line-height: 36px; }

/* =============== BANNER AREA IMAGE =============== */
.banner-area-image { background-color:#EEEEEE; background-size:cover; padding:170px 30px 20px; background-position: center bottom; background-repeat: no-repeat; }
.banner-area-image .banner-inner-wrapper { max-width: 83%; display: -ms-flexbox; display: flex; justify-content: center; text-align: center; margin: auto; }
.banner-area-image .banner-inner-wrapper .left{ flex:0 0 50%; text-align:left; padding-right:10px;  }
.banner-area-image .banner-inner-wrapper .left h1 { margin: 0; line-height: 1.2; margin-bottom: .5rem; font-family: 'Raleway'; color: #fff; font-size: 50px; font-weight: 800; }
.banner-area-image .banner-inner-wrapper .left p { color: #f6f6f6; font-family: Lato; font-size: 19px; line-height: 36px; }
.banner-area-image .banner-inner-wrapper .right{ flex:0 0 50%; }
.banner-area-image .banner-inner-wrapper .right img{ border-radius:10px; }

@media( max-width:800px){
  .banner-area-image{ padding:150px 30px 0; background-color: #FFF; margin-bottom: 100px; }
  .banner-area-image .banner-inner-wrapper{ flex-flow:column; } 
  .banner-area-image .banner-inner-wrapper .right img{ margin-top:30px; }
}
@media(max-width:576px){

}

/* =============== LIST ICONS AND TEXT =============== */
.list_icon_text { background-color:#EEEEEE; background-size:cover; padding:30px 0; background-position: center bottom; background-repeat: no-repeat; margin-top: -1px; }
.list_icon_text .svgtop.wavetop{ display:none; margin-top:0; position:absolute; top:-150px; height:150px; }
.list_icon_text .svgtop.wavetop path{ fill:#EEEEEE; }
.list_icon_text .wrapper { max-width: 83%; display: -ms-flexbox; display: flex; justify-content: center; text-align: center; margin: auto; }
.list_icon_text .wrapper .item{ flex:1; }
.list_icon_text .wrapper .item img{ height:50px; max-width:75px;  }
.list_icon_text .wrapper .item .txt{ margin:20px auto; width:75%; font-size:20px; }

@media(max-width:800px){
  .list_icon_text .svgtop.wavetop{ display:block; margin-top:0px !important;}
}
@media(max-width:576px){
  .list_icon_text .wrapper{ flex-wrap:wrap; }
  .list_icon_text .wrapper .item { flex:0 0 100%; }
  .list_icon_text .wrapper .item .txt{ width:100%; } 
}

/* =============== LIST ITEMS IMAGE AND TEXT =============== */
.title_items_image_txt { position:relative; background-color:#FFF; background-size:cover; padding:30px 0; background-position: center bottom; background-repeat: no-repeat; margin-top: -1px; }
.title_items_image_txt .svgtop.wavetop{ margin-top:0; position:absolute; top:-150px; height:150px; }
.title_items_image_txt .svgtop.wavetop path{ fill:#FFF; }
.title_items_image_txt .wrapper { margin:auto; max-width:75%; }
.title_items_image_txt .wrapper > img{ display:block; margin:auto; }
.title_items_image_txt .wrapper h2{ text-align:center; margin-bottom:50px; color:#DA3768; }
.title_items_image_txt .wrapper .item{ display: -ms-flexbox; display: flex; justify-content: center; align-items:center;  color:#666666; margin-bottom:40px; }
.title_items_image_txt .wrapper .item .left{ flex:0 0 50%; text-align:left; padding:20px; }
.title_items_image_txt .wrapper .item .left img{ border-radius:10px; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16); -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16); box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);}
.title_items_image_txt .wrapper .item .right{ flex:0 0 50%; text-align:left; padding-left:50px; padding-right:50px; padding-top:20px; padding-bottom:20px;}
.title_items_image_txt .wrapper .item .right .detail ul { margin-left:20px; }
.title_items_image_txt .wrapper .item .right .detail ul li { position:relative; padding:3px 0px; }
.title_items_image_txt .wrapper .item .right .detail ul li:before  { position:absolute; left:-20px; top:8px; content:""; background:#DA3768; height:10px; width:10px; border-radius:50%;  }
.title_items_image_txt .wrapper .item.inversion{ flex-flow:row-reverse; }
.title_items_image_txt .wrapper .item.inversion .right{ padding-left:50px; padding-right:50px; padding-top:20px; padding-bottom:20px; }

.title_items_image_txt.fullscreen{ margin-bottom:0; padding-bottom:0; }
.title_items_image_txt.fullscreen .wrapper{ max-width:100%; width:100%;  }
.title_items_image_txt.fullscreen .wrapper .item{ margin-bottom:0; align-items:stretch;  }
.title_items_image_txt.fullscreen .wrapper .item .right{ padding:30px 80px;  display: -webkit-box;  display: -ms-flexbox;  display: flex; align-items:center; }
.title_items_image_txt.fullscreen .wrapper .item .left { padding:0; }
.title_items_image_txt.fullscreen .wrapper .item .left .left_image{ background-size:cover; background-position:center; background-repeat:no-repeat;     display: -webkit-box;  display: -ms-flexbox;  display: flex;  position: relative;}
.title_items_image_txt.fullscreen .wrapper .item .left .left_image:before { content: ""; display: block; margin-top:60%;}
.title_items_image_txt.fullscreen .wrapper .item .left .left_image .content_image {  position: absolute;  top: 0;  left: 0;  bottom: 0;  right: 0;  background-size: cover;  background-repeat: no-repeat;  background-position: center;}

@media (max-width: 800px){
  .title_items_image_txt .svgtop.wavetop{ margin-top:0 !important;}
  .title_items_image_txt .wrapper .item, .title_items_image_txt .wrapper .item.inversion{ flex-flow:column; }
  .title_items_image_txt .wrapper .item .left, .title_items_image_txt .wrapper .item.inversion .left{ flex:0 0 100%; }
  .title_items_image_txt .wrapper .item .right, .title_items_image_txt .wrapper .item.inversion .right{ flex:0 0 100%; padding: 30px; }
  .title_items_image_txt.fullscreen .wrapper .item .right{ padding:30px; }
}
@media (max-width: 576px){
  .title_items_image_txt .wrapper .item .right, .title_items_image_txt .wrapper .item.inversion .right{}
}

/* =============== AVIS    =============== */
.avis { position:relative; background-color:#E2F1EF; background-size:cover; padding:50px 0; background-position: center bottom; background-repeat: no-repeat; margin-top: -1px; }
.avis .svgtop.wavetop{ margin-top:0;  position:absolute; top:-150px; height:150px; }
.avis .svgtop.wavetop path{ fill:#E2F1EF; }
.avis .wrapper { margin:auto; max-width:83%; }
.avis .wrapper > img{ margin:auto; display:block; }
.avis .wrapper h2{ text-align:center; margin-bottom:20px; color:#DA3768; }
.avis .wrapper .list{ display: -ms-flexbox; display: flex; justify-content: center; color:#666666; margin-bottom:40px; }
.avis .wrapper .list .item{ flex:0 0 33%;  padding:20px; text-align:center;  }
.avis .wrapper .list .item .content_item{ padding:20px; height:100%; background:#FFF; border-radius:8px; -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);}
.avis .wrapper .list .item .content_item .image{ margin:0 auto 10px; height:115px; display: -ms-flexbox; display: flex; align-items: center; justify-content:center; }
.avis .wrapper .list .item .content_item .image img{ max-width:115px; max-height:115px;  }
.avis .wrapper .list .item .content_item .nom{ font-size:20px; font-weight:600; color:#1D1D1D; }
.avis .wrapper .list .item .content_item .complement{ color:#666666; font-size:12px; }
.avis .wrapper .list .item .content_item .complement p{ margin-bottom:0; }
.avis .wrapper .list .item .content_item .rating { margin-bottom:20px; color:#FA972A; }

@media (max-width: 800px){
  .avis .svgtop.wavetop{ margin-top:0 !important;}
  .avis .wrapper .list { flex-flow:column; }
  .avis .wrapper .list .item{ width:80%; margin:auto; }
}

@media (max-width: 576px){
  .avis .wrapper .list .item{ width:100%; margin:auto; }
}

/* =============== AVIS    =============== */
.prix { z-index:1; position:relative; background-color:#FFF; background-size:cover; padding:30px 0 100px; background-position: center bottom; background-repeat: no-repeat; margin-top: -1px; }
.prix .backwave { margin-top:0; z-index:-1;  background-color:#E2F1EF; position:absolute; bottom:0; height:50%; }
.prix .backwave .svgtop.wavebottom{ margin-top:0; background-color:#FFF; position:relative; bottom:0; height:150px; }
.prix .backwave .svgtop.wavebottom path{ fill:#E2F1EF; }
.prix .wrapper { z-index:2;  margin:auto; max-width:83%; }
.prix .wrapper h2{ text-align:center; margin-bottom:20px; }
.prix .wrapper .list{ display: -ms-flexbox; display: flex; justify-content: center; color:#666666; margin-bottom:40px; }
.prix .wrapper .list .item{ flex:1;  }
.prix .wrapper .list .item .content{ margin:0 10px; background:#FFF; border-radius:8px; padding:40px 60px; text-align:center; -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16); }
.prix .wrapper .list .item .nom{ font-size:40px; font-weight:600; color:#1D1D1D;line-height:1;  }
.prix .wrapper .list .item .item_prix { font-size:40px; font-weight:800; margin-bottom:20px; color:#DA3768; line-height:1; }
.prix .wrapper .list .item ul li { text-align:left; position:relative; margin-bottom:10px; font-size:14px; }
.prix .wrapper .list .item ul li img{ position:absolute; left:-20px; top:5px; }
.prix .wrapper .list .item ul li span{ color:#BBBBBB; }
.prix .wrapper .list .item ul li.active span{ color:#1D1D1D; }

@media (max-width: 1200px){
  .prix .wrapper .list { flex-wrap:wrap; }
  .prix .wrapper .list .item{ flex: 0 0 250px; margin:10px;  }
}



@media (max-width: 800px){
  .prix .wrapper .list { flex-flow:column; }
  .prix .wrapper .list .item{ flex: 0 0 90%; margin:10px;  }
  .prix .wrapper .list .item .content{   padding:20px 40px; }
  .prix .wrapper .list .item ul li img{ }
  .prix .wrapper .list .item ul li > * { display:inline-block; }
}


/* =============== SLIDER    =============== */
.slider_image{ position:relative; }
.slider_image .svgtop.wavetop{ margin-top:0;  position:absolute; top:-150px; height:150px;}
.slider_image .svgtop.wavetop path{ fill:#FFF; }
.slider_image .wrapper { margin:auto;  max-width:83%;}
.slider_image .wrapper > img{ display:block; margin:auto; }
.slider_image .wrapper h2{ text-align:center; margin-bottom:20px; color:#DA3768; }
.slider_image .wrapper .list{ color:#666666; margin-bottom:40px; }
.slider_image .wrapper .list .item{ padding:30px; text-align:center; }
.slider_image .wrapper .list .item .logo{ background-size:50%; background-position:center; background-repeat:no-repeat; height:130px;  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16); }
.slider_image .slick-prev, .slider_image .slick-next{ width:30px; height:30px; border-radius:50%; -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);}
.slider_image .slick-prev:before{ font-weight:600; font-family: "Font Awesome 5 Free"; color:#DA3768;content:"\f104"; }
.slider_image .slick-next:before{ font-weight:600; font-family: "Font Awesome 5 Free"; color:#DA3768;content:"\f105"; }

@media (max-width:1200px){
  .slider_image .wrapper .list .item .logo{ background-size:80%; } 
}

@media (max-width: 800px){
  .slider_image .svgtop.wavetop{ margin-top:0 !important;}
}

/* =============== SIMPLE RICH TEXT    =============== */
.simple_text { background-color: #EEEEEE; margin:0px 0 0;  position:relative; padding:30px 0 100px; }
.simple_text .svgtop.wavetop{ margin-top:0; position:absolute; top:-140px; height:150px; }
.simple_text .svgtop.wavetop path{ fill:#EEEEEE; }

.simple_text .svgtop.wavebottom{ margin-top:0; position:absolute; bottom:0; height:150px; }
.simple_text .svgtop.wavebottom path{ fill:#FFF; }


.simple_text .wrapper { margin:auto;  width:40%; max-width:600px; text-align:center; }
.simple_text .wrapper H2{ text-align:center; margin-bottom:30px;  } 
.simple_text .wrapper .content{ text-align:justify;}
.simple_text .wrapper .content hr{ background-color:#DA3768; }
.simple_text .wrapper .content p{ margin:1rem; }

@media (max-width: 800px){
  .simple_text .wrapper{ width:60%; }
}

@media (max-width: 576px){
  .simple_text .wrapper{ width:80%; }
}

/* =============== TITLE DESC ITEMS WITH IMAGE    =============== */
.title_desc_items_image { position:relative; background-color:#FFF; background-size:cover; padding:30px 0 100px; background-position: center bottom; background-repeat: no-repeat; margin-top: -1px; }
.title_desc_items_image .svgtop.wavetop{ margin-top:0; position:absolute; top:-150px; height:150px; }
.title_desc_items_image .svgtop.wavetop path{ fill:#FFF; }
.title_desc_items_image .wrapper { margin:auto; max-width:75%; }
.title_desc_items_image .wrapper > img{ margin:auto; display: inherit; }
.title_desc_items_image .wrapper h2{ text-align:center; margin-bottom:10px; color:#DA3768;  }
.title_desc_items_image .wrapper .detail{ width:60%; margin:auto; text-align:center; }
.title_desc_items_image .wrapper .list {  flex-wrap: wrap; display: -ms-flexbox; display: flex; justify-content: center; color:#666666; margin-bottom:40px; }
.title_desc_items_image .wrapper .list .item { margin:10px; padding:10px; flex:0 0 130px; display: -ms-flexbox; display: flex; justify-content: center; align-items:center; height:130px; -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16);  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.16); border-radius:50%; background-size:60%; background-position:center; background-repeat:no-repeat; }
.title_desc_items_image .wrapper .list .item img{ max-width:75%;}

@media (max-width: 576px){
  .title_desc_items_image .wrapper { max-width:90%; }
}


.btn_full {
  cursor: pointer;
  border-radius: 100px;
  background-image: linear-gradient(to right, #f56c23 0%, #f5a623 100%);
  padding: 10px 25px;
  color: #fff;
  background-position: 0 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  display:inline-block;
  text-align:center;
}

.btn_full:hover {
  text-decoration: none;
  background-position: 100% 0;
  background-size: 200% 100%;
  color: #fff;
}


.language-switcher {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  text-align: center;
  width: 200px !important;
}

.lang_list_class li a {
  display: block;
  width: 100%;
  color: #ad113d;
}

.lang_list_class li a:hover{
  color:#0056b3;
  text-decoration:underline; 
}

.lang_list_class li a img {
  display: block;
  width: 18px;
  height: 12px;
}

.lang_list_class {
  padding:10px;
  text-align: center;
  list-style-type: none;
  margin:0;
  border:1px solid #c7c7c7;
  background:#FFF;
  border-radius: 10px;
}

.globe_class:hover .lang_list_class {
  display: block;
}

.lang_list_class:before,
.lang_list_class:after {
  display: none;
}

.lang_list_class li {
  background: transparent;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #444;
  border: none;
  background-color: transparent;
  padding: 5px 10px;
}

.lang_list_class li:first-child {
  padding-top: 5px;
  border: none;
}

.lang_list_class li:last-child {
  padding-bottom: 5px;
  border: none;
}

.globe_class {
  background-image: url(https://www.guest-suite.com/hubfs/GuestSuite_May2019/Images/Globe-icon-white.png);
}

.scroll-body .globe_class,
.headbar .globe_class{
  background-image: url(https://www.guest-suite.com/hubfs/GuestSuite_May2019/Images/globe-icon-dark.png);
}

.globe_class .selected {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-right: calc(10px + .7em + .7em);
  line-height: normal;
  padding-top: 3px;
}

.globe_class .selected:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent;
  border-top: .5em solid;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
}

.lang_list_class li a span {
  display: none;
}

.globe_class .selected a span {
  display: none;
}

.scroll-body .globe_class .selected:after,
.headbar .globe_class .selected:after{
  color: #000;
}

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

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

.custom-footer {
  background: #fff;
  margin-top:0px;
}
.custom-bottom-footer {
  border-top: 1px solid #ececec;
  margin-top: 0;
}
.span4.custom-footer-logo {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.custom-bottom-footer .page-center > div > div:after, .custom-bottom-footer .page-center  > div > div:before {
  display: none;
}
.custom-bottom-footer .page-center > div > div{
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.span4.custom-footer-menu {
  margin: 0;
  padding: 25px 0 0;
  text-align: right;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: auto;
}

.span4.custom-footer-icon {
  width: auto;
  margin: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  padding-left: 10px;
  padding: 25px 0 0;
  text-align: right;
}

.span4.custom-footer-logo .footer-logo-custom {
  padding: 20px 0 0;
  text-align: center;
  vertical-align: baseline;
}

.span4.custom-footer-logo .footer-logo-custom svg {
  width: 90px;
  margin-top: -15px;
  height: 90px;
  overflow: hidden;
  vertical-align: middle;
}
.footer-logo-custom svg path#Fill-1,
.footer-logo-custom svg path#Fill-8 {
  fill: #fff !important;
}
.footer-logo-custom svg path {
  fill: #6d6d6d;
}
ul.menu-social-menu-footer {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
ul.menu-social-menu-footer li {
  display: inline-block;
  padding: 0 10px 0 11px;
}

ul.menu-social-menu-footer li a {
  color: #9ea0a6;
  font-family: 'Raleway';
  font-size: 11px;
  font-weight: 500;
}


[class*=" icon-"], [class^=icon-] {
  font-family: 'gs' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: "\f099";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.span4.custom-footer-menu ul {
  margin-top: 0;
  margin-bottom: 1rem !important;
  padding-left: 0;
  list-style: none;
  line-height: 21px;
}
.span4.custom-footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
  float: none !important;
  line-height: 21px;
  padding-left: 10px;
}
.span4.custom-footer-menu ul li a {
  color: #9ea0a6;
  font-family: 'Raleway';
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}
.span4.custom-footer-logo .footer-logo-custom a {
  vertical-align: baseline;
  background: 0 0;
  margin: 0;
  line-height: 16px;
}


.custopm-top-footer {
  padding: 90px 0;
}

.custopm-top-footer .page-center > div > div:before, .custopm-top-footer .page-center > div > div:after {
  display: none !important;
}

.custopm-top-footer .page-center > div > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.span3.custom-we-here {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  font-family: 'Raleway';
  padding-right: 15px;
  padding-left: 15px;
}

.span3.custom-top-footer-menu {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.span3.custom-we-here h4 {
  color: #666;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: .5rem;
  margin-top: 0;
  line-height: 1.2;
}

.span3.custom-we-here p {
  font-family: 'Raleway';
  margin: 10px 0 0;
  color: #c4c4c4;
  font-size: 26px;
  font-weight: 500;
}

.span3.custom-we-here p a {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 7px 22px 0 #d6d6d6;
  display: inline-block;
  margin: 50px 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  padding: 10px 35px 10px 50px;
  position: relative;
  line-height: 28px;
  border-radius: 100px;
  color: #666;
  margin: 0;
}


.span3.custom-we-here p a:before {
  content: "\e900";
  font-family: 'gs';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 12px;
  transform: rotate(-90deg);
  left: 16px;
  top: 18px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.span3.custom-we-here p a:hover{
  background-color: #da3768;
  color: #fff;
  text-decoration: none;
}
.span3.custom-we-here p a:hover:before {
  left: 20px;
  color: #fff;
}

.span3.custom-top-footer-menu ul {
  margin-top: 0;
  margin-bottom: 1rem !important;
}

.span3.custom-top-footer-menu ul li a {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  float: left;
}

.custom-footer-t-image img {
  margin-top: -300px;
  z-index: 9;
  position: absolute;
  width:100%;
}

.custom-footer-wrapper {
  position: relative;
  z-index: 9;
}

.span3.custom-top-footer-menu ul li {
  float: left;
  width: 100%;
}

.span3.custom-top-footer-menu ul li:after {
  display: block;
  clear: both;
  content: "";
}
.span3.custom-top-footer-menu ul:after {
  display: block;
  clear: both;
  content: "";
}
.span3.custom-top-footer-menu ul:before {
  display: block;
  clear: both;
  content: "";
}

ul.menu-social-menu-footer li {
  margin-right: -1px;
}

ul.menu-social-menu-footer li:last-child {
  margin-right: 0;
}




/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

@media screen and (min-width:801px) {
  .custom-menu-primary.js-enabled {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-header .page-center > div > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items:center;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    border: 3px solid #fff;
    padding: 7px 22px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 100px;
    line-height: 19px;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 100px;
    background-image: linear-gradient(to right, #f56c23 0%, #f5a623 100%);
    padding: 10px 25px;
    color: #fff;
    background-position: 0 0;
    margin-left: 10px;
    line-height: 19px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a:hover {
    text-decoration: none;
    background-position: 100% 0;
    background-size: 200% 100%;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    padding: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 5px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #494949;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    text-decoration: underline;
  }

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

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary.js-enabled > div {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before{
    display:none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul:after{
    display:none;
  }

  .custom-menu-primary.mobile-menu {
    display: none;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 800px){

  .custom-menu-primary.desktop-menu {
    display: none;
  }

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

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

  .mobile-trigger {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0 0;
    color: #a5174c;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    display: block !important;
    position: relative;
    z-index: 99;
    background: #fff;
    height: 70px;
    vertical-align: middle;
    line-height: 50px
  }

  .mobile-open .mobile-trigger {
    border-bottom: 1px solid #DBDBDB;
    height: 56px;
  }
  .mobile-trigger i {
    display: none;
    height: 50px;
    padding: 0 10px 0 10px;
    text-align: center;
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 0;
    width: 40px;
    vertical-align: middle;
    color: #A5174C;
  }
  .mobile-open .mobile-trigger i {
    display: inline-block;
  }

  .mobile-open .mobile-trigger i:before {
    font-family: 'gs';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e900';
    font-size: 20px;
    color: #505156;
    margin: 10px 0 0 -20px;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-open .mobile-trigger span {
    display: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
.more-link{
  display: inline-block;
  padding-top: 20px;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  padding-bottom: 30px;
}
.blog-pagination a {
  display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/* -------------- Default Code for comment ------------ */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}


.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
#comments-listing.no-comments {
  border: none;
}
/* -------------------- Ends ----------- */

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

/* Labels and Legends */
label {}
.hs-form-field>label {
  display: block;
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 5px 10px;
}

.body-container .widget-type-form,.landing-page.one-column .body-container .hs_cos_wrapper_type_form , 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt, 
.body-container .widget-type-email_subscriptions,
.body-container .widget-type-email_simple_subscription,
.body-container .widget-type-blog_comments #comment-form,
.hs-search-field{
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 4px 0 rgba(200,199,199,0.5);
  padding: 20px;
  max-width: 500px;
}


/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  border: 1px solid #E2E2E2;
  background-color: #F8F8F8;
  text-align: center;
  color: #424242;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  width: 100%;
  font-family: 'Raleway';
  vertical-align: middle;
  outline: none;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 113px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  height: 38px;
}
select:focus {}

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

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

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

/* Error */
.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.hs_error_rollup .hs-error-msgs {
  border: 2px solid #ff0000;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 5px;
  margin: 2em 0 1em;
  color: #333;
  font-family: 'Raleway';
  line-height: 1.5;
}

.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

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

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


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

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

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

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border-radius: 100px;
  background-color: #DA3768;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  padding: 11px 90px;
  border: 0 solid #DA3768;
  outline: none;
  display: inline-block;
  font-family: 'Raleway';
  vertical-align: middle;
  margin: 15px 0 0;
  white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.container {
  margin-right: auto;
  margin-left: auto
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.landing-page .custom-footer-t-image,
.site-page .custom-footer-t-image,
.error-template .custom-footer-t-image,
.password-template .custom-footer-t-image,
.subscription-template .custom-footer-t-image{
  display: none !important;
}

.landing-page .body-container-wrapper,
.site-page .body-container-wrapper,
.error-template .body-container-wrapper,
.password-template .body-container-wrapper,
.subscription-template .body-container-wrapper{
  padding-bottom: 0;
}

.landing-page .footer-container-wrapper,
.site-page .footer-container-wrapper,
.error-template .footer-container-wrapper,
.password-template .footer-container-wrapper,
.subscription-template .footer-container-wrapper{
  margin-top: 0;
}

/*========== Default Style Form Template ============*/

.subscribe-options label {
  display: block;
}

input[type="search"]{
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

#hs-pwd-widget-password {
  margin: 0 0 15px 0 !important;
}

.blog span.IN-widget {
  vertical-align: unset !important;
}

/*========= Search Suggestions/Result Style =========*/

.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px;
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

.section.post-body img {
  float: none !important;
  display: block;
  margin: 10px auto !important;
}


img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.hs-offer-banner-area.banner-area h1 {
  font-size: 43px;
  font-weight: 600;
  line-height: 1.2;
}
.hs-offer-banner-area.banner-area h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
}
.hs-offer-banner-area.banner-area {
  background-position: center top;
  position: relative;
  background-size: 100%;
  background: #241CA9;
  background: -moz-linear-gradient(top, #241CA9 0%, #463ED3 100%);
  background: -webkit-linear-gradient(top, #241CA9 0%,#463ED3 100%);
  background: linear-gradient(to bottom, #241CA9 0%, #463ED3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241CA9', endColorstr='#463ED3',GradientType=0 );
  min-height: inherit !important;
}

.hs-offer-banner-area .bg_inner {
  min-height: 520px;
  height: 100%;
  background-color: rgba(56, 40, 197, 0.80);
}
.hs-offer-banner-area svg.svgtop.wavetop {
  margin-bottom: -8px;
  z-index: 9;
  position: relative;
  margin-top: -30px;
}
.hs-offer-banner-area svg.svgtop.wavetop path {
  fill: #ffffff;
}
.hs-offer-banner-area svg.svgtop.wavetop2 path {
  fill: #efefef;
}

.hs-offer-banner-area.banner-area .page-center {
  max-width: 66.666667% !important;    
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
}
.hs-offer-emploi .content_wrap {
  padding-top: 50px;
}
.hs-offer-emploi .content_wrap h3 {
  font-weight: bold;
  font-size: 19px;
}
.hs-offer-emploi .hs-top-content h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
}
.hs-offer-emploi .hs-top-content h2 {
  color: #989898;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
}
.hs-offer-emploi .hs-top-content {
  padding-bottom: 38px;
}
.hs-offer-emploi .hs-row2-wrapper {
  padding-top: 50px;
  position: relative;
}
.hs-offer-form_wrap {
  max-width: 50%;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 7px;
  padding-left: 7px;
}

.hs-offers-form .hs-error-msgs {
  text-align: center;
}

.form-demo.hs-offers-form .hs-form-field > label {
  text-align: center;
}
.form-demo.hs-offers-form form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.form-demo.hs-offers-form .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 2.16%;
}
.form-demo.hs-offers-form .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-right: 0%;
  padding-left: 2.16%;
}
.form-demo.hs-offers-form .hs_cv.hs-form-field > label {
  text-align: left !important;
}
.form-demo.hs-offers-form .hs_cv.hs-form-field .hs-input {
  font-size: 13px;
  border: 0px;
  background: transparent;
  line-height: 1;
}

.hs-guest-suite {
  background: linear-gradient(0deg, #F3F3F3 0%, #D6EEEB 100%);
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 140px;
  text-align: center;
}
.hs-guest-suite img.wavetopvideo {
  margin-top: -17px;
  width: 100%;
}
.hs-guest-suite h2 {
  color: #000000;
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 1.2;
}
.hs-guest-suite .page-center {
  padding-top: 40px;
}
.hs-guest-suite p {
  color: #3E3E3E;
  font-size: 16px; 
}
.hs-guest-suite .hs-four-col-wrap {
  text-align: left;
  padding-bottom: 125px;
}
.hs-offer-emploi .body-container-wrapper {
  padding-bottom: 0;
}

.hs-offer-emploi .hs_content h2 {
  color: #7b7b7b;
  font-family: 'Raleway';
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* .hs-offer .banner-inner-wrapper {
padding-left: 30px;
} */
.hs-offer .body-container-wrapper {
  padding-bottom: 300px;
  background: #E1F2F0;
}

/*========== Module Two Cols Txt and Form ============*/
.two_cols_txt_form{ padding:50px; }
.two_cols_txt_form .content ol{ padding-left:30px; }



/*========== SECTEUR CONTENT ============*/
.secteurs_content {
  margin-top: -150px;
}
.secteurs_content a.block_secteur {
  position: relative;
  padding: 35px 0 80px 0;
  text-align: center;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, 0.5);
  box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, 0.5);
  margin: 0 1%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
}
.secteurs_content a.block_secteur:hover,
.secteurs_content a.block_secteur.active{
  text-decoration: none;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}
.secteurs_content a.block_secteur img {
  vertical-align: middle;
  margin-right: 13px;
}
.secteurs_content a.block_secteur span {
  display: block;
  color: #58627C;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 25px;
}
.block_offre.bandeau {
  margin: 0 auto;
  transform: scale(1.03);
  z-index: 5;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 4px 0 rgba(200,199,199,0.5);
  padding: 120px 0 40px;
  margin-top: 110px;
  margin-bottom: -20px;
  background-image: url(//blog.guest-suite.com/hubfs/GuestSuite_May2019/Images/band_star-1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  border-radius: 10px;
}
.block_offre .stars {
  width: 100%;
  text-align: center;
}
.block_offre .stars img {
  padding: 0 8px;
  width: 14%;
  margin-left: -3px;
}
.block_offre .stars img:first-child {
  margin-left: 1px;
}
.block_offre .price {
  color: #5B5B5B;
  font-family: 'Raleway';
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ECECEC;
  padding: 30px 0 40px 0;
  margin-bottom: 15px;
}
.block_offre.bandeau .price {
  padding-bottom: 43px;
}
.block_offre .btn_full {
  font-size: 20px;
  font-weight: bold;
  margin-top: 37px;
  display: inline-block;
  position: relative;
  margin-bottom: 21px;
}

.hs-offres-demploi .cont_wav.wavefooter .cont_bg {
  background: rgb(70,62,211);
  background: -moz-linear-gradient(top, rgba(70,62,211,1) 0%, rgba(21,16,102,1) 100%);
  background: -webkit-linear-gradient(top, rgba(70,62,211,1) 0%,rgba(21,16,102,1) 100%);
  background: linear-gradient(to bottom, rgba(70,62,211,1) 0%,rgba(21,16,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463ed3', endColorstr='#151066',GradientType=0 );
  padding: 150px 0 350px 0;
  position: relative;
}
.hs-offres-demploi .body-container-wrapper {
  padding-bottom: 0;
}
.hs-offres-demploi .wavefooter svg.wavetop path {
  fill: #463ed3;
}
.hs-offres-demploi .cont_wav.wavefooter .cont_bg h3 {
  color: #fff;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 30px;
}
.hs-offres-demploi .cont_wav.wavefooter .cont_bg p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  font-family: 'Raleway';
}
.hs-offres-demploi div.wavefooter {
  margin-top: 0;
}
.hs-offres-demploi .hs-offer-banner-area.banner-area h2,
.hs-offer-banner-area.banner-area.hs-carriere-ban h2{
  color: #f6f6f6;
  font-family: Lato;
  font-size: 19px;
  line-height: 36px;
  margin-bottom: 1rem;
}
.hs-offres-demploi .hs-offer-banner-area.banner-area,
.hs-offer-banner-area.banner-area.hs-carriere-ban{
  background-color: #241CA9 !important;
  background: -moz-linear-gradient(top, #241CA9 0%, #463ED3 100%) !important;
  background: -webkit-linear-gradient(top, #241CA9 0%,#463ED3 100%) !important;
  background: linear-gradient(to bottom, #241CA9 0%, #463ED3 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241CA9', endColorstr='#463ED3',GradientType=0 ) !important;
}
.hs-offres-demploi .hs-offer-banner-area .bg_inner,
.hs-offer-banner-area.banner-area.hs-carriere-ban .bg_inner{
  background-position: center top;
  background-size: 100%;
  background-color: transparent;
}
.content_n .offres_liste h2 {
  padding: 20px 0 30px 0;
  color: #DA3767;
  font-family: 'Lato';
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.content_n .offres_liste  h3 {
  color: #1E1E1E;
  font-family: Raleway;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 30px;
  margin-bottom: .5rem;
  line-height: 1.2;
}
.content_n .offres_liste ul li a {
  color: #1E1E1E;
  font-family: Raleway;
  font-size: 22px;
  font-weight: 600;
  display: block;
  padding: 10px 0 13px;
}
.content_n .offres_liste ul li a .contrat {
  float: right;
  font-size: 24px;
  font-weight: 500;
  color: #505050;
}
.content_n .offres_liste ul {
  font-size: 16px;
}

.hs-car-two-cols-left-image .image.bg_shad {
  padding: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(72, 72, 72, .5);
  display: inline-block;
}
.hs-car-two-cols-left-image .image.bg_shad img {
  width: 100%;
  vertical-align: middle;
}
.hs-car-two-cols-left-image .texte.bg_shad {
  margin: inherit;
  margin-left: 2%;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 4px 0 rgba(200,199,199,0.5);
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.hs-car-two-cols-left-image .texte.bg_shad h2 {
  color: #3E3E3E;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.hs-carriere-page .hs-row1-wrapper .page-center {
  padding: 100px 0 0 0 !important;
  color: #3E3E3E;
  font-size: 20px;
  text-align: justify;
  max-width: 66.666667% !important;
}

.image_wave_wrap img.wavetopvideo {
  margin-bottom: -300px;
  z-index: 10;
  /*   position: relative; */
  width: 100%;
}
.image_wave_wrap .image_wave img {
  width: 100%;
}
.image_wave_wrap .image_wave .video_ico:before {
  margin-left: -60px;
  margin-top: -60px;
  font-size: 120px;
}
.image_wave_wrap .image_wave .video_ico:after {
  background-image: url(//blog.guest-suite.com/hubfs/GuestSuite_May2019/Images/Fill-2-Copy-7-1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 -13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
}
.hs-carriere-page .wavefooter svg.wavetop path {
  fill: #463ed3;
}
.hs-carriere-page .cont_wav.wavefooter .cont_bg {
  background: rgb(70,62,211);
  background: -moz-linear-gradient(top, rgba(70,62,211,1) 0%, rgba(21,16,102,1) 100%);
  background: -webkit-linear-gradient(top, rgba(70,62,211,1) 0%,rgba(21,16,102,1) 100%);
  background: linear-gradient(to bottom, rgba(70,62,211,1) 0%,rgba(21,16,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463ed3', endColorstr='#151066',GradientType=0 );
  padding: 150px 0 350px 0;
  position: relative;
}
.hs-carriere-page .body-container-wrapper {
  padding-bottom: 0;
}
.hs-carriere-page .cont_wav.wavefooter {
  text-align: center;
}
.hs-carriere-page .cont_wav.wavefooter h3 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 35px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.hs-carriere-page .cont_wav.wavefooter p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
}
.hs-carriere-page .cont_wav.wavefooter .hs-bg-left-image1 {
  background-repeat: no-repeat;
  bottom: 229px;
  left: 120px;
  left: 1%;
  position: absolute;
  width: 300px;
  z-index: 8;
  height: 300px;
}
.hs-carriere-page .cont_wav.wavefooter .hs-bg-left-image2 {
  background-repeat: no-repeat;
  bottom: -165px;
  left: 0;
  position: absolute;
  width: 300px;
  z-index: 9;
  height: 500px;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .page-center {
  max-width: 66.666667% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: auto;
  position: relative;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .banner-inner-wrapper.vcenter {
  text-align: left;
  margin: 0;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .fill {
  position: absolute;
  top: 50%;
  left: 50%;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .fill1 {
  margin-left: 188px;
  margin-top: -196px;
  animation: none;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .fill2 {
  margin-left: 234px;
  margin-top: 232px;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .fill3 {
  margin-left: 265px;
  margin-top: -4px;
  z-index: 10;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .fill4 {
  margin-left: 488px;
  margin-top: 148px;
  z-index: 10;
}
.hs-offer-banner-area.hs-carriere-ban.banner-area .fill img {
  max-width: none;
  width: 100%;
  vertical-align: middle;
}
.hs-carriere-page .hs-row1-content h2 {
  color: #3E3E3E;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
br.space {
  display: none;
}

@media (max-width: 1500px) {
  .secteurs_content.col-9 {
    max-width: 80%;
  }
}

@media (max-width: 1380px) {
  .secteurs_content.col-9 {
    max-width: 90%;
  }
}

@media (max-width: 1266px) {
  .hs-carriere-page .cont_wav.wavefooter .hs-bg-left-image1 {
    left: -2%;
    position: absolute;
    width: 133px;
    z-index: 8;
    height: 300px;
    background-size: contain;
    bottom: 19%;
  }
}

@media (max-width: 1200px) {
  .secteurs_content a.block_secteur span {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .sample-layout .hs-button.primary,
  .sample-layout input[type="submit"], 
  .sample-layout input[type="button"] {
    padding: 11px 30px;
  }
}
@media (max-width: 1186px) {
  .secteurs_content.col-9 {
    max-width: 98%;
  }
  .hs-offer-emploi .hs_content h2 {
    font-size: 24px;
  }
  .hs-offer-banner-area.banner-area h2 {
    font-size: 24px;
  }
  .hs-offer-form_wrap {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hs-offres-demploi .hs-offer-banner-area.banner-area h2 {
    font-size: 18px;
  }

  html[lang="en"] .secteurs .bull_secteur span {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  html[lang="en"] .secteurs .bull_secteur {
    font-size: 15px;
  }






}
@media (max-width: 1086px) {
  br.space {
    display: block;
  }
  .hs-offer-banner-area.hs-carriere-ban.banner-area a.btn_full {
    margin-bottom: 10px;
    display: inline-table;
    line-height: normal;
  }
}

@media (max-width: 950px) and (min-width: 801px) {
  html[lang="en"] .secteurs .bull_secteur.bull_4 {
    left: 50%;
  }

  html[lang="en"] .secteurs .bull_secteur.bull_1 {
    left: 43%;
  }

  .secteurs_content a.block_secteur span {
    bottom: 8px;
  }
}
@media (max-width: 800px) {
  .hs-carriere-page .hs-row1-content h2 {
    font-size: 21px;
  }
  .hs-carriere-page .hs-row1-content p {
    font-size: 16px;
  }
  .hs-car-two-cols-left-image .texte.bg_shad h2 {
    font-size: 21px;
  }
  .image_wave_wrap .image_wave .video_ico:before {
    margin-left: -20px;
    margin-top: -20px;
    font-size: 40px;
  }
  .hs-carriere-page .cont_wav.wavefooter .cont_bg {
    padding: 30px 0 150px 0;
  }
  .hs-carriere-page .cont_wav.wavefooter h3 {
    font-size: 25px;
    line-height: normal;
  }
  .cont_wav.wavefooter .cont_bg p {
    font-size: 14px;
    line-height: normal;
  }
  .hs-carriere-page .cont_wav.wavefooter .hs-bg-left-image2 {
    display: none;
  }
  .hs-carriere-page .cont_wav.wavefooter .hs-bg-left-image1 {
    bottom: -99px;
    left: -33px;
    width: 72px;
    height: 300px;
    background-size: contain;
  }
  .hs-car-two-cols-left-image .texte.bg_shad {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 17px;
    margin-left: 0;
    margin-top: 10px;
  }
  .hs-offer-banner-area.hs-carriere-ban.banner-area .page-center {
    max-width: 100% !important;
  }
  .hs-car-two-cols-left-image .row {
    margin: 0;
  }
  .hs-offer-banner-area.hs-carriere-ban.banner-area .fill {
    display: none;
  }
  .hs-carriere-page .hs-row1-wrapper .page-center {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hs-offres-demploi .hs-offer-banner-area.banner-area h2,
  .hs-offer-banner-area.banner-area.hs-carriere-ban h2{
    font-size: 15px;
    line-height: normal;
  }
  .content_n .offres_liste h2 {
    font-size: 20px;
  }
  .content_n .offres_liste h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .content_n .offres_liste ul li a {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .content_n .offres_liste ul li a .contrat {
    font-size: 16px;
  }
  .hs-offres-demploi .cont_wav.wavefooter .cont_bg {
    padding: 30px 0 150px 0;
  }
  .hs-offres-demploi .cont_wav.wavefooter .cont_bg h3 {
    font-size: 25px;
    line-height: normal;
  }
  .hs-offres-demploi .cont_wav.wavefooter .cont_bg p {
    font-size: 14px;
    line-height: normal;
  }
  .hs-offres-demploi .cont_wav.wavefooter .cont_bg h3.form-title {
    margin: 0;
  }
  .hs-offres-demploi .hs-offer-banner-area.banner-area h2 {
    font-size: 15px;
    line-height: normal;
  }
  .secteurs_content a.block_secteur {
    padding: 35px 0 65px 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 31%;
    max-width: 31%;
    margin-bottom: 15px;
  }
  .secteurs_content.col-9 {
    margin-top: -10px;
    max-width: 100%;
  }
  .hs-offer-banner-area .bg_inner {
    min-height: 545px;
  }
  .hs-offer-banner-area.banner-area h1 {
    font-size: 30px;
  }
  .hs-offer-emploi .hs-top-content h1 {
    font-size: 23px;
  }
  .hs-offer-emploi .hs-top-content h2 {
    font-size: 19px;
  }
  .hs-offer-banner-area svg.svgtop.wavetop {
    margin-top: -5px;
  }
  .hs-offer-emploi .hs-top-content {
    padding-bottom: 39px;
  }

  .hs-guest-suite h2 {
    font-size: 23px;
  }

  .hs-guest-suite .hs-four-col-wrap ul li {
    padding: 0 4px;
  }

  .hs-offer-banner-area.banner-area .page-center {
    max-width: 100% !important;
  }
}
@media (max-width: 420px) {
  .secteurs_content a.block_secteur {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  .secteurs_content.col-9 .row,
  .offre_content .row {
    margin: 0;
  }
  .col-4.block_offre.bandeau {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.hs-offer-emploi .top-content-wrapper>div>.row-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -15px;
}

.hs-offer-emploi .hs-top-content, .hs-offer-emploi .hs-right-spacer {
  width: auto !important;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  float: none !important;
  padding: 0 15px 38px;
}

@media (min-width: 801px) {
  /*   .hs-offer-emploi .hs-top-content {
  max-width: 50%;
  padding-right: 15px;
} */
  .hs-guest-suite .page-center {
    max-width: 58.333333% !important;
  }
  .hs-offer-emploi .container-fluid .row-fluid .hs-row1-wrapper .page-center {
    max-width: 58.333333%;
  }
  .hs-offer-emploi .container-fluid .row-fluid .hs-row2-wrapper .page-center {
    max-width: 83.333333%;
  }
}




.banner-area.csm-video-banner {
  margin-bottom: 370px;
  min-height: inherit;
  height: 100%;
}
.banner-area.csm-video-banner .page-center {
  height: 850px;
}
.banner-area.csm-video-banner .banner-inner-wrapper p a {
  color: #da3768;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 7px 22px 0 #d6d6d6;
  display: inline-block;
  margin: 50px 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  padding: 10px 35px 10px 50px;
  position: relative;
  line-height: 28px;
  border-radius: 100px;
  box-shadow: 0 7px 22px 0 #961343;
  background: #fff;
  text-align: center;
}
.banner-area.csm-video-banner .banner-inner-wrapper p a:before {
  font-family: 'gs';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e900";
  font-size: 12px;
  transform: rotate(-90deg);
  left: 16px;
  top: 18px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.banner-area.csm-video-banner .banner-inner-wrapper p a:hover {
  background-color: #da3768;
  color: #fff;
}
.banner-area.csm-video-banner .banner-inner-wrapper p a:hover:before {
  left: 20px;
  color: #fff;
}
.csm-video-banner .ecrans, .csm-video-banner .ecrans .ecp {
  position: absolute;
  height: 500px;
}
.csm-video-banner .ecrans{
  left: 50%;
  top: 510px;
}

.csm-video-banner .ecrans .ecp {
  width: 640px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.csm-video-banner .ecrans .ecran {
  background-image: url(//cdn2.hubspot.net/hubfs/4605667/GuestSuite_May2019/Images/ecran.png);
  margin-left: -420px;
}
.csm-video-banner .ecrans .pad {
  background-image: url(//cdn2.hubspot.net/hubfs/4605667/GuestSuite_May2019/Images/pad.png);
  margin-left: -300px;
}
.csm-video-banner .ecrans .mobile {
  background-image: url(//cdn2.hubspot.net/hubfs/4605667/GuestSuite_May2019/Images/phone.png);
  margin-left: -250px;
}
.csm-video-banner .video_ico {
  position: relative;
  display: block;
  text-align: center;
}
.csm-video-banner .ecrans .fond_ecran {
  position: absolute;
  top: 54px;
  left: 34px;
}
.csm-video-banner img {
  vertical-align: middle;
  border-style: none;
}
.csm-video-banner .block_w.video .image:before,
.csm-video-banner .video_ico:before {
  color: #fff;
  z-index: 3;
  box-shadow: 4px 4px 4px 0 rgba(58, 58, 58, .5);
  border-radius: 100%;
  margin-left: -30px;
  margin-top: -30px;
  content: "\e901";
  font-size: 60px;
  top: 50%;
  left: 50%;
}
.csm-video-banner .video_ico:before {
  font-family: 'gs';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.csm-video-banner .ecrans .video_ico:before {
  margin-left: -40px;
  margin-top: -40px;
  font-size: 80px;
}
.csm-video-banner .video_ico:hover:before {
  box-shadow: 1px 1px 19px 0 rgba(58, 58, 58, .8);
}
.filter_change {
  margin: 30px 0;
  text-align: center;
}
.choice {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Raleway';
  font-size: 20px;
  vertical-align: text-bottom;
  width: 45%;
  text-align: right;
}
.switch {
  display: inline-block;
  width: 57px;
  height: 25px;
  background: #e5e5e5;
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .1), inset -3px 3px 4px 0 rgba(0, 0, 0, .09), 0 0 1px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(225deg, #af2f5e 0%, #ec1967 100%);
}
.switchOn, .switchOn:before {
  background: linear-gradient(225deg, #a4a4a4 0%, #6b7385 100%);
  background: #BBE8EB;
}
.switch:after {
  content: ' ';
  background: #fff;
  position: absolute;
}
.switch:after {
  height: 20px;
  width: 20px;
  border-radius: 28px;
  z-index: 2;
  top: 2px;
  left: 3px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-shadow: 0 2px 5px #999;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5), -4px 3px 5px 0 rgba(0, 0, 0, .13);
}
.switchOn:after {
  left: 33px;
}
.choice:last-child {
  text-align: left;
}
.content_f {
  box-shadow: 0 -8px 12px 0 rgba(214, 214, 214, .5);
  min-height: 200px;
}
.reload {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.reload.csm-show {
  opacity: 1;
}
.reload.csm-hide {
  height: 0;
  overflow: hidden;
}
.csm-hide {
  opacity: 0;
  min-height: 0;
}
.cont_wav {
  padding: 0px !important;
}
.cont_wav .cont_bg {
  padding: 40px 0;
}
.cont_icon {
  background-color: #fff;
  box-shadow: 4px 4px 4px 0 rgba(200, 199, 199, .5);
  display: inline-block;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 30px;
}
.cont_icon img {
  max-width: 82px;
}
#quality .col p, .content_f h2, .content_f p {
  color: #3e3e3e;
  font-family: 'Raleway';
}
.content_f h2 {
  font-weight: 600;
  font-size: 36px;
}
.content_f p {
  font-size: 18px;
  line-height: 26px;
}
.svgtop.wavetop {
  margin-top: -30px;
  z-index: 99;
  position: relative;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
svg.wavebottom path, svg.wavetop path {
  fill: #cfe8e5;
}
.cont_wav:nth-child(2n+0) .cont_bg {
  background-color: #cfe8e5;
}
.svgbottom.wavebottom {
  margin-top: -10px;
}
.wavefooter svg.wavetop path {
  fill: #DA3767;
}
.image.bg_shad {
  padding: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(72, 72, 72, .5);
  display: inline-block;
}
a.btn_white.btn_grey {
  color: #666;
  z-index: 99;
}
a.btn_white {
  color: #da3768;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 7px 22px 0 #d6d6d6;
  display: inline-block;
  margin: 50px 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  padding: 10px 35px 10px 50px;
  position: relative;
  line-height: 28px;
  border-radius: 100px;
  background: #fff;
  text-align: center;
}
.block_w.video .image:before, a.btn_white:before {
  font-family: 'gs';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
}
a.btn_white:before {
  content: "\e900";
  font-size: 12px;
  transform: rotate(-90deg);
  left: 16px;
  top: 18px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
a.btn_white:hover {
  background: #da3768;
  color: #fff;
  text-decoration: none;
}
a.btn_white:hover:before {
  left: 20px;
  color: #fff;
}
div.wavefooter {
  margin-top: -145px;
}
.cont_wav.wavefooter .cont_bg {
  padding: 50px 0 190px 0;
}
.cont_wav.wavefooter .cont_bg {
  background: #DA3767;
}
.cont_wav.wavefooter .cont_bg h1 {
  color: #9ea0a6;
  font-family: 'Raleway';
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}
.cont_wav.wavefooter .cont_bg p{
  color: #fff;
}

.csm-fonctionnalites-page .custom-footer-t-image img.waveft{
  margin-top: -190px;
}
.csm-fonctionnalites-page .body-container-wrapper {
  padding-bottom: 0;
}

.block_vid {
  text-align: center;
}
.block_vid>a {
  border-radius: 20px;
  box-shadow: 4px 4px 4px 0 rgba(200, 199, 199, .5);
  overflow: hidden;
  background: #fff;
}
.video_ico {
  position: relative;
  display: block;
  text-align: center;
}
.block_w.video .image:before, .video_ico:before {
  color: #fff;
  z-index: 3;
  box-shadow: 4px 4px 4px 0 rgba(58, 58, 58, .5);
  border-radius: 100%;
  margin-left: -30px;
  margin-top: -30px;
  content: "\e901";
  font-size: 60px;
  top: 50%;
  left: 50%;
}
.video_ico:before {
  font-family: 'gs';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.video_ico:hover:before {
  box-shadow: 1px 1px 19px 0 rgba(58, 58, 58, .8);
}



@media (max-width: 1380px){
  .banner-area.csm-video-banner .page-center{
    max-width: 91.666667% !important;
  }
}
@media (max-width: 1186px) {
  .cont_wav.wavefooter .cont_bg h1{
    font-size: 39px;
  }
  div.wavefooter {
    margin-top: -75px;
  }
}
@media (max-width: 992px){
  .filter_change {
    margin: 0px 0 30px;
    text-align: center;
  }
}

@media (max-width: 800px){
  .banner-area.csm-video-banner .banner-inner-wrapper p a,
  a.btn_white{
    font-size: 15px;
    font-weight: 700;
    margin: 50px 0;
    padding: 6px 18px 5px 35px;
    line-height: 27px;
  }
  .banner-area.csm-video-banner .banner-inner-wrapper p a:before,
  a.btn_white:before {
    top: 14px;
    font-size: 9px;
  }
  .csm-video-banner .ecrans {
    left: 0%;
    width: 100%;
  }
  .csm-video-banner .ecrans, .csm-video-banner .ecrans .ecp {
    height: 334px;
  }
  .csm-video-banner .ecrans .ecran {
    margin-left: 0;
    background-size: 100%;
    background-position: top;
    height: 541px;
    width: 100%;
  }
  .csm-video-banner .ecrans .fond_ecran {
    position: absolute;
    top: 3.5%;
    left: 50%;
    height: 66%;
    margin-left: -50.5%;
    width: 100%;
    padding: 0 6.5%;
  }
  .csm-video-banner img{
    width: 100%;
    max-width: none;
  }
  .pad.ecp, .mobile.ecp {
    display: none !important;
  }
  .content_f .cont_bg .col-6 {
    text-align: center;
  }
  .content_f .cont_bg .col-6 .image {
    margin-bottom: 10px;
    text-align: center;
    width: 80%;
    margin: 10px auto;
  }
  .cont_icon {
    padding: 17px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cont_icon img {
    max-width: 49px;
  }
  .content_n .cont_n h2, .content_f h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .content_n .cont_n p, .content_f p {
    font-size: 17px;
    line-height: normal;
  }
  .cont_bg .col-6 .image {
    margin-bottom: 10px;
    text-align: center;
    width: 80%;
    margin: 10px auto;
  }
  .svgtop.wavetop {
    margin-top: -5px !important;
  }
  .svgbottom.wavebottom {
    margin-top: -5px !important;
  }
  .cont_wav.wavefooter .cont_bg h1{
    font-size: 24px;
  }
  .cont_wav.wavefooter .cont_bg {
    padding: 50px 0 120px 0;
  }
  .csm-fonctionnalites-page .custom-footer-t-image img.waveft {
    margin-top: -20px;
  }

  .hs-offer-emploi .top-content-wrapper>div>.row-fluid {
    display: block;
  }

  .hs-offer-emploi .hs-right-spacer {
    padding: 0;
  }

}
@media (max-width:600px){
  .choice {
    width: 42%;
  }
  .banner-area.csm-video-banner {
    margin-bottom: 40%;
  }
  .csm-video-banner .ecrans .video_ico:before{
    margin-top: -70px;
  }

}
@media (max-width:479px){
  .choice {
    display: block;
    text-align: center !important;
    width: 100%;
  }

  .secteurs-row2-flexi .logo_work ul li {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
  }

  .secteurs-row2-flexi .logo_work ul {
    display: block !important;
    margin: 0 !important;
  }
}
@media (max-width:400px){
  .csm-video-banner .ecrans, .csm-video-banner .ecrans .ecp {
    height: 321px;
  }
  .csm-video-banner .ecrans .ecran {
    height: 400px;
  }
  .banner-area.csm-video-banner {
    margin-bottom: 20%;
  }
  .csm-video-banner .ecrans .video_ico:before{
    font-size: 65px;
  }

}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.custom-footer .row-fluid .page-center {
  max-width: 83.333333% !important;
}

.no-banner .custom-header {
  background-color: #b91854;
}

.no-banner .header-container-wrapper {
  /*min-height: 145px;*/ 
}

.no-banner.scroll-body .custom-header {
  background-color: #fff;
}

.custom-lp-footer .custom-footer-t-image img {
  margin-top: -452px;
  z-index: -1;
  position: absolute;
}

/* .IE .custom-menu-primary{
margin-top:-44px !important;
}

.IE.scroll-body .custom-menu-primary{
margin-top:0px !important;
}

.IE.scroll-body .custom-logo svg{
height:99px;
} */

.body-container-wrapper {
  position: relative;
}

/* .banner-icon img {
max-width: 119px;
} */

.hs-full-width .body-container-wrapper {
  padding-bottom: 300px;
}

.hs-full-width .body-container .page-center {
  max-width: 75% !important;
}

.hs-full-width  .main-content p {
  font-size: 16px;
}

.main-content h2 {
  color: #424242;
  font-family: Raleway;
  font-size: 23px;
  margin: 15px auto;
  line-height: 1.2;
  font-weight: 200;
}

/* ===== Contact ======= */

.contact-page {
  background: #E1F2F0;
}

.contact-page .body-container {
  background: #E1F2F0;
}

.contact-page .body-container .page-center {
  max-width: 75% !important;
}

.contact-page .body-container .widget-type-form {
  max-width: 100%;
  padding: 40px 90px;
  margin-bottom: 0;
}

.contact-page .body-container .widget-type-form>span {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

.contact-form .hs-form-required {
  display: none;
}

.contact-form .actions {
  text-align: center;
  margin-top: 46px;
}

.contact-form .hs-button.primary {
  margin: 0;
}

.contact-col {
  padding-right: 15px;
  padding-left: 15px;
  width: 50% !important;
  margin-left: 0 !important;
  margin-bottom:140px;
}

.contact-page .body-container .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.contact-address h2 {
  color: #424242;
  font-family: Raleway;
  font-size: 23px;
  font-weight: bold;
  margin: 15px auto;
  width: 100%;
  line-height: 1.2;
}

.contact-address ul li i:before {
  color: #ffffff;
  font-size: 26px;
}

.contact-address ul li:hover i {
  transform: scale(1.1);
}

.contact-address ul li .icon-mail {
  background: #0BC1B8;
}

.contact-address ul li .icon-mail:before {
  content: "\e90a";
  color: #fff;
}

.contact-address ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.contact-address ul li a {
  display: block;
  text-decoration: none;
}

.contact-address ul li i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact-address ul li span {
  display: none;
}

.contact-address ul {
  display: block;
}

.contact-address ul li .icon-twitter {
  background: #578BCB;
}

.contact-address ul li .icon-twitter:before {
  content: "\e90b";
  font-size: 22px;
}

.contact-address ul li .icon-instagram {
  background: #FB5C34;
}

.contact-address ul li .icon-instagram:before {
  content: "\e908";
  font-size: 22px;
}

.contact-address ul li .icon-facebook {
  background: #38569D;
}

.contact-address ul li .icon-facebook:before {
  content: "\e907";
}

.contact-address ul li .icon-linkedin {
  background: #0179BB;
}

.contact-address ul li .icon-linkedin:before {
  content: "\e909";
}

.contact-address ul li .icon-youtube {
  background: #D1321E;
}

.contact-address ul li .icon-youtube:before {
  content: "\e90c";
  color: #fff;
}

.btn_border {
  padding: 7px 22px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: 100px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;   
  vertical-align: middle;
}

.btn_border:hover {
  text-decoration: none;
  color: #fff;
}


.connectivity-partners .body-container-wrapper {
  background: #E1F2F0;
}

.connectivity-partners-wrapper {
  padding-bottom: 200px;
}

.connectivity-partners-top-content h2 {
  color: #424242;
  font-family: Raleway;
  font-size: 23px;
  font-weight: bold;
  margin: 15px auto;
  line-height: 1.2;
}

.body-container .form-demo .widget-type-form {
  max-width: 100%;
  padding: 40px 90px;
  margin: 0;
}

.body-container .form-demo .widget-type-form>span {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

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

.form-demo .actions {
  text-align: center;
}

.form-demo .hs-button.primary {
  margin-top: 45px;
}


.partner-content-wrapper {
  background: #E1F2F0;
  padding-bottom: 200px;
}

.partner-wave-image img {
  margin-top: -2px;
}

.partner-row1 .page-center {
  max-width: 83.333333% !important;
  padding-bottom: 100px;
}

.partner-row1 .page-center>div>.row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.partner-logo-group h2,
.logo-group h2 {
  color: #424242;
  font-family: Raleway;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
  padding: 15px 0;
}

.logo_partenaires {
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 4px 0 rgba(200,199,199,0.5);
}

.logo_partenaires ul {
  padding: 15px 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo_partenaires ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.temoignages_block ul li:nth-child(2n) {
  margin-top: 100px;
  margin-left: 10%;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.logo_partenaires ul li img {
  vertical-align: middle;
}

.temoignages_block {
  position: relative;
  margin: 100px 0 50px 0;
}

.temoignages_block ul {
  position: relative;
  z-index: 9;
  width: 100%;
  float: left;
}

.temoignages_block ul li {
  width: 40%;
  float: left;
}

.temoignages_block ul li div.image {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  width: 107px;
  height: 107px;
}

.temoignages_block ul li:nth-child(2n+1) .block_nom,
.temoignages_block ul li:nth-child(2n+1) .image {
  float: right;
}

.temoignages_block ul li:nth-child(2n+1) .image {
  margin: 0 0 0 40px;
}

.temoignages_block ul li div.image img {
  width: 100%;
}

.temoignages_block ul li div.nom {
  color: #191919;
  font-size: 24px;
  font-weight: 500;
}

.temoignages_block ul li div.etablissement {
  color: #7C7F85;
  font-size: 15px;
  font-weight: 500;
}

.temoignages_block ul li .block_card:after {
  content: '';
  clear: both;
  display: block;
}

.temoignages_block ul li div.cont_tem {
  margin-top: 40px;
  padding: 40px 35px;
  border-radius: 23px;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, 0.5);
}

.stars {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 47px;
  vertical-align: middle;
}

.temoignages_block ul li div.stars {
  padding-bottom: 25px;
  width: auto;
  display: block;
}

.stars img {
  width: 99%;
  margin: 0 auto;
}

.temoignages_block ul li div.stars img {
  width: 20px;
  margin: 0 -2.5px 0 1px;
}

.temoignages_block ul li div.cont {
  color: #5B5B5B;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 500;
}

.temoignages_block ul li:nth-child(2n) .block_nom, .temoignages_block ul li:nth-child(2n) .image {
  float: left;
}

.temoignages_block ul li:nth-child(2n) .image {
  margin: 0 40px 0 0px;
}

.form1, .form2 {
  position: absolute;
  top: -300px;
  width: 100%;
  height: 980px;
  background-repeat: no-repeat;
}

.form1 {
  left: -30px;
  background-image: url(//blog.guest-suite.com/hubfs/GuestSuite_May2019/Images/form1.png);
  background-position: 0 0;
}

.form2 {
  right: -30px;
  background-image: url(//blog.guest-suite.com/hubfs/GuestSuite_May2019/Images/form2.png);
  background-position: right 0;
}

#site-wrapper {
  overflow: hidden;
}

.partner-row3 {
  float: none !important;
  margin: 98px auto 0 !important;
  z-index: 8;
  position: relative;
}
.partner-row3-title h2 {
  color: #424242;
  font-family: Raleway;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto;
  width: 100%;
  line-height: 1.2;
}

.partner-page .body-container-wrapper {
  padding-bottom: 0;
}

.secteurs-page .banner-area p {
  font-size: 20px;
}

.logo_work {
  text-align: center;
  margin-top: -50px;
  padding-bottom: 20px;
}

.logo_work .title {
  text-align: center;
  padding: 20px 0;
  color: #2C2727;
  font-family: Raleway;
  font-size: 23px;
}

.logo_work ul {
  align-items: flex-end;
}

.logo_work ul li {
  display: inline-block;
  margin: 0 1%;
  vertical-align: middle;
}

.logo_work ul ul li img {
  vertical-align: middle;
}

.secteurs-row2 {
  box-shadow: 0 -8px 12px 0 rgba(214, 214, 214, .5);
  min-height: 200px;
}

.secteurs-row2 .page-center {
  max-width: 83.333333% !important;
}

.secteurs-row2 .page-center>div>.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.secteurs-row2-top-content h3 {
  color: #131313;
  font-size: 38px;
  font-weight: 600;
  line-height: 71px;
}

.secteurs-row2-top-content h2 {
  margin-top: 120px;
  margin-bottom: 20px;
  color: #8F949C;
  font-size: 16px;
  font-weight: bold;
}

.secteurs-row2-flexi .logo_work {
  margin-top: 20px;
  position: relative;
}

.secteurs-row2-flexi .logo_work ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.secteurs-row2-flexi .logo_work ul li {
  margin: 0 0.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  width: 202px;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, 0.5);
  box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, 0.5);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
}

.secteurs-row2-flexi .logo_work ul li:nth-child(1), 
.secteurs-row2-flexi .logo_work ul li:nth-child(5) {
  height: 160px;
}

.secteurs-row2-flexi .logo_work ul li:nth-child(2), 
.secteurs-row2-flexi .logo_work ul li:nth-child(4) {
  height: 180px;
}

.secteurs-row2-flexi .logo_work ul:before, 
.secteurs-row2-flexi .logo_work ul:after {
  content: "";
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  height: 91%;
  width: 40%;
  top: 0;
  z-index: 1;
}

.secteurs-row2-flexi .logo_work ul:before {
  left: 0;
}

.secteurs-row2-flexi .logo_work ul:after {
  right: 0;
  transform: rotate(180deg);
}

.secteurs-row2-flexi .logo_work ul li img {
  max-height: 100%;
}

.one-col-group h3 {
  color: #131313;
  font-size: 38px;
  font-weight: 600;
  line-height: 71px;
}

.one-col-group .col-6 {
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.txt_b {
  margin-bottom: 30px;
}

.one-col-group h2 {
  margin-top: 120px;
  margin-bottom: 20px;
  color: #8F949C;
  font-size: 16px;
  font-weight: bold;
}

.one-col-group p {
  color: #8F949C;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  line-height: 26px;
}

.one-col-group h4 {
  color: #0BC1B8;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin: 40px 0;
}

.wavefooter.footer_sect {
  margin: 0;
  padding: 0;
}

.svgtop.wavetop {
  margin-top: -30px;
  z-index: 99;
  position: relative;
}

.wavefooter.footer_sect svg.wavetop {
  margin: -11px 0;
}

.wavefooter.footer_sect .cont_bg {
  background: #CFE8E5;
}

.wavefooter.footer_sect .cont_bg .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 100px 0;
}

.wavefooter.footer_sect .cont_bg .row img {
  width: 90%;
}

.wavefooter.footer_sect svg.wavetop path {
  fill: #CFE8E5;
}

.wavefooter.footer_sect h2 {
  color: #434343;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: normal;
}

.wavefooter.footer_sect p:not(a) {
  padding-bottom: 20px;
  line-height: 20px;
  color: #929292;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.secteurs-page .body-container-wrapper {
  padding-bottom: 0;
}

.secteurs-row2-top-content p {
  color: #8F949C;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.secteurs-row2-top-content {
  max-width: 83.333333% !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}

.secteurs-page .temoignages_block ul {
  margin-bottom: 0;
}


.one-col-image-with-content-wrapper .block {
  margin: 40px auto;
  width: 100%;
}

.one-col-image-with-content-wrapper .center {
  text-align: center;
  margin: auto;
}

.one-col-image-with-content-wrapper .image img {
  width: 100%;
}

.one-col-image-with-content-wrapper .texte {
  font-family: 'Raleway';
  text-align: center;
}

.one-col-image-with-content-wrapper .block h2 {
  color: #666666;
  font-size: 21px;
  line-height: 39px;
  font-weight: 500;
}

.one-col-image-with-content-wrapper .block h3 {
  color: #53535A;
  font-size: 32px;
  font-weight: bold;
  line-height: 55px;
}

.one-col-image-with-content-wrapper .texte em {
  font-style: normal;
  color: #DA3768;
}

.one-col-image-with-content-wrapper .block p {
  color: #666666;
  font-size: 16.8px;
  line-height: 21px;
  text-align: center;
}

.one-col-image-with-content-wrapper .block h4 {
  color: #58627C;
  font-size: 21px;
  font-weight: bold;
  line-height: 38px;
}

.one-col-image-with-content-wrapper .block h5 {
  color: #C9C9C9;
  font-size: 28px;
  line-height: 50px;
  font-weight: bold;
}

.care-reply .body-container-wrapper {
  padding-bottom: 0;
}

.care-reply .wavefooter.footer_sect .cont_bg .row .col-6 {
  padding: 40px 0 100px 0;
}


/* ======= Homepage ========= */

section#home {
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ec1967), to(#a5174c));
  background: -webkit-linear-gradient(top, #ec1967 0%, #a5174c 100%);
  background: -o-linear-gradient(top, #ec1967 0%, #a5174c 100%);
  background: linear-gradient(180deg, #ec1967 0%, #a5174c 100%);
  height: 100vh;
  z-index: 9;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  min-height: 1px;
}

#home.goscrollfixed {
  position: fixed;
  overflow: hidden;
}

.fill {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  margin-left: -211px;
  margin-top: -358px;

}

#home .fill {
  animation: transition_fill 1s ease-in-out 0s forwards;
}

.fill1 .content {
  width: 193px;
  animation: transition_fill_img 1s ease-in-out 0s forwards;
}

@keyframes transition_fill {
  0% {
    opacity: 0;
    margin-left: -260px;
    margin-top: -380px;

  }
  to {
    opacity: 1;
    margin-left: -211px;
    margin-top: -358px;

  }
}

@keyframes transition_fill_img {
  0% {
    transform: rotate(-8deg);

  }
  to {
    transform: rotate(0deg);


  }
}

.fill img {
  max-width: none;
  width: 100%;
}

.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: auto;
}

.magasin {
  padding-top: 70px;
  padding-bottom: 20px;
  font-size: 0;
}

.stars .fullstar {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.star1 .fullstar {
  animation: transition_stars .7s ease-in-out .3s forwards;
}

.star2 {
  margin-left: -2px;
}

.star2 img {
  padding-bottom: 45px;
}

.star2 .fullstar {
  animation: transition_stars .7s ease-in-out .8s forwards;
}

.star3, .star4, .star5 {
  margin-left: 0;
}

.star3 img {
  padding-bottom: 58px;
}

.star3 .fullstar {
  animation: transition_stars .7s ease-in-out 1.3s forwards;
}

.star4 img {
  padding-bottom: 45px;
}

.star4 .fullstar {
  animation: transition_stars .7s ease-in-out 1.8s forwards;
}

.star5 img {
  padding-bottom: 0;
}

.showstar {
  animation: transition_stars .7s ease-in-out 0s forwards;
}

.magasin img.svgmag {
  width: 20%;
  vertical-align: middle;
}

.hidestar {
  /* padding: 0px 44px 0 20px; */
  animation: transition_stars_out .5s ease-in-out 0s forwards;
}

#home h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin: auto;
}

#home p {
  margin-bottom: 4%;
  color: #f6f6f6;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Raleway';
}

a.skiphome {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin: auto auto auto -25px;
  border: 3px solid #fff;
  color: #fff;
}

a.skiphome span {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -10px;
  animation: bounce 2s infinite;
}

.icon-arrow:before {
  content: "\e900";
  color: #fff;
}

#home a.btn_border {
  margin-left: 20px;
}

@keyframes transition_stars {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes transition_stars_out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  60% {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
}

@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateY(0);
    opacity: .4
  }
  to {
    -webkit-transform: translateY(.4em);
    opacity: .9
  }
}

.homepage .custom-footer-t-image {
  display: none !important;
}

.menu_space {
  height: 70px;
}

.partner-group h2,
.customer-reviews-wrapper h2,
.content_tool h2{
  text-align: center;
  margin: auto;
  color: #7b7b7b;
  font-family: 'Raleway';
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.customer-reviews-wrapper .content_tool {
  position: relative;
  z-index: 999;
}

.partner-group .col-lg-4 {
  min-height: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.partner-group .col-lg-4 img {
  vertical-align: middle;
}


.block_choice {
  opacity: 0;
  display: none;
}

.block_choice.choice1, .choice2.show {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block_choice, .choice1.hide {
  opacity: 0;
  display: none;
}


.block_w {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 4px 4px 4px 0 rgba(107, 107, 107, .5);
  text-align: center;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.block_w a {
  display: block;
  width: 100%;
  height: 100%;
  color: #7b7b7b;
}

.block_w img {
  vertical-align: middle;
}

.block_w .text {
  padding: 10px 5%;
}

.block_w h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin: 20px 0 15px;
  color: #7b7b7b;    
  font-family: 'Raleway';
}

.block_w.video .image{
  position: relative;

}

.block_choice {
  position: relative;
  z-index: 99;
}

.block_w a:hover {
  text-decoration: none;
}

.center {
  text-align: center;
  margin: auto;
}

#chiffre {
  background-image: url(//blog.guest-suite.com/hubfs/GuestSuite_May2019/Images/imm.jpgg);
  background-position: -6% bottom;
  background-repeat: no-repeat;
  background: none;
  padding-bottom: 100px;
  margin-bottom: -100px;
}

.chiffre_c {
  margin: 40px 0 150px;
}

.block_c {
  height: 259px;
  width: 259px;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(200, 199, 199, .5);
  box-shadow: 4px 4px 4px 0 rgba(200, 199, 199, .5);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}

.block_c .num {
  color: #da3767;
  font-family: 'Raleway';
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.block_c i {
  opacity: .6;
  color: #3e3e3e;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
}

.guest-suite-wrapper .block_left {
  color: #7b7b7b;
  margin-top: 20px;
  padding: 0 0 0 14%;
}

.guest-suite-wrapper .block_left h3 {
  font-family: 'Raleway';
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.guest-suite-wrapper .block_left p {
  font-family: 'Raleway';
  font-size: 34px;
  line-height: 48px;
  margin: 0;
}

.guest-suite-wrapper .secteurs {
  position: relative;
}

.secteurs .shooting {
  position: absolute;
  top: 10%;
  z-index: 7;
  left: 11%;
}

.secteurs .bull_secteur {
  text-align: center;
  color: #58627c;
  font-family: 'Raleway';
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.secteurs .bull_secteur:hover {
  text-decoration: none;
}

.secteurs .bull_secteur.bull_1 {
  left: 33%;
  top: 42%;
}

.secteurs .bull_secteur.bull_2 {
  left: 0%;
  top: 50%;
  z-index: 10;
}

.secteurs .bull_secteur img {
  display: block;
  margin: 0 auto;
}

.secteurs .bull_secteur.bull_3 {
  left: 10%;
  top: -11%;
  z-index: 10;
}

.secteurs .bull_secteur.bull_4 {
  left: 42%;
  top: -26%;
  z-index: 5;
}

.secteurs .bull_secteur span {
  display: inline-block;
  width: 50%;
  margin: 0 25%;
  padding: 15px 0 0;
}

.guest-suite-wrapper {
  padding: 0 15px;
}

.secteurs .bull_secteur:hover {
  text-decoration: none;
}

#quality {
  background-color: #cfe8e5;
  padding-bottom: 250px;
  z-index: 99;
  position: relative;
  background-repeat: no-repeat;
}

#quality .container.content_tool {
  padding-top: 50px;
}

#quality .col.image{
  text-align: center;
}

.video_ico {
  position: relative;
  display: block;
  text-align: center;
}

.csm-our-customer-sec .video_ico img {
  width: 100%;
}

.video_ico:before {
  font-family: 'gs';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#quality .col.image img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

#quality h2 {
  color: #3e3e3e;
  font-size: 34px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}

#quality .col p{
  color: #3e3e3e;
  font-family: 'Raleway';
  font-size: 19px;
}

#guestapp-reviews-simple.guestapp-simple-widget {
  position: relative;
  border-radius: 5px !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 100 !important;
  width: 100% !important;
}

#guestapp-reviews-simple.guestapp-simple-widget {
  position: relative;
  max-width: 500px;
  min-height: 120px;
}

#guestapp-reviews-simple.guestapp-widget-bright {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #333;
  overflow: hidden;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate .guestapp-average {
  background-color: #da3768;
  border-radius: 50%;
  box-sizing: border-box;
  color: white;
  height: 90px;
  padding-top: 8px;
  text-align: center;
  width: 90px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big3 {
  font-size: 3em;
  line-height: 1.2em;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb3 {
  margin: 3px;
  margin-top: -3px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-scale {
  border-top: 1px solid white;
  font-size: 28px;
  padding: 0 8px;
}

#guestapp-reviews-simple.guestapp-widget-bright .guestapp-scale {
  border-top: 1px solid #ccc;
  padding-top: 2px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
  display: inline-block;
  text-align: left;
  margin-top: 30px !important;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  width: auto;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

#guestapp-reviews-simple p {
  margin: 5px 0;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  text-align: right;
  margin: 0 5px 5px 0;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer img {
  height: 40px;
  vertical-align: middle;
  width: auto;
}


#quality a.gotop {
  position: absolute;
  width: 68px;
  background-image: url(//blog.guest-suite.com/hubfs/GuestSuite_May2019/Images/stars_bottom.png);
  background-repeat: no-repeat;
  z-index: 9;
  bottom: 3px;
  left: 50%;
  height: 156px;
  margin-left: -34px;
}

.home-bottom-pane {
  padding-top: 70px;
  text-align: center;
}

.home-bottom-pane h2 {
  color: #434343;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}

.home-bottom-pane p {
  color: #929292;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.home-bottom-pane .btn_full {
  margin: 20px 0;
  display: inline-block;
}

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

.home-bottom-pane>div {
  max-width: 75%;
  margin: 0 auto;
  padding: 0 15px;
}

.homepage .custopm-top-footer {
  padding: 120px 0;
}

.headbar .custom-logo {
  padding: 0;
  overflow: hidden;
  height: 60px;
}

.headbar .custom-logo svg {
  width: 90px;
  margin-top: -18px;
}
.headbar .custom-header {
  border-bottom: 1px solid #c7c7c7;
  background: #fff;
  z-index: 1000;
}
.headbar .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #494949;
}
.headbar a.wpml-ls-item-toggle:after{
  color: #000;
}
.headbar .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
  color: #fff;
}
.sp-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.home-wrapper>div:first-of-type {
  height: 100vh;
}

.scroll-content {
  position: relative;
  margin-top: -52px;
}

.guest-suite-group .waveoff {
  display: none;
}

.guest-suite-group .cont_waveblock {
  text-align: center;
}

.guest-suite-group .cont_wav:nth-child(2n+0) .cont_bg {
  background-color: transparent;
}

.guest-suite-group .cont_waveblock:nth-child(even) .cont_bg {
  background-color: #cfe8e5;
}

.guest-suite-group .cont_icon {
  margin-bottom: 46px;
}

.guest-suite-group .content_n .cont_n h2 {
  color: #3E3E3E;
  font-family: 'Raleway';
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}

.guest-suite-group .content_n .cont_n p {
  color: #3E3E3E;
  font-family: 'Raleway';
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}


.guest-suite-group .cont_wav .cont_bg p {
  color: #3E3E3E;
  font-family: 'Raleway';
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.guest-suite-group .mauto {
  margin: auto;
  align-items: center;
  justify-content: center;
}

.guest-suite-group .arg_block {
  padding: 20px 0;
}

.guest-suite-group .arg.row {
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(200, 199, 199, 0.5);
  margin: 0;
  max-width: 100%;
  padding-right: 1%;
}

.guest-suite-group .arg.row * {
  padding: 0;
  margin: 0;
}

.guest-suite-group .arg.row:nth-child(2n+1) {
  margin-right: 2%;
}

.guest-suite-group .arg.row .icon {
  margin: 0 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 3%;
  width: 80px;
}

.guest-suite-group .arg.row .icon img {
  width: 100%;
}

.guest-suite-group .arg.row .txt_ico {
  text-align: left;
  white-space: nowrap;
  padding: 0%;
}

.guest-suite-group .cont_wav .cont_bg .txt_ico p {
  color: #3E3E3E;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.guest-suite-group .cont_wav .cont_bg .txt_ico strong {
  font-weight: 700;
}

.guest-suite-group .cont_waveblock:nth-child(odd) .cont_wav .cont_bg {
  padding-bottom: 100px;
}

.guest-suite-group .cont_waveblock:last-child .cont_wav .cont_bg {
  padding-bottom: 200px;
}

.full-col-wrapper {
  min-height: 300px;
}

.full-col-wrapper, .full-col-wrapper h2,  .full-col-wrapper h3, .full-col-wrapper p {
  color: #fff;
  text-align: center;
}

.full-col-wrapper .cont_wav.wavefooter .cont_bg p {
  color: #fff;
  font-family: 'Raleway';
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.guest-suite-page .body-container-wrapper {
  padding-bottom: 0;
}

.full-col-wrapper .cont_wav.wavefooter .cont_bg {
  padding-bottom: 300px;
}

.wavefooter a.btn_white {
  box-shadow: none;
}

.confiance-page .banner-inner-wrapper h6 {
  color: #fff;
}

.confiance-page .body-container {
  padding-bottom: 200px;
}


/* ==== Press ===== */

.press-content-wrapper {
  background: #E1F2F0;
}

.press-group {
  padding-bottom: 300px;
  min-height: 300px;
}

.press-group ul li.block_w.bloc_p {
  margin: 0 2%;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: visible;
}

.press-group ul li.block_w.bloc_p:hover {
  text-decoration: none;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

.press-group ul li.block_w a img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.press-group ul li.block_w.bloc_p .logo {
  width: 168px;
  height: 168px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(200,199,199,0.5);
  box-shadow: 4px 4px 4px 0 rgba(200,199,199,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin: auto;
  margin-top: -84px;
  z-index: 9;
  position: relative;
}

.press-group ul li.block_w.bloc_p .logo img {
  width: 77px;
  margin: auto;
}

.press-group ul .block_w .inner_w {
  padding: 20px 25px 10px 25px;
}

.press-group ul li.block_w.bloc_p strong {
  color: #464646;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 0;
  min-height: 83px;
  font-family: "Montserrat";
  line-height: 21px;
  display: block;
}

.press-group ul li.block_w.bloc_p .resume {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  text-align: justify;
  min-height: 166px;
  margin-bottom: 65px;
}

.press-group ul li.block_w.bloc_p .btn {
  padding: 30px 0 10px 0;
  color: #DA3768;
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.showmore.btn_grey {
  margin: 20px 0;
}

.press-page .body-container-wrapper {
  padding-bottom: 0;
}

.hide_full {
  opacity: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  -ms-flex: 0;
  flex: 0;
  max-width: 0;
  margin: 0 !important;
}

/* ====== Resource Group ======= */

.resources-page .banner-area {
  min-height: 350px;
}

.resources-page .body-container-wrapper {
  background: #E1F2F0;
  padding: 0;
}

/* .resource-group #filters{
padding-bottom: 300px;
} */

#filters_content {
  margin: 0;
  margin-left: -14.5%;
}

#filters_content li.block_w {
  margin-left: 12.3%;
  margin-top: 100px;
  text-align: left;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}
#filters_content .block_secteur {
  background: #DB3F6D;
}

#filters_content .block_secteur img {
  width: auto;
  padding: 50px 0;
  margin: auto;
  display: block;
}

#filters_content .block_w .inner_w {
  padding: 20px 25px 10px 25px;
  background: #FFFFFF;
}

#filters_content .block_w a span {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
}

#filters_content .block_w a strong {
  display: block;
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  padding: 10px 0 0 0;
  min-height: 55px;
}

.paddind_bottom_foot {
  padding-bottom: 300px;
}

.resource-group.secteurs_content a.block_secteur img {
  margin-right: 0;
}

.mix {
  display: none;
}


.tab-content ul {
  padding-left: 10px;
}

.tab-content ul li {
  font-family: 'Raleway';
  font-size: 17px;
  padding: 5px 5px;
  padding-left: 50px;
  color: #5B5B5B;
  font-weight: bold;
}

.tab-content ul li:before {
  content: '';
  background-image: url(//blog.guest-suite.com/hubfs/GuestSuite_May2019/Images/check-1.svg);
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin-left: -37px;
  margin-top: 1px;
}


.banner-area.request-demo-banner {
  height: 720px;
  position: relative;
  z-index: 99;
}

.request-demo-banner.banner-area h1 {
  margin-top: 180px;
  margin-bottom: .5rem;
}

.request-demo-form {
  padding-top: 73px;
}

.request-demo-form form {
  border-radius: 10px;
  color: #424242;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 4px 0 rgba(200,199,199,0.5);
  padding: 40px 90px;
  margin: 0 auto;
  max-width: 75vw;
  width: 700px;
  z-index: 10;
  font-family: 'Raleway', 'Lato', sans-serif;
}

.request-demo-form .form-title {
  display: none;
}

.request-demo-form .hs-form-field>label {
  padding-top: 2px;
}

.request-demo-form .hs-button.primary {
  margin: 15px 5px 10px 5px;
}

.request-demo-form .hs-error-msgs {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.request-demo-form .hs_error_rollup .hs-error-msgs {
  border: none;
  color: #f00;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 0;
  margin: 0;
}

.cont_wav:last-of-type .cont_bg.section-bg-color {
  padding-bottom: 100px;
}

.block_offre .price,
.block_offre .center {
  padding-left: 5px;
  padding-right: 5px;
}

.hs-fexi-cols .secteurs_content a.block_secteur img {
  margin-right: 0;
}

html[lang="en"] .banner-area .btn_border {
  margin-left: 30px;
}

.no-nav .custom-footer {
  padding-bottom: 0;
}
/* Styles that do not fit into any of the available sections above can go here. */




/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width:1381px) and (max-width:1490px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    margin-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    padding: 10px 20px;
  }
}
@media (max-width:1380px){
  /*   .container-fluid .row-fluid .page-center {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
} */

  .custom-header .page-center{
    max-width: 100% !important;
  }

  .custom-footer .row-fluid .page-center {
    max-width: 83.333333% !important;
  }
  .custom-logo {
    padding: 20px 0 0;
    text-align: center;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
  }
}

@media only screen and (max-width: 1266px){
  .wavefooter.footer_sect h2 {
    font-size: 23px;
  }

  .wavefooter.footer_sect p:not(a) {
    font-size: 14px;
  }

  .wavefooter.footer_sect .cont_bg .row {
    padding: 15px 0 140px 0;
  }
}

@media (min-width:1187px) and (max-width:1282px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    margin-left: 0;
    padding: 10px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 10px 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}
@media (max-width:1186px){
  .custom-logo svg {
    width: 80px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a, .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    font-size: 13px;
    line-height: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    padding: 10px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    padding: 7px 10px;
  }
  .custom-menu-primary.js-enabled {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 5px;
    padding-top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child, .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: -17px;
  }
  .banner-area h1 {
    font-size: 39px;
  }
  .scroll-body .custom-menu-primary .hs-menu-wrapper>ul,
  .headbar .custom-menu-primary .hs-menu-wrapper>ul{
    margin-top: 0px;
  }
  .span3.custom-we-here .textwidget p {
    font-size: 20px;
  }
  .span3.custom-we-here h4 {
    font-size: 25px;
  }
  .custom-footer-t-image img {
    margin-top: -149px;
  }

  /*
  .custom-menu-primary.js-enabled {
  position: absolute;
  width: 100%;
  top: 27px;
}
  */

  .btn_full {
    padding: 10px 15px;
  }

  .banner-area p {
    font-size: 18px;
  }

  .span3.custom-we-here p {
    font-size: 20px;
  }

  .span4.custom-footer-logo {
    padding-right: 15px;
    padding-left: 15px;
  }

  .scroll-body .custom-menu-primary.js-enabled,
  .headbar .custom-menu-primary.js-enabled{
    top: 13px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    margin: 0;
  }

  .contact-page .body-container .widget-type-form {
    padding: 16px 25px;
  }

  .contact-page .body-container .widget-type-form>span {
    margin: 0;
  }

  .body-container .form-demo .widget-type-form {
    padding: 16px 25px;
  }

  .body-container .form-demo .widget-type-form>span {
    margin: 0;
  }

  .secteurs-page .banner-area p {
    font-size: 18px;
  }

  .fill1 {
    margin-left: -231px;
    margin-top: -302px;
  }

  .fill1 .content {
    transform: scale(0.6);
    width: 100%;
  }

  .magasin {
    padding-top: 100px;
  }

  .stars {
    width: 35px;
  }

  #home h1 {
    font-size: 27px;
  }

  #home p {
    font-size: 17px;
  }

  .magasin img.svgmag {
    margin-top: -10px;
  }

  .partner-group h2, .customer-reviews-wrapper h2, .content_tool h2 {
    font-size: 24px;
  }

  .partner-group .col-lg-4 {
    min-height: 265px;
  }

  .block_c {
    height: 200px;
    width: 200px;
  }

  .block_c .num {
    font-size: 69px;
  }

  .block_c i {
    font-size: 19px;
  }

  .guest-suite-wrapper .block_left {
    padding: 0 0 0 4%;
  }

  .guest-suite-wrapper .block_left h3 {
    font-size: 48px;
    line-height: 53px;
  }

  .guest-suite-wrapper .block_left p {
    font-size: 27px;
    line-height: 38px;
  }

  #quality {
    background-size: 57px;
  }

  #quality h2 {
    font-size: 28px;
  }

  #quality .col p {
    font-size: 16px;
  }

  .home-bottom-pane h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .home-bottom-pane p {
    font-size: 15px;
  }

  .request-demo-form form {
    padding: 16px 25px;
  }

  .request-demo-form .hs-button.primary {
    padding: 11px 90px;
  }

  .guest-suite-group .arg.row {
    margin-bottom: 10px;
  }

  .resource-group.secteurs_content a.block_secteur span {
    font-size: 15px;
  }
}

@media (max-width: 1075px) {


  .full-col-wrapper div.wavefooter {
    margin-top: -145px;
  }


}

@media (max-width: 991px) {
  .partner-group .col-lg-4 {
    max-width: 100%;
    -ms-flex: 100%;
    flex: 0 0 100%;
  }

  #filters_content .block_w .inner_w {
    padding-left: 10px;
    padding-right: 10px;
  }

  #filters_content .block_w a strong {
    font-size: 14px;
  }
}

@media (min-width: 801px) and (max-width: 980px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    margin-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    padding: 10px;
    font-size: 10px;
    line-height: 13px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    font-size: 10px;
    line-height: 13px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 890px) and (min-width: 801px) {
  .custom-footer-t-image img {
    z-index: 9;
    position: absolute;
  }

  .resource-group #filters_content .block_w .inner_w {
    padding-left: 15px;
    padding-right: 15px;
  }

  .resource-group #filters_content li.block_w {
    margin-left: 8%;
    -ms-flex: 0 0 21%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .resource-group #filters_content {
    margin-left: -10%;
  }

  .resource-group .block_w a strong {
    white-space: normal;
    word-break: break-all;
  }
  .contact-form .hs-button.primary {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 800px) {

  .container-fluid .row-fluid .page-center {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-area h1 {
    font-size: 24px;
  }

  .banner-area p,
  .secteurs-page .banner-area p{
    font-size: 15px;
    line-height: normal;
  }
  .banner-icon {
    font-size: 15px;
    line-height: normal;
  }

  .btn_full {
    display: inline-table;
    margin: 0 0 10px 0;
  }

  .banner-area {
    min-height: 545px;
  }
  .banner-area .page-center {
    min-height: 545px;
    height: auto;
  }
  .banner-area {
    background-size: cover;
  }
  .banner-icon img {
    max-width: 40% !important;
    vertical-align: middle;
    border-style: none;
  }
  .custom-footer .row-fluid .page-center,
  .banner-area .page-center{
    max-width: 100% !important;
  }
  .span4.custom-footer-icon {
    padding: 23px 0 0;
    text-align: right;
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .span4.custom-footer-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.menu-social-menu-footer {
    margin-bottom: 12px;
  }
  .span3.custom-top-footer-menu,
  .span3.custom-we-here {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custopm-top-footer {
    padding: 0;
  }
  .span3.custom-top-footer-menu ul li a {
    font-size: 13px;
  }
  .span3.custom-we-here {
    margin-bottom: 20px;
  }
  .span3.custom-we-here .textwidget p {
    font-size: 16px;
  }
  .span3.custom-we-here p a {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 6px 18px 5px 35px;
    line-height: 27px;
  }
  .span3.custom-we-here p a:before {
    font-size: 9px;
    top: 14px;
  }
  .span3.custom-we-here h4 {
    font-size: 21px;
  }
  .custom-footer-t-image img {
    z-index: 9;
    margin-top: -17px;
    position: relative;
  }
  .custom-footer {
    background: transparent;
    padding-bottom: 70px;
  }
  .custom-footer-wrapper {
    background-color: #fff;
  }
  .body-container-wrapper {
    padding-bottom: 100px;
  }
  .custom-footer-t-image {
    margin-bottom: -1px;
  }

  .hs-full-width .body-container .page-center {
    max-width: 100% !important;
  }

  .contact-page .body-container .page-center {
    max-width: 100% !important;
  }

  .contact-col {
    width: 100% !important;
  }

  .contact-form .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .contact-form .actions {
    margin-bottom: 20px;
  }

  .contact-address h2 {
    font-size: 18px;
    margin: 10px auto;
  }

  .footer-container-wrapper {
    margin-top: -80px;
  }

  .hs-full-width  .main-content h3 {
    font-size: 1.75rem;
  }

  .main-content h2 {
    font-size: 18px;
    margin: 10px auto;
  }

  .hs-full-width  .main-content h4 {
    font-size: 1.5rem;
  }

  .btn_border {
    display: inline-table;
    margin: 0 0 10px 0;
  }

  .form-demo .hs-form-field {
    padding-right: 0 !important;
    width: 100% !important;
  }

  .form-demo .hs-button.primary {
    margin-bottom: 20px;
    padding: 11px 30px;
  }

  .connectivity-partners-wrapper {
    padding-bottom: 100px;
  }

  .col-8, .col-7, .col, .col-10, .col-6, .col-9{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .partner-logo-group h2, .logo-group h2, .partner-row3-title h2 {
    font-size: 18px;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .partner-row1 .page-center {
    max-width: 100% !important;
  }

  .logo_partenaires ul li.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0;
  }

  .logo_partenaires ul li.col-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .temoignages_block {
    position: relative;
    margin: 10px 0 10px 0;
  }

  .temoignages_block ul li {
    width: 90%;
  }

  .temoignages_block ul li div.image {
    width: 70px;
    height: 70px;
  }

  .temoignages_block ul li div.nom {
    font-size: 20px;
  }

  .temoignages_block ul li div.etablissement {
    font-size: 13px;
  }

  .temoignages_block ul li div.cont_tem {
    margin-top: 20px;
    padding: 21px 9px;
  }

  .temoignages_block ul li div.cont {
    font-size: 14px;
  }

  .form1 {
    left: -30px;
    background-position: 0 0;
    width: 425px;
    background-size: contain;
    top: 0;
  }

  .form2 {
    right: -62px;
    top: -39px;
    background-size: contain;
    width: 302px;
    z-index: 0;
  }

  .partner-row3 {
    margin-top: 144px !important;
  }

  .secteurs-row2-top-content h3,
  .one-col-group h3 {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .secteurs-row2-top-content h2,
  .one-col-group h2 {
    font-size: 19px;
    line-height: normal;
    padding-top: 15px;
  }

  .secteurs-row2-flexi .logo_work ul li:nth-child(1), .secteurs-row2-flexi .logo_work ul li:nth-child(5) {
    height: 80px;
  }

  .secteurs-row2-flexi .logo_work ul li {
    height: 100px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .secteurs-row2-flexi .logo_work ul li:nth-child(2), .secteurs-row2-flexi .logo_work ul li:nth-child(4) {
    height: 90px;
  }

  .secteurs-row2 .page-center {
    max-width: 100% !important;
  }


  .one-col-group p {
    font-size: 16px;
    line-height: normal;
  }

  .one-col-group h4 {
    font-size: 19px;
    margin: 20px 0;
  }

  .wavefooter.footer_sect .cont_bg .row .col-6 {
    text-align: center;
  }

  .wavefooter.footer_sect .cont_bg .row img {
    width: 40%;
  }

  .wavefooter.footer_sect h2 {
    font-size: 19px;
    line-height: normal;
    padding-top: 15px;
  }

  .wavefooter.footer_sect p:not(a) {
    padding-bottom: 10px;
    line-height: normal;
    text-align: center;
    font-size: 12px;
  }

  .secteurs-row2-top-content {
    max-width: 100% !important;
  }

  .secteurs-row2-top-content p {
    font-size: 16px;
    line-height: normal;
  }

  .care-reply .banner-icon img {
    max-width: 100% !important;
  }

  .one-col-image-with-content-wrapper .center {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .one-col-image-with-content-wrapper .block {
    margin: 10px auto;
  }

  .one-col-image-with-content-wrapper .block h2 {
    font-size: 18px;
    line-height: 33px;
  }

  .one-col-image-with-content-wrapper .block h3 {
    font-size: 21px;
    line-height: 29px;
  }

  .one-col-image-with-content-wrapper .block p {
    font-size: 14px;
    line-height: 20px;
  }

  .one-col-image-with-content-wrapper .block h4 {
    font-size: 18px;
    line-height: 33px;
  }

  .one-col-image-with-content-wrapper .block h5 {
    font-size: 24px;
    line-height: normal;
  }

  .care-reply .wavefooter.footer_sect .cont_bg .row .col-6 {
    padding: 0;
  }

  .care-reply .wavefooter.footer_sect h2 {
    font-size: 23px;
    padding-top: 0;
  }

  #home h1 {
    font-size: 22px;
    padding: 0 3%;
  }

  #home p {
    font-size: 16px;
    padding: 0 3%;
  }

  #home a.btn_border {
    margin-left: 0;
  }

  .partner-group .col-lg-4 {
    min-height: 180px;
    width: 50%;
    padding: 0 8%;
    flex: 0 0 50%;
  }

  .customer-reviews-wrapper .filter_change {
    margin: 30px 0;
  }

  .block_choice .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 5%;
    margin: 0;
  }

  .chiffre_c .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .guest-suite-wrapper .block_left {
    padding: 0 4%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .secteurs .shooting {
    top: 17%;
    left: -35%;
    transform: rotate(-62deg);
    width: 590px;
    z-index: 0;
  }

  .secteurs .bull_secteur {
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 50%;
    left: 50%;
  }

  .secteurs .bull_secteur.bull_1 {
    left: 50%;
    top: 77%;
  }

  .secteurs .bull_secteur.bull_2 {
    left: 7%;
    top: 31%;
  }

  .secteurs .bull_secteur.bull_3 {
    top: -41%;
    left: 7%;
  }

  .secteurs .bull_secteur.bull_4 {
    top: -38%;
    left: 50%;
  }

  .guest-suite-wrapper .secteurs {
    padding-bottom: 250px;
  }

  #quality {
    background-size: 35px;
    padding-bottom: 130px;
  }

  #quality .col {
    width: 100%;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }

  #quality h2 {
    margin: 20px 0 0 0;
    font-size: 19px;
  }

  #quality .col p {
    font-size: 16px;
  }

  .home-bottom-pane>div {
    max-width: 100%;
  }

  .home-bottom-pane h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .home-bottom-pane p {
    font-size: 15px;
  }

  .homepage .custopm-top-footer {
    padding: 25px 0;
  }

  .guest-suite-group .cont_bg h2 {
    font-size: 22px;
  }

  .guest-suite-group .cont_icon {
    margin-bottom: 36px;
  }

  .guest-suite-group .cont_wav .cont_bg p {
    font-size: 17px;
    line-height: normal;
  }

  .guest-suite-group .arg.row:nth-child(2n+1) {
    margin-left: 1%;
    margin-right: 1%;
  }

  .guest-suite-group .arg.row .txt_ico {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .full-col-wrapper .cont_wav.wavefooter .cont_bg {
    padding: 50px 0 194px 0;
  }

  .full-col-wrapper .cont_n h2 {
    font-weight: 600;
    line-height: 42px;
    font-family: 'Raleway';
  }

  .full-col-wrapper .cont_wav.wavefooter .cont_bg p {
    font-size: 17px;
    line-height: normal;
  }

  .confiance-page .body-container {
    padding-bottom: 100px;
  }

  .press-group ul li.block_w.bloc_p {
    margin-left: auto;
    margin-right: auto;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
  }

  .resources-page .banner-area .page-center {
    min-height: 1px;
  }

  .resource-group.secteurs_content {
    margin-top: -215px;
  }

  #filters_content {
    margin: 0;
  }

  #filters_content li.block_w {
    margin-left: 0%;
    margin-top: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #filters_content .block_secteur img {
    width: auto;
    padding: 50px 0;
    margin: auto;
    display: block;
  }

  #filters_content .block_w a span {
    font-size: 14px;
  }

  #filters_content .block_w a strong {
    font-size: 17px;
    line-height: 21px;
    padding: 10px 0 0 0;
    min-height: 55px;
  }



  .headbar .globe_class .selected,
  .scroll-body .globe_class .selected{
    padding-right: 5px;
  }

  .headbar .globe_class .selected:after,
  .scroll-body .globe_class .selected:after{
    right: -9px;
    color: #000;
  }

  .headbar .visible-phone.custom-request-demo {
    display: block !important;
    width: auto;
  }

  .secteurs_content a.block_secteur span {
    font-size: 15px;
    bottom: 15px;
  }

  .hs-full-width .body-container-wrapper {
    padding-bottom: 100px;
  }

  html[lang="en"] .banner-area .btn_border {
    margin-left: 0;
  }

  h1 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
  }

  h3 {
    font-size: 30px;
  }

  h2 {
    font-size: 32px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .custm-lug {
    position:absolute;
    right:30px;
    top: 30px;
  }
  .scroll-body .custm-lug,
  .headbar .custm-lug{
    display:none;
  }

  .visible-phone.custom-request-demo {
    position: absolute;
    right: 20px;
    top: 17px;
  }
  .visible-phone.custom-request-demo a {
    text-decoration: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    font-weight: 600 !important;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-position: 0 0;
    border-radius: 100px;
    background-image: linear-gradient(to right, #f56c23 0%, #f5a623 100%);
    margin-left: 10px !important;
    margin-right:0;
    padding: 10px 15px !important;
    color: #fff;
  }
  .visible-phone.custom-request-demo a:hover {
    text-decoration: none !important;
    background-position: 100% 0 !important;
    background-size: 200% 100% !important;
  }
  .visible-phone.custom-request-demo{
    opacity:0;
    visibility: hidden;
  }
  .scroll-body .visible-phone.custom-request-demo,
  .headbar .visible-phone.custom-request-demo{
    opacity:1;
    visibility: visible;
  }
  .span4.custom-footer-menu ul li {
    width: auto;
  }
  .span4.custom-footer-logo .footer-logo-custom {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .IE .custom-logo svg{
    height:96.64px;
  }
  .IE .banner-inner-wrapper{
    display:block;
    margin-top:29%;
  }
  ul.menu-social-menu-footer {
    margin-bottom: 20px;
  }

  .span4.custom-footer-logo {
    padding-right: 0;
    padding-left: 0;
  }

  .span3.custom-we-here p {
    font-size: 16px;
    line-height: 1.5;
  }

  .body-container .widget-type-form,
  .landing-page.one-column .body-container .hs_cos_wrapper_type_form , 
  .body-container .widget-type-blog_subscribe, 
  .body-container .widget-type-google_search, 
  .body-container .widget-type-password_prompt, 
  .body-container .widget-type-email_subscriptions,
  .body-container .widget-type-email_simple_subscription,
  .body-container .widget-type-blog_comments #comment-form,
  .hs-search-field{
    max-width: 100%;
  }

  .custom-menu-primary.js-enabled {
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    width: 100%;
    height: 70px;
    bottom: 0;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: auto;
    padding: 0;
    margin: 0;
  }

  .scroll-body .custom-menu-primary.js-enabled,
  .headbar .custom-menu-primary.js-enabled{
    top: auto;
  }

  .mobile-open .custom-menu-primary.js-enabled {
    height: 100vh;
    animation: goto_top 0s ease-in-out .5s forwards;
    bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a, 
  .scroll-body .custom-menu-primary .hs-menu-wrapper>ul>li a,
  .headbar .custom-menu-primary .hs-menu-wrapper>ul>li a{
    color: #A5174C;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 25px 0 26px 80px;
    position: relative;
    z-index: 99;
    background: #ffffff;
    font-weight: normal;
    line-height: 1.5;
  }

  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"],
  input[type="file"],
  textarea,
  select {
    width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.demandezunedmo a {
    padding: 25px 0 26px 80px;
    line-height: 1.5;
  }

  body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    padding: 11.5px 30px;
  }

  .secteurs_content a.block_secteur span {
    font-size: 13px;
    bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    padding-top: 10px;
  }

  .secteurs_content a.block_secteur img,
  .hs-fexi-cols .secteurs_content a.block_secteur img{
    display: block;
    margin: 0 auto;
  }

  .secteurs_content a.block_secteur {
    display: block;
    text-align: center;
  }

  .hs-full-width .body-container .hs_cos_wrapper_type_rich_text ol,
  .hs-offer-emploi .body-container .hs_cos_wrapper_type_rich_text ol{
    padding-left: 20px;
  }

  .resource-group.secteurs_content a.block_secteur img {
    margin: 0 auto;
  }

  .request-demo-form {
    padding-top: 35px;
  }

  .sample-layout .hs-button.primary, 
  .sample-layout input[type="submit"], 
  .sample-layout input[type="button"] {
    padding: 11px 30px;
  }

  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }
}  


@media (max-width: 767px) and (max-height: 500px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    overflow-y: auto !important;
    max-height: 70vh;
  }
}

@media (max-width: 767px) {
  .scroll-content {
    margin-top: 90px;
  }

  .choice {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .switch {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .choice:last-child {
    text-align: center;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    max-height: 100%;
    display: block !important;
    float: none !important;
    margin: 20px 0;
  }
}
@media (max-width: 759px) {
  .custom-logo {
    padding: 20px 0 0;
    text-align: center;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 17%;
    width:100px !important;
    max-width: 100%;
  }
}

@media (max-width: 600px) and (min-width: 421px) {
  .block_offre.bandeau {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

@media (max-width: 479px) {

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
  }

  #guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
    margin: 10px auto;
    display: block;
  }

  #guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
    display: block;
    text-align: center;
  }

  #guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
    position: relative;
    text-align: center;
    margin-top: 15px;
  }

  .guest-suite-group .arg.row .icon {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
  }

  .guest-suite-group .arg.row .txt_ico {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .guest-suite-group .arg.row .icon img {
    margin: 0 auto;
    display: block;
  }

  .guest-suite-group .arg.row {
    padding-left: 1%;
  }

  .guest-suite-group .cont_wav .cont_bg .txt_ico p {
    white-space: normal;
  }


}

@media (max-width: 430px) {
  .custom-logo{
    padding-left:15px;
  }

  .resource-group.secteurs_content a.block_secteur {
    padding: 35px 0 65px 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 31%;
    max-width: 31%;
    margin: 0 1%;
    margin-bottom: 15px;
  }

  .resource-group.secteurs_content {
    padding: 0;
  }

  .request-demo-form .hs-button.primary {
    padding: 11px 60px;
  }

  .secteurs .bull_secteur.bull_4 {
    top: -43%;
    left: 30%;
  }

  .secteurs .bull_secteur.bull_1 {
    left: 30%;
    top: 80%;
  }

  .resource-group.secteurs_content a.block_secteur {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .resource-group.secteurs_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 360px) {
  .visible-phone.custom-request-demo a {
    font-size: 11px;
  }

  .hs-offer-banner-area.banner-area h1 {
    font-size: 27px;
  }
}

.demandez:hover{
  text-decoration: none;
  background-position: 100% 0;
  background-size: 200% 100%;
}
