@charset "UTF-8";
/* /websites/base/css/variables.scss */
/* Responsive : these steps are used on responsive scss and on some function like columns */
/* Layout */
/* Colors
    - bg = background
    - ct = color of text
    - bc = border-color
    - bw = border-width
    - h = hover
    - s = selected
    - d = disabled
    - p = placeholder
    - sep = separator
*/
/* /websites/standard-pelican-template/css/variables.scss */
/* Layout */
/* define some color use and the color of the map */
/* Colors
    - bg = background
    - bgt = background transparent
    - ct = color of text
    - ci = color of icon
    - bc = border-color
    - bw = border-width
    - h = hover
    - s = selected
    - d = disabled
    - p = placeholder
    - sep = separator
*/
/* /websites/116-regie-de-fribourg-sa-main-1/css/variables.scss */
/* /websites/base/css/base.scss */
/*----- Normalize -----*/
html {
  line-height: 1.3;
  /* Correct the line height in all browsers */
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
hr {
  box-sizing: content-box;
  /* Add the correct box sizing in Firefox. */
  height: 0;
  overflow: visible;
  /* Show the overflow in Edge and IE. */
}
pre {
  font-family: monospace, monospace;
  /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers. */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57- */
  text-decoration: underline;
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari. */
}
code, kbd, samp {
  font-family: monospace, monospace;
  /* Correct the inheritance and scaling of font size in all browsers. */
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers. */
}
small {
  font-size: 80%;
  /* Add the correct font size in all browsers. */
}
/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  /* Remove the border on images inside links in IE 10. */
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* Change the font styles in all browsers. */
  font-size: 100%;
  line-height: 1.3;
  margin: 0;
  /* Remove the margin in Firefox and Safari. */
}
button, input {
  overflow: visible;
  /* Show the overflow in IE and Edge. */
}
button, select {
  text-transform: none;
  /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari. */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  /* Remove the inner border and padding in Firefox. */
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Restore the focus styles unset by the previous rule. */
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
  /* Correct the padding in Firefox. */
}
/*
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  vertical-align: baseline;
  /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
}
textarea {
  overflow: auto;
  /* Remove the default vertical scrollbar in IE 10+. */
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* Add the correct box sizing in IE 10. */
  padding: 0;
  /* Remove the padding in IE 10. */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome. */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari. */
  outline-offset: -2px;
  /* Correct the outline style in Safari. */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS. */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari. */
  font: inherit;
  /* Change font properties to `inherit` in Safari. */
}
details {
  display: block;
  /* Add the correct display in Edge, IE 10+, and Firefox. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers. */
}
template {
  display: none;
  /* Add the correct display in IE 10+. */
}
/* Add the correct display in IE 10. */
[hidden] {
  display: none;
}
/* Debug transition effect when page is loaded */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
address {
  font-style: normal;
}
/*----- General -----*/
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "lnum";
  font-family: Arial, sans-serif;
  outline: 0;
  margin: 0;
  padding: 0;
}
body {
  background: #FFFFFF;
  color: #0b1213;
  font-size: 18px;
  position: relative;
}
#main {
  position: relative;
}
a, .action_js {
  text-decoration: none;
  color: #4788f0;
  transition: 0.2s color, 0.2s background, 0.2s border, 0.2s opacity;
  cursor: pointer;
}
a:hover, .action_js:hover {
  color: #a1c2f7;
}
a.inactive, a.inactive:hover, .action_js.inactive, .action_js.inactive:hover {
  cursor: default;
  color: white;
}
a svg *, .action_js svg * {
  transition: 0.2s fill, 0.2s stroke, 0.2s opacity;
}
label, label .label_text {
  transition: 0.2s color, 0.2s background, 0.2s border, 0.2s opacity, 0.2s transform ease-in-out, 0.2s margin ease-in-out;
}
h1, h2 {
  font-weight: 700;
  margin-bottom: 1.5vh;
}
h3, h4, .h3, .h4 {
  font-weight: 500;
  margin-bottom: 0.75vh;
}
h5, h6 {
  font-weight: 400;
  margin-bottom: 0.25vh;
}
h1 {
  font-size: 1.8em;
}
section h1 {
  margin: 0 0 2vh;
  text-align: center;
  color: #0b1213;
}
h2 {
  font-size: 1.5em;
}
h3, .h3 {
  font-size: 1.4em;
}
h4, .h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul {
  margin-left: 1em;
}
section {
  padding: 10vh 0;
}
#global .section_light {
  background: #FFFFFF;
}
#global .section_dark {
  background: #0b1213;
  color: #f3f7fd;
}
#global {
  position: relative;
}
header .inner_content, footer .inner_content, section .inner_content {
  max-width: 1600px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.main_navigation .inner_content {
  max-width: none;
  margin: 0;
  width: auto;
  position: static;
}
.hide {
  display: none !important;
}
.unstyled_list {
  list-style: none;
}
.flex {
  display: flex;
}
.flex.flex_space_between {
  justify-content: space-between;
}
.wrap {
  flex-wrap: wrap;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
[data-overlib] {
  cursor: pointer;
}
input[data-overlib], textarea[data-overlib] {
  cursor: text;
}
.icon_info_overlib svg, .user_management .user_selection_title .icon_info_overlib svg {
  position: relative;
  width: 0.75em;
  height: 0.75em;
  vertical-align: super;
  margin-left: 0.3em;
}
#overlib {
  position: fixed;
  background: #e6e6e6;
  color: #0b1213;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  z-index: 1500;
  display: none;
  padding: 0.5vh 0.5vw;
  margin: 1em 0 0 1em;
  max-width: 300px;
}
#overlib.displayed {
  display: block;
}
.js_loader {
  display: none;
}
.onloading {
  position: relative;
}
.onloading > .js_loader {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 50;
}
.onloading > .js_loader .js_loader_icon {
  position: sticky;
  top: 0;
  margin: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  max-height: 100vh;
  max-width: 100vw;
}
.onloading > .js_loader .js_loader_icon svg {
  width: 3em;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.onloading > .js_loader .js_loader_icon svg * {
  fill: #0b1213;
}
.onloading.input, .onloading.button {
  position: static;
}
.onloading.input > .js_loader, .onloading.button > .js_loader {
  background: none;
}
.onloading.input > .js_loader .js_loader_icon, .onloading.button > .js_loader .js_loader_icon {
  margin-right: 0.75em;
}
.onloading.input > .js_loader .js_loader_icon svg, .onloading.button > .js_loader .js_loader_icon svg {
  width: 2em;
}
.autocomplete.onloading .js_loader, .input_autocomplete_multiple.onloading .js_loader {
  left: unset;
  right: 0;
  width: 2.5em;
  background: none;
}
.autocomplete.onloading .js_loader .js_loader_icon svg, .input_autocomplete_multiple.onloading .js_loader .js_loader_icon svg {
  width: 1.6em;
}
body.onloading .js_loader {
  position: fixed;
}
.infinite_loader.onloading {
  margin-top: 60px;
  height: 3em;
}
.clear {
  clear: both;
}
/*----- Header -----*/
header {
  position: relative;
  z-index: 95;
}
header.header_scrollup, header.header_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  transition: transform 0.5s ease;
}
header h1 {
  color: #0b1213;
}
header.scrollDown {
  transform: translateY(-100%);
}
#header_top {
  background: #FFFFFF;
  color: #0b1213;
}
#header_top .inner_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_content {
  display: flex;
  padding: 1vh 0;
}
#logo {
  margin: auto;
}
#logo a {
  color: #fff;
}
#logo svg {
  width: 100%;
}
#logo img {
  min-width: 150px;
}
#logo .logo.logo-mobile, .footer_logo .logo.logo-mobile {
  display: block;
}
#logo .logo, .footer_logo .logo {
  display: block;
}
#logo .logo-mobile, .footer_logo .logo-mobile {
  display: none;
}
.menu_button {
  padding: 10px;
  display: block;
}
.menu_button .cross svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  display: block;
}
.menu_button .cross svg path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 30px;
  stroke-linecap: round;
  stroke-dashoffset: 0px;
  stroke: #0b1213;
}
.menu_button .cross svg path#top, .menu_button .cross svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.menu_button .cross svg circle {
  transition: all 0.4s;
  opacity: 1;
  transition-delay: 0.4s;
}
.menu_button .cross.open circle {
  opacity: 0;
  transition-delay: 0s;
}
.menu_button .cross.open path#top, .menu_button .cross.open path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.menu_button .cross.open path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
.main_navigation {
  background: transparent;
  color: #0b1213;
  display: block;
}
.main_navigation #nav_content {
  justify-content: center;
}
.main_navigation .nav_item {
  position: relative;
  white-space: nowrap;
  padding: 0.5em 1em;
}
.main_navigation #nav_content > .nav_item {
  font-size: 1.1em;
}
.main_navigation .nav_item > a {
  color: #0b1213;
}
.main_navigation .nav_item:hover > a {
  color: #4788f0;
}
.main_navigation .nav_item.selected > a {
  color: #4788f0;
}
.main_navigation .nav_submenu {
  display: none;
  position: absolute;
  background: #4788f0;
  margin: 0 -1em;
  padding: 0.5em 0;
  z-index: 1;
}
.main_navigation .nav_submenu .nav_item > a {
  color: #ffffff;
}
.main_navigation .nav_submenu .nav_item:hover > a {
  color: #ffffff;
}
.main_navigation .nav_submenu .nav_item.selected > a {
  color: #ffffff;
}
.main_navigation .nav_item_submenu:hover .nav_submenu {
  display: block;
}
.nav_mobile {
  display: none;
  cursor: pointer;
  /*position: absolute;
    top:50%;
    transform:translateY(-50%);
    right:-0;*/
}
.menu_top {
  margin: auto -0.75em;
  font-size: 0.85em;
  color: #0b1213;
}
.menu_top_part {
  align-items: center;
  margin: auto 0.5em;
}
.menu_top_part .menu_top_item {
  padding: 0.25em;
}
.menu_top_part .menu_top_item.selected {
  color: #4788f0;
}
.menu_top_part .menu_top_item.selected a {
  color: #4788f0;
}
.menu_top_part a {
  color: #0b1213;
}
.menu_top_part a:hover {
  color: #4788f0;
}
.menu_top_part a:hover svg * {
  fill: #4788f0;
}
.menu_top_part a.selected {
  color: #4788f0;
}
.menu_top_part a.selected svg * {
  fill: #4788f0;
}
.menu_top_part svg {
  width: 1.33em;
  height: 1.33em;
}
.menu_top_part svg * {
  fill: #0b1213;
}
.menu_top_part.menu_favorites {
  position: relative;
}
.menu_top_part.menu_favorites .favorites_count {
  position: absolute;
  background-color: #0b1213;
  color: #FFFFFF;
  text-align: center;
  top: -7px;
  right: -10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
}
.menu_top_part.menu_login .login_icon {
  margin: auto 0.5em;
}
.menu_langs .select_content .selected_item, .menu_currencies .select_content .selected_item {
  display: none;
}
.profile_menu {
  position: relative;
}
.profile_menu .profile_submenu {
  display: none;
  background: #4788f0;
  position: absolute;
  z-index: 75;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2em 0;
}
.profile_menu:hover .profile_submenu {
  display: block;
}
.profile_menu .profile_infos {
  color: #ffffff;
  padding: 0.4em 1em;
  border-bottom: 1px solid white;
  margin-bottom: 0.2em;
}
.profile_menu .profile_submenu_item {
  padding: 0.4em 1em;
  display: block;
  color: #ffffff;
  white-space: nowrap;
}
.profile_menu .profile_submenu_item:hover {
  color: #ffffff;
}
.profile_menu .profile_submenu_item.selected {
  color: #ffffff;
}
/*----- Footer -----*/
footer {
  background: #4788f0;
  color: #ffffff;
  position: relative;
}
footer #footer_content {
  justify-content: space-between;
  padding: 2vh 0;
  margin: 0 -30px;
  font-size: 0.85em;
}
footer .footer_col {
  width: calc(25% - 60px);
  margin: 30px;
}
footer .footer_col li {
  text-transform: uppercase;
}
footer #footer_copyright {
  background: #FFFFFF;
  color: #888888;
  text-align: center;
  padding: 0.75vh 0;
  font-size: 0.75em;
}
footer h3, footer .h3 {
  margin-bottom: 0.25em;
  font-weight: normal;
}
footer .footer_row {
  margin-top: 0;
  margin-bottom: 0.125em;
}
footer button, footer .button {
  margin-top: 0.5em;
}
.social_networks a {
  display: inline-block;
  margin-right: 1em;
}
.social_networks a:last-child {
  margin-right: 0;
}
.social_networks a svg {
  display: block;
  width: 2.3em;
  height: 2.3em;
}
/*----- Errors -----*/
.error_content {
  text-align: center;
}
.error_content .inner_content {
  width: 50%;
}
.error_content div.error {
  text-align: left;
  padding: 5px;
  border: 2px solid #333;
}
.error_content div.error h4 {
  margin-bottom: 20px;
  color: red;
}
.error_content div.error table.trace td {
  padding: 5px;
  white-space: nowrap;
}
.error_content img {
  max-width: 300px;
  margin: 0 auto;
}
.error_content .button {
  margin: 5px;
}
/*----- Buttons -----*/
button, .button {
  padding: 0.5em 1em;
  display: inline-block;
  transition: 0.2s color, 0.2s background, 0.2s border, 0.2s opacity;
}
button:not(.inactive), .button:not(.inactive) {
  cursor: pointer;
}
button, button.inactive:hover, .button, .button.inactive:hover {
  background: #4788f0;
  color: #ffffff;
  border: 0px solid #B00D22;
}
button svg *, button.inactive:hover svg *, .button svg *, .button.inactive:hover svg * {
  fill: #ffffff;
}
button:hover, button:focus, .button:hover, .button:focus {
  background: #a1c2f7;
  color: #FFFFFF;
  border-color: #B00D22;
}
button:hover svg *, button:focus svg *, .button:hover svg *, .button:focus svg * {
  fill: #FFFFFF;
}
.button_container {
  margin-top: 40px;
  text-align: center;
}
/*----- Inputs & selects -----*/
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=time], input[type=url], textarea, select, .multiselect, .input {
  text-align: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1em;
  transition: 0.2s color, 0.2s background-color, 0.2s opacity, 0.2s border ease-in-out, 0.2s box-shadow ease-in-out;
  background: none;
  border: 0;
  padding: 0;
}
input[type=text]:not(.simple_layout), input[type=password]:not(.simple_layout), input[type=email]:not(.simple_layout), input[type=tel]:not(.simple_layout), input[type=number]:not(.simple_layout), input[type=date]:not(.simple_layout), input[type=time]:not(.simple_layout), input[type=url]:not(.simple_layout), textarea:not(.simple_layout), select:not(.simple_layout), .multiselect:not(.simple_layout), .input:not(.simple_layout) {
  background-color: #FFFFFF;
  border: 1px solid #4788f0;
  color: #4788f0;
  padding: 0.5em 1em;
  border-radius: 0;
}
input[type=text]:not(.simple_layout):hover, input[type=text]:not(.simple_layout):focus, input[type=text]:not(.simple_layout).focus, input[type=password]:not(.simple_layout):hover, input[type=password]:not(.simple_layout):focus, input[type=password]:not(.simple_layout).focus, input[type=email]:not(.simple_layout):hover, input[type=email]:not(.simple_layout):focus, input[type=email]:not(.simple_layout).focus, input[type=tel]:not(.simple_layout):hover, input[type=tel]:not(.simple_layout):focus, input[type=tel]:not(.simple_layout).focus, input[type=number]:not(.simple_layout):hover, input[type=number]:not(.simple_layout):focus, input[type=number]:not(.simple_layout).focus, input[type=date]:not(.simple_layout):hover, input[type=date]:not(.simple_layout):focus, input[type=date]:not(.simple_layout).focus, input[type=time]:not(.simple_layout):hover, input[type=time]:not(.simple_layout):focus, input[type=time]:not(.simple_layout).focus, input[type=url]:not(.simple_layout):hover, input[type=url]:not(.simple_layout):focus, input[type=url]:not(.simple_layout).focus, textarea:not(.simple_layout):hover, textarea:not(.simple_layout):focus, textarea:not(.simple_layout).focus, select:not(.simple_layout):hover, select:not(.simple_layout):focus, select:not(.simple_layout).focus, .multiselect:not(.simple_layout):hover, .multiselect:not(.simple_layout):focus, .multiselect:not(.simple_layout).focus, .input:not(.simple_layout):hover, .input:not(.simple_layout):focus, .input:not(.simple_layout).focus {
  background-color: #ffffff;
  border-color: #4788f0;
  color: #4788f0;
}
input[type=text]:not(.simple_layout).inactive, input[type=text]:not(.simple_layout).inactive:hover, input[type=text]:not(.simple_layout).inactive:focus, input[type=text]:not(.simple_layout).inactive.focus, input[type=text]:not(.simple_layout)[disabled], input[type=text]:not(.simple_layout)[disabled]:hover, input[type=text]:not(.simple_layout)[disabled]:focus, input[type=text]:not(.simple_layout)[disabled].focus, input[type=text]:not(.simple_layout).disabled, input[type=text]:not(.simple_layout).disabled:hover, input[type=text]:not(.simple_layout).disabled:focus, input[type=text]:not(.simple_layout).disabled.focus, input[type=password]:not(.simple_layout).inactive, input[type=password]:not(.simple_layout).inactive:hover, input[type=password]:not(.simple_layout).inactive:focus, input[type=password]:not(.simple_layout).inactive.focus, input[type=password]:not(.simple_layout)[disabled], input[type=password]:not(.simple_layout)[disabled]:hover, input[type=password]:not(.simple_layout)[disabled]:focus, input[type=password]:not(.simple_layout)[disabled].focus, input[type=password]:not(.simple_layout).disabled, input[type=password]:not(.simple_layout).disabled:hover, input[type=password]:not(.simple_layout).disabled:focus, input[type=password]:not(.simple_layout).disabled.focus, input[type=email]:not(.simple_layout).inactive, input[type=email]:not(.simple_layout).inactive:hover, input[type=email]:not(.simple_layout).inactive:focus, input[type=email]:not(.simple_layout).inactive.focus, input[type=email]:not(.simple_layout)[disabled], input[type=email]:not(.simple_layout)[disabled]:hover, input[type=email]:not(.simple_layout)[disabled]:focus, input[type=email]:not(.simple_layout)[disabled].focus, input[type=email]:not(.simple_layout).disabled, input[type=email]:not(.simple_layout).disabled:hover, input[type=email]:not(.simple_layout).disabled:focus, input[type=email]:not(.simple_layout).disabled.focus, input[type=tel]:not(.simple_layout).inactive, input[type=tel]:not(.simple_layout).inactive:hover, input[type=tel]:not(.simple_layout).inactive:focus, input[type=tel]:not(.simple_layout).inactive.focus, input[type=tel]:not(.simple_layout)[disabled], input[type=tel]:not(.simple_layout)[disabled]:hover, input[type=tel]:not(.simple_layout)[disabled]:focus, input[type=tel]:not(.simple_layout)[disabled].focus, input[type=tel]:not(.simple_layout).disabled, input[type=tel]:not(.simple_layout).disabled:hover, input[type=tel]:not(.simple_layout).disabled:focus, input[type=tel]:not(.simple_layout).disabled.focus, input[type=number]:not(.simple_layout).inactive, input[type=number]:not(.simple_layout).inactive:hover, input[type=number]:not(.simple_layout).inactive:focus, input[type=number]:not(.simple_layout).inactive.focus, input[type=number]:not(.simple_layout)[disabled], input[type=number]:not(.simple_layout)[disabled]:hover, input[type=number]:not(.simple_layout)[disabled]:focus, input[type=number]:not(.simple_layout)[disabled].focus, input[type=number]:not(.simple_layout).disabled, input[type=number]:not(.simple_layout).disabled:hover, input[type=number]:not(.simple_layout).disabled:focus, input[type=number]:not(.simple_layout).disabled.focus, input[type=date]:not(.simple_layout).inactive, input[type=date]:not(.simple_layout).inactive:hover, input[type=date]:not(.simple_layout).inactive:focus, input[type=date]:not(.simple_layout).inactive.focus, input[type=date]:not(.simple_layout)[disabled], input[type=date]:not(.simple_layout)[disabled]:hover, input[type=date]:not(.simple_layout)[disabled]:focus, input[type=date]:not(.simple_layout)[disabled].focus, input[type=date]:not(.simple_layout).disabled, input[type=date]:not(.simple_layout).disabled:hover, input[type=date]:not(.simple_layout).disabled:focus, input[type=date]:not(.simple_layout).disabled.focus, input[type=time]:not(.simple_layout).inactive, input[type=time]:not(.simple_layout).inactive:hover, input[type=time]:not(.simple_layout).inactive:focus, input[type=time]:not(.simple_layout).inactive.focus, input[type=time]:not(.simple_layout)[disabled], input[type=time]:not(.simple_layout)[disabled]:hover, input[type=time]:not(.simple_layout)[disabled]:focus, input[type=time]:not(.simple_layout)[disabled].focus, input[type=time]:not(.simple_layout).disabled, input[type=time]:not(.simple_layout).disabled:hover, input[type=time]:not(.simple_layout).disabled:focus, input[type=time]:not(.simple_layout).disabled.focus, input[type=url]:not(.simple_layout).inactive, input[type=url]:not(.simple_layout).inactive:hover, input[type=url]:not(.simple_layout).inactive:focus, input[type=url]:not(.simple_layout).inactive.focus, input[type=url]:not(.simple_layout)[disabled], input[type=url]:not(.simple_layout)[disabled]:hover, input[type=url]:not(.simple_layout)[disabled]:focus, input[type=url]:not(.simple_layout)[disabled].focus, input[type=url]:not(.simple_layout).disabled, input[type=url]:not(.simple_layout).disabled:hover, input[type=url]:not(.simple_layout).disabled:focus, input[type=url]:not(.simple_layout).disabled.focus, textarea:not(.simple_layout).inactive, textarea:not(.simple_layout).inactive:hover, textarea:not(.simple_layout).inactive:focus, textarea:not(.simple_layout).inactive.focus, textarea:not(.simple_layout)[disabled], textarea:not(.simple_layout)[disabled]:hover, textarea:not(.simple_layout)[disabled]:focus, textarea:not(.simple_layout)[disabled].focus, textarea:not(.simple_layout).disabled, textarea:not(.simple_layout).disabled:hover, textarea:not(.simple_layout).disabled:focus, textarea:not(.simple_layout).disabled.focus, select:not(.simple_layout).inactive, select:not(.simple_layout).inactive:hover, select:not(.simple_layout).inactive:focus, select:not(.simple_layout).inactive.focus, select:not(.simple_layout)[disabled], select:not(.simple_layout)[disabled]:hover, select:not(.simple_layout)[disabled]:focus, select:not(.simple_layout)[disabled].focus, select:not(.simple_layout).disabled, select:not(.simple_layout).disabled:hover, select:not(.simple_layout).disabled:focus, select:not(.simple_layout).disabled.focus, .multiselect:not(.simple_layout).inactive, .multiselect:not(.simple_layout).inactive:hover, .multiselect:not(.simple_layout).inactive:focus, .multiselect:not(.simple_layout).inactive.focus, .multiselect:not(.simple_layout)[disabled], .multiselect:not(.simple_layout)[disabled]:hover, .multiselect:not(.simple_layout)[disabled]:focus, .multiselect:not(.simple_layout)[disabled].focus, .multiselect:not(.simple_layout).disabled, .multiselect:not(.simple_layout).disabled:hover, .multiselect:not(.simple_layout).disabled:focus, .multiselect:not(.simple_layout).disabled.focus, .input:not(.simple_layout).inactive, .input:not(.simple_layout).inactive:hover, .input:not(.simple_layout).inactive:focus, .input:not(.simple_layout).inactive.focus, .input:not(.simple_layout)[disabled], .input:not(.simple_layout)[disabled]:hover, .input:not(.simple_layout)[disabled]:focus, .input:not(.simple_layout)[disabled].focus, .input:not(.simple_layout).disabled, .input:not(.simple_layout).disabled:hover, .input:not(.simple_layout).disabled:focus, .input:not(.simple_layout).disabled.focus {
  background-color: #FFFFFF;
  border-color: #5f97f2;
  color: #76a6f4;
  cursor: default;
}
.optional_field {
  font-size: 0.75em;
  opacity: 0.75;
  font-style: italic;
  padding-right: 2px;
}
.required_field {
  color: #ff5050;
}
.animated_form .row, .animated_form.row {
  width: 100%;
  height: auto;
  position: relative;
}
.animated_form .row label, .animated_form.row label {
  display: inline-block;
  vertical-align: middle;
}
.animated_form .row label.checkbox, .animated_form.row label.checkbox {
  display: flex;
}
.animated_form input[type=text] + label, .animated_form input[type=password] + label, .animated_form input[type=email] + label, .animated_form input[type=tel] + label, .animated_form input[type=number] + label, .animated_form input[type=date] + label, .animated_form input[type=time] + label, .animated_form input[type=url] + label, .animated_form textarea + label, .animated_form .multiselect_box + label, .animated_form .input + label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 1em;
  cursor: text;
  color: #8eb6f6;
  transform: translateX(-2px);
  transform-origin: 0% 100%;
  background-color: #FFFFFF;
  border-radius: 2px;
  padding: 0 3px;
  border: 1px solid transparent;
}
.animated_form input[type=text] + label.placeholder, .animated_form input[type=password] + label.placeholder, .animated_form input[type=email] + label.placeholder, .animated_form input[type=tel] + label.placeholder, .animated_form input[type=number] + label.placeholder, .animated_form input[type=date] + label.placeholder, .animated_form input[type=time] + label.placeholder, .animated_form input[type=url] + label.placeholder, .animated_form textarea + label.placeholder, .animated_form .multiselect_box + label.placeholder, .animated_form .input + label.placeholder {
  color: #8eb6f6;
  white-space: nowrap;
}
.animated_form input[type=text]:focus + label, .animated_form input[type=text].focus + label, .animated_form input[type=text].not_empty + label, .animated_form input[type=password]:focus + label, .animated_form input[type=password].focus + label, .animated_form input[type=password].not_empty + label, .animated_form input[type=email]:focus + label, .animated_form input[type=email].focus + label, .animated_form input[type=email].not_empty + label, .animated_form input[type=tel]:focus + label, .animated_form input[type=tel].focus + label, .animated_form input[type=tel].not_empty + label, .animated_form input[type=number]:focus + label, .animated_form input[type=number].focus + label, .animated_form input[type=number].not_empty + label, .animated_form input[type=date]:focus + label, .animated_form input[type=date].focus + label, .animated_form input[type=date].not_empty + label, .animated_form input[type=time]:focus + label, .animated_form input[type=time].focus + label, .animated_form input[type=time].not_empty + label, .animated_form input[type=url]:focus + label, .animated_form input[type=url].focus + label, .animated_form input[type=url].not_empty + label, .animated_form textarea:focus + label, .animated_form textarea.focus + label, .animated_form textarea.not_empty + label, .animated_form .multiselect_box:focus + label, .animated_form .multiselect_box.focus + label, .animated_form .multiselect_box.not_empty + label, .animated_form .input:focus + label, .animated_form .input.focus + label, .animated_form .input.not_empty + label {
  -ms-transform: translateX(-2px) scale(0.75);
  transform: translateX(-2px) scale(0.75);
  margin-top: calc(-0.5em - 4px);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.animated_form input[type=text]:focus + label, .animated_form input[type=text].focus + label, .animated_form input[type=password]:focus + label, .animated_form input[type=password].focus + label, .animated_form input[type=email]:focus + label, .animated_form input[type=email].focus + label, .animated_form input[type=tel]:focus + label, .animated_form input[type=tel].focus + label, .animated_form input[type=number]:focus + label, .animated_form input[type=number].focus + label, .animated_form input[type=date]:focus + label, .animated_form input[type=date].focus + label, .animated_form input[type=time]:focus + label, .animated_form input[type=time].focus + label, .animated_form input[type=url]:focus + label, .animated_form input[type=url].focus + label, .animated_form textarea:focus + label, .animated_form textarea.focus + label, .animated_form .multiselect_box:focus + label, .animated_form .multiselect_box.focus + label, .animated_form .input:focus + label, .animated_form .input.focus + label {
  background-color: #ffffff;
  color: #8eb6f6;
}
.animated_form input[type=text]:hover + label, .animated_form input[type=password]:hover + label, .animated_form input[type=email]:hover + label, .animated_form input[type=tel]:hover + label, .animated_form input[type=number]:hover + label, .animated_form input[type=date]:hover + label, .animated_form input[type=time]:hover + label, .animated_form input[type=url]:hover + label, .animated_form textarea:hover + label, .animated_form .multiselect_box:hover + label, .animated_form .input:hover + label {
  background-color: #ffffff;
  color: #4788f0;
}
.animated_form input[type=text]:hover + label.placeholder, .animated_form input[type=password]:hover + label.placeholder, .animated_form input[type=email]:hover + label.placeholder, .animated_form input[type=tel]:hover + label.placeholder, .animated_form input[type=number]:hover + label.placeholder, .animated_form input[type=date]:hover + label.placeholder, .animated_form input[type=time]:hover + label.placeholder, .animated_form input[type=url]:hover + label.placeholder, .animated_form textarea:hover + label.placeholder, .animated_form .multiselect_box:hover + label.placeholder, .animated_form .input:hover + label.placeholder {
  color: #8eb6f6;
}
.animated_form input[type=text].inactive + label, .animated_form input[type=text][disabled] + label, .animated_form input[type=text].disabled + label, .animated_form input[type=password].inactive + label, .animated_form input[type=password][disabled] + label, .animated_form input[type=password].disabled + label, .animated_form input[type=email].inactive + label, .animated_form input[type=email][disabled] + label, .animated_form input[type=email].disabled + label, .animated_form input[type=tel].inactive + label, .animated_form input[type=tel][disabled] + label, .animated_form input[type=tel].disabled + label, .animated_form input[type=number].inactive + label, .animated_form input[type=number][disabled] + label, .animated_form input[type=number].disabled + label, .animated_form input[type=date].inactive + label, .animated_form input[type=date][disabled] + label, .animated_form input[type=date].disabled + label, .animated_form input[type=time].inactive + label, .animated_form input[type=time][disabled] + label, .animated_form input[type=time].disabled + label, .animated_form input[type=url].inactive + label, .animated_form input[type=url][disabled] + label, .animated_form input[type=url].disabled + label, .animated_form textarea.inactive + label, .animated_form textarea[disabled] + label, .animated_form textarea.disabled + label, .animated_form .multiselect_box.inactive + label, .animated_form .multiselect_box[disabled] + label, .animated_form .multiselect_box.disabled + label, .animated_form .input.inactive + label, .animated_form .input[disabled] + label, .animated_form .input.disabled + label {
  color: #76a6f4;
  cursor: default;
  background: #FFFFFF;
}
.animated_form input::placeholder, .animated_form textarea::placeholder {
  color: transparent !important;
}
.animated_form input::-webkit-input-placeholder, .animated_form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent !important;
}
.animated_form input::-moz-placeholder, .animated_form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}
.animated_form input:-moz-placeholder, .animated_form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: transparent !important;
}
.animated_form input:-ms-input-placeholder, .animated_form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent !important;
}
.animated_form .multiselect_box {
  border: none;
  background: none;
}
.animated_form .multiselect_box .multiselect {
  display: block;
}
.animated_form .multiselect_box .multiselect .multiselect_title.placeholder {
  opacity: 0;
}
.animated_form .multiselect_box + label {
  cursor: pointer;
  max-width: calc(100% - 3.2em + 6px);
}
.animated_form .errorinput + label, .animated_form .errorinput:hover + label, .animated_form .errorinput:focus:focus + label, .animated_form .error input + label, .animated_form .error input:hover + label, .animated_form .error input:focus:focus + label, .animated_form .error textarea + label, .animated_form .error textarea:hover + label, .animated_form .error textarea:focus:focus + label, .animated_form .error .multiselect_box + label, .animated_form .error .multiselect_box:hover + label, .animated_form .error .multiselect_box:focus:focus + label {
  color: #ff5050;
  background: #FFFFFF;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 2.25em;
}
select, option {
  font-size: 1em;
}
.select.select, .multiselect.multiselect {
  cursor: pointer;
  padding-right: 2.2em;
  display: block;
}
.select.select:after, .multiselect.multiselect:after {
  content: '▾';
  position: absolute;
  right: 1.05em;
  top: 50%;
  transform: translateY(-55%);
}
.select.select.simple_layout, .multiselect.multiselect.simple_layout {
  padding-right: 1.1em;
}
.select.select.simple_layout:after, .multiselect.multiselect.simple_layout:after {
  right: 0;
}
.multiselect_box {
  position: relative;
}
.multiselect_title .counter, .multiselect_title input {
  display: none;
}
.multiselect_content {
  display: none;
  position: absolute;
  min-width: 100%;
  background: #ffffff;
  border: 1px solid #4788f0;
  border-radius: 0 0 0 0;
  padding: 0.75em 0;
  z-index: 101;
  text-align: left;
  margin-top: -1px;
  max-height: 80vh;
  overflow: auto;
}
.multiselect_content .highlight_separator {
  border-bottom: 1px solid #4788f0;
  margin: 0.5em 0;
}
.simple_layout + .multiselect_content {
  border-radius: 0;
  margin-top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.select_box .multiselect_content {
  padding: 0.25em 0;
}
.multiselect_cb:checked + .multiselect_box .multiselect_content {
  display: block;
}
.multiselect_cb:checked + .multiselect_box .multiselect_content.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  border-radius: 0 0 0 0;
  background-color: #ffffff;
  border-color: #4788f0;
  color: #4788f0;
}
.animated_form .multiselect_cb:checked + .multiselect_box + label {
  background-color: #ffffff;
}
.multiselect_item > label {
  padding: 0.25em 1em;
  white-space: nowrap;
  width: 100%;
  color: #4788f0;
}
.multiselect_item.option_disabled {
  display: none;
}
.select_box .select_item > label {
  padding: 0;
  display: block;
}
.select_box .select_item .cb_input {
  display: none;
}
.select_box .select_item .label_text {
  padding: 0.25em 1em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.select_box .select_item .label_text:hover {
  background-color: #4788f0;
  color: #FFFFFF;
}
.select_box .select_item input:checked + .cb_input + .label_text, .select_box .select_item input:checked + .label_text {
  background-color: #4788f0;
  color: #FFFFFF;
}
.select_box .select_item .select_default_value {
  opacity: 0.75;
  font-style: italic;
}
.select_box .select_item .select_default_value input:checked + .cb_input + .label_text {
  display: none;
}
.placeholder, select option[value=""] {
  color: #8eb6f6;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.7;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.7;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.7;
}
/* IE hack */
select::-ms-expand {
  display: none;
}
.checkbox {
  display: flex;
  cursor: pointer;
}
.checkbox input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.checkbox input + .cb_input {
  border: 1px solid #4788f0;
  border-radius: 3px;
  background: #FFFFFF;
  width: 1.33em;
  min-width: 1.33em;
  height: 1.33em;
  vertical-align: text-bottom;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  margin-right: 0.33em;
}
.checkbox input[disabled] + .cb_input, .checkbox input.inactive + .cb_input input.disabled + .cb_input {
  background: #FFFFFF;
  border-color: #5f97f2;
  cursor: default;
}
.checkbox input:focus + .cb_input, .checkbox input:hover + .cb_input {
  background: #ffffff;
  border-color: #4788f0;
}
.checkbox input[type=radio] + .cb_input {
  border-radius: 1.33em;
}
.checkbox input:checked + .cb_input, .checkbox input.checked + .cb_input, .checkbox input.partially + .cb_input {
  background-color: #4788f0;
  border-color: #4788f0;
  color: #FFFFFF;
}
.checkbox input:checked + .cb_input:after, .checkbox input.checked + .cb_input:after, .checkbox input.partially + .cb_input:after {
  content: '';
  display: block;
  position: absolute;
}
.checkbox input.partially:not(:checked) + .cb_input:after {
  top: 50%;
  left: 50%;
  width: 40%;
  height: calc(1.33em / 6);
  background: #FFFFFF;
  transform: translate(-50%, -50%);
}
.checkbox input[type=radio]:checked + .cb_input:after {
  background-color: #FFFFFF;
  content: '';
  padding: 6px;
  border-radius: 1.33em;
  background-clip: content-box;
  border: none;
  width: 100%;
  height: 100%;
}
.checkbox input[type=checkbox]:checked + .cb_input:after {
  top: 50%;
  left: 50%;
  width: 30%;
  height: 60%;
  border: solid #FFFFFF;
  border-width: 0 calc(1.33em / 8) calc(1.33em / 8) 0;
  transform: translate(-50%, -60%) rotate(45deg);
  transform-origin: center center;
}
.checkbox .label_text {
  display: inline-block;
  text-align: left;
  white-space: normal;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  background: #4788f0;
  color: #FFFFFF;
  border: 1px solid #4788f0;
  white-space: nowrap;
}
.ui-widget-content {
  border: none;
  color: #4788f0;
  white-space: nowrap;
  background: #FFFFFF;
  border: 1px solid #4788f0;
}
.prospection_form_wrapper .ui-front {
  overflow: hidden auto;
}
.ui-front {
  z-index: 16;
  max-height: calc(-180px + 100vh);
  width: auto !important;
}
.ui-front input.focus, .ui-front input.focus + label, .ui-front input.focus + .ui-menu, .ui-front input.focus + label + .ui-menu, .ui-front input:focus, .ui-front input:focus + label, .ui-front input:focus + .ui-menu, .ui-front input:focus + label + .ui-menu {
  z-index: 25;
}
.input_autocomplete_multiple {
  display: flex;
  flex-wrap: wrap;
  /*max-height:5em;
    overflow-y: auto;
    overflow-x: hidden;

    &:after {
        @include pseudo($pos: static);
        height:0.5em;
    }*/
}
.input_autocomplete_multiple .autocomplete_multiple_real_input {
  width: 0%;
}
.input_autocomplete_multiple.focus .autocomplete_multiple_real_input {
  width: 50%;
}
.input_autocomplete_multiple:not(.focus) .autocomplete_result:last-of-type:after {
  opacity: 0;
}
.input_autocomplete_multiple .ui-widget.ui-widget-content {
  width: auto !important;
  min-width: 100%;
  top: calc(100% - 1px) !important;
  left: 0 !important;
}
.input_autocomplete_multiple .nbr_elements_displayed {
  display: none;
}
.input_autocomplete_multiple.display_limited:not(.focus) .nbr_elements_displayed {
  display: block;
}
.input_autocomplete_multiple.display_limited:not(.focus) .autocomplete_result {
  display: none;
}
.input_autocomplete_multiple.display_limited:not(.focus) .autocomplete_multiple_real_input {
  opacity: 0;
}
.input_autocomplete_multiple .nbr_elements_displayed {
  display: none;
}
.autocomplete_result {
  display: flex;
  /*white-space: nowrap;*/
}
.autocomplete_result:after {
  content: ',';
  display: inline-block;
  margin-right: 0.666em;
}
.autocomplete_result span.remove {
  align-self: flex-start;
  position: relative;
}
.autocomplete_result span.remove:after {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  opacity: 0;
  content: '✕';
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 0.6em;
  text-align: center;
  background-color: #4788f0;
  color: #FFFFFF;
  border-radius: 2em;
  vertical-align: 0.5em;
  transition: 0.2s opacity;
  margin-left: 0.25em;
}
.autocomplete_result:hover span.remove:after {
  opacity: 0.6;
}
.autocomplete_result:hover span.remove:hover:after {
  opacity: 1;
}
/* IE hack */
input[type=checkbox]::-ms-check, input[type=radio]::-ms-check {
  display: none;
}
/*----- Forms -----*/
.form .row {
  margin: 0.85em 0;
  position: relative;
}
.form .row:first-of-type {
  margin-top: 0;
}
.form .row label.form_error_msg {
  display: none;
  cursor: pointer;
}
.form .row .row_cb {
  display: inline-block;
}
.form .row .row_cb .radio_options, .form .row .row_cb .checkbox {
  display: flex;
}
.form .row .row_cb .radio_options .optional_field, .form .row .row_cb .radio_options .required_field, .form .row .row_cb .checkbox .optional_field, .form .row .row_cb .checkbox .required_field {
  margin-left: 0.66em;
}
.form .row.error, .form .row .error {
  /*.checkbox + label.form_error_msg {
                margin: 0 0 0 0.5em;
                left: auto;
                transform: translateX(0);

                &:before {
                    @include css-triangle($color: $bg_error, $direction: left, $size: 0.5em);
                    top: 50%;
                    left: 0;
                    transform: translate(-40%, -50%);
                }
            }*/
}
.form .row.error .form_error_msg_box, .form .row .error .form_error_msg_box {
  display: block;
  text-align: center;
}
.form .row.error label.form_error_msg, .form .row .error label.form_error_msg {
  display: inline-block;
  color: #FFFFFF;
  background: #ff5050;
  position: relative;
  text-align: center;
  padding: 0.25em 0.75em;
  margin: 0.5em auto 0;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
}
.form .row.error label.form_error_msg:before, .form .row .error label.form_error_msg:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid #ff5050;
  margin-bottom: 0em;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}
.form .row.row_multiple {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.form .row.row_multiple .row_group {
  position: relative;
  width: 100%;
}
.form .row.row_multiple .row_group:not(:first-child) {
  margin-left: 0.5em;
}
.form .row.row_multiple.row_npa_city .row_postalcode:not(.error), .form .row.row_multiple.row_npa_city .row_object_postalcode:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_postalcode:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) {
  width: 33.33%;
}
.form .row.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_object_location:not(.error) {
  width: 66.66%;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel], .form input[type=number], .form input[type=date], .form input[type=time], .form input[type=url], .form textarea, .form .input {
  width: 100%;
}
.form .error input, .form .error input:hover, .form .error input:focus, .form .error .checkbox input:not(:checked) + .cb_input, .form .error .checkbox input:not(:checked) + .cb_input:hover, .form .error .checkbox input:not(:checked) + .cb_input:focus, .form .error textarea, .form .error textarea:hover, .form .error textarea:focus, .form .error .multiselect, .form .error .multiselect:hover, .form .error .multiselect:focus, .form .error .multiselect_cb:checked + .multiselect_box .multiselect, .form .error .multiselect_cb:checked + .multiselect_box .multiselect:hover, .form .error .multiselect_cb:checked + .multiselect_box .multiselect:focus, .form .error .multiselect_content, .form .error .multiselect_content:hover, .form .error .multiselect_content:focus {
  border-color: #ff5050;
  color: #ff5050;
  background: #FFFFFF;
}
.form .error .label_text {
  color: #ff5050;
}
.form .checkbox:not(:first-child) {
  margin-left: 1em;
}
.profile_form .row_newsletters .checkbox:not(:first-child) {
  margin: 1em 0 0 0;
}
#back_to_top {
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}
#back_to_top.active {
  display: block;
}
.body_menu_visible #back_to_top.active {
  display: none !important;
}
#back_to_top svg {
  width: 40px;
  height: 40px;
}
.global_messages {
  position: fixed;
  top: 15%;
  right: 20px;
  max-width: 30vw;
  min-width: 280px;
  z-index: 200;
  font-size: 1.2em;
}
.global_messages .message {
  text-align: center;
  margin: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.global_messages .close_messages {
  position: absolute;
  top: 0.33em;
  right: 0.33em;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1em;
  width: 1em;
  text-align: center;
  cursor: pointer;
}
.global_messages .close_messages:hover {
  font-weight: bold;
}
.global_messages .message + .message {
  margin-top: 1em;
}
.message {
  padding: 1em 2em;
  margin: 1em 0;
  border-radius: 0;
}
.message.error_message {
  color: #FFFFFF;
  background: #ff5050;
}
.message.error_message a, .message.error_message + .close_messages {
  color: #FFFFFF;
}
.message.error_message svg * {
  fill: #FFFFFF;
}
.message.no_results_message {
  color: #f3f7fd;
  background: #0b1213;
}
.message.no_results_message a, .message.no_results_message + .close_messages {
  color: #f3f7fd;
}
.message.no_results_message svg * {
  fill: #f3f7fd;
}
.message.success_message {
  color: #FFFFFF;
  background: #33D275;
}
.message.success_message a, .message.success_message + .close_messages {
  color: #FFFFFF;
}
.message.success_message svg * {
  fill: #FFFFFF;
}
.message.warning_message {
  color: #FFFFFF;
  background: #FF9739;
}
.message.warning_message a, .message.warning_message + .close_messages {
  color: #FFFFFF;
}
.message.warning_message svg * {
  fill: #FFFFFF;
}
.message svg {
  width: 2em;
  height: 2em;
}
.message a {
  text-decoration: underline;
}
.list > .message {
  width: 100%;
  text-align: center;
}
.list > .message svg {
  margin-bottom: 0.5em;
}
/*----- Columns -----*/
.col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
  max-width: 100vw;
}
.col > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1500px) {
  .col > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .col > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .col > * {
    width: calc(100% - 60px);
  }
}
.col_flex2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.col_flex2 > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 770px) {
  .col_flex2 > * {
    width: calc(100% - 60px);
  }
}
.col_flex3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.col_flex3 > * {
  width: calc(33.33% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1050px) {
  .col_flex3 > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 770px) {
  .col_flex3 > * {
    width: calc(100% - 60px);
  }
}
.col_flex4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.col_flex4 > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1350px) {
  .col_flex4 > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1050px) {
  .col_flex4 > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 770px) {
  .col_flex4 > * {
    width: calc(100% - 60px);
  }
}
/*----- List & Box -----*/
.list, .objects_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.list > *, .objects_list > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1500px) {
  .list > *, .objects_list > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .list > *, .objects_list > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .list > *, .objects_list > * {
    width: calc(100% - 60px);
  }
}
.objects_style_fullsize {
  margin: 0;
}
.objects_style_fullsize .box_object_fullsize_item {
  margin: 0 0 1px;
}
.box {
  background: #ffffff;
  display: flex;
}
.box.box_link {
  cursor: pointer;
}
.box.box_link:hover, .box.box_article:hover {
  background: #ffffff;
}
.box > .box_inner {
  color: #0b1213;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.box.box_link:hover > .box_inner {
  color: #0b1213;
}
.box .box_title, .box .box_body {
  padding: 20px;
  width: 100%;
}
.box .box_title {
  background: #494B4C;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}
.box .box_title h2, .box .box_title h3, .box .box_title h4 {
  margin-bottom: 0;
}
.box .box_price, .box .box_date {
  background: #DADADA;
  color: #444444;
  text-align: center;
  padding: 20px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0;
}
.box.cms_box_box_default {
  background: none;
  color: #0b1213;
  border: none;
}
.box_picture {
  position: relative;
  /*.no_pic {
        @include aspect-ratio(16, 9);
        > .content {
            display: flex;

            svg {
                display: block;
                margin: auto;
                max-width: 40%;
                max-height: 40%;

                * {
                    fill: rgba($ct_box, 0.5);
                }
            }
        }
    }*/
}
.box_picture .slogan {
  position: absolute;
  top: 1em;
  left: 0;
  background: rgba(71, 136, 240, 0.8);
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  z-index: 10;
}
.pictures .grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
}
.pictures .grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
}
.caract_list {
  justify-content: center;
}
.caract_list .caract_icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 1em;
}
.caract_list .caract_icon:first-child {
  margin-left: 0;
}
.caract_list .caract_icon:last-child {
  margin-right: 0;
}
.caract_list .caract_icon .icon {
  margin-bottom: 0.25em;
}
.caract_list .caract_icon .icon[data-overlib] {
  cursor: default;
}
.caract_list .caract_icon svg {
  width: 1.4em;
  vertical-align: bottom;
  height: auto;
}
.box_object_item {
  position: relative;
}
.box_object_item.highlight {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.box_object_item .favorite_button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 25px;
  height: 25px;
}
.box_object_item .favorite_button svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: transform 0.2s;
}
.box_object_item .favorite_button svg * {
  fill: #000000;
}
.box_object_item .favorite_button:hover svg {
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}
.box_object_horizontal_item {
  width: calc(100% - 60px);
}
.box_object_horizontal_item .owl-carousel .owl-nav {
  opacity: 0;
  transition: 0.2s opacity;
}
.box_object_horizontal_item:hover .owl-carousel .owl-nav {
  opacity: 1;
}
.box_object_horizontal_item .box_picture {
  width: 20%;
}
.box_object_horizontal_item .box_infos, .box_object_horizontal_item .box_caracts {
  width: 40%;
  padding: 20px;
}
.box_object_horizontal_item .box_inner {
  flex-direction: row;
  flex-wrap: wrap;
}
.box_object_horizontal_item .slogan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(71, 136, 240, 0.8);
  color: #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.box_object_horizontal_item .box_infos {
  text-align: left;
  border-right: 1px solid #DFDFDF;
}
.box_object_horizontal_item .box_infos svg {
  width: 13px;
}
.box_object_horizontal_item .caract_list .caract_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0.3em;
}
.box_object_horizontal_item .caract_list .caract_row:last-child {
  margin-bottom: 0;
}
.box_object_horizontal_item .caract_list .caract_row svg, .box_object_horizontal_item .caract_list .caract_row .value {
  display: inline;
}
.box_object_horizontal_item .caract_list .caract_row svg {
  margin-right: 10px;
}
.box_object_fullsize_item {
  width: 100%;
  margin: 0;
  border: 0;
  position: relative;
}
.box_object_fullsize_item .box_infos {
  opacity: 0;
  transition: 0.2s opacity;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  padding: 20px calc(20px - 0.5em);
  z-index: 40;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_object_fullsize_item .box_infos h2, .box_object_fullsize_item .box_infos h3, .box_object_fullsize_item .box_infos h4 {
  margin-bottom: 0.2em;
}
.box_object_fullsize_item .box_infos > * {
  margin: 0 0.5em;
}
.box_object_fullsize_item:hover .box_infos {
  opacity: 1;
}
[data-base-options-owl=owlCmsOptBase1]:hover .box_object_fullsize_item .box_infos {
  opacity: 1;
}
.objects_list + .box_button {
  display: flex;
  justify-content: center;
  margin-top: 2vh;
}
/*----- Filter -----*/
.filter_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.filter_group > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1500px) {
  .filter_group > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .filter_group > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .filter_group > * {
    width: calc(100% - 60px);
  }
}
.filter_button_mobile {
  display: none;
  text-align: center;
  background: #494B4C;
  color: #FFFFFF;
  padding: 10px 0;
  font-weight: 500;
}
.filter_button_mobile .show_filter {
  display: block;
}
.filter_fields {
  margin: 1em 0 0;
}
.filter_fields.flex .filter_element {
  width: 100%;
}
.filter_fields.flex .filter_element:not(:first-of-type) {
  margin-left: 0.5em;
}
.filter_fields.flex .filter_element input[type=text], .filter_fields.flex .filter_element input[type=password], .filter_fields.flex .filter_element input[type=email], .filter_fields.flex .filter_element input[type=tel], .filter_fields.flex .filter_element input[type=number], .filter_fields.flex .filter_element input[type=date], .filter_fields.flex .filter_element input[type=time], .filter_fields.flex .filter_element input[type=url], .filter_fields.flex .filter_element textarea, .filter_fields.flex .filter_element .input {
  width: 100%;
}
/*----- Sliders -----*/
.slider_js {
  width: 100%;
  margin: 0 auto;
}
.slider_js .slider_values {
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  margin-bottom: 0.33em;
}
.slider_js .slider_values.unchanged {
  opacity: 0.5;
}
.slider_js .slider_values .slider_value {
  font-weight: bold;
}
.slider_js .slider {
  display: block;
  position: relative;
  height: 20px;
}
.slider_js .slider .slider_base {
  margin: 0 1px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 2px);
  height: 3px;
  background: #d6d6d6;
}
.slider_js .slider .slider_base .slider_full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  background: #4788f0;
}
.slider_js .slider .slider_handlers {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  left: 10px / 2;
  top: 0;
}
.slider_js .slider .slider_handler {
  /* base of the handler, don't change size and position of this one */
  position: absolute;
  cursor: pointer;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}
.slider_js .slider .slider_handler .slider_handler_display {
  /* visible part of the handler */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  background: #4788f0;
}
.slider_js .slider .slider_handler .slider_handler_display:after {
  /* enlarge the click zone of the handler, important for touchscreen */
  content: '';
  display: block;
  position: relative;
  width: 10px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 48px;
  min-height: 48px;
  background: rgba(0, 0, 0, 0);
}
.slider_js .slider .slider_handler[data-slider-handler=from] {
  left: 0%;
}
.slider_js .slider .slider_handler[data-slider-handler=to] {
  left: 100%;
}
.touchscreen .slider_js {
  max-width: 80vw;
  /* avoid return to previous page when touch for change slider value */
}
.search_tools {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
.search_tools > * {
  margin-right: 1em;
}
.search_tools > *:last-child {
  margin-right: 0;
}
.search_tools .multiselect_box {
  display: inline-block;
}
/*----- Maps -----*/
.map_canvas {
  width: 100%;
  height: 800px;
  /*--- popup not centred ---*/
}
.map_canvas .mapboxgl-ctrl {
  position: relative;
}
.map_canvas .mapboxgl-ctrl-group {
  margin: 0 10px 25px 0;
}
.map_canvas .mapboxgl-popup-content {
  font-size: 14px;
  padding: 0;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.map_canvas .mapboxgl-popup-content .map_custom_content, .map_canvas .mapboxgl-popup-content .cms_part {
  padding: 10px 15px;
}
.map_canvas .mapboxgl-popup-content .map_custom_content.cms_object, .map_canvas .mapboxgl-popup-content .cms_part.cms_object {
  padding: 0;
}
.map_canvas .mapboxgl-popup {
  will-change: unset;
  z-index: 25;
  max-width: 80%;
}
.map_canvas .mapboxgl-popup .owl-nav button {
  font-size: 2em;
}
.map_canvas .box {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.map_canvas .mapboxgl-popup-anchor-top, .map_canvas .mapboxgl-popup-anchor-top-left, .map_canvas .mapboxgl-popup-anchor-top-right {
  top: 11px;
}
.map_canvas .mapboxgl-popup-anchor-top .mapboxgl-popup-tip, .map_canvas .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip, .map_canvas .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #ffffff;
}
.map_canvas .mapboxgl-popup-anchor-right {
  left: -11px;
}
.map_canvas .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #ffffff;
}
.map_canvas .mapboxgl-popup-anchor-bottom, .map_canvas .mapboxgl-popup-anchor-bottom-left, .map_canvas .mapboxgl-popup-anchor-bottom-right {
  top: -11px;
}
.map_canvas .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .map_canvas .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip, .map_canvas .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #ffffff;
}
.map_canvas .mapboxgl-popup-anchor-left {
  left: 11px;
}
.map_canvas .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #ffffff;
}
.map_canvas .marker {
  width: 21px;
  /*-- odd number recommended for center the popup's arrow --*/
  height: 21px;
  cursor: pointer;
}
.map_canvas .marker:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  background: #FFFFFF;
  border: 2px solid #4788f0;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.map_canvas .marker:hover {
  z-index: 20;
}
.map_canvas .marker:hover:after {
  background: #4788f0;
  border: 2px solid #4788f0;
}
.map_canvas .marker.highlight {
  z-index: 20;
}
.map_canvas .marker.highlight:after {
  background: #4788f0;
  border: 2px solid #4788f0;
}
.mapboxgl-popup-content > .cms_part, .mapboxgl-popup-content .map_popup {
  padding: 10px 15px;
}
.mapboxgl-popup-content > .cms_part.object_map_popup, .mapboxgl-popup-content > .cms_part.cms_object, .mapboxgl-popup-content .map_popup.object_map_popup, .mapboxgl-popup-content .map_popup.cms_object {
  padding: 0;
}
.mapboxgl-popup-content .object_map_popup_list.owl-carousel {
  max-width: 350px;
}
.mapboxgl-popup-content .object_map_popup_list.owl-carousel.has_owl_nav {
  max-width: calc(350px + 5em + 80px);
}
.mapboxgl-popup-content .box_object_thumbnail_item, .mapboxgl-popup-content .cms_object > .box {
  width: 350px;
  max-width: 100%;
}
.mapboxgl-popup-content .map_popup_details {
  padding: 10px 15px;
  padding-top: 0;
  font-style: italic;
  font-size: 0.85em;
  text-align: center;
}
.mapboxgl-popup-content .map_popup_details.flex {
  justify-content: center;
  align-items: center;
}
.mapboxgl-popup-content .map_popup_details .owl_external_nav {
  cursor: pointer;
}
.mapboxgl-popup-content .map_popup_details .owl_external_nav svg {
  width: 1.75em;
  height: 1.75em;
  display: block;
}
.mapboxgl-popup-content .map_popup_details .owl_external_nav.arrowLeft {
  margin-right: 1em;
}
.mapboxgl-popup-content .map_popup_details .owl_external_nav.arrowLeft svg {
  transform: rotate(-180deg);
}
.mapboxgl-popup-content .map_popup_details .owl_external_nav.arrowRight {
  margin-left: 1em;
}
.map_container > .map_markers {
  display: none;
}
#search_results {
  padding: 0;
}
.search_results_list {
  padding: 60px 0;
}
.search_results_list_or_map .search_results_map {
  visibility: hidden;
  display: block;
  max-height: 0;
  overflow: hidden;
}
.search_results_list_or_map.show_map .search_results_list {
  padding-bottom: 0;
}
.search_results_list_or_map.show_map .list_container {
  display: none;
}
.search_results_list_or_map.show_map .search_results_map {
  visibility: initial;
  max-height: 3000px;
  padding-bottom: 60px;
}
.search_results_list_or_map.show_map .map_canvas {
  min-height: 80vh;
}
.search_results_list_and_map {
  display: flex;
}
.search_results_list_and_map .search_results_list, .search_results_list_and_map .search_results_map {
  min-height: calc(100vh - 100px);
}
.search_results_list_and_map .search_results_list {
  background: #FFFFFF;
  position: relative;
  z-index: 15;
}
.search_results_list_and_map .search_results_map .js_loader {
  z-index: 10;
}
.search_results_list_and_map.open_map .search_results_list {
  width: calc(100% - 50vw);
}
.search_results_list_and_map.open_map .search_results_map {
  width: 50vw;
}
.search_results_list_and_map.open_map .search_results_list {
  border-right: solid 1px #DFDFDF;
}
.search_results_list_and_map.open_map .objects_style_thumbnail {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.search_results_list_and_map.open_map .objects_style_thumbnail > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1350px) {
  .search_results_list_and_map.open_map .objects_style_thumbnail > * {
    width: calc(100% - 60px);
  }
}
.search_results_list_and_map.closed_map .map_toggle {
  margin-right: 0;
}
.search_results_list_and_map.closed_map .map_toggle .hide_map_button {
  display: none;
}
.search_results_list_and_map.closed_map .map_toggle .show_map_button {
  display: flex;
}
.search_results_list_and_map.closed_map .search_results_list {
  width: 100%;
  border: none;
}
.search_results_list_and_map.closed_map .search_results_map {
  width: 0;
}
.search_results_list_and_map .search_results_list {
  padding: 60px;
}
.search_results_list_and_map .search_results_map {
  overflow: hidden;
}
.search_results_list_and_map .search_results_map .map_container {
  height: 100%;
  position: relative;
}
.search_results_list_and_map .search_results_map #results_map {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}
.search_results_list_and_map .search_results_map #results_map.fixed {
  position: fixed;
  width: 50vw;
}
.search_results_list_and_map .map_toggle {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: calc(-2 * 60px + 1px);
  padding: 0.5em 0.5em 0.6em;
  cursor: pointer;
  background-color: #FFFFFF;
}
.search_results_list_and_map .map_toggle .show_map_button {
  display: none;
  align-items: center;
}
.search_results_list_and_map .map_toggle .hide_map_button {
  display: flex;
  align-items: center;
}
.search_results_list_and_map .map_toggle .hide_map_button:before {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: calc(100% + 1px);
  margin: -1px -1px 0 0;
  right: 0;
  top: 0;
  z-index: -2;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-left: 0;
}
.search_results_list_and_map .map_toggle svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
/*----- Object detail -----*/
.pagination {
  margin: 60px 0;
  font-size: 0.9em;
  text-align: center;
}
.pagination.pagination_allbutton {
  font-size: 1em;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination a {
  display: inline-block;
  padding: 1px 0.6em;
}
.pagination a.button {
  padding: 0.5em 1em;
}
.pagination span {
  vertical-align: middle;
}
.pagination svg {
  height: 10px;
  width: 10px;
  vertical-align: middle;
}
.pagination svg * {
  fill: #0b1213;
  stroke: #0b1213;
}
.pagination .pagination_previous {
  border-right: 1px solid #0b1213;
}
.pagination .pagination_previous svg {
  transform: rotate(-180deg);
}
.pagination .pagination_next {
  border-left: 1px solid #0b1213;
}
.pagination .page_first svg {
  transform: rotate(-180deg);
}
.object_detail_title {
  display: flex;
  justify-content: space-between;
}
.object_detail_title .title {
  text-align: left;
  margin-bottom: 1em;
}
.object_detail_title .price {
  text-align: right;
  white-space: nowrap;
  margin-left: 1em;
}
.object_detail_title .price .display_costs {
  cursor: pointer;
}
.object_detail_title .price .display_costs svg {
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 0.2em;
}
.object_detail_title .price .display_costs svg * {
  fill: #0b1213;
}
.object_detail_title .price .price_table {
  display: none;
  width: auto;
  margin-top: 0.2em;
}
.object_detail_title .price .price_table td {
  padding-right: 5px;
}
.object_detail_title .price .price_table td.label {
  padding-right: 15px;
}
.object_detail_title .price .price_table .total {
  font-weight: 500;
}
.object_detail_title .price.price_detailed .price_table {
  display: block;
}
/*----- Financing -----*/
.scope_financing_simulation input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.scope_financing_simulation input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5a5a5a;
  cursor: pointer;
}
.scope_financing_simulation input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5a5a5a;
  cursor: pointer;
}
.scope_financing_simulation .details .inner_content > div {
  margin: 4vh 0;
}
.scope_financing_simulation .details .inner_content > div:first-child {
  margin-top: 0;
}
.scope_financing_simulation .details .inner_content > div:last-child {
  margin-bottom: 0px;
}
.scope_financing_simulation .details .inner_content .title h1 {
  text-align: left;
}
.scope_financing_simulation .financing_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vh;
}
.scope_financing_simulation .financing_title .icon {
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-top: 5px;
}
.scope_financing_simulation .financing_title svg {
  width: 35px;
  height: auto;
}
.scope_financing_simulation .financing_title h1 {
  margin-bottom: 0;
  /*color: #363636;*/
}
.scope_financing_simulation .inline_element2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.scope_financing_simulation .inline_element2 #fp_input {
  max-width: 40%;
}
.scope_financing_simulation .inline_element3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.scope_financing_simulation .inline_element3 > span {
  min-width: 50%;
}
.scope_financing_simulation .inline_element3 > div {
  display: flex;
  align-items: center;
}
.scope_financing_simulation .inline_element3 > div input {
  width: 30%;
  margin-left: auto;
  min-width: 90px;
}
.scope_financing_simulation .inline_element3 > div span {
  margin-left: auto;
  min-width: 110px;
  text-align: right;
}
.scope_financing_simulation hr {
  border: none;
  background-color: #d9d9d9;
  height: 1px;
  margin: 2vh 0;
}
.scope_financing_simulation .financing_box {
  /*.financing_cap{background-color: #eeeeee;}*/
}
.scope_financing_simulation .financing_box .financing_main, .scope_financing_simulation .financing_box .financing_cap {
  padding: 30px;
}
.scope_financing_simulation .financing_box .financing_main > div, .scope_financing_simulation .financing_box .financing_cap > div {
  margin: 2vh 0;
}
.scope_financing_simulation .financing_box .financing_main h3, .scope_financing_simulation .financing_box .financing_cap h3 {
  font-size: 1.1em;
}
.scope_financing_simulation .financing_box .financing_main #fp_range, .scope_financing_simulation .financing_box .financing_main #ra_range, .scope_financing_simulation .financing_box .financing_cap #fp_range, .scope_financing_simulation .financing_box .financing_cap #ra_range {
  width: 100%;
  margin-top: 30px;
}
.scope_financing_simulation .financing_box .msg {
  display: flex;
  min-height: 200px;
  justify-content: flex-start;
  align-items: center;
}
.scope_financing_simulation .financing_box .msg .msg_icon {
  margin-right: 15px;
}
.scope_financing_simulation .financing_box .msg .msg_icon svg {
  width: 2em;
  height: 2em;
}
.scope_financing_simulation .financing_box .msg.good svg {
  fill: #33D275;
}
.scope_financing_simulation .financing_box .msg.warning svg {
  fill: #FF9739;
}
.scope_financing_simulation .financing_box .msg.bad svg {
  fill: #ff5050;
}
.scope_financing_simulation .financing_box .msg .message {
  padding: 0;
  line-height: 26px;
}
.scope_financing_simulation .financing_box .msg .message.success_message {
  background: none;
  color: #33D275;
}
.scope_financing_simulation .financing_box .msg .message.warning_message {
  background: none;
  color: #FF9739;
}
.scope_financing_simulation .financing_box .msg .message.error_message {
  background: none;
  color: #ff5050;
}
.scope_financing_simulation .financing_box input {
  margin-right: 10px;
  width: 40%;
  min-width: 90px;
}
.scope_financing_simulation .financing_box input[type="number"] {
  padding-right: 1em;
  padding-left: 1em;
}
.scope_financing_simulation .financing_box .toggle_button {
  display: flex;
}
.scope_financing_simulation .financing_box .toggle_button label {
  padding: 13px;
  width: 2vw;
  max-width: 185px;
  min-width: 100px;
  /*background-color: white;*/
  width: 8vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDDDDD;
}
.scope_financing_simulation .financing_box .toggle_button label:hover {
  /*background-color: #f5f5f5;*/
  border-color: #AAAAAA;
  transition-duration: 0.5s;
}
.scope_financing_simulation .financing_box .toggle_button input {
  display: none;
}
.scope_financing_simulation .financing_box .toggle_button input[type=radio]:checked + label {
  color: white;
  background-color: #5a5a5a;
  font-style: normal;
  border: 0px;
}
.scope_financing_simulation .financing_box .cms_accordion {
  background-color: rgba(0, 0, 0, 0);
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content {
  padding: 1rem 0rem;
  font-style: italic;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content .inline_element3 span {
  margin-bottom: 15px;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content .inline_element3 div {
  margin-bottom: 15px;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_content .inline_element2 span {
  margin-bottom: 15px;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_title {
  border-bottom: 0px !important;
  padding: 0 0 0 30px;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_title::after {
  display: none;
}
.scope_financing_simulation .financing_box .cms_accordion .accordion_title:before {
  content: "+";
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  font-size: 18px;
  text-align: center;
  display: flex;
  border: 1.8px solid black;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
}
.scope_financing_simulation .financing_box .cms_accordion.open .accordion_title:before {
  content: "-";
  padding-bottom: 3px;
}
.scope_financing_simulation .financing_box hr:last-child {
  margin: 4vh 0;
}
.scope_financing_simulation .stack, .scope_financing_simulation .stack_fee_included {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 400px;
  z-index: 1;
  margin-top: 4em;
}
.scope_financing_simulation .stack .stack_line, .scope_financing_simulation .stack_fee_included .stack_line {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  transition: height 0.3s;
}
.scope_financing_simulation .stack .stack_line.good .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.good .stack_line_cell {
  background: #33d275;
}
.scope_financing_simulation .stack .stack_line.warning .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.warning .stack_line_cell {
  background: #FF9739;
}
.scope_financing_simulation .stack .stack_line.bad .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.bad .stack_line_cell {
  background: #ff5050;
}
.scope_financing_simulation .stack .stack_line.blue .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.blue .stack_line_cell {
  background: #75aecb;
}
.scope_financing_simulation .stack .stack_line.light_blue .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.light_blue .stack_line_cell {
  background: #8ac3df;
}
.scope_financing_simulation .stack .stack_line.lack .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.lack .stack_line_cell {
  background: #cecece;
}
.scope_financing_simulation .stack .stack_line.hyp1, .scope_financing_simulation .stack_fee_included .stack_line.hyp1 {
  align-items: center;
}
.scope_financing_simulation .stack .stack_line.monthly_revenue .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line.monthly_revenue .stack_line_cell {
  background: #b9baf4;
}
.scope_financing_simulation .stack .stack_line.lack, .scope_financing_simulation .stack_fee_included .stack_line.lack {
  height: 0%;
}
.scope_financing_simulation .stack .stack_line .overflow, .scope_financing_simulation .stack_fee_included .stack_line .overflow {
  align-self: flex-end;
}
.scope_financing_simulation .stack .stack_line:first-child .stack_line_title, .scope_financing_simulation .stack_fee_included .stack_line:first-child .stack_line_title {
  border-top: 0;
  border-bottom: 1px solid grey;
  transform: translateY(-100%);
}
.scope_financing_simulation .stack .stack_line_title, .scope_financing_simulation .stack_fee_included .stack_line_title {
  width: 40%;
  margin-right: 10px;
  border-top: 1px solid grey;
}
.scope_financing_simulation .stack .stack_line_title.no-border, .scope_financing_simulation .stack_fee_included .stack_line_title.no-border {
  border: 0;
}
.scope_financing_simulation .stack .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line_cell {
  width: 20%;
  height: 100%;
  transition: background 0.3s;
}
.scope_financing_simulation .stack .stack_line_infos, .scope_financing_simulation .stack_fee_included .stack_line_infos {
  margin-left: 10px;
  width: 40%;
  background-color: white;
}
.scope_financing_simulation .stack .stack_threshold, .scope_financing_simulation .stack_fee_included .stack_threshold {
  position: absolute;
  left: 40%;
  width: 20%;
  height: 1px;
  border-top: 1px dashed #ffffff;
  z-index: 999;
}
.scope_financing_simulation .stack .stack_threshold#stack_threshold1, .scope_financing_simulation .stack_fee_included .stack_threshold#stack_threshold1 {
  top: calc(400px * 70 / 100);
}
.scope_financing_simulation .stack .stack_threshold#stack_threshold2, .scope_financing_simulation .stack_fee_included .stack_threshold#stack_threshold2 {
  top: calc(400px * 67 / 100);
}
.scope_financing_simulation .stack_fee_included {
  margin-top: 5em;
}
.scope_financing_simulation .fa_included {
  font-style: italic;
  color: lightgray;
}
.scope_financing_simulation .add_fa_included {
  font-style: italic;
  color: lightgray;
  margin-left: auto;
  margin-right: 10px;
  width: 100%;
  text-align: right;
  margin-top: 0.5em;
}
.scope_financing_simulation .back_button {
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
.scope_financing_simulation .back_button > a {
  margin: auto;
}
.mod_datas h6 {
  padding-top: 10px;
}
.scope_financing_simulation .stack .stack_line .overflow, .scope_financing_simulation .stack_fee_included .stack_line .overflow {
  align-self: center;
}
/*----- Financing END -----*/
.share_box span {
  cursor: pointer;
}
.share_box svg {
  width: 2em;
  height: 2em;
}
.object_descriptions {
  margin: -30px;
}
.description_box .text ul > br {
  display: none;
}
.detail_left {
  width: calc(65% - 60px);
  margin: 30px;
}
.detail_right {
  width: calc(35% - 60px);
  margin: 30px;
}
.detail_row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 0;
}
.detail_row .value {
  text-align: right;
}
.distances_box .detail_row .value, .distances_box .detail_row .icon {
  width: 15%;
  text-align: center;
}
.distances_box .detail_row .value {
  white-space: nowrap;
}
.distances_box .detail_row .label {
  width: 40%;
}
.distances_box .detail_row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.included_in_the_price {
  font-size: 0.75em;
  opacity: 0.75;
  font-style: italic;
  float: right;
  margin-top: 0.5em;
}
.conveniences_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.conveniences_list > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1500px) {
  .conveniences_list > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .conveniences_list > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .conveniences_list > * {
    width: calc(100% - 60px);
  }
}
.conveniences_list ul {
  list-style: initial;
  margin-left: 1em;
}
.conveniences_row {
  padding: 3px 0;
}
.part {
  margin: 2.5vh 0;
}
.part:first-child {
  margin-top: 0;
}
.part:last-child {
  margin-bottom: 0;
}
section.detail_page_banner {
  padding: 0;
}
.owl-carousel picture {
  display: block;
}
.owl-carousel .owl-item {
  cursor: -webkit-grab;
}
.owl-carousel .slider_external_embed {
  position: relative;
  padding-top: 56.25%;
}
.owl-carousel .slider_external_embed iframe, .owl-carousel .slider_external_embed img, .owl-carousel .slider_external_embed a {
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.owl-carousel .slider_external_embed .slogan {
  position: absolute;
  display: flex;
  align-items: center;
  top: 5px;
  right: 5px;
  left: unset;
  bottom: unset;
  border: 0;
  z-index: 101;
  margin: 0;
}
.owl-carousel .slider_external_embed .slogan svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5vw;
}
.owl-carousel .slider_external_embed .slogan svg * {
  fill: white;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 0 20px;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  color: #FFFFFF;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 4px;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  transition-delay: initial;
  transition-duration: 0.3s;
  transition-property: opacity, background-color;
  transition-timing-function: ease-out;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1;
}
.owl-carousel .slide_button svg {
  height: 2.5em;
  width: 1.25em;
  vertical-align: middle;
  margin: auto;
}
.owl-carousel .slide_button.arrowLeft svg {
  transform: rotate(-180deg);
}
.virtual_popup .mfp-iframe-holder .mfp-content {
  max-width: 96%;
  max-height: 96vh;
}
.slider_arrows {
  display: none;
}
.visit_box.hide_visit .hide_visit_content {
  display: none;
}
.visit_box .visit_pic {
  width: 200px;
}
.visit_box .visit_info_container .row_languages {
  display: flex;
  align-items: center;
}
.visit_box .visit_info_container .row_languages img {
  display: inline-block;
}
.visit_box:not(.hide_visit) .display_visit {
  display: none;
}
.buttons_box .button {
  display: block;
  margin: 0 0 0.5em;
  text-align: center;
}
.favorite_button .icon_favorite_on {
  opacity: 0;
}
.favorite_button.favorite_on .icon_favorite_off {
  opacity: 0;
}
.favorite_button.favorite_on .icon_favorite_on {
  opacity: 1;
}
.favorite_button svg {
  width: 1em;
  height: 1em;
}
.favorite_button svg * {
  transition: 0.2s opacity;
}
.favorite_button .remove_to_favorites {
  display: none;
}
.favorite_button.favorite_on .remove_to_favorites {
  display: inline-block;
}
.favorite_button.favorite_on .add_to_favorites {
  display: none;
}
.files_box a {
  display: block;
  margin-bottom: 0.3em;
}
.files_box svg {
  width: 20px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.files_box svg * {
  fill: #4788f0;
}
.preview_from_BE {
  margin-bottom: 3em;
  text-align: center;
}
/*----- Team -----*/
.team_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
  padding: 0 0;
}
.team_list > * {
  width: calc(25% - 40px);
  margin: 20px;
}
@media screen and (max-width: 1350px) {
  .team_list > * {
    width: calc(33.33% - 40px);
  }
}
@media screen and (max-width: 1050px) {
  .team_list > * {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 770px) {
  .team_list > * {
    width: calc(100% - 40px);
  }
}
.team_list > .team_group {
  width: 100%;
}
.team_group {
  padding: 5vh 0;
}
.team_group .team_group_title {
  text-align: center;
  margin-bottom: 4vh;
}
.team_group .team_list {
  padding: 0;
}
.box_team_item .label svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.box_team_item .box_infos {
  text-align: center;
  padding: 20px;
}
.box_team_item .box_infos.icon .label, .box_team_item .box_infos.icon .value, .box_team_item .box_infos.icon svg {
  display: inline-block;
}
.box_team_item .row {
  padding: 0.3em 0.6em;
}
.box_team_item .team_languages img {
  display: inline-block;
  width: 20px;
}
/*----- Project table -----*/
.project_table {
  width: 100%;
  border-collapse: collapse;
}
.project_table tr {
  position: relative;
}
.project_table td[class*="cols"] {
  display: none;
}
.project_table td {
  position: relative;
  text-align: center;
  padding: 0.75em 0.25em;
}
.project_table td.align_left {
  text-align: left;
}
.project_table td.align_right {
  text-align: right;
}
.project_table td.cols3 {
  display: table-cell;
}
@media (min-width: 1050px) {
  .project_table td.cols3 {
    display: none;
  }
}
@media (min-width: 1050px) {
  .project_table td.cols4 {
    display: table-cell;
  }
}
@media (min-width: 1350px) {
  .project_table td.cols4 {
    display: none;
  }
}
@media (min-width: 1350px) {
  .project_table td.cols8 {
    display: table-cell;
  }
}
@media (min-width: 1500px) {
  .project_table td.cols8 {
    display: none;
  }
}
@media (min-width: 1500px) {
  .project_table td.cols12 {
    display: table-cell;
  }
}
.project_table .project_table_row {
  cursor: pointer;
  z-index: 20;
  opacity: 0.75;
}
.project_table .project_table_row:hover, .project_table .project_table_row.opened, .project_table .project_table_content {
  opacity: 1;
  background: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.project_table .project_table_content {
  z-index: 10;
}
.project_table .project_table_content td {
  padding: 0;
  text-align: left;
}
.project_table .project_table_content.onLoading > td {
  height: 6em;
}
.project_table thead td, .project_table .thead .td {
  border-bottom: 1px solid #DFDFDF;
  font-weight: 700;
}
.project_table .table_title_margin td, .project_table .table_title_margin .td {
  padding: 0;
  height: 0.5em;
}
.project_table .project_table_subobject .picture_slider {
  padding-top: 28.125%;
  position: relative;
}
.project_table .project_table_subobject .owl-carousel {
  width: 100%;
  max-width: 100vw;
  position: absolute;
  top: 0;
}
.project_table .project_table_subobject .owl-carousel, .project_table .project_table_subobject .owl-carousel .owl-stage-outer, .project_table .project_table_subobject .owl-carousel .owl-stage, .project_table .project_table_subobject .owl-carousel .owl-item, .project_table .project_table_subobject .owl-carousel img {
  height: 100%;
}
.project_table .project_table_subobject_content {
  padding: 20px;
}
.project_table .project_table_value:nth-of-type(2), .project_table .project_table_title:nth-of-type(2) {
  margin-top: 15px;
}
.project_table .project_table_value_status {
  font-weight: 600;
}
.project_table .project_table_row_status_actived .project_table_value_status {
  color: #33D275;
}
.project_table .project_table_row_status_rent, .project_table .project_table_row_status_sold {
  opacity: 0.66;
}
.project_table .project_table_row_status_rent .project_table_value_status, .project_table .project_table_row_status_sold .project_table_value_status {
  color: #ff5050;
}
.project_table .project_table_row_status_reserved {
  opacity: 0.66;
}
.project_table .project_table_row_status_reserved .project_table_value_status {
  color: #FF9739;
}
.project_table .project_arrow {
  margin-right: 0.25em;
}
.project_table .project_arrow svg {
  transition: transform 0.5s;
  width: 0.75em;
  height: 0.75em;
}
.project_table .project_arrow svg * {
  fill: #0b1213;
}
.project_table .project_table_row.opened .project_arrow svg {
  transform: rotate(90deg);
}
/*----- Contact -----*/
#contact_table {
  width: 80%;
}
#contact_table .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 0;
}
#contact_table .row .label {
  width: 30%;
  text-transform: uppercase;
  font-size: 0.7em;
  opacity: 0.5;
}
#contact_table .row .value {
  width: 70%;
}
#contact_table .row.contact_row_societe .value {
  font-weight: 700;
  text-transform: uppercase;
}
/*----- Presentation -----*/
#presentation_container h2 {
  text-align: center;
  margin: 40px 0;
  font-weight: 500;
}
/*----- Jobs -----*/
.box_job_item .box_body {
  text-align: center;
}
.box_job_item .button {
  margin-top: 20px;
}
/*----- Popups -----*/
button[class*="mfp-"], button[class*="mfp-"]:hover {
  background: none;
  border: none;
}
.mfp-content .popup {
  background: #FFFFFF;
  color: #0b1213;
  border: 0 solid #DFDFDF;
  width: 80%;
  max-width: 400px;
  margin: auto;
  position: relative;
  transition: 0.5s width, 0.5s height, 0.5s max-width, 0.5s max-height;
}
.mfp-content .popup > *:not(.no_padding):not(.mfp-close), .mfp-content .popup .popup_part {
  padding: 20px;
  background: #FFFFFF;
}
.mfp-content .popup .mfp-close, .mfp-content .popup .return_button {
  font-size: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin-top: 0;
}
.mfp-content .popup .mfp-close:hover, .mfp-content .popup .return_button:hover {
  background: transparent;
}
.login_box {
  text-align: center;
  overflow: hidden;
}
.login_box h3 {
  margin-bottom: 1em;
}
.login_box button, .login_box .button {
  margin-top: 1em;
}
.login_box .login_new_account {
  border-top: 1px solid #0b1213;
}
.login_box .login_popup_register_content, .login_box .login_popup_forgot_content, .login_box .login_popup_messages_content {
  display: none;
}
.login_box .login_new_account_text {
  margin: 10px 0 20px;
}
.login_box.register_box {
  width: 90%;
  max-width: 650px;
  overflow: visible;
}
.login_box.register_box .login_popup_login_content {
  display: none;
}
.login_box.register_box .login_popup_register_content {
  display: block;
}
.login_box.forgot_box .login_popup_login_content {
  display: none;
}
.login_box.forgot_box .login_popup_forgot_content {
  display: block;
}
.login_box.messages_box .login_popup_login_content, .login_box.messages_box .login_popup_register_content, .login_box.messages_box .login_popup_forgot_content {
  display: none;
}
.login_box.messages_box .login_popup_messages_content {
  display: block;
}
.login_box.register_box .return_button, .login_box.forgot_box .return_button {
  position: absolute;
  top: 0;
  left: 0;
}
.login_box.register_box .return_button:after, .login_box.forgot_box .return_button:after {
  content: '⇠';
  display: block;
}
.section_login .title {
  margin-bottom: 4vh;
}
.section_login .login_register_container {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 100%;
}
.section_login .login_register_container .login_content .box_infos {
  width: auto;
  padding: 2em;
  margin-right: 1em;
  min-width: 20vw;
}
.section_login .login_register_container .login_content .box_infos .forgot_password {
  text-align: left;
}
.section_login .login_register_container .login_box > form {
  width: 100%;
}
.section_login .login_register_container .login_popup_register_content {
  width: 50%;
  min-width: 50%;
  padding: 2em;
  margin-left: 1em;
}
.section_login .login_register_container .login_popup_forgot_content {
  position: relative;
}
.section_login .login_register_container .login_popup_forgot_content > div {
  width: 100%;
}
.section_login .login_register_container .login_popup_forgot_content .return_button:after {
  content: "⇠";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.section_login .login_register_container.forgot_box .login_box {
  display: none;
}
/*----- User part -----*/
.user_management h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.user_management h1 svg {
  width: 1em;
  height: 1em;
  margin: 0.33em;
}
.user_management h1 svg * {
  fill: #0b1213;
}
.user_management h2.user_title_page {
  display: none;
}
.user_management .user_selection_title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #DFDFDF;
}
.user_management .user_selection_title h2 {
  display: inline;
}
.user_management .user_selection_title svg {
  display: inline;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}
.user_management .user_selection_title svg * {
  fill: #0b1213;
}
.user_management .user_selection_title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.tabs {
  display: flex;
  justify-content: center;
  margin: 1vh -0.5em 5vh;
  flex-wrap: wrap;
}
.tabs .tab {
  background: #FFFFFF;
  color: #4788f0;
  border: 1px solid #4788f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.65em 1.25em 0.75em;
  margin: 0.5em;
  transition: 0.2s color, 0.2s background-color, 0.2s border;
}
.tabs .tab svg {
  width: auto;
  height: 2.5em;
  margin-bottom: 0.25em;
}
.tabs .tab svg * {
  transition: 0.2s fill;
  fill: #4788f0;
}
.tabs .tab svg .a {
  opacity: 1;
}
.tabs .tab svg .c {
  opacity: 0.5;
}
.tabs .tab .tab_text {
  white-space: nowrap;
}
.tabs .tab:hover {
  cursor: pointer;
  background: #a1c2f7;
  color: #FFFFFF;
  border-color: #B00D22;
}
.tabs .tab:hover svg * {
  fill: #FFFFFF;
}
.tabs .tab.selected {
  background: #a1c2f7;
  color: #FFFFFF;
  border-color: #B00D22;
}
.tabs .tab.selected svg * {
  fill: #FFFFFF;
}
.tabs .tab.disabled, .tabs .tab[disabled] {
  cursor: default;
  background: white;
  color: #a5c5f8;
  border-color: #a5c5f8;
}
.tabs .tab.disabled svg *, .tabs .tab[disabled] svg * {
  fill: #a5c5f8;
}
.tabs label.tab {
  display: flex;
}
.criterias_categories_box {
  margin-bottom: 4vh;
}
.criterias_categories_box .criterias_filter_categories_tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.criterias_categories_box .criterias_filter_categories_tabs > * {
  width: calc(16.66% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1350px) {
  .criterias_categories_box .criterias_filter_categories_tabs > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 770px) {
  .criterias_categories_box .criterias_filter_categories_tabs > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .criterias_categories_box .criterias_filter_categories_tabs > * {
    width: calc(100% - 60px);
  }
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .row {
  display: none;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .cat_cb:checked + .tab {
  background: #a1c2f7;
  color: #FFFFFF;
  border-color: #B00D22;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .cat_cb:checked + .tab svg * {
  fill: #FFFFFF;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .cat_cb:checked + .tab + .row {
  display: block;
}
.criterias_categories_box .criterias_filter_categories_tabs .cat_tab .tab {
  text-align: center;
  margin: 0 0 10px;
}
.prospection_object_caracteristics .criterias_filter_categories_tabs .cat_cb:checked + .tab {
  background: #a1c2f7;
  color: #FFFFFF;
  border-color: #B00D22;
}
.prospection_object_caracteristics .criterias_filter_categories_tabs .cat_cb:checked + .tab svg * {
  fill: #FFFFFF;
}
.prospection_object_caracteristics .criterias_filter_categories_tabs .cat_cb:checked + .tab + .row {
  display: block;
}
.user_criterias_filter_choice {
  display: flex;
  margin-bottom: 4vh;
  justify-content: center;
}
.user_criterias_filter_choice .input_box {
  display: flex;
  align-items: center;
  margin: auto;
  width: auto;
  position: relative;
}
.user_criterias_filter_choice .input_box .select_box {
  margin-left: 0.25em;
}
.user_management .form_cols {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
  align-items: flex-start;
}
.user_management .form_cols > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1050px) {
  .user_management .form_cols > * {
    width: calc(100% - 60px);
  }
}
.user_management .form_cols .form_part {
  margin-top: 4vh;
}
.user_management .form_cols .form_part:first-child {
  margin-top: 0;
}
.user_management .form_cols .form_part h3 {
  margin-bottom: 1vh;
}
.user_management .form_cols + .box {
  margin-top: 4vh;
}
.prospection_form {
  padding: 0 4vw;
}
.prospection_form .content {
  margin: 0 auto;
}
.prospection_form h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.prospection_form .tabs {
  margin-bottom: 60px;
}
.prospection_form .map_canvas {
  height: 280px;
}
.prospection_form .row_recaptcha {
  margin: 25px 0;
}
.prospection_form .prospection_form_box {
  margin: 0 auto;
  max-width: 0px;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.prospection_form .prospection_form_box .row {
  margin: 0 auto 30px auto;
  width: calc(100% - 60px);
}
.prospection_form .prospection_form_box .row .translations_button {
  position: absolute;
  right: -60px;
  top: 10px;
}
.prospection_form .prospection_form_box .row .translations_button svg {
  width: 40px;
  height: 40px;
}
.prospection_form .prospection_form_box .row .characters_limit {
  text-align: right;
  font-style: italic;
  opacity: 0.7;
  font-size: 0.9em;
}
.prospection_form .prospection_form_box #prospection_object_map {
  width: 50vh;
}
.prospection_form .steps_content {
  position: relative;
}
.prospection_form_box.categories .row:not(.row_required) {
  display: none;
}
.prospection_form_box.location .content, .prospection_form_box.caracteristics .content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
  justify-content: center;
  max-width: calc(1100px + 60px);
  margin: 0 auto;
}
.prospection_form_box.location .content > *, .prospection_form_box.caracteristics .content > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1050px) {
  .prospection_form_box.location .content > *, .prospection_form_box.caracteristics .content > * {
    width: calc(100% - 60px);
  }
}
.prospection_form_box.object_condition .content, .prospection_form_box.contact .content {
  max-width: 550px;
}
[data-step] {
  transition: transform 0.5s;
  transform: translateX(calc(50% + 5vw));
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  visibility: hidden;
}
[data-step].step_active {
  transform: translateX(-50%);
  position: relative;
  visibility: visible;
  z-index: 11;
  max-width: 100%;
  overflow: visible;
}
[data-step].step_active #prospection_object_map {
  width: 99.999%;
}
[data-step].step_done {
  transform: translateX(calc(-150% - 5vw));
}
[data-step].step_animated {
  visibility: visible;
}
.steps_bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
}
.steps_bullets .step_bullet {
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.75em;
  display: flex;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
  background: #d6d6d6;
  border-radius: 100%;
}
.steps_bullets .step_bullet.done_bullet {
  background: #4788f0;
}
.steps_bullets .step_bullet.active_bullet {
  background: #4788f0;
  transform: scale(1.5);
}
.steps_actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps_actions .button {
  margin: 30px;
}
.form_validation {
  margin-top: 4vh;
  text-align: center;
}
.form_validation button {
  margin: 0 15px;
}
.form_validation button.delete_filter {
  -webkit-box-shadow: inset 0px 0px 0px 3px #4788f0;
  -moz-box-shadow: inset 0px 0px 0px 3px #4788f0;
  box-shadow: inset 0px 0px 0px 3px #4788f0;
  background: transparent;
  color: #4788f0;
  border: 0px solid #B00D22;
  margin-bottom: 15px;
}
.form_validation button.delete_filter:hover {
  color: #a1c2f7;
  -webkit-box-shadow: inset 0px 0px 0px 3px #a1c2f7;
  -moz-box-shadow: inset 0px 0px 0px 3px #a1c2f7;
  box-shadow: inset 0px 0px 0px 3px #a1c2f7;
  border-color: #B00D22;
}
.inputs_multiple {
  display: flex;
  margin-top: 0.5em;
}
.inputs_multiple > div {
  position: relative;
  margin-right: 10px;
}
.inputs_multiple > div:last-child {
  margin-right: 0;
}
.inputs_multiple > div.input_box {
  width: 100%;
}
.inputs_multiple > div.input_radius {
  width: 50%;
}
.animated_form .row .label_inputs_multiple, .label_inputs_multiple {
  display: flex;
  align-items: center;
  padding: 0.5em 0 0.25em;
}
.animated_form .row .label_inputs_multiple .label_icon, .label_inputs_multiple .label_icon {
  margin-right: 0.5em;
}
.animated_form .row .label_inputs_multiple .label_icon svg, .label_inputs_multiple .label_icon svg {
  width: 1.15em;
  height: 1.15em;
  display: block;
}
.animated_form .row .label_inputs_multiple .label_icon svg *, .label_inputs_multiple .label_icon svg * {
  fill: #0b1213;
}
.input_label_unit {
  font-size: 0.75em;
}
.input_suffix {
  border: 1px solid transparent;
  color: #4788f0;
  padding: 0.5em 1em;
  padding-left: 0;
  padding-right: 0;
}
.results_list {
  list-style: none;
}
.results_list li {
  margin-bottom: 0.33em;
  padding-bottom: 0.33em;
  border-bottom: 1px solid #4788f0;
}
.results_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.results_list li .location_radius {
  font-style: italic;
  opacity: 0.8;
  font-size: 0.8em;
}
.results_list li .remove {
  float: right;
}
.results_list li .remove:after {
  cursor: pointer;
  display: block;
  content: '✕';
  margin-left: 0.25em;
  cursor: pointer;
}
.results_list li:after {
  content: '';
  display: block;
  clear: both;
}
.results_list li.results_list_template {
  display: none;
}
.small_form {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  max-width: 580px;
  text-align: center;
}
.text_intro {
  margin: 2vh 0;
}
.scope_information_terms ol, .scope_information_terms ul {
  list-style-position: inside;
}
/* ------ Owners ------*/
.owner_objects_filters .box_inner {
  padding: 20px;
}
.owner_objects_filters .filter_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.owner_objects_filters .filter_items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -1em;
}
.owner_objects_filters .filter_items > * {
  width: auto;
  margin: 0 1em 1em 0;
}
.owner_objects_filters .button {
  white-space: nowrap;
}
.owner_objects_filters + .tabs {
  margin-top: 60px;
  margin-bottom: 0;
}
.owner_objects_list .box_object_owner {
  margin-top: 60px;
  display: block;
}
.owner_objects_list .object_preview {
  display: flex;
}
.owner_objects_list .object_preview .box_picture {
  max-width: 400px;
}
.owner_objects_list .object_preview .box_body {
  position: relative;
}
.owner_objects_list .object_preview .box_body .price {
  position: absolute;
  top: 20px;
  right: 20px;
}
.owner_objects_list .object_preview .box_body .button_object_form {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.owner_objects_list .owner_infos {
  padding: 20px;
  border-top: 1px solid #4788f0;
}
.owner_objects_list .owner_infos hr {
  margin: 20px -20px;
  border-width: 0 0 1px;
  border-color: #4788f0;
}
.owner_objects_list .owner_infos h3 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.owner_objects_list .owner_infos h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-transform: none;
}
.owner_objects_list .owner_infos .date {
  font-style: italic;
}
.owner_objects_list .owner_infos ul {
  margin: 0 0 1em;
}
.owner_objects_list .owner_infos ul li {
  margin: 0 0 0.5em;
  list-style: none;
}
.owner_objects_list .owner_infos ul li .date {
  width: 33.33%;
  font-size: 0.85em;
  max-width: 180px;
  display: inline-block;
}
.owner_objects_list .owner_infos .no_results_message {
  margin-bottom: 0;
}
.owner_objects_list .owner_infos .display_more {
  display: block;
  margin-bottom: 60px;
}
.owner_objects_list .owner_infos .display_more:last-child {
  margin-bottom: 0;
}
.owner_objects_list .owner_infos table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 60px;
}
.owner_objects_list .owner_infos table:last-child {
  margin-bottom: 0;
}
.owner_objects_list .owner_infos table thead td {
  font-weight: bold;
  border-bottom: 1px solid #4788f0;
}
.owner_objects_list .owner_infos table td {
  padding: 0.25em 0.5em;
}
.owner_objects_list .owner_infos table td:first-child {
  padding-left: 0;
}
.owner_objects_list .owner_infos table td:last-child {
  padding-right: 0;
}
.owner_objects_list .owner_infos table tfoot td {
  font-weight: bold;
  border-top: 1px solid #4788f0;
}
.owner_objects_list .owner_infos .object_costs_legend {
  margin-top: calc(-60px + 2em);
  margin-bottom: 60px;
}
.activity_repport_infos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
  margin-top: 0;
  margin-bottom: 0;
}
.activity_repport_infos > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 900px) {
  .activity_repport_infos > * {
    width: calc(100% - 60px);
  }
}
.activity_repport_infos .row {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.activity_repport_infos .row .icon {
  width: 40px;
}
.activity_repport_infos .row .icon svg {
  width: 25px;
  height: 25px;
}
.activity_repport_infos .row .icon svg * {
  fill: #0b1213;
}
.activity_repport_infos .row .value {
  width: 4em;
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
}
.activity_repport_infos .row .label {
  width: calc(100% - 40px - 4em);
}
.object_stats_graphs, .object_budget_graphs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -60px;
  margin-top: -30px;
  margin-bottom: -30px;
}
.object_stats_graphs > *, .object_budget_graphs > * {
  width: calc(50% - 120px);
  margin: 60px;
}
@media screen and (max-width: 900px) {
  .object_stats_graphs > *, .object_budget_graphs > * {
    width: calc(100% - 120px);
  }
}
.object_stats_graphs > *, .object_budget_graphs > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
.object_stats_graph div.report_graph {
  padding: 0.5em;
  height: 350px;
  border: 1px solid rgba(71, 136, 240, 0.33);
  border-radius: 4px;
  background: #FFFFFF;
}
.object_owner_details .object_actions li.action_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.object_owner_details .object_actions .action_type {
  font-weight: bold;
}
.object_owner_details .object_actions .action_reply .value, .object_owner_details .object_actions .action_memo {
  font-style: italic;
}
.object_owner_details .object_actions .action_red .action_type {
  color: #DD0000;
}
.object_owner_details .object_actions .action_blue .action_type {
  color: #020284;
}
.object_owner_details .object_actions .action_green .action_type {
  color: #04A14B;
}
.box_object_owner .hide_show_infos {
  display: none;
}
.hide_show_item .hide_show_infos {
  display: flex;
  padding: 1em;
  cursor: pointer;
}
.hide_show_item .hide_show_infos .hide_show_button {
  margin: auto;
  width: 2.2em;
  height: 2.2em;
  padding: 0.33em;
  border: 2px solid #0b1213;
  border-radius: 100%;
}
.hide_show_item .hide_show_infos .hide_show_button svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.hide_show_item .hide_show_infos .hide_show_button svg * {
  fill: #0b1213;
}
.hide_show_item .owner_infos {
  display: none;
}
.hide_show_item.shown .owner_infos {
  display: block;
}
.hide_show_item.shown .hide_show_button svg {
  transform: rotate(45deg);
}
.graph_empty {
  border: 1px solid rgba(71, 136, 240, 0.33);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
}
.graph_empty svg {
  display: block;
  max-width: 100%;
  width: 100px;
  height: auto;
}
.graph_empty svg * {
  fill: rgba(11, 18, 19, 0.33);
}
.graph_empty .empty_text {
  margin-top: 1em;
  color: rgba(11, 18, 19, 0.33);
  text-align: center;
}
/* ------ CMS ------*/
.cms_container h2 {
  text-align: center;
  margin: 40px 0;
  font-weight: 500;
}
.scope_cms_page #header {
  margin-bottom: 0;
}
.scope_cms_page #header #banner_img {
  display: none;
}
.cms_part, .cms_accordion.box {
  margin-bottom: 30px;
}
.cms_part:last-child, .cms_accordion.box:last-child {
  margin-bottom: 0;
}
.cms_link {
  display: block;
  cursor: pointer;
}
.cms_box .cms_picture {
  margin-top: -30px;
}
.cms_box .cms_text_paragraph {
  padding: 20px;
  padding-top: 0;
}
.cms_section {
  margin: 0;
  padding: 10vh 0;
}
.cms_section.cms_section_full_width {
  padding: 0;
}
.cms_section.cms_section_light {
  background: #FFFFFF;
}
.cms_section.cms_section_dark {
  background: #0b1213;
  color: #f3f7fd;
}
.cms_section:empty {
  padding-bottom: 0;
}
.cms_section_full_width .full_content > *.cms_accordion, .cms_section_full_width .full_content > *.cms_blog_article, .cms_section_full_width .full_content > *.cms_box, .cms_section_full_width .full_content > *.cms_button, .cms_section_full_width .full_content > *.cms_contact_form, .cms_section_full_width .full_content > *.cms_mortgage_form, .cms_section_full_width .full_content > *.cms_object, .cms_section_full_width .full_content > *.cms_objects_filter, .cms_section_full_width .full_content > *.cms_objects_list, .cms_section_full_width .full_content > *.cms_team_member > .box, .cms_section_full_width .full_content > *.cms_text, .cms_section_full_width .full_content > *.cms_thumbnails, .cms_section_full_width .full_content .cms_column > *.cms_accordion, .cms_section_full_width .full_content .cms_column > *.cms_blog_article, .cms_section_full_width .full_content .cms_column > *.cms_box, .cms_section_full_width .full_content .cms_column > *.cms_button, .cms_section_full_width .full_content .cms_column > *.cms_contact_form, .cms_section_full_width .full_content .cms_column > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_column > *.cms_object, .cms_section_full_width .full_content .cms_column > *.cms_objects_filter, .cms_section_full_width .full_content .cms_column > *.cms_objects_list, .cms_section_full_width .full_content .cms_column > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_column > *.cms_text, .cms_section_full_width .full_content .cms_column > *.cms_thumbnails {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cms_section_full_width .full_content > *.cms_accordion, .cms_section_full_width .full_content > *.cms_blog_article, .cms_section_full_width .full_content > *.cms_box, .cms_section_full_width .full_content > *.cms_button, .cms_section_full_width .full_content > *.cms_contact_form, .cms_section_full_width .full_content > *.cms_mortgage_form, .cms_section_full_width .full_content > *.cms_object, .cms_section_full_width .full_content > *.cms_objects_filter, .cms_section_full_width .full_content > *.cms_objects_list, .cms_section_full_width .full_content > *.cms_team_member > .box, .cms_section_full_width .full_content > *.cms_text, .cms_section_full_width .full_content > *.cms_thumbnails, .cms_section_full_width .full_content .cms_column:first-child > *.cms_accordion, .cms_section_full_width .full_content .cms_column:first-child > *.cms_blog_article, .cms_section_full_width .full_content .cms_column:first-child > *.cms_box, .cms_section_full_width .full_content .cms_column:first-child > *.cms_button, .cms_section_full_width .full_content .cms_column:first-child > *.cms_contact_form, .cms_section_full_width .full_content .cms_column:first-child > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_column:first-child > *.cms_object, .cms_section_full_width .full_content .cms_column:first-child > *.cms_objects_filter, .cms_section_full_width .full_content .cms_column:first-child > *.cms_objects_list, .cms_section_full_width .full_content .cms_column:first-child > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_column:first-child > *.cms_text, .cms_section_full_width .full_content .cms_column:first-child > *.cms_thumbnails {
  margin-left: 60px;
}
.cms_section_full_width .full_content > *.cms_map .map_canvas, .cms_section_full_width .full_content > *.cms_picture img, .cms_section_full_width .full_content .cms_column:first-child > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_column:first-child > *.cms_picture img {
  border-left-width: 0;
}
.cms_section_full_width .full_content > *.cms_accordion, .cms_section_full_width .full_content > *.cms_blog_article, .cms_section_full_width .full_content > *.cms_box, .cms_section_full_width .full_content > *.cms_button, .cms_section_full_width .full_content > *.cms_contact_form, .cms_section_full_width .full_content > *.cms_mortgage_form, .cms_section_full_width .full_content > *.cms_object, .cms_section_full_width .full_content > *.cms_objects_filter, .cms_section_full_width .full_content > *.cms_objects_list, .cms_section_full_width .full_content > *.cms_team_member > .box, .cms_section_full_width .full_content > *.cms_text, .cms_section_full_width .full_content > *.cms_thumbnails, .cms_section_full_width .full_content .cms_column:last-child > *.cms_accordion, .cms_section_full_width .full_content .cms_column:last-child > *.cms_blog_article, .cms_section_full_width .full_content .cms_column:last-child > *.cms_box, .cms_section_full_width .full_content .cms_column:last-child > *.cms_button, .cms_section_full_width .full_content .cms_column:last-child > *.cms_contact_form, .cms_section_full_width .full_content .cms_column:last-child > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_column:last-child > *.cms_object, .cms_section_full_width .full_content .cms_column:last-child > *.cms_objects_filter, .cms_section_full_width .full_content .cms_column:last-child > *.cms_objects_list, .cms_section_full_width .full_content .cms_column:last-child > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_column:last-child > *.cms_text, .cms_section_full_width .full_content .cms_column:last-child > *.cms_thumbnails {
  margin-right: 60px;
}
.cms_section_full_width .full_content > *.cms_map .map_canvas, .cms_section_full_width .full_content > *.cms_picture img, .cms_section_full_width .full_content .cms_column:last-child > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_column:last-child > *.cms_picture img {
  border-right-width: 0;
}
.cms_section_full_width .full_content > .cms_picture picture, .cms_section_full_width .full_content .cms_column > .cms_picture picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms_part img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
}
.cms_picture_pic_left img {
  margin-left: 0;
}
.cms_picture_pic_right img {
  margin-right: 0;
}
.cms_banner, .main_banner {
  margin: 0;
  height: 50vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.cms_banner.cms_banner_fullscreen, .main_banner.cms_banner_fullscreen {
  max-height: none;
}
.cms_banner .cms_picture, .cms_banner .cms_video, .cms_banner .box_object_fullsize_item, .cms_banner .box_object_fullsize_item .box_picture, .cms_banner .banner_slider, .main_banner .cms_picture, .main_banner .cms_video, .main_banner .box_object_fullsize_item, .main_banner .box_object_fullsize_item .box_picture, .main_banner .banner_slider {
  width: 100%;
  height: 100%;
}
.cms_banner img, .cms_banner video, .cms_banner .cms_youtube_container iframe, .cms_banner .owl-carousel .owl-item picture, .main_banner img, .main_banner video, .main_banner .cms_youtube_container iframe, .main_banner .owl-carousel .owl-item picture {
  object-fit: cover;
  object-position: center;
  height: calc(100% + 2px);
  /* hack for avoid thin border glitch */
  width: calc(100% + 2px);
  margin: -1px;
}
.cms_banner .cms_youtube_container, .main_banner .cms_youtube_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 88.8888888889vh;
}
.cms_banner .cms_youtube_container iframe, .main_banner .cms_youtube_container iframe {
  border: 0;
}
.cms_banner .owl_carousel_custom[data-base-options-owl=owlCmsOptBase0] .cms_youtube_container, .main_banner .owl_carousel_custom[data-base-options-owl=owlCmsOptBase0] .cms_youtube_container {
  width: 88.8888888889vh;
  height: 50vh;
  position: relative;
}
.cms_banner .owl-item, .main_banner .owl-item {
  overflow: hidden;
}
.cms_banner .cms_banner_content, .cms_banner .main_banner_content, .main_banner .cms_banner_content, .main_banner .main_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.cms_banner .cms_banner_content > *, .cms_banner .main_banner_content > *, .main_banner .cms_banner_content > *, .main_banner .main_banner_content > * {
  pointer-events: auto;
}
.cms_banner .cms_banner_content > .cms_part, .cms_banner .cms_banner_content .banner_title, .cms_banner .main_banner_content > .cms_part, .cms_banner .main_banner_content .banner_title, .main_banner .cms_banner_content > .cms_part, .main_banner .cms_banner_content .banner_title, .main_banner .main_banner_content > .cms_part, .main_banner .main_banner_content .banner_title {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
.cms_banner .cms_banner_content .cms_text > *, .cms_banner .cms_banner_content .banner_title, .cms_banner .main_banner_content .cms_text > *, .cms_banner .main_banner_content .banner_title, .main_banner .cms_banner_content .cms_text > *, .main_banner .cms_banner_content .banner_title, .main_banner .main_banner_content .cms_text > *, .main_banner .main_banner_content .banner_title {
  color: #000000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.browser_safari .cms_banner .cms_youtube_container iframe, .browser_safari .main_banner .cms_youtube_container iframe {
  object-fit: initial;
  object-position: center;
  height: calc(100% + 2px);
  /* hack for avoid thin border glitch */
  width: calc(100% + 2px);
  margin: -1px;
}
.cms_col2, .cms_col3, .cms_col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.cms_col2 > .cms_part, .cms_col3 > .cms_part, .cms_col4 > .cms_part {
  margin: 0 0 30px;
}
.cms_col2:last-child > .cms_part, .cms_col3:last-child > .cms_part, .cms_col4:last-child > .cms_part {
  margin-bottom: 0;
}
.cms_col2 > .cms_part, .cms_col3_col3_252550 > .cms_part:nth-child(3), .cms_col3_col3_255025 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(1) {
  width: calc(50% - 30px);
}
.cms_col3 > .cms_part, .cms_col2_col2_3366 > .cms_part:nth-child(1), .cms_col2_col2_6633 > .cms_part:nth-child(2) {
  width: calc(33.33% - 40px);
}
.cms_col4 > .cms_part, .cms_col2_col2_2575 > .cms_part:nth-child(1), .cms_col2_col2_7525 > .cms_part:nth-child(2), .cms_col3_col3_252550 > .cms_part:nth-child(1), .cms_col3_col3_252550 > .cms_part:nth-child(2), .cms_col3_col3_255025 > .cms_part:nth-child(1), .cms_col3_col3_255025 > .cms_part:nth-child(3), .cms_col3_col3_502525 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(3) {
  width: calc(25% - 45px);
}
.cms_col2_col2_2575 > .cms_part:nth-child(2), .cms_col2_col2_7525 > .cms_part:nth-child(1) {
  width: calc(75% - 15px);
}
.cms_col2_col2_3366 > .cms_part:nth-child(2), .cms_col2_col2_6633 > .cms_part:nth-child(1) {
  width: calc(66.66% - 20px);
}
.cms_separator {
  margin: calc(4vh - 30px) 0 4vh;
  border-width: 0 0 1px;
  border-color: #DFDFDF;
}
.cms_separator:first-child {
  margin-top: 4vh;
}
.cms_youtube_container {
  position: relative;
  width: 100%;
}
.cms_youtube_container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cms_youtube_container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cms_youtube_container > .content {
  border: 0;
}
.cms_part ul {
  margin: 0 0 0 1em;
  list-style: initial;
}
.cms_part ul.ui-menu {
  list-style: none;
}
.cms_part h1 {
  text-align: unset;
}
.cms_thumbnails_parent.cms_thumbnails_6 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.cms_thumbnails_parent.cms_thumbnails_6 > * {
  width: calc(16.66% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1350px) {
  .cms_thumbnails_parent.cms_thumbnails_6 > * {
    width: calc(20% - 30px);
  }
}
@media screen and (max-width: 1050px) {
  .cms_thumbnails_parent.cms_thumbnails_6 > * {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 770px) {
  .cms_thumbnails_parent.cms_thumbnails_6 > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_6 > * {
    width: calc(50% - 30px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_5 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.cms_thumbnails_parent.cms_thumbnails_5 > * {
  width: calc(20% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1200px) {
  .cms_thumbnails_parent.cms_thumbnails_5 > * {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 770px) {
  .cms_thumbnails_parent.cms_thumbnails_5 > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_5 > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 400px) {
  .cms_thumbnails_parent.cms_thumbnails_5 > * {
    width: calc(100% - 30px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.cms_thumbnails_parent.cms_thumbnails_4 > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1350px) {
  .cms_thumbnails_parent.cms_thumbnails_4 > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1050px) {
  .cms_thumbnails_parent.cms_thumbnails_4 > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_4 > * {
    width: calc(100% - 60px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.cms_thumbnails_parent.cms_thumbnails_3 > * {
  width: calc(33.33% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1050px) {
  .cms_thumbnails_parent.cms_thumbnails_3 > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_3 > * {
    width: calc(100% - 60px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.cms_thumbnails_parent.cms_thumbnails_2 > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 670px) {
  .cms_thumbnails_parent.cms_thumbnails_2 > * {
    width: calc(100% - 60px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.cms_thumbnails_parent.cms_thumbnails_1 > * {
  width: calc(100% - 60px);
  margin: 30px;
}
.cms_thumbnails_parent > .cms_part:last-child {
  margin-bottom: 30px;
}
.cms_thumbnails_parent a {
  display: block;
}
.cms_thumbnails_thumbnails_left .cms_thumbnails_parent {
  justify-content: flex-start;
}
.cms_thumbnails_thumbnails_center .cms_thumbnails_parent {
  justify-content: center;
}
.cms_thumbnails_thumbnails_right .cms_thumbnails_parent {
  justify-content: flex-end;
}
.owl_carousel_custom.owl-carousel {
  max-height: 50vh;
}
.cms_banner .cms_slider, .cms_banner .cms_slider .owl_carousel_custom.owl-carousel, .cms_banner .cms_slider .owl_carousel_custom.owl-carousel .owl-stage-outer, .cms_banner .cms_slider .owl_carousel_custom.owl-carousel .owl-stage, .cms_banner .cms_slider .owl_carousel_custom.owl-carousel .owl-item, .cms_banner .cms_slider .owl_carousel_custom.owl-carousel .owl-item > .cms_part, .cms_banner .cms_slider a.cms_link, .cms_slider, .cms_slider .owl_carousel_custom.owl-carousel, .cms_slider .owl_carousel_custom.owl-carousel .owl-stage-outer, .cms_slider .owl_carousel_custom.owl-carousel .owl-stage, .cms_slider .owl_carousel_custom.owl-carousel .owl-item, .cms_slider .owl_carousel_custom.owl-carousel .owl-item > .cms_part, .cms_slider a.cms_link {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  /*fix bug content on resize */
}
.main_banner .banner_slider, .main_banner .banner_slider .owl-carousel, .main_banner .banner_slider .owl-carousel .owl-stage-outer, .main_banner .banner_slider .owl-carousel .owl-stage, .main_banner .banner_slider .owl-carousel .owl-item, .main_banner .banner_slider .owl-carousel .owl-item > *, .main_banner .banner_slider .one_pic {
  height: 100%;
  max-height: 100%;
}
.owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase1"], .owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase1"] .owl-stage-outer, .owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase1"] .owl-stage, .owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase1"] .owl-item, .owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase1"] .owl-item > .cms_part {
  height: auto;
  max-height: none;
}
.owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase0"] {
  height: 50vh;
}
.owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase0"] .owl-item img, .owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase0"] .owl-item video {
  max-height: 50vh;
  width: auto;
}
.owl_carousel_custom.owl-carousel[data-base-options-owl="owlCmsOptBase0"] .owl-item .cms_youtube_container {
  width: 400px;
  max-width: 100vw;
}
.owl-carousel[data-owl-nav="1"] .owl-nav.disabled {
  display: block;
}
.owl-carousel[data-owl-dots="1"] .owl-dots.disabled {
  display: block;
}
.owl_carousel_custom.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.cms_slider .owl-item .cms_box {
  margin: 0 30px;
}
.owl_carousel_custom.owl-carousel .owl-nav > button {
  top: 50%;
  background: none;
  padding: 0 60px;
}
.cms_text_paragraph {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.cms_accordion {
  background: #0b1213;
  color: #f3f7fd;
}
.cms_accordion .accordion_title {
  margin: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #FFFFFF;
}
.cms_accordion .accordion_title > * {
  margin: 0;
}
.cms_accordion .accordion_title:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 20px;
  font-weight: bold;
}
.cms_accordion.open .accordion_title:after {
  content: '-';
}
.cms_accordion .accordion_content {
  display: none;
  padding: 20px;
}
.cms_accordion.open_default .accordion_content {
  display: block;
}
.cms_section_dark .cms_accordion {
  background: #FFFFFF;
}
.cms_section_dark .cms_accordion .accordion_title {
  border-color: #0b1213;
}
.cms_team_member .team_lang_item {
  text-transform: uppercase;
}
.cms_section .inner_content > .cms_team_member {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cms_team_member {
  display: flex;
}
.cms_column > .cms_team_member {
  width: 100%;
}
.cms_part .cms_button {
  display: flex;
  align-items: center;
}
.cms_part .cms_button span {
  display: inline-block;
}
.cms_part .cms_button .button_icon + .button_text {
  margin-left: 0.5em;
}
.cms_part .cms_button svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.cms_button_button_left a {
  margin-left: 0;
  margin-right: auto;
}
.cms_button_button_right a {
  margin-left: auto;
  margin-right: 0;
}
.cms_button_button_center a {
  margin-left: auto;
  margin-right: auto;
}
.cms_part .button_cms.cms_button_button_center_fullwidth, .cms_part .cms_button.cms_button_button_center_fullwidth, .cms_button_button_center_fullwidth {
  width: 100%;
  display: block;
}
.cms_part .button_cms.cms_button_button_center_fullwidth span, .cms_part .cms_button.cms_button_button_center_fullwidth span, .cms_button_button_center_fullwidth span {
  margin: 0 auto;
}
.cms_object > .box {
  width: 100%;
}
.cms_text table {
  max-width: 100%;
}
.cms_text table td {
  min-width: 50px;
}
.cms_map .map_canvas {
  max-height: 90vh;
}
/*----- Blog -----*/
.filter .filter_part_search_button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 1em 0 15px 1em;
}
ul.pagination {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
ul.pagination li {
  list-style: none;
  font-size: 1.2em;
  padding: 1px 0.6em;
}
ul.pagination li a {
  padding: 0;
}
.box_article_blog_index .box_body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_categories {
  margin: auto 0 0;
  text-align: right;
}
.blog_categories .blog_category {
  font-size: 0.75em;
  margin-right: 1.2em;
  white-space: nowrap;
  font-style: italic;
}
.blog_categories .blog_category:last-child {
  margin-right: 0;
}
.blog_article_title {
  margin-top: 4vh;
}
.blog_article_date {
  text-align: center;
  font-style: italic;
  font-size: 0.85em;
}
.blog_article_body * {
  max-width: 100%;
}
/* IMAGE DROPZONE ( notably in prospection form) */
#blueimp_dropzone {
  background: #fff;
  padding: 3em;
  border: 2px dotted #a7a7a7;
  text-align: center;
  cursor: pointer;
}
#blueimp_dropzone svg {
  width: 60px;
  height: 60px;
}
#blueimp_dropzone svg path {
  fill: #a7a7a7;
}
#blueimp_dropzone .file_field {
  cursor: pointer;
}
#blueimp_dropzone .file_field .file_field_drop_zone_text {
  font-size: 1.2em;
  padding: 2em 0;
  width: 60%;
  max-width: 600px;
  margin: auto;
  line-height: 1.4em;
}
#blueimp_dropzone .file_field .file_field_limitations {
  font-style: italic;
  padding-top: 20px;
  font-size: 0.9em;
}
/*TEST*/
.prospection_form_images table.dropzone_table_upload {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 2em;
}
.prospection_form_images table.dropzone_table_upload td {
  background: #fff;
  padding: 4px;
  border-bottom: 1px solid #ffffff;
}
.prospection_form_images table.dropzone_table_upload td.sortable_input {
  width: 40px;
  background: url('../../resources/svg/move.svg') no-repeat center center #fff;
  background-size: 20px;
  cursor: pointer;
}
.prospection_form_images table.dropzone_table_upload td.upload_preview {
  width: 80px;
}
.prospection_form_images table.dropzone_table_upload td.upload_preview img {
  width: 80px;
}
.prospection_form_images table.dropzone_table_upload td .progress {
  min-width: 10vw;
  max-width: 200px;
}
.prospection_form_images table.dropzone_table_upload td.upload_button {
  padding: 4px 8px 4px;
  text-align: right;
}
.prospection_form_images table.dropzone_table_upload td.upload_button button {
  margin: 2px 0 2px 10px;
}
/*----- Demo & Template chooser -----*/
#demo_immomig {
  position: fixed;
  display: none;
  width: 240px;
  top: 120px;
  left: 0;
  padding: 14px 18px 15px;
  z-index: 120;
  background-color: rgba(181, 0, 18, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-align: center;
  transition-delay: initial;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-out;
}
#demo_immomig.closed {
  left: -240px;
}
#demo_immomig.closed #demo_immomig_open {
  opacity: 1;
  width: 25px;
  right: -25px;
  height: 54px;
  cursor: pointer;
}
#demo_immomig h3 {
  color: #FFFFFF;
  margin: 0 0 7px;
  padding: 0;
  font-size: 15px;
  text-transform: none;
}
#demo_immomig .demo_link {
  display: block;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 14px;
}
#demo_immomig .demo_link:hover {
  text-decoration: none;
}
#demo_immomig #demo_immomig_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 19px;
  line-height: 7px;
}
#demo_immomig #demo_immomig_open {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(181, 0, 18, 0.9);
  width: 0;
  transition-delay: initial;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
#demo_immomig #demo_immomig_open div {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 2px 0 0 9px;
  font-size: 14px;
}
#demo_immomig, #demo_immomig *, #template_chooser {
  box-sizing: border-box;
  -moz-osx-font-smoothing: auto;
  font-family: Trebuchet, sans-serif;
}
#template_chooser {
  text-align: center;
  width: 95%;
  max-width: 1600px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#template_chooser .chapter {
  font-size: 20px;
  margin: 10px 0 20px 0;
}
#template_chooser .chapter:nth-child(3) {
  margin: 30px 0 30px 0;
}
#template_chooser .templates_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -15px;
  background: none;
  margin-top: -60px;
  margin-bottom: -60px;
  padding: 50px 0;
  justify-content: center;
}
#template_chooser .templates_list > * {
  width: calc(20% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1200px) {
  #template_chooser .templates_list > * {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 1050px) {
  #template_chooser .templates_list > * {
    width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 900px) {
  #template_chooser .templates_list > * {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 770px) {
  #template_chooser .templates_list > * {
    width: calc(100% - 30px);
  }
}
#template_chooser .template_link {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: initial;
  position: relative;
  overflow: hidden;
}
#template_chooser .template_link:nth-of-type(6n+1) {
  clear: both;
}
#template_chooser .template_link img {
  width: 100%;
  display: block;
  border: 1px solid #CCCCCC;
}
#template_chooser .template_link:hover img {
  opacity: 0.8;
}
#template_chooser .template_link .template_descr {
  font-weight: bold;
  margin-top: 5px;
}
#template_chooser .template_link .template_price {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #999999;
  margin-top: 12px;
}
#template_chooser .template_link .template_new {
  color: #FFFFFF;
  background: #b50012;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  position: absolute;
  width: 180px;
  transform: rotate(-33deg);
  top: 15px;
  left: -46px;
  text-align: center;
  font-weight: bold;
  z-index: 200;
}
#template_chooser .text_infos {
  margin-top: 10px;
  font-style: italic;
  padding-bottom: 10px;
}
#varHolidayPeriod, #varBooking {
  display: none;
}
.calendar {
  display: flex;
  align-items: center;
}
.calendar .datepicker-here {
  width: 60%;
}
.calendar .datepicker {
  width: 100%;
}
.calendar .datepicker .datepicker--cell-day {
  color: #000;
}
.calendar .datepicker .datepicker--cell-day.-other-month- {
  color: #707070;
}
.calendar .datepicker .datepicker--cell-day.-range-from-, .calendar .datepicker .datepicker--cell-day.-range-to-, .calendar .datepicker .datepicker--cell-day.-current-.-selected- {
  background: #707070;
  color: white;
}
.calendar .datepicker .datepicker--cell-day.-in-range- {
  background: #707070;
  color: white;
}
.calendar .datepicker .datepicker--cell {
  border-radius: 0;
}
.calendar .datepicker .datepicker--cell.case_reserved.-disabled- {
  color: #575757;
}
.calendar .datepicker .datepicker--cell.-disabled- {
  color: #aeaeae;
  font-style: italic;
}
.calendar .datepicker .datepicker--cell.case_reserved.-focus- {
  background: #cecece;
}
.calendar .datepicker .datepicker--cell.-current- {
  color: black;
  box-shadow: 0 2px 2px #b3b3b3;
  border: 1px solid white;
  font-weight: bold;
}
.calendar .datepicker .datepicker--day-name {
  color: #000;
}
.calendar .cal_case_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.calendar .cal_case_container .cal_case {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calendar .cal_case_container .cal_case .case {
  width: 30px;
  height: 30px;
  margin: 5px 10px;
}
.calendar .cal_case_container .cal_case .case_available {
  background-color: #ffffff;
  border: 1px solid #707070;
}
.calendar .cal_case_container .cal_case .case_selected {
  background-color: #707070;
}
.row_nb_children {
  padding-bottom: 2.5em;
}
.case_reserved, .cal_case .case_reserved {
  background: #cecece;
}
.cal_cell_price {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  font-weight: normal;
  display: none;
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-focus- .cal_cell_price, #calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price {
  display: block;
  top: calc(-100%);
  left: calc(50% - 13px);
  height: auto;
  width: auto;
  white-space: nowrap;
  color: white;
  background: rgba(33, 33, 33, 0.9);
  padding: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-focus- .cal_cell_price::before, #calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(33, 33, 33, 0.9);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price {
  text-align: right;
  left: initial;
  right: calc(50% - 13px);
}
#calendar_holiday.datepicker-here .datepicker .datepicker--cell.-weekend-.-focus- .cal_cell_price::before {
  left: initial;
  right: 10px;
}
#calendar_holiday.datepicker-here.no-selection .datepicker .datepicker--cell.-focus- {
  background: none;
  cursor: default;
}
#calendar_holiday.datepicker-here.no-selection .datepicker .datepicker--cell.case_reserved.-focus- {
  background: #cecece;
}
.stars-1::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐";
}
.stars-2::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐";
}
.stars-3::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐⭐";
}
.stars-4::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐⭐⭐";
}
.stars-5::before {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  content: "⭐⭐⭐⭐⭐";
}
.scope_reservation_reservation .main_details .detail_infos .detail_title_box .button.reservation_button_selected {
  background: #a1c2f7;
  color: #FFFFFF;
  border-color: #B00D22;
}
.scope_reservation_reservation .main_details .detail_infos .detail_title_box .button.reservation_button_selected svg * {
  fill: #FFFFFF;
}
.scope_reservation_reservation .warning {
  display: flex;
  align-items: center;
}
.scope_reservation_reservation .warning svg {
  margin-right: 10px;
}
.scope_reservation_reservation #global .warning svg path {
  fill: #ff5050;
}
ul.steps {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
}
ul.steps li {
  padding: 0 20px;
}
ul.steps > li.active {
  font-weight: bold;
}
#maintenance {
  background-color: #0b1213;
}
#maintenance .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 5%;
  color: #f3f7fd;
}
#maintenance .container #logo {
  margin: 0;
}
#maintenance .container #logo img, #maintenance .container #logo svg {
  max-height: 10vh;
  width: 100%;
}
#maintenance .container #image {
  position: absolute;
  right: 20%;
  width: 50vh;
  height: 50vh;
  top: calc(50% - 25vh);
}
#maintenance .container #image svg {
  position: relative;
  width: 100%;
  height: 100%;
}
#maintenance .container #image svg path {
  fill: #f3f7fd;
}
.cms_agency_infos .infos_row {
  flex-wrap: nowrap;
  padding: 0.4em 0;
}
.cms_agency_infos .infos_row .label {
  min-width: calc(30% + 2em);
  margin-right: 2em;
  text-transform: uppercase;
  font-weight: bolder;
}
.cms_agency_infos .infos_row .value {
  width: calc(70% - 2em);
  text-align: left;
}
.cms_agency_infos.reduced .infos_row .label {
  display: none;
}
.cms_agency_infos.reduced .infos_row .value {
  width: 100%;
}
.cms_agency_infos .infos_phone_main, .cms_agency_infos .infos_mobile, .cms_agency_infos .infos_fax, .cms_agency_infos .infos_email {
  white-space: nowrap;
}
.map_marker_popup .cms_agency_infos .agency_infos_container .infos_row {
  border: none;
  padding: 0;
  line-height: 1em;
}
.map_marker_popup .cms_agency_infos .infos_city, .map_marker_popup .cms_agency_infos .infos_responsible, .map_marker_popup .cms_agency_infos .infos_societe {
  margin-bottom: 5px;
}
.map_marker_popup .cms_agency_infos .label {
  display: none;
}
.map_marker_popup .cms_agency_infos .value {
  font-size: 0.75em;
}
.cms_video_error {
  background-color: red;
  padding: 20% 0;
}
.cms_video_error p {
  color: white;
  text-align: center;
  font-weight: bold;
}
.scope_opinion_opinion form.opinion_form {
  margin-top: 1em;
}
.scope_opinion_opinion form.opinion_form .row_interest .row_cb .radio_options {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  align-items: flex-start;
}
.scope_opinion_opinion form.opinion_form .row_interest .row_cb .radio_options > * {
  margin: 1em 0 0 0;
}
.scope_opinion_confirmation {
  text-align: center;
}
/* /websites/standard-pelican-template/css/perso.scss */
/*----- Standard Template -----*/
*, *:before, *:after {
  font-family: 'Raleway', arial, sans-serif;
}
a {
  color: #0b1213;
}
a:hover, .action_js:hover {
  color: #3a5f64;
}
/*----- Light /dark colors -----*/
section:nth-of-type(2n):not(.cms_section_dark), #global .section_light, #global .cms_section_light, #global .cms_section_light_2, #global .section_object {
  background: #FFFFFF;
  color: #0b1213;
  border-bottom: 0px solid #DFDFDF;
}
section:nth-of-type(2n):not(.cms_section_dark) svg:not(.highcharts-root) *, #global .section_light svg:not(.highcharts-root) *, #global .cms_section_light svg:not(.highcharts-root) *, #global .cms_section_light_2 svg:not(.highcharts-root) *, #global .section_object svg:not(.highcharts-root) * {
  fill: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .slogan svg path, #global .section_light .slogan svg path, #global .cms_section_light .slogan svg path, #global .cms_section_light_2 .slogan svg path, #global .section_object .slogan svg path {
  fill: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .box a, #global .section_light .box a, #global .cms_section_light .box a, #global .cms_section_light_2 .box a, #global .section_object .box a {
  color: #0b1213;
}
section:nth-of-type(2n):not(.cms_section_dark) .separator, section:nth-of-type(2n):not(.cms_section_dark) hr, section:nth-of-type(2n):not(.cms_section_dark) .detail_row, #global .section_light .separator, #global .section_light hr, #global .section_light .detail_row, #global .cms_section_light .separator, #global .cms_section_light hr, #global .cms_section_light .detail_row, #global .cms_section_light_2 .separator, #global .cms_section_light_2 hr, #global .cms_section_light_2 .detail_row, #global .section_object .separator, #global .section_object hr, #global .section_object .detail_row {
  border-color: #DFDFDF;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion:hover, section:nth-of-type(2n):not(.cms_section_dark) .box, section:nth-of-type(2n):not(.cms_section_dark) .box:hover, #global .section_light .cms_accordion, #global .section_light .cms_accordion:hover, #global .section_light .box, #global .section_light .box:hover, #global .cms_section_light .cms_accordion, #global .cms_section_light .cms_accordion:hover, #global .cms_section_light .box, #global .cms_section_light .box:hover, #global .cms_section_light_2 .cms_accordion, #global .cms_section_light_2 .cms_accordion:hover, #global .cms_section_light_2 .box, #global .cms_section_light_2 .box:hover, #global .section_object .cms_accordion, #global .section_object .cms_accordion:hover, #global .section_object .box, #global .section_object .box:hover {
  background: #ffffff;
  color: #0b1213;
  border: 1px solid #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion svg:not(.highcharts-root) *, section:nth-of-type(2n):not(.cms_section_dark) .box svg:not(.highcharts-root) *, #global .section_light .cms_accordion svg:not(.highcharts-root) *, #global .section_light .box svg:not(.highcharts-root) *, #global .cms_section_light .cms_accordion svg:not(.highcharts-root) *, #global .cms_section_light .box svg:not(.highcharts-root) *, #global .cms_section_light_2 .cms_accordion svg:not(.highcharts-root) *, #global .cms_section_light_2 .box svg:not(.highcharts-root) *, #global .section_object .cms_accordion svg:not(.highcharts-root) *, #global .section_object .box svg:not(.highcharts-root) * {
  fill: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .accordion_content, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .separator, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion hr, section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .detail_row, section:nth-of-type(2n):not(.cms_section_dark) .box .accordion_content, section:nth-of-type(2n):not(.cms_section_dark) .box .separator, section:nth-of-type(2n):not(.cms_section_dark) .box hr, section:nth-of-type(2n):not(.cms_section_dark) .box .detail_row, #global .section_light .cms_accordion .accordion_content, #global .section_light .cms_accordion .separator, #global .section_light .cms_accordion hr, #global .section_light .cms_accordion .detail_row, #global .section_light .box .accordion_content, #global .section_light .box .separator, #global .section_light .box hr, #global .section_light .box .detail_row, #global .cms_section_light .cms_accordion .accordion_content, #global .cms_section_light .cms_accordion .separator, #global .cms_section_light .cms_accordion hr, #global .cms_section_light .cms_accordion .detail_row, #global .cms_section_light .box .accordion_content, #global .cms_section_light .box .separator, #global .cms_section_light .box hr, #global .cms_section_light .box .detail_row, #global .cms_section_light_2 .cms_accordion .accordion_content, #global .cms_section_light_2 .cms_accordion .separator, #global .cms_section_light_2 .cms_accordion hr, #global .cms_section_light_2 .cms_accordion .detail_row, #global .cms_section_light_2 .box .accordion_content, #global .cms_section_light_2 .box .separator, #global .cms_section_light_2 .box hr, #global .cms_section_light_2 .box .detail_row, #global .section_object .cms_accordion .accordion_content, #global .section_object .cms_accordion .separator, #global .section_object .cms_accordion hr, #global .section_object .cms_accordion .detail_row, #global .section_object .box .accordion_content, #global .section_object .box .separator, #global .section_object .box hr, #global .section_object .box .detail_row {
  border-color: #DFDFDF;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion a, #global .section_light .cms_accordion a, #global .cms_section_light .cms_accordion a, #global .cms_section_light_2 .cms_accordion a, #global .section_object .cms_accordion a {
  color: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion a:hover, #global .section_light .cms_accordion a:hover, #global .cms_section_light .cms_accordion a:hover, #global .cms_section_light_2 .cms_accordion a:hover, #global .section_object .cms_accordion a:hover {
  color: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .cms_button a, #global .section_light .cms_accordion .cms_button a, #global .cms_section_light .cms_accordion .cms_button a, #global .cms_section_light_2 .cms_accordion .cms_button a, #global .section_object .cms_accordion .cms_button a {
  color: #ffffff;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .cms_button a:hover, #global .section_light .cms_accordion .cms_button a:hover, #global .cms_section_light .cms_accordion .cms_button a:hover, #global .cms_section_light_2 .cms_accordion .cms_button a:hover, #global .section_object .cms_accordion .cms_button a:hover {
  color: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_left, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_left:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_center, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_center:hover, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_right, section:nth-of-type(2n):not(.cms_section_dark) .cms_box_simple_inline_buttons_right:hover, section:nth-of-type(2n):not(.cms_section_dark) .box.cms_box_box_default_no_style, section:nth-of-type(2n):not(.cms_section_dark) .box.cms_box_box_default_no_style:hover, #global .section_light .cms_box_simple_inline_buttons_left, #global .section_light .cms_box_simple_inline_buttons_left:hover, #global .section_light .cms_box_simple_inline_buttons_center, #global .section_light .cms_box_simple_inline_buttons_center:hover, #global .section_light .cms_box_simple_inline_buttons_right, #global .section_light .cms_box_simple_inline_buttons_right:hover, #global .section_light .box.cms_box_box_default_no_style, #global .section_light .box.cms_box_box_default_no_style:hover, #global .cms_section_light .cms_box_simple_inline_buttons_left, #global .cms_section_light .cms_box_simple_inline_buttons_left:hover, #global .cms_section_light .cms_box_simple_inline_buttons_center, #global .cms_section_light .cms_box_simple_inline_buttons_center:hover, #global .cms_section_light .cms_box_simple_inline_buttons_right, #global .cms_section_light .cms_box_simple_inline_buttons_right:hover, #global .cms_section_light .box.cms_box_box_default_no_style, #global .cms_section_light .box.cms_box_box_default_no_style:hover, #global .cms_section_light_2 .cms_box_simple_inline_buttons_left, #global .cms_section_light_2 .cms_box_simple_inline_buttons_left:hover, #global .cms_section_light_2 .cms_box_simple_inline_buttons_center, #global .cms_section_light_2 .cms_box_simple_inline_buttons_center:hover, #global .cms_section_light_2 .cms_box_simple_inline_buttons_right, #global .cms_section_light_2 .cms_box_simple_inline_buttons_right:hover, #global .cms_section_light_2 .box.cms_box_box_default_no_style, #global .cms_section_light_2 .box.cms_box_box_default_no_style:hover, #global .section_object .cms_box_simple_inline_buttons_left, #global .section_object .cms_box_simple_inline_buttons_left:hover, #global .section_object .cms_box_simple_inline_buttons_center, #global .section_object .cms_box_simple_inline_buttons_center:hover, #global .section_object .cms_box_simple_inline_buttons_right, #global .section_object .cms_box_simple_inline_buttons_right:hover, #global .section_object .box.cms_box_box_default_no_style, #global .section_object .box.cms_box_box_default_no_style:hover {
  background: none;
  color: #0b1213;
  border: none;
}
section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover, #global .section_light .box_link:hover, #global .cms_section_light .box_link:hover, #global .cms_section_light_2 .box_link:hover, #global .section_object .box_link:hover {
  background: #ffffff;
  color: #0b1213;
  border: 1px solid #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover a, #global .section_light .box_link:hover a, #global .cms_section_light .box_link:hover a, #global .cms_section_light_2 .box_link:hover a, #global .section_object .box_link:hover a {
  color: #0b1213;
}
section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover svg:not(.highcharts-root) *, #global .section_light .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_light .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_light_2 .box_link:hover svg:not(.highcharts-root) *, #global .section_object .box_link:hover svg:not(.highcharts-root) * {
  fill: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover .separator, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover hr, section:nth-of-type(2n):not(.cms_section_dark) .box_link:hover .detail_row, #global .section_light .box_link:hover .separator, #global .section_light .box_link:hover hr, #global .section_light .box_link:hover .detail_row, #global .cms_section_light .box_link:hover .separator, #global .cms_section_light .box_link:hover hr, #global .cms_section_light .box_link:hover .detail_row, #global .cms_section_light_2 .box_link:hover .separator, #global .cms_section_light_2 .box_link:hover hr, #global .cms_section_light_2 .box_link:hover .detail_row, #global .section_object .box_link:hover .separator, #global .section_object .box_link:hover hr, #global .section_object .box_link:hover .detail_row {
  border-color: #D0D0D0;
}
section:nth-of-type(2n):not(.cms_section_dark) .box .button, section:nth-of-type(2n):not(.cms_section_dark) .button, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit], #global .section_light .box .button, #global .section_light .button, #global .section_light input[type=submit], #global .cms_section_light .box .button, #global .cms_section_light .button, #global .cms_section_light input[type=submit], #global .cms_section_light_2 .box .button, #global .cms_section_light_2 .button, #global .cms_section_light_2 input[type=submit], #global .section_object .box .button, #global .section_object .button, #global .section_object input[type=submit] {
  border: 0px solid #B00D22;
  background: #4788f0;
  color: #ffffff;
}
section:nth-of-type(2n):not(.cms_section_dark) .box .button svg *, section:nth-of-type(2n):not(.cms_section_dark) .button svg *, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit] svg *, #global .section_light .box .button svg *, #global .section_light .button svg *, #global .section_light input[type=submit] svg *, #global .cms_section_light .box .button svg *, #global .cms_section_light .button svg *, #global .cms_section_light input[type=submit] svg *, #global .cms_section_light_2 .box .button svg *, #global .cms_section_light_2 .button svg *, #global .cms_section_light_2 input[type=submit] svg *, #global .section_object .box .button svg *, #global .section_object .button svg *, #global .section_object input[type=submit] svg * {
  fill: #ffffff;
}
section:nth-of-type(2n):not(.cms_section_dark) .box .button:hover, section:nth-of-type(2n):not(.cms_section_dark) .box .button:focus, section:nth-of-type(2n):not(.cms_section_dark) .button:hover, section:nth-of-type(2n):not(.cms_section_dark) .button:focus, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:hover, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:focus, #global .section_light .box .button:hover, #global .section_light .box .button:focus, #global .section_light .button:hover, #global .section_light .button:focus, #global .section_light input[type=submit]:hover, #global .section_light input[type=submit]:focus, #global .cms_section_light .box .button:hover, #global .cms_section_light .box .button:focus, #global .cms_section_light .button:hover, #global .cms_section_light .button:focus, #global .cms_section_light input[type=submit]:hover, #global .cms_section_light input[type=submit]:focus, #global .cms_section_light_2 .box .button:hover, #global .cms_section_light_2 .box .button:focus, #global .cms_section_light_2 .button:hover, #global .cms_section_light_2 .button:focus, #global .cms_section_light_2 input[type=submit]:hover, #global .cms_section_light_2 input[type=submit]:focus, #global .section_object .box .button:hover, #global .section_object .box .button:focus, #global .section_object .button:hover, #global .section_object .button:focus, #global .section_object input[type=submit]:hover, #global .section_object input[type=submit]:focus {
  border-color: #B00D22;
  background: #a1c2f7;
  color: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .box .button:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) .box .button:focus svg *, section:nth-of-type(2n):not(.cms_section_dark) .button:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) .button:focus svg *, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:hover svg *, section:nth-of-type(2n):not(.cms_section_dark) input[type=submit]:focus svg *, #global .section_light .box .button:hover svg *, #global .section_light .box .button:focus svg *, #global .section_light .button:hover svg *, #global .section_light .button:focus svg *, #global .section_light input[type=submit]:hover svg *, #global .section_light input[type=submit]:focus svg *, #global .cms_section_light .box .button:hover svg *, #global .cms_section_light .box .button:focus svg *, #global .cms_section_light .button:hover svg *, #global .cms_section_light .button:focus svg *, #global .cms_section_light input[type=submit]:hover svg *, #global .cms_section_light input[type=submit]:focus svg *, #global .cms_section_light_2 .box .button:hover svg *, #global .cms_section_light_2 .box .button:focus svg *, #global .cms_section_light_2 .button:hover svg *, #global .cms_section_light_2 .button:focus svg *, #global .cms_section_light_2 input[type=submit]:hover svg *, #global .cms_section_light_2 input[type=submit]:focus svg *, #global .section_object .box .button:hover svg *, #global .section_object .box .button:focus svg *, #global .section_object .button:hover svg *, #global .section_object .button:focus svg *, #global .section_object input[type=submit]:hover svg *, #global .section_object input[type=submit]:focus svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .animated_form .row .label_text a, #global .section_light .animated_form .row .label_text a, #global .cms_section_light .animated_form .row .label_text a, #global .cms_section_light_2 .animated_form .row .label_text a, #global .section_object .animated_form .row .label_text a {
  color: #0b1213;
}
section:nth-of-type(2n):not(.cms_section_dark) .tab, #global .section_light .tab, #global .cms_section_light .tab, #global .cms_section_light_2 .tab, #global .section_object .tab {
  border: 0px solid #4788f0;
  background: #FFFFFF;
  color: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .tab .tab_text, #global .section_light .tab .tab_text, #global .cms_section_light .tab .tab_text, #global .cms_section_light_2 .tab .tab_text, #global .section_object .tab .tab_text {
  color: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .tab svg *, #global .section_light .tab svg *, #global .cms_section_light .tab svg *, #global .cms_section_light_2 .tab svg *, #global .section_object .tab svg * {
  fill: #4788f0;
}
section:nth-of-type(2n):not(.cms_section_dark) .tab:hover, #global .section_light .tab:hover, #global .cms_section_light .tab:hover, #global .cms_section_light_2 .tab:hover, #global .section_object .tab:hover {
  border-color: #B00D22;
  background: #a1c2f7;
  color: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .tab:hover .tab_text, #global .section_light .tab:hover .tab_text, #global .cms_section_light .tab:hover .tab_text, #global .cms_section_light_2 .tab:hover .tab_text, #global .section_object .tab:hover .tab_text {
  color: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .tab:hover svg *, #global .section_light .tab:hover svg *, #global .cms_section_light .tab:hover svg *, #global .cms_section_light_2 .tab:hover svg *, #global .section_object .tab:hover svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected, #global .section_light .cat_cb:checked + .tab, #global .section_light .tab.selected, #global .cms_section_light .cat_cb:checked + .tab, #global .cms_section_light .tab.selected, #global .cms_section_light_2 .cat_cb:checked + .tab, #global .cms_section_light_2 .tab.selected, #global .section_object .cat_cb:checked + .tab, #global .section_object .tab.selected {
  border-color: #B00D22;
  background: #a1c2f7;
  color: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab .tab_text, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected .tab_text, #global .section_light .cat_cb:checked + .tab .tab_text, #global .section_light .tab.selected .tab_text, #global .cms_section_light .cat_cb:checked + .tab .tab_text, #global .cms_section_light .tab.selected .tab_text, #global .cms_section_light_2 .cat_cb:checked + .tab .tab_text, #global .cms_section_light_2 .tab.selected .tab_text, #global .section_object .cat_cb:checked + .tab .tab_text, #global .section_object .tab.selected .tab_text {
  color: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab svg *, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected svg *, #global .section_light .cat_cb:checked + .tab svg *, #global .section_light .tab.selected svg *, #global .cms_section_light .cat_cb:checked + .tab svg *, #global .cms_section_light .tab.selected svg *, #global .cms_section_light_2 .cat_cb:checked + .tab svg *, #global .cms_section_light_2 .tab.selected svg *, #global .section_object .cat_cb:checked + .tab svg *, #global .section_object .tab.selected svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n):not(.cms_section_dark) .cat_cb:checked + .tab svg *, section:nth-of-type(2n):not(.cms_section_dark) .tab.selected svg *, #global .section_light .cat_cb:checked + .tab svg *, #global .section_light .tab.selected svg *, #global .cms_section_light .cat_cb:checked + .tab svg *, #global .cms_section_light .tab.selected svg *, #global .cms_section_light_2 .cat_cb:checked + .tab svg *, #global .cms_section_light_2 .tab.selected svg *, #global .section_object .cat_cb:checked + .tab svg *, #global .section_object .tab.selected svg * {
  fill: #FFFFFF;
}
#global section.cms_banner {
  background: #4788f0;
  color: #000000;
}
#global section.cms_banner .button {
  background: #4788f0;
  color: #ffffff;
  border: 0px solid #B00D22;
}
#global section.cms_banner .button:hover {
  background: #a1c2f7;
  color: #FFFFFF;
  border: 0px solid #B00D22;
}
section:nth-of-type(2n+1):not(.cms_section_light), #global .section_dark, #global .cms_section_dark, aside.box:not(.aside_light), footer {
  background: #0b1213;
  color: #f3f7fd;
  border-bottom: 0px solid #DFDFDF;
}
section:nth-of-type(2n+1):not(.cms_section_light) h1, #global .section_dark h1, #global .cms_section_dark h1, aside.box:not(.aside_light) h1, footer h1 {
  color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) h1 svg:not(.highcharts-root) *, #global .section_dark h1 svg:not(.highcharts-root) *, #global .cms_section_dark h1 svg:not(.highcharts-root) *, aside.box:not(.aside_light) h1 svg:not(.highcharts-root) *, footer h1 svg:not(.highcharts-root) * {
  fill: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_text a, #global .section_dark .cms_text a, #global .cms_section_dark .cms_text a, aside.box:not(.aside_light) .cms_text a, footer .cms_text a {
  color: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_text a:hover, #global .section_dark .cms_text a:hover, #global .cms_section_dark .cms_text a:hover, aside.box:not(.aside_light) .cms_text a:hover, footer .cms_text a:hover {
  color: #a1c2f7;
}
section:nth-of-type(2n+1):not(.cms_section_light) svg:not(.highcharts-root) *, #global .section_dark svg:not(.highcharts-root) *, #global .cms_section_dark svg:not(.highcharts-root) *, aside.box:not(.aside_light) svg:not(.highcharts-root) *, footer svg:not(.highcharts-root) * {
  fill: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .separator, section:nth-of-type(2n+1):not(.cms_section_light) hr, section:nth-of-type(2n+1):not(.cms_section_light) .detail_row, #global .section_dark .separator, #global .section_dark hr, #global .section_dark .detail_row, #global .cms_section_dark .separator, #global .cms_section_dark hr, #global .cms_section_dark .detail_row, aside.box:not(.aside_light) .separator, aside.box:not(.aside_light) hr, aside.box:not(.aside_light) .detail_row, footer .separator, footer hr, footer .detail_row {
  border-color: #626469;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion, section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion:hover, section:nth-of-type(2n+1):not(.cms_section_light) .box, section:nth-of-type(2n+1):not(.cms_section_light) .box:hover, #global .section_dark .cms_accordion, #global .section_dark .cms_accordion:hover, #global .section_dark .box, #global .section_dark .box:hover, #global .cms_section_dark .cms_accordion, #global .cms_section_dark .cms_accordion:hover, #global .cms_section_dark .box, #global .cms_section_dark .box:hover, aside.box:not(.aside_light) .cms_accordion, aside.box:not(.aside_light) .cms_accordion:hover, aside.box:not(.aside_light) .box, aside.box:not(.aside_light) .box:hover, footer .cms_accordion, footer .cms_accordion:hover, footer .box, footer .box:hover {
  background: #0b1213;
  color: #f3f7fd;
  border: 0px solid #DFDFDF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion svg:not(.highcharts-root) *, section:nth-of-type(2n+1):not(.cms_section_light) .box svg:not(.highcharts-root) *, #global .section_dark .cms_accordion svg:not(.highcharts-root) *, #global .section_dark .box svg:not(.highcharts-root) *, #global .cms_section_dark .cms_accordion svg:not(.highcharts-root) *, #global .cms_section_dark .box svg:not(.highcharts-root) *, aside.box:not(.aside_light) .cms_accordion svg:not(.highcharts-root) *, aside.box:not(.aside_light) .box svg:not(.highcharts-root) *, footer .cms_accordion svg:not(.highcharts-root) *, footer .box svg:not(.highcharts-root) * {
  fill: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion .accordion_content, section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion .separator, section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion hr, section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion .detail_row, section:nth-of-type(2n+1):not(.cms_section_light) .box .accordion_content, section:nth-of-type(2n+1):not(.cms_section_light) .box .separator, section:nth-of-type(2n+1):not(.cms_section_light) .box hr, section:nth-of-type(2n+1):not(.cms_section_light) .box .detail_row, #global .section_dark .cms_accordion .accordion_content, #global .section_dark .cms_accordion .separator, #global .section_dark .cms_accordion hr, #global .section_dark .cms_accordion .detail_row, #global .section_dark .box .accordion_content, #global .section_dark .box .separator, #global .section_dark .box hr, #global .section_dark .box .detail_row, #global .cms_section_dark .cms_accordion .accordion_content, #global .cms_section_dark .cms_accordion .separator, #global .cms_section_dark .cms_accordion hr, #global .cms_section_dark .cms_accordion .detail_row, #global .cms_section_dark .box .accordion_content, #global .cms_section_dark .box .separator, #global .cms_section_dark .box hr, #global .cms_section_dark .box .detail_row, aside.box:not(.aside_light) .cms_accordion .accordion_content, aside.box:not(.aside_light) .cms_accordion .separator, aside.box:not(.aside_light) .cms_accordion hr, aside.box:not(.aside_light) .cms_accordion .detail_row, aside.box:not(.aside_light) .box .accordion_content, aside.box:not(.aside_light) .box .separator, aside.box:not(.aside_light) .box hr, aside.box:not(.aside_light) .box .detail_row, footer .cms_accordion .accordion_content, footer .cms_accordion .separator, footer .cms_accordion hr, footer .cms_accordion .detail_row, footer .box .accordion_content, footer .box .separator, footer .box hr, footer .box .detail_row {
  border-color: #DFDFDF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion a, #global .section_dark .cms_accordion a, #global .cms_section_dark .cms_accordion a, aside.box:not(.aside_light) .cms_accordion a, footer .cms_accordion a {
  color: #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_accordion a:hover, #global .section_dark .cms_accordion a:hover, #global .cms_section_dark .cms_accordion a:hover, aside.box:not(.aside_light) .cms_accordion a:hover, footer .cms_accordion a:hover {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_left, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_left:hover, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_center, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_center:hover, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_right, section:nth-of-type(2n+1):not(.cms_section_light) .cms_box_simple_inline_buttons_right:hover, section:nth-of-type(2n+1):not(.cms_section_light) .box.cms_box_box_default_no_style, section:nth-of-type(2n+1):not(.cms_section_light) .box.cms_box_box_default_no_style:hover, #global .section_dark .cms_box_simple_inline_buttons_left, #global .section_dark .cms_box_simple_inline_buttons_left:hover, #global .section_dark .cms_box_simple_inline_buttons_center, #global .section_dark .cms_box_simple_inline_buttons_center:hover, #global .section_dark .cms_box_simple_inline_buttons_right, #global .section_dark .cms_box_simple_inline_buttons_right:hover, #global .section_dark .box.cms_box_box_default_no_style, #global .section_dark .box.cms_box_box_default_no_style:hover, #global .cms_section_dark .cms_box_simple_inline_buttons_left, #global .cms_section_dark .cms_box_simple_inline_buttons_left:hover, #global .cms_section_dark .cms_box_simple_inline_buttons_center, #global .cms_section_dark .cms_box_simple_inline_buttons_center:hover, #global .cms_section_dark .cms_box_simple_inline_buttons_right, #global .cms_section_dark .cms_box_simple_inline_buttons_right:hover, #global .cms_section_dark .box.cms_box_box_default_no_style, #global .cms_section_dark .box.cms_box_box_default_no_style:hover, aside.box:not(.aside_light) .cms_box_simple_inline_buttons_left, aside.box:not(.aside_light) .cms_box_simple_inline_buttons_left:hover, aside.box:not(.aside_light) .cms_box_simple_inline_buttons_center, aside.box:not(.aside_light) .cms_box_simple_inline_buttons_center:hover, aside.box:not(.aside_light) .cms_box_simple_inline_buttons_right, aside.box:not(.aside_light) .cms_box_simple_inline_buttons_right:hover, aside.box:not(.aside_light) .box.cms_box_box_default_no_style, aside.box:not(.aside_light) .box.cms_box_box_default_no_style:hover, footer .cms_box_simple_inline_buttons_left, footer .cms_box_simple_inline_buttons_left:hover, footer .cms_box_simple_inline_buttons_center, footer .cms_box_simple_inline_buttons_center:hover, footer .cms_box_simple_inline_buttons_right, footer .cms_box_simple_inline_buttons_right:hover, footer .box.cms_box_box_default_no_style, footer .box.cms_box_box_default_no_style:hover {
  background: none;
  color: #0b1213;
  border: none;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover, #global .section_dark .box_link:hover, #global .cms_section_dark .box_link:hover, aside.box:not(.aside_light) .box_link:hover, footer .box_link:hover {
  background: #0b1213;
  color: #f3f7fd;
  border: 0px solid #D0D0D0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover svg:not(.highcharts-root) *, #global .section_dark .box_link:hover svg:not(.highcharts-root) *, #global .cms_section_dark .box_link:hover svg:not(.highcharts-root) *, aside.box:not(.aside_light) .box_link:hover svg:not(.highcharts-root) *, footer .box_link:hover svg:not(.highcharts-root) * {
  fill: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover .separator, section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover hr, section:nth-of-type(2n+1):not(.cms_section_light) .box_link:hover .detail_row, #global .section_dark .box_link:hover .separator, #global .section_dark .box_link:hover hr, #global .section_dark .box_link:hover .detail_row, #global .cms_section_dark .box_link:hover .separator, #global .cms_section_dark .box_link:hover hr, #global .cms_section_dark .box_link:hover .detail_row, aside.box:not(.aside_light) .box_link:hover .separator, aside.box:not(.aside_light) .box_link:hover hr, aside.box:not(.aside_light) .box_link:hover .detail_row, footer .box_link:hover .separator, footer .box_link:hover hr, footer .box_link:hover .detail_row {
  border-color: #D0D0D0;
}
section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js, #global .section_dark article:not(.box) a, #global .section_dark article:not(.box) .action_js, #global .cms_section_dark article:not(.box) a, #global .cms_section_dark article:not(.box) .action_js, aside.box:not(.aside_light) article:not(.box) a, aside.box:not(.aside_light) article:not(.box) .action_js, footer article:not(.box) a, footer article:not(.box) .action_js {
  color: #a1c2f7;
}
section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a:hover, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js:hover, #global .section_dark article:not(.box) a:hover, #global .section_dark article:not(.box) .action_js:hover, #global .cms_section_dark article:not(.box) a:hover, #global .cms_section_dark article:not(.box) .action_js:hover, aside.box:not(.aside_light) article:not(.box) a:hover, aside.box:not(.aside_light) article:not(.box) .action_js:hover, footer article:not(.box) a:hover, footer article:not(.box) .action_js:hover {
  color: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a.inactive, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) a.inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js.inactive, section:nth-of-type(2n+1):not(.cms_section_light) article:not(.box) .action_js.inactive:hover, #global .section_dark article:not(.box) a.inactive, #global .section_dark article:not(.box) a.inactive:hover, #global .section_dark article:not(.box) .action_js.inactive, #global .section_dark article:not(.box) .action_js.inactive:hover, #global .cms_section_dark article:not(.box) a.inactive, #global .cms_section_dark article:not(.box) a.inactive:hover, #global .cms_section_dark article:not(.box) .action_js.inactive, #global .cms_section_dark article:not(.box) .action_js.inactive:hover, aside.box:not(.aside_light) article:not(.box) a.inactive, aside.box:not(.aside_light) article:not(.box) a.inactive:hover, aside.box:not(.aside_light) article:not(.box) .action_js.inactive, aside.box:not(.aside_light) article:not(.box) .action_js.inactive:hover, footer article:not(.box) a.inactive, footer article:not(.box) a.inactive:hover, footer article:not(.box) .action_js.inactive, footer article:not(.box) .action_js.inactive:hover {
  color: white;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button, section:nth-of-type(2n+1):not(.cms_section_light) .button, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit], #global .section_dark .box .button, #global .section_dark .button, #global .section_dark input[type=submit], #global .cms_section_dark .box .button, #global .cms_section_dark .button, #global .cms_section_dark input[type=submit], aside.box:not(.aside_light) .box .button, aside.box:not(.aside_light) .button, aside.box:not(.aside_light) input[type=submit], footer .box .button, footer .button, footer input[type=submit] {
  border: 0px solid #B00D22;
  background: #4788f0;
  color: #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button svg *, section:nth-of-type(2n+1):not(.cms_section_light) .button svg *, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit] svg *, #global .section_dark .box .button svg *, #global .section_dark .button svg *, #global .section_dark input[type=submit] svg *, #global .cms_section_dark .box .button svg *, #global .cms_section_dark .button svg *, #global .cms_section_dark input[type=submit] svg *, aside.box:not(.aside_light) .box .button svg *, aside.box:not(.aside_light) .button svg *, aside.box:not(.aside_light) input[type=submit] svg *, footer .box .button svg *, footer .button svg *, footer input[type=submit] svg * {
  fill: #ffffff;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button:hover, section:nth-of-type(2n+1):not(.cms_section_light) .button:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit]:hover, #global .section_dark .box .button:hover, #global .section_dark .button:hover, #global .section_dark input[type=submit]:hover, #global .cms_section_dark .box .button:hover, #global .cms_section_dark .button:hover, #global .cms_section_dark input[type=submit]:hover, aside.box:not(.aside_light) .box .button:hover, aside.box:not(.aside_light) .button:hover, aside.box:not(.aside_light) input[type=submit]:hover, footer .box .button:hover, footer .button:hover, footer input[type=submit]:hover {
  border-color: #B00D22;
  background: #a1c2f7;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .box .button:hover svg *, section:nth-of-type(2n+1):not(.cms_section_light) .button:hover svg *, section:nth-of-type(2n+1):not(.cms_section_light) input[type=submit]:hover svg *, #global .section_dark .box .button:hover svg *, #global .section_dark .button:hover svg *, #global .section_dark input[type=submit]:hover svg *, #global .cms_section_dark .box .button:hover svg *, #global .cms_section_dark .button:hover svg *, #global .cms_section_dark input[type=submit]:hover svg *, aside.box:not(.aside_light) .box .button:hover svg *, aside.box:not(.aside_light) .button:hover svg *, aside.box:not(.aside_light) input[type=submit]:hover svg *, footer .box .button:hover svg *, footer .button:hover svg *, footer input[type=submit]:hover svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab, #global .section_dark .tab, #global .cms_section_dark .tab, aside.box:not(.aside_light) .tab, footer .tab {
  border: 0px solid #555555;
  background: #f3f7fd;
  color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab .tab_text, #global .section_dark .tab .tab_text, #global .cms_section_dark .tab .tab_text, aside.box:not(.aside_light) .tab .tab_text, footer .tab .tab_text {
  color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab svg *, #global .section_dark .tab svg *, #global .cms_section_dark .tab svg *, aside.box:not(.aside_light) .tab svg *, footer .tab svg * {
  fill: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab:hover, #global .section_dark .tab:hover, #global .cms_section_dark .tab:hover, aside.box:not(.aside_light) .tab:hover, footer .tab:hover {
  border-color: #B00D22;
  background: #a1c2f7;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab:hover .tab_text, #global .section_dark .tab:hover .tab_text, #global .cms_section_dark .tab:hover .tab_text, aside.box:not(.aside_light) .tab:hover .tab_text, footer .tab:hover .tab_text {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .tab:hover svg *, #global .section_dark .tab:hover svg *, #global .cms_section_dark .tab:hover svg *, aside.box:not(.aside_light) .tab:hover svg *, footer .tab:hover svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cat_cb:checked + .tab, section:nth-of-type(2n+1):not(.cms_section_light) .tab.selected, #global .section_dark .cat_cb:checked + .tab, #global .section_dark .tab.selected, #global .cms_section_dark .cat_cb:checked + .tab, #global .cms_section_dark .tab.selected, aside.box:not(.aside_light) .cat_cb:checked + .tab, aside.box:not(.aside_light) .tab.selected, footer .cat_cb:checked + .tab, footer .tab.selected {
  border-color: #B00D22;
  background: #a1c2f7;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cat_cb:checked + .tab .tab_text, section:nth-of-type(2n+1):not(.cms_section_light) .tab.selected .tab_text, #global .section_dark .cat_cb:checked + .tab .tab_text, #global .section_dark .tab.selected .tab_text, #global .cms_section_dark .cat_cb:checked + .tab .tab_text, #global .cms_section_dark .tab.selected .tab_text, aside.box:not(.aside_light) .cat_cb:checked + .tab .tab_text, aside.box:not(.aside_light) .tab.selected .tab_text, footer .cat_cb:checked + .tab .tab_text, footer .tab.selected .tab_text {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .cat_cb:checked + .tab svg *, section:nth-of-type(2n+1):not(.cms_section_light) .tab.selected svg *, #global .section_dark .cat_cb:checked + .tab svg *, #global .section_dark .tab.selected svg *, #global .cms_section_dark .cat_cb:checked + .tab svg *, #global .cms_section_dark .tab.selected svg *, aside.box:not(.aside_light) .cat_cb:checked + .tab svg *, aside.box:not(.aside_light) .tab.selected svg *, footer .cat_cb:checked + .tab svg *, footer .tab.selected svg * {
  fill: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout), #global .section_dark input[type=text]:not(.simple_layout), #global .section_dark input[type=password]:not(.simple_layout), #global .section_dark input[type=email]:not(.simple_layout), #global .section_dark input[type=tel]:not(.simple_layout), #global .section_dark input[type=number]:not(.simple_layout), #global .section_dark input[type=date]:not(.simple_layout), #global .section_dark input[type=time]:not(.simple_layout), #global .section_dark input[type=url]:not(.simple_layout), #global .section_dark textarea:not(.simple_layout), #global .section_dark select:not(.simple_layout), #global .section_dark .multiselect:not(.simple_layout), #global .section_dark .input:not(.simple_layout), #global .cms_section_dark input[type=text]:not(.simple_layout), #global .cms_section_dark input[type=password]:not(.simple_layout), #global .cms_section_dark input[type=email]:not(.simple_layout), #global .cms_section_dark input[type=tel]:not(.simple_layout), #global .cms_section_dark input[type=number]:not(.simple_layout), #global .cms_section_dark input[type=date]:not(.simple_layout), #global .cms_section_dark input[type=time]:not(.simple_layout), #global .cms_section_dark input[type=url]:not(.simple_layout), #global .cms_section_dark textarea:not(.simple_layout), #global .cms_section_dark select:not(.simple_layout), #global .cms_section_dark .multiselect:not(.simple_layout), #global .cms_section_dark .input:not(.simple_layout), aside.box:not(.aside_light) input[type=text]:not(.simple_layout), aside.box:not(.aside_light) input[type=password]:not(.simple_layout), aside.box:not(.aside_light) input[type=email]:not(.simple_layout), aside.box:not(.aside_light) input[type=tel]:not(.simple_layout), aside.box:not(.aside_light) input[type=number]:not(.simple_layout), aside.box:not(.aside_light) input[type=date]:not(.simple_layout), aside.box:not(.aside_light) input[type=time]:not(.simple_layout), aside.box:not(.aside_light) input[type=url]:not(.simple_layout), aside.box:not(.aside_light) textarea:not(.simple_layout), aside.box:not(.aside_light) select:not(.simple_layout), aside.box:not(.aside_light) .multiselect:not(.simple_layout), aside.box:not(.aside_light) .input:not(.simple_layout), footer input[type=text]:not(.simple_layout), footer input[type=password]:not(.simple_layout), footer input[type=email]:not(.simple_layout), footer input[type=tel]:not(.simple_layout), footer input[type=number]:not(.simple_layout), footer input[type=date]:not(.simple_layout), footer input[type=time]:not(.simple_layout), footer input[type=url]:not(.simple_layout), footer textarea:not(.simple_layout), footer select:not(.simple_layout), footer .multiselect:not(.simple_layout), footer .input:not(.simple_layout) {
  background-color: #f3f7fd;
  border-color: #555555;
  color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).focus, #global .section_dark input[type=text]:not(.simple_layout):hover, #global .section_dark input[type=text]:not(.simple_layout):focus, #global .section_dark input[type=text]:not(.simple_layout).focus, #global .section_dark input[type=password]:not(.simple_layout):hover, #global .section_dark input[type=password]:not(.simple_layout):focus, #global .section_dark input[type=password]:not(.simple_layout).focus, #global .section_dark input[type=email]:not(.simple_layout):hover, #global .section_dark input[type=email]:not(.simple_layout):focus, #global .section_dark input[type=email]:not(.simple_layout).focus, #global .section_dark input[type=tel]:not(.simple_layout):hover, #global .section_dark input[type=tel]:not(.simple_layout):focus, #global .section_dark input[type=tel]:not(.simple_layout).focus, #global .section_dark input[type=number]:not(.simple_layout):hover, #global .section_dark input[type=number]:not(.simple_layout):focus, #global .section_dark input[type=number]:not(.simple_layout).focus, #global .section_dark input[type=date]:not(.simple_layout):hover, #global .section_dark input[type=date]:not(.simple_layout):focus, #global .section_dark input[type=date]:not(.simple_layout).focus, #global .section_dark input[type=time]:not(.simple_layout):hover, #global .section_dark input[type=time]:not(.simple_layout):focus, #global .section_dark input[type=time]:not(.simple_layout).focus, #global .section_dark input[type=url]:not(.simple_layout):hover, #global .section_dark input[type=url]:not(.simple_layout):focus, #global .section_dark input[type=url]:not(.simple_layout).focus, #global .section_dark textarea:not(.simple_layout):hover, #global .section_dark textarea:not(.simple_layout):focus, #global .section_dark textarea:not(.simple_layout).focus, #global .section_dark select:not(.simple_layout):hover, #global .section_dark select:not(.simple_layout):focus, #global .section_dark select:not(.simple_layout).focus, #global .section_dark .multiselect:not(.simple_layout):hover, #global .section_dark .multiselect:not(.simple_layout):focus, #global .section_dark .multiselect:not(.simple_layout).focus, #global .section_dark .input:not(.simple_layout):hover, #global .section_dark .input:not(.simple_layout):focus, #global .section_dark .input:not(.simple_layout).focus, #global .cms_section_dark input[type=text]:not(.simple_layout):hover, #global .cms_section_dark input[type=text]:not(.simple_layout):focus, #global .cms_section_dark input[type=text]:not(.simple_layout).focus, #global .cms_section_dark input[type=password]:not(.simple_layout):hover, #global .cms_section_dark input[type=password]:not(.simple_layout):focus, #global .cms_section_dark input[type=password]:not(.simple_layout).focus, #global .cms_section_dark input[type=email]:not(.simple_layout):hover, #global .cms_section_dark input[type=email]:not(.simple_layout):focus, #global .cms_section_dark input[type=email]:not(.simple_layout).focus, #global .cms_section_dark input[type=tel]:not(.simple_layout):hover, #global .cms_section_dark input[type=tel]:not(.simple_layout):focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).focus, #global .cms_section_dark input[type=number]:not(.simple_layout):hover, #global .cms_section_dark input[type=number]:not(.simple_layout):focus, #global .cms_section_dark input[type=number]:not(.simple_layout).focus, #global .cms_section_dark input[type=date]:not(.simple_layout):hover, #global .cms_section_dark input[type=date]:not(.simple_layout):focus, #global .cms_section_dark input[type=date]:not(.simple_layout).focus, #global .cms_section_dark input[type=time]:not(.simple_layout):hover, #global .cms_section_dark input[type=time]:not(.simple_layout):focus, #global .cms_section_dark input[type=time]:not(.simple_layout).focus, #global .cms_section_dark input[type=url]:not(.simple_layout):hover, #global .cms_section_dark input[type=url]:not(.simple_layout):focus, #global .cms_section_dark input[type=url]:not(.simple_layout).focus, #global .cms_section_dark textarea:not(.simple_layout):hover, #global .cms_section_dark textarea:not(.simple_layout):focus, #global .cms_section_dark textarea:not(.simple_layout).focus, #global .cms_section_dark select:not(.simple_layout):hover, #global .cms_section_dark select:not(.simple_layout):focus, #global .cms_section_dark select:not(.simple_layout).focus, #global .cms_section_dark .multiselect:not(.simple_layout):hover, #global .cms_section_dark .multiselect:not(.simple_layout):focus, #global .cms_section_dark .multiselect:not(.simple_layout).focus, #global .cms_section_dark .input:not(.simple_layout):hover, #global .cms_section_dark .input:not(.simple_layout):focus, #global .cms_section_dark .input:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=text]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=password]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=email]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=number]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=date]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=time]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout):hover, aside.box:not(.aside_light) input[type=url]:not(.simple_layout):focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).focus, aside.box:not(.aside_light) textarea:not(.simple_layout):hover, aside.box:not(.aside_light) textarea:not(.simple_layout):focus, aside.box:not(.aside_light) textarea:not(.simple_layout).focus, aside.box:not(.aside_light) select:not(.simple_layout):hover, aside.box:not(.aside_light) select:not(.simple_layout):focus, aside.box:not(.aside_light) select:not(.simple_layout).focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout):hover, aside.box:not(.aside_light) .multiselect:not(.simple_layout):focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout).focus, aside.box:not(.aside_light) .input:not(.simple_layout):hover, aside.box:not(.aside_light) .input:not(.simple_layout):focus, aside.box:not(.aside_light) .input:not(.simple_layout).focus, footer input[type=text]:not(.simple_layout):hover, footer input[type=text]:not(.simple_layout):focus, footer input[type=text]:not(.simple_layout).focus, footer input[type=password]:not(.simple_layout):hover, footer input[type=password]:not(.simple_layout):focus, footer input[type=password]:not(.simple_layout).focus, footer input[type=email]:not(.simple_layout):hover, footer input[type=email]:not(.simple_layout):focus, footer input[type=email]:not(.simple_layout).focus, footer input[type=tel]:not(.simple_layout):hover, footer input[type=tel]:not(.simple_layout):focus, footer input[type=tel]:not(.simple_layout).focus, footer input[type=number]:not(.simple_layout):hover, footer input[type=number]:not(.simple_layout):focus, footer input[type=number]:not(.simple_layout).focus, footer input[type=date]:not(.simple_layout):hover, footer input[type=date]:not(.simple_layout):focus, footer input[type=date]:not(.simple_layout).focus, footer input[type=time]:not(.simple_layout):hover, footer input[type=time]:not(.simple_layout):focus, footer input[type=time]:not(.simple_layout).focus, footer input[type=url]:not(.simple_layout):hover, footer input[type=url]:not(.simple_layout):focus, footer input[type=url]:not(.simple_layout).focus, footer textarea:not(.simple_layout):hover, footer textarea:not(.simple_layout):focus, footer textarea:not(.simple_layout).focus, footer select:not(.simple_layout):hover, footer select:not(.simple_layout):focus, footer select:not(.simple_layout).focus, footer .multiselect:not(.simple_layout):hover, footer .multiselect:not(.simple_layout):focus, footer .multiselect:not(.simple_layout).focus, footer .input:not(.simple_layout):hover, footer .input:not(.simple_layout):focus, footer .input:not(.simple_layout).focus {
  background-color: #f3f7fd;
  border-color: #333333;
  color: #333333;
}
section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=text]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=password]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=email]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=tel]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=number]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=date]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=time]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type=url]:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) textarea:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) select:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout).disabled.focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive:focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).inactive.focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled], section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled]:focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout)[disabled].focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:hover, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled:focus, section:nth-of-type(2n+1):not(.cms_section_light) .input:not(.simple_layout).disabled.focus, #global .section_dark input[type=text]:not(.simple_layout).inactive, #global .section_dark input[type=text]:not(.simple_layout).inactive:hover, #global .section_dark input[type=text]:not(.simple_layout).inactive:focus, #global .section_dark input[type=text]:not(.simple_layout).inactive.focus, #global .section_dark input[type=text]:not(.simple_layout)[disabled], #global .section_dark input[type=text]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=text]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=text]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=text]:not(.simple_layout).disabled, #global .section_dark input[type=text]:not(.simple_layout).disabled:hover, #global .section_dark input[type=text]:not(.simple_layout).disabled:focus, #global .section_dark input[type=text]:not(.simple_layout).disabled.focus, #global .section_dark input[type=password]:not(.simple_layout).inactive, #global .section_dark input[type=password]:not(.simple_layout).inactive:hover, #global .section_dark input[type=password]:not(.simple_layout).inactive:focus, #global .section_dark input[type=password]:not(.simple_layout).inactive.focus, #global .section_dark input[type=password]:not(.simple_layout)[disabled], #global .section_dark input[type=password]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=password]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=password]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=password]:not(.simple_layout).disabled, #global .section_dark input[type=password]:not(.simple_layout).disabled:hover, #global .section_dark input[type=password]:not(.simple_layout).disabled:focus, #global .section_dark input[type=password]:not(.simple_layout).disabled.focus, #global .section_dark input[type=email]:not(.simple_layout).inactive, #global .section_dark input[type=email]:not(.simple_layout).inactive:hover, #global .section_dark input[type=email]:not(.simple_layout).inactive:focus, #global .section_dark input[type=email]:not(.simple_layout).inactive.focus, #global .section_dark input[type=email]:not(.simple_layout)[disabled], #global .section_dark input[type=email]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=email]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=email]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=email]:not(.simple_layout).disabled, #global .section_dark input[type=email]:not(.simple_layout).disabled:hover, #global .section_dark input[type=email]:not(.simple_layout).disabled:focus, #global .section_dark input[type=email]:not(.simple_layout).disabled.focus, #global .section_dark input[type=tel]:not(.simple_layout).inactive, #global .section_dark input[type=tel]:not(.simple_layout).inactive:hover, #global .section_dark input[type=tel]:not(.simple_layout).inactive:focus, #global .section_dark input[type=tel]:not(.simple_layout).inactive.focus, #global .section_dark input[type=tel]:not(.simple_layout)[disabled], #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=tel]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=tel]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=tel]:not(.simple_layout).disabled, #global .section_dark input[type=tel]:not(.simple_layout).disabled:hover, #global .section_dark input[type=tel]:not(.simple_layout).disabled:focus, #global .section_dark input[type=tel]:not(.simple_layout).disabled.focus, #global .section_dark input[type=number]:not(.simple_layout).inactive, #global .section_dark input[type=number]:not(.simple_layout).inactive:hover, #global .section_dark input[type=number]:not(.simple_layout).inactive:focus, #global .section_dark input[type=number]:not(.simple_layout).inactive.focus, #global .section_dark input[type=number]:not(.simple_layout)[disabled], #global .section_dark input[type=number]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=number]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=number]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=number]:not(.simple_layout).disabled, #global .section_dark input[type=number]:not(.simple_layout).disabled:hover, #global .section_dark input[type=number]:not(.simple_layout).disabled:focus, #global .section_dark input[type=number]:not(.simple_layout).disabled.focus, #global .section_dark input[type=date]:not(.simple_layout).inactive, #global .section_dark input[type=date]:not(.simple_layout).inactive:hover, #global .section_dark input[type=date]:not(.simple_layout).inactive:focus, #global .section_dark input[type=date]:not(.simple_layout).inactive.focus, #global .section_dark input[type=date]:not(.simple_layout)[disabled], #global .section_dark input[type=date]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=date]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=date]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=date]:not(.simple_layout).disabled, #global .section_dark input[type=date]:not(.simple_layout).disabled:hover, #global .section_dark input[type=date]:not(.simple_layout).disabled:focus, #global .section_dark input[type=date]:not(.simple_layout).disabled.focus, #global .section_dark input[type=time]:not(.simple_layout).inactive, #global .section_dark input[type=time]:not(.simple_layout).inactive:hover, #global .section_dark input[type=time]:not(.simple_layout).inactive:focus, #global .section_dark input[type=time]:not(.simple_layout).inactive.focus, #global .section_dark input[type=time]:not(.simple_layout)[disabled], #global .section_dark input[type=time]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=time]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=time]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=time]:not(.simple_layout).disabled, #global .section_dark input[type=time]:not(.simple_layout).disabled:hover, #global .section_dark input[type=time]:not(.simple_layout).disabled:focus, #global .section_dark input[type=time]:not(.simple_layout).disabled.focus, #global .section_dark input[type=url]:not(.simple_layout).inactive, #global .section_dark input[type=url]:not(.simple_layout).inactive:hover, #global .section_dark input[type=url]:not(.simple_layout).inactive:focus, #global .section_dark input[type=url]:not(.simple_layout).inactive.focus, #global .section_dark input[type=url]:not(.simple_layout)[disabled], #global .section_dark input[type=url]:not(.simple_layout)[disabled]:hover, #global .section_dark input[type=url]:not(.simple_layout)[disabled]:focus, #global .section_dark input[type=url]:not(.simple_layout)[disabled].focus, #global .section_dark input[type=url]:not(.simple_layout).disabled, #global .section_dark input[type=url]:not(.simple_layout).disabled:hover, #global .section_dark input[type=url]:not(.simple_layout).disabled:focus, #global .section_dark input[type=url]:not(.simple_layout).disabled.focus, #global .section_dark textarea:not(.simple_layout).inactive, #global .section_dark textarea:not(.simple_layout).inactive:hover, #global .section_dark textarea:not(.simple_layout).inactive:focus, #global .section_dark textarea:not(.simple_layout).inactive.focus, #global .section_dark textarea:not(.simple_layout)[disabled], #global .section_dark textarea:not(.simple_layout)[disabled]:hover, #global .section_dark textarea:not(.simple_layout)[disabled]:focus, #global .section_dark textarea:not(.simple_layout)[disabled].focus, #global .section_dark textarea:not(.simple_layout).disabled, #global .section_dark textarea:not(.simple_layout).disabled:hover, #global .section_dark textarea:not(.simple_layout).disabled:focus, #global .section_dark textarea:not(.simple_layout).disabled.focus, #global .section_dark select:not(.simple_layout).inactive, #global .section_dark select:not(.simple_layout).inactive:hover, #global .section_dark select:not(.simple_layout).inactive:focus, #global .section_dark select:not(.simple_layout).inactive.focus, #global .section_dark select:not(.simple_layout)[disabled], #global .section_dark select:not(.simple_layout)[disabled]:hover, #global .section_dark select:not(.simple_layout)[disabled]:focus, #global .section_dark select:not(.simple_layout)[disabled].focus, #global .section_dark select:not(.simple_layout).disabled, #global .section_dark select:not(.simple_layout).disabled:hover, #global .section_dark select:not(.simple_layout).disabled:focus, #global .section_dark select:not(.simple_layout).disabled.focus, #global .section_dark .multiselect:not(.simple_layout).inactive, #global .section_dark .multiselect:not(.simple_layout).inactive:hover, #global .section_dark .multiselect:not(.simple_layout).inactive:focus, #global .section_dark .multiselect:not(.simple_layout).inactive.focus, #global .section_dark .multiselect:not(.simple_layout)[disabled], #global .section_dark .multiselect:not(.simple_layout)[disabled]:hover, #global .section_dark .multiselect:not(.simple_layout)[disabled]:focus, #global .section_dark .multiselect:not(.simple_layout)[disabled].focus, #global .section_dark .multiselect:not(.simple_layout).disabled, #global .section_dark .multiselect:not(.simple_layout).disabled:hover, #global .section_dark .multiselect:not(.simple_layout).disabled:focus, #global .section_dark .multiselect:not(.simple_layout).disabled.focus, #global .section_dark .input:not(.simple_layout).inactive, #global .section_dark .input:not(.simple_layout).inactive:hover, #global .section_dark .input:not(.simple_layout).inactive:focus, #global .section_dark .input:not(.simple_layout).inactive.focus, #global .section_dark .input:not(.simple_layout)[disabled], #global .section_dark .input:not(.simple_layout)[disabled]:hover, #global .section_dark .input:not(.simple_layout)[disabled]:focus, #global .section_dark .input:not(.simple_layout)[disabled].focus, #global .section_dark .input:not(.simple_layout).disabled, #global .section_dark .input:not(.simple_layout).disabled:hover, #global .section_dark .input:not(.simple_layout).disabled:focus, #global .section_dark .input:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=text]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=text]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=text]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=password]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=password]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=password]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=email]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=email]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=email]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=tel]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=tel]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=number]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=number]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=number]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=date]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=date]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=date]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=time]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=time]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=time]:not(.simple_layout).disabled.focus, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:hover, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive:focus, #global .cms_section_dark input[type=url]:not(.simple_layout).inactive.focus, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled], #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:hover, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled]:focus, #global .cms_section_dark input[type=url]:not(.simple_layout)[disabled].focus, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:hover, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled:focus, #global .cms_section_dark input[type=url]:not(.simple_layout).disabled.focus, #global .cms_section_dark textarea:not(.simple_layout).inactive, #global .cms_section_dark textarea:not(.simple_layout).inactive:hover, #global .cms_section_dark textarea:not(.simple_layout).inactive:focus, #global .cms_section_dark textarea:not(.simple_layout).inactive.focus, #global .cms_section_dark textarea:not(.simple_layout)[disabled], #global .cms_section_dark textarea:not(.simple_layout)[disabled]:hover, #global .cms_section_dark textarea:not(.simple_layout)[disabled]:focus, #global .cms_section_dark textarea:not(.simple_layout)[disabled].focus, #global .cms_section_dark textarea:not(.simple_layout).disabled, #global .cms_section_dark textarea:not(.simple_layout).disabled:hover, #global .cms_section_dark textarea:not(.simple_layout).disabled:focus, #global .cms_section_dark textarea:not(.simple_layout).disabled.focus, #global .cms_section_dark select:not(.simple_layout).inactive, #global .cms_section_dark select:not(.simple_layout).inactive:hover, #global .cms_section_dark select:not(.simple_layout).inactive:focus, #global .cms_section_dark select:not(.simple_layout).inactive.focus, #global .cms_section_dark select:not(.simple_layout)[disabled], #global .cms_section_dark select:not(.simple_layout)[disabled]:hover, #global .cms_section_dark select:not(.simple_layout)[disabled]:focus, #global .cms_section_dark select:not(.simple_layout)[disabled].focus, #global .cms_section_dark select:not(.simple_layout).disabled, #global .cms_section_dark select:not(.simple_layout).disabled:hover, #global .cms_section_dark select:not(.simple_layout).disabled:focus, #global .cms_section_dark select:not(.simple_layout).disabled.focus, #global .cms_section_dark .multiselect:not(.simple_layout).inactive, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:hover, #global .cms_section_dark .multiselect:not(.simple_layout).inactive:focus, #global .cms_section_dark .multiselect:not(.simple_layout).inactive.focus, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled], #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:hover, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled]:focus, #global .cms_section_dark .multiselect:not(.simple_layout)[disabled].focus, #global .cms_section_dark .multiselect:not(.simple_layout).disabled, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:hover, #global .cms_section_dark .multiselect:not(.simple_layout).disabled:focus, #global .cms_section_dark .multiselect:not(.simple_layout).disabled.focus, #global .cms_section_dark .input:not(.simple_layout).inactive, #global .cms_section_dark .input:not(.simple_layout).inactive:hover, #global .cms_section_dark .input:not(.simple_layout).inactive:focus, #global .cms_section_dark .input:not(.simple_layout).inactive.focus, #global .cms_section_dark .input:not(.simple_layout)[disabled], #global .cms_section_dark .input:not(.simple_layout)[disabled]:hover, #global .cms_section_dark .input:not(.simple_layout)[disabled]:focus, #global .cms_section_dark .input:not(.simple_layout)[disabled].focus, #global .cms_section_dark .input:not(.simple_layout).disabled, #global .cms_section_dark .input:not(.simple_layout).disabled:hover, #global .cms_section_dark .input:not(.simple_layout).disabled:focus, #global .cms_section_dark .input:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=text]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=password]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=email]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=tel]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=number]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=date]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=time]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled], aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) input[type=url]:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) textarea:not(.simple_layout).inactive, aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) textarea:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) textarea:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled], aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) textarea:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) textarea:not(.simple_layout).disabled, aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) textarea:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) textarea:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) select:not(.simple_layout).inactive, aside.box:not(.aside_light) select:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) select:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) select:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) select:not(.simple_layout)[disabled], aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) select:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) select:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) select:not(.simple_layout).disabled, aside.box:not(.aside_light) select:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) select:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) select:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive, aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled], aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled, aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) .multiselect:not(.simple_layout).disabled.focus, aside.box:not(.aside_light) .input:not(.simple_layout).inactive, aside.box:not(.aside_light) .input:not(.simple_layout).inactive:hover, aside.box:not(.aside_light) .input:not(.simple_layout).inactive:focus, aside.box:not(.aside_light) .input:not(.simple_layout).inactive.focus, aside.box:not(.aside_light) .input:not(.simple_layout)[disabled], aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:hover, aside.box:not(.aside_light) .input:not(.simple_layout)[disabled]:focus, aside.box:not(.aside_light) .input:not(.simple_layout)[disabled].focus, aside.box:not(.aside_light) .input:not(.simple_layout).disabled, aside.box:not(.aside_light) .input:not(.simple_layout).disabled:hover, aside.box:not(.aside_light) .input:not(.simple_layout).disabled:focus, aside.box:not(.aside_light) .input:not(.simple_layout).disabled.focus, footer input[type=text]:not(.simple_layout).inactive, footer input[type=text]:not(.simple_layout).inactive:hover, footer input[type=text]:not(.simple_layout).inactive:focus, footer input[type=text]:not(.simple_layout).inactive.focus, footer input[type=text]:not(.simple_layout)[disabled], footer input[type=text]:not(.simple_layout)[disabled]:hover, footer input[type=text]:not(.simple_layout)[disabled]:focus, footer input[type=text]:not(.simple_layout)[disabled].focus, footer input[type=text]:not(.simple_layout).disabled, footer input[type=text]:not(.simple_layout).disabled:hover, footer input[type=text]:not(.simple_layout).disabled:focus, footer input[type=text]:not(.simple_layout).disabled.focus, footer input[type=password]:not(.simple_layout).inactive, footer input[type=password]:not(.simple_layout).inactive:hover, footer input[type=password]:not(.simple_layout).inactive:focus, footer input[type=password]:not(.simple_layout).inactive.focus, footer input[type=password]:not(.simple_layout)[disabled], footer input[type=password]:not(.simple_layout)[disabled]:hover, footer input[type=password]:not(.simple_layout)[disabled]:focus, footer input[type=password]:not(.simple_layout)[disabled].focus, footer input[type=password]:not(.simple_layout).disabled, footer input[type=password]:not(.simple_layout).disabled:hover, footer input[type=password]:not(.simple_layout).disabled:focus, footer input[type=password]:not(.simple_layout).disabled.focus, footer input[type=email]:not(.simple_layout).inactive, footer input[type=email]:not(.simple_layout).inactive:hover, footer input[type=email]:not(.simple_layout).inactive:focus, footer input[type=email]:not(.simple_layout).inactive.focus, footer input[type=email]:not(.simple_layout)[disabled], footer input[type=email]:not(.simple_layout)[disabled]:hover, footer input[type=email]:not(.simple_layout)[disabled]:focus, footer input[type=email]:not(.simple_layout)[disabled].focus, footer input[type=email]:not(.simple_layout).disabled, footer input[type=email]:not(.simple_layout).disabled:hover, footer input[type=email]:not(.simple_layout).disabled:focus, footer input[type=email]:not(.simple_layout).disabled.focus, footer input[type=tel]:not(.simple_layout).inactive, footer input[type=tel]:not(.simple_layout).inactive:hover, footer input[type=tel]:not(.simple_layout).inactive:focus, footer input[type=tel]:not(.simple_layout).inactive.focus, footer input[type=tel]:not(.simple_layout)[disabled], footer input[type=tel]:not(.simple_layout)[disabled]:hover, footer input[type=tel]:not(.simple_layout)[disabled]:focus, footer input[type=tel]:not(.simple_layout)[disabled].focus, footer input[type=tel]:not(.simple_layout).disabled, footer input[type=tel]:not(.simple_layout).disabled:hover, footer input[type=tel]:not(.simple_layout).disabled:focus, footer input[type=tel]:not(.simple_layout).disabled.focus, footer input[type=number]:not(.simple_layout).inactive, footer input[type=number]:not(.simple_layout).inactive:hover, footer input[type=number]:not(.simple_layout).inactive:focus, footer input[type=number]:not(.simple_layout).inactive.focus, footer input[type=number]:not(.simple_layout)[disabled], footer input[type=number]:not(.simple_layout)[disabled]:hover, footer input[type=number]:not(.simple_layout)[disabled]:focus, footer input[type=number]:not(.simple_layout)[disabled].focus, footer input[type=number]:not(.simple_layout).disabled, footer input[type=number]:not(.simple_layout).disabled:hover, footer input[type=number]:not(.simple_layout).disabled:focus, footer input[type=number]:not(.simple_layout).disabled.focus, footer input[type=date]:not(.simple_layout).inactive, footer input[type=date]:not(.simple_layout).inactive:hover, footer input[type=date]:not(.simple_layout).inactive:focus, footer input[type=date]:not(.simple_layout).inactive.focus, footer input[type=date]:not(.simple_layout)[disabled], footer input[type=date]:not(.simple_layout)[disabled]:hover, footer input[type=date]:not(.simple_layout)[disabled]:focus, footer input[type=date]:not(.simple_layout)[disabled].focus, footer input[type=date]:not(.simple_layout).disabled, footer input[type=date]:not(.simple_layout).disabled:hover, footer input[type=date]:not(.simple_layout).disabled:focus, footer input[type=date]:not(.simple_layout).disabled.focus, footer input[type=time]:not(.simple_layout).inactive, footer input[type=time]:not(.simple_layout).inactive:hover, footer input[type=time]:not(.simple_layout).inactive:focus, footer input[type=time]:not(.simple_layout).inactive.focus, footer input[type=time]:not(.simple_layout)[disabled], footer input[type=time]:not(.simple_layout)[disabled]:hover, footer input[type=time]:not(.simple_layout)[disabled]:focus, footer input[type=time]:not(.simple_layout)[disabled].focus, footer input[type=time]:not(.simple_layout).disabled, footer input[type=time]:not(.simple_layout).disabled:hover, footer input[type=time]:not(.simple_layout).disabled:focus, footer input[type=time]:not(.simple_layout).disabled.focus, footer input[type=url]:not(.simple_layout).inactive, footer input[type=url]:not(.simple_layout).inactive:hover, footer input[type=url]:not(.simple_layout).inactive:focus, footer input[type=url]:not(.simple_layout).inactive.focus, footer input[type=url]:not(.simple_layout)[disabled], footer input[type=url]:not(.simple_layout)[disabled]:hover, footer input[type=url]:not(.simple_layout)[disabled]:focus, footer input[type=url]:not(.simple_layout)[disabled].focus, footer input[type=url]:not(.simple_layout).disabled, footer input[type=url]:not(.simple_layout).disabled:hover, footer input[type=url]:not(.simple_layout).disabled:focus, footer input[type=url]:not(.simple_layout).disabled.focus, footer textarea:not(.simple_layout).inactive, footer textarea:not(.simple_layout).inactive:hover, footer textarea:not(.simple_layout).inactive:focus, footer textarea:not(.simple_layout).inactive.focus, footer textarea:not(.simple_layout)[disabled], footer textarea:not(.simple_layout)[disabled]:hover, footer textarea:not(.simple_layout)[disabled]:focus, footer textarea:not(.simple_layout)[disabled].focus, footer textarea:not(.simple_layout).disabled, footer textarea:not(.simple_layout).disabled:hover, footer textarea:not(.simple_layout).disabled:focus, footer textarea:not(.simple_layout).disabled.focus, footer select:not(.simple_layout).inactive, footer select:not(.simple_layout).inactive:hover, footer select:not(.simple_layout).inactive:focus, footer select:not(.simple_layout).inactive.focus, footer select:not(.simple_layout)[disabled], footer select:not(.simple_layout)[disabled]:hover, footer select:not(.simple_layout)[disabled]:focus, footer select:not(.simple_layout)[disabled].focus, footer select:not(.simple_layout).disabled, footer select:not(.simple_layout).disabled:hover, footer select:not(.simple_layout).disabled:focus, footer select:not(.simple_layout).disabled.focus, footer .multiselect:not(.simple_layout).inactive, footer .multiselect:not(.simple_layout).inactive:hover, footer .multiselect:not(.simple_layout).inactive:focus, footer .multiselect:not(.simple_layout).inactive.focus, footer .multiselect:not(.simple_layout)[disabled], footer .multiselect:not(.simple_layout)[disabled]:hover, footer .multiselect:not(.simple_layout)[disabled]:focus, footer .multiselect:not(.simple_layout)[disabled].focus, footer .multiselect:not(.simple_layout).disabled, footer .multiselect:not(.simple_layout).disabled:hover, footer .multiselect:not(.simple_layout).disabled:focus, footer .multiselect:not(.simple_layout).disabled.focus, footer .input:not(.simple_layout).inactive, footer .input:not(.simple_layout).inactive:hover, footer .input:not(.simple_layout).inactive:focus, footer .input:not(.simple_layout).inactive.focus, footer .input:not(.simple_layout)[disabled], footer .input:not(.simple_layout)[disabled]:hover, footer .input:not(.simple_layout)[disabled]:focus, footer .input:not(.simple_layout)[disabled].focus, footer .input:not(.simple_layout).disabled, footer .input:not(.simple_layout).disabled:hover, footer .input:not(.simple_layout).disabled:focus, footer .input:not(.simple_layout).disabled.focus {
  background-color: #f3f7fd;
  border-color: #626262;
  color: #6f6f6f;
  cursor: default;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row label, #global .section_dark .animated_form .row label, #global .section_dark .animated_form.row label, #global .cms_section_dark .animated_form .row label, #global .cms_section_dark .animated_form.row label, aside.box:not(.aside_light) .animated_form .row label, aside.box:not(.aside_light) .animated_form.row label, footer .animated_form .row label, footer .animated_form.row label {
  color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row label.form_error_msg, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row label.form_error_msg, #global .section_dark .animated_form .row label.form_error_msg, #global .section_dark .animated_form.row label.form_error_msg, #global .cms_section_dark .animated_form .row label.form_error_msg, #global .cms_section_dark .animated_form.row label.form_error_msg, aside.box:not(.aside_light) .animated_form .row label.form_error_msg, aside.box:not(.aside_light) .animated_form.row label.form_error_msg, footer .animated_form .row label.form_error_msg, footer .animated_form.row label.form_error_msg {
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row label a, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row label a, #global .section_dark .animated_form .row label a, #global .section_dark .animated_form.row label a, #global .cms_section_dark .animated_form .row label a, #global .cms_section_dark .animated_form.row label a, aside.box:not(.aside_light) .animated_form .row label a, aside.box:not(.aside_light) .animated_form.row label a, footer .animated_form .row label a, footer .animated_form.row label a {
  color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .row .multiselect_box label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form.row .multiselect_box label, #global .section_dark .animated_form .row .multiselect_box label, #global .section_dark .animated_form.row .multiselect_box label, #global .cms_section_dark .animated_form .row .multiselect_box label, #global .cms_section_dark .animated_form.row .multiselect_box label, aside.box:not(.aside_light) .animated_form .row .multiselect_box label, aside.box:not(.aside_light) .animated_form.row .multiselect_box label, footer .animated_form .row .multiselect_box label, footer .animated_form.row .multiselect_box label {
  color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input + label, #global .section_dark .animated_form input[type=text] + label, #global .section_dark .animated_form input[type=password] + label, #global .section_dark .animated_form input[type=email] + label, #global .section_dark .animated_form input[type=tel] + label, #global .section_dark .animated_form input[type=number] + label, #global .section_dark .animated_form input[type=date] + label, #global .section_dark .animated_form input[type=time] + label, #global .section_dark .animated_form input[type=url] + label, #global .section_dark .animated_form textarea + label, #global .section_dark .animated_form .multiselect_box + label, #global .section_dark .animated_form .input + label, #global .cms_section_dark .animated_form input[type=text] + label, #global .cms_section_dark .animated_form input[type=password] + label, #global .cms_section_dark .animated_form input[type=email] + label, #global .cms_section_dark .animated_form input[type=tel] + label, #global .cms_section_dark .animated_form input[type=number] + label, #global .cms_section_dark .animated_form input[type=date] + label, #global .cms_section_dark .animated_form input[type=time] + label, #global .cms_section_dark .animated_form input[type=url] + label, #global .cms_section_dark .animated_form textarea + label, #global .cms_section_dark .animated_form .multiselect_box + label, #global .cms_section_dark .animated_form .input + label, aside.box:not(.aside_light) .animated_form input[type=text] + label, aside.box:not(.aside_light) .animated_form input[type=password] + label, aside.box:not(.aside_light) .animated_form input[type=email] + label, aside.box:not(.aside_light) .animated_form input[type=tel] + label, aside.box:not(.aside_light) .animated_form input[type=number] + label, aside.box:not(.aside_light) .animated_form input[type=date] + label, aside.box:not(.aside_light) .animated_form input[type=time] + label, aside.box:not(.aside_light) .animated_form input[type=url] + label, aside.box:not(.aside_light) .animated_form textarea + label, aside.box:not(.aside_light) .animated_form .multiselect_box + label, aside.box:not(.aside_light) .animated_form .input + label, footer .animated_form input[type=text] + label, footer .animated_form input[type=password] + label, footer .animated_form input[type=email] + label, footer .animated_form input[type=tel] + label, footer .animated_form input[type=number] + label, footer .animated_form input[type=date] + label, footer .animated_form input[type=time] + label, footer .animated_form input[type=url] + label, footer .animated_form textarea + label, footer .animated_form .multiselect_box + label, footer .animated_form .input + label {
  color: #555555;
  background-color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url] + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input + label.placeholder, #global .section_dark .animated_form input[type=text] + label.placeholder, #global .section_dark .animated_form input[type=password] + label.placeholder, #global .section_dark .animated_form input[type=email] + label.placeholder, #global .section_dark .animated_form input[type=tel] + label.placeholder, #global .section_dark .animated_form input[type=number] + label.placeholder, #global .section_dark .animated_form input[type=date] + label.placeholder, #global .section_dark .animated_form input[type=time] + label.placeholder, #global .section_dark .animated_form input[type=url] + label.placeholder, #global .section_dark .animated_form textarea + label.placeholder, #global .section_dark .animated_form .multiselect_box + label.placeholder, #global .section_dark .animated_form .input + label.placeholder, #global .cms_section_dark .animated_form input[type=text] + label.placeholder, #global .cms_section_dark .animated_form input[type=password] + label.placeholder, #global .cms_section_dark .animated_form input[type=email] + label.placeholder, #global .cms_section_dark .animated_form input[type=tel] + label.placeholder, #global .cms_section_dark .animated_form input[type=number] + label.placeholder, #global .cms_section_dark .animated_form input[type=date] + label.placeholder, #global .cms_section_dark .animated_form input[type=time] + label.placeholder, #global .cms_section_dark .animated_form input[type=url] + label.placeholder, #global .cms_section_dark .animated_form textarea + label.placeholder, #global .cms_section_dark .animated_form .multiselect_box + label.placeholder, #global .cms_section_dark .animated_form .input + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=text] + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=password] + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=email] + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=tel] + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=number] + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=date] + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=time] + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=url] + label.placeholder, aside.box:not(.aside_light) .animated_form textarea + label.placeholder, aside.box:not(.aside_light) .animated_form .multiselect_box + label.placeholder, aside.box:not(.aside_light) .animated_form .input + label.placeholder, footer .animated_form input[type=text] + label.placeholder, footer .animated_form input[type=password] + label.placeholder, footer .animated_form input[type=email] + label.placeholder, footer .animated_form input[type=tel] + label.placeholder, footer .animated_form input[type=number] + label.placeholder, footer .animated_form input[type=date] + label.placeholder, footer .animated_form input[type=time] + label.placeholder, footer .animated_form input[type=url] + label.placeholder, footer .animated_form textarea + label.placeholder, footer .animated_form .multiselect_box + label.placeholder, footer .animated_form .input + label.placeholder {
  color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url]:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url].focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box.focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input.focus + label, #global .section_dark .animated_form input[type=text]:focus + label, #global .section_dark .animated_form input[type=text].focus + label, #global .section_dark .animated_form input[type=password]:focus + label, #global .section_dark .animated_form input[type=password].focus + label, #global .section_dark .animated_form input[type=email]:focus + label, #global .section_dark .animated_form input[type=email].focus + label, #global .section_dark .animated_form input[type=tel]:focus + label, #global .section_dark .animated_form input[type=tel].focus + label, #global .section_dark .animated_form input[type=number]:focus + label, #global .section_dark .animated_form input[type=number].focus + label, #global .section_dark .animated_form input[type=date]:focus + label, #global .section_dark .animated_form input[type=date].focus + label, #global .section_dark .animated_form input[type=time]:focus + label, #global .section_dark .animated_form input[type=time].focus + label, #global .section_dark .animated_form input[type=url]:focus + label, #global .section_dark .animated_form input[type=url].focus + label, #global .section_dark .animated_form textarea:focus + label, #global .section_dark .animated_form textarea.focus + label, #global .section_dark .animated_form .multiselect_box:focus + label, #global .section_dark .animated_form .multiselect_box.focus + label, #global .section_dark .animated_form .input:focus + label, #global .section_dark .animated_form .input.focus + label, #global .cms_section_dark .animated_form input[type=text]:focus + label, #global .cms_section_dark .animated_form input[type=text].focus + label, #global .cms_section_dark .animated_form input[type=password]:focus + label, #global .cms_section_dark .animated_form input[type=password].focus + label, #global .cms_section_dark .animated_form input[type=email]:focus + label, #global .cms_section_dark .animated_form input[type=email].focus + label, #global .cms_section_dark .animated_form input[type=tel]:focus + label, #global .cms_section_dark .animated_form input[type=tel].focus + label, #global .cms_section_dark .animated_form input[type=number]:focus + label, #global .cms_section_dark .animated_form input[type=number].focus + label, #global .cms_section_dark .animated_form input[type=date]:focus + label, #global .cms_section_dark .animated_form input[type=date].focus + label, #global .cms_section_dark .animated_form input[type=time]:focus + label, #global .cms_section_dark .animated_form input[type=time].focus + label, #global .cms_section_dark .animated_form input[type=url]:focus + label, #global .cms_section_dark .animated_form input[type=url].focus + label, #global .cms_section_dark .animated_form textarea:focus + label, #global .cms_section_dark .animated_form textarea.focus + label, #global .cms_section_dark .animated_form .multiselect_box:focus + label, #global .cms_section_dark .animated_form .multiselect_box.focus + label, #global .cms_section_dark .animated_form .input:focus + label, #global .cms_section_dark .animated_form .input.focus + label, aside.box:not(.aside_light) .animated_form input[type=text]:focus + label, aside.box:not(.aside_light) .animated_form input[type=text].focus + label, aside.box:not(.aside_light) .animated_form input[type=password]:focus + label, aside.box:not(.aside_light) .animated_form input[type=password].focus + label, aside.box:not(.aside_light) .animated_form input[type=email]:focus + label, aside.box:not(.aside_light) .animated_form input[type=email].focus + label, aside.box:not(.aside_light) .animated_form input[type=tel]:focus + label, aside.box:not(.aside_light) .animated_form input[type=tel].focus + label, aside.box:not(.aside_light) .animated_form input[type=number]:focus + label, aside.box:not(.aside_light) .animated_form input[type=number].focus + label, aside.box:not(.aside_light) .animated_form input[type=date]:focus + label, aside.box:not(.aside_light) .animated_form input[type=date].focus + label, aside.box:not(.aside_light) .animated_form input[type=time]:focus + label, aside.box:not(.aside_light) .animated_form input[type=time].focus + label, aside.box:not(.aside_light) .animated_form input[type=url]:focus + label, aside.box:not(.aside_light) .animated_form input[type=url].focus + label, aside.box:not(.aside_light) .animated_form textarea:focus + label, aside.box:not(.aside_light) .animated_form textarea.focus + label, aside.box:not(.aside_light) .animated_form .multiselect_box:focus + label, aside.box:not(.aside_light) .animated_form .multiselect_box.focus + label, aside.box:not(.aside_light) .animated_form .input:focus + label, aside.box:not(.aside_light) .animated_form .input.focus + label, footer .animated_form input[type=text]:focus + label, footer .animated_form input[type=text].focus + label, footer .animated_form input[type=password]:focus + label, footer .animated_form input[type=password].focus + label, footer .animated_form input[type=email]:focus + label, footer .animated_form input[type=email].focus + label, footer .animated_form input[type=tel]:focus + label, footer .animated_form input[type=tel].focus + label, footer .animated_form input[type=number]:focus + label, footer .animated_form input[type=number].focus + label, footer .animated_form input[type=date]:focus + label, footer .animated_form input[type=date].focus + label, footer .animated_form input[type=time]:focus + label, footer .animated_form input[type=time].focus + label, footer .animated_form input[type=url]:focus + label, footer .animated_form input[type=url].focus + label, footer .animated_form textarea:focus + label, footer .animated_form textarea.focus + label, footer .animated_form .multiselect_box:focus + label, footer .animated_form .multiselect_box.focus + label, footer .animated_form .input:focus + label, footer .animated_form .input.focus + label {
  background-color: #f3f7fd;
  color: #595959;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url]:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input:hover + label, #global .section_dark .animated_form input[type=text]:hover + label, #global .section_dark .animated_form input[type=password]:hover + label, #global .section_dark .animated_form input[type=email]:hover + label, #global .section_dark .animated_form input[type=tel]:hover + label, #global .section_dark .animated_form input[type=number]:hover + label, #global .section_dark .animated_form input[type=date]:hover + label, #global .section_dark .animated_form input[type=time]:hover + label, #global .section_dark .animated_form input[type=url]:hover + label, #global .section_dark .animated_form textarea:hover + label, #global .section_dark .animated_form .multiselect_box:hover + label, #global .section_dark .animated_form .input:hover + label, #global .cms_section_dark .animated_form input[type=text]:hover + label, #global .cms_section_dark .animated_form input[type=password]:hover + label, #global .cms_section_dark .animated_form input[type=email]:hover + label, #global .cms_section_dark .animated_form input[type=tel]:hover + label, #global .cms_section_dark .animated_form input[type=number]:hover + label, #global .cms_section_dark .animated_form input[type=date]:hover + label, #global .cms_section_dark .animated_form input[type=time]:hover + label, #global .cms_section_dark .animated_form input[type=url]:hover + label, #global .cms_section_dark .animated_form textarea:hover + label, #global .cms_section_dark .animated_form .multiselect_box:hover + label, #global .cms_section_dark .animated_form .input:hover + label, aside.box:not(.aside_light) .animated_form input[type=text]:hover + label, aside.box:not(.aside_light) .animated_form input[type=password]:hover + label, aside.box:not(.aside_light) .animated_form input[type=email]:hover + label, aside.box:not(.aside_light) .animated_form input[type=tel]:hover + label, aside.box:not(.aside_light) .animated_form input[type=number]:hover + label, aside.box:not(.aside_light) .animated_form input[type=date]:hover + label, aside.box:not(.aside_light) .animated_form input[type=time]:hover + label, aside.box:not(.aside_light) .animated_form input[type=url]:hover + label, aside.box:not(.aside_light) .animated_form textarea:hover + label, aside.box:not(.aside_light) .animated_form .multiselect_box:hover + label, aside.box:not(.aside_light) .animated_form .input:hover + label, footer .animated_form input[type=text]:hover + label, footer .animated_form input[type=password]:hover + label, footer .animated_form input[type=email]:hover + label, footer .animated_form input[type=tel]:hover + label, footer .animated_form input[type=number]:hover + label, footer .animated_form input[type=date]:hover + label, footer .animated_form input[type=time]:hover + label, footer .animated_form input[type=url]:hover + label, footer .animated_form textarea:hover + label, footer .animated_form .multiselect_box:hover + label, footer .animated_form .input:hover + label {
  background-color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url]:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box:hover + label.placeholder, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input:hover + label.placeholder, #global .section_dark .animated_form input[type=text]:hover + label.placeholder, #global .section_dark .animated_form input[type=password]:hover + label.placeholder, #global .section_dark .animated_form input[type=email]:hover + label.placeholder, #global .section_dark .animated_form input[type=tel]:hover + label.placeholder, #global .section_dark .animated_form input[type=number]:hover + label.placeholder, #global .section_dark .animated_form input[type=date]:hover + label.placeholder, #global .section_dark .animated_form input[type=time]:hover + label.placeholder, #global .section_dark .animated_form input[type=url]:hover + label.placeholder, #global .section_dark .animated_form textarea:hover + label.placeholder, #global .section_dark .animated_form .multiselect_box:hover + label.placeholder, #global .section_dark .animated_form .input:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=text]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=password]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=email]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=tel]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=number]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=date]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=time]:hover + label.placeholder, #global .cms_section_dark .animated_form input[type=url]:hover + label.placeholder, #global .cms_section_dark .animated_form textarea:hover + label.placeholder, #global .cms_section_dark .animated_form .multiselect_box:hover + label.placeholder, #global .cms_section_dark .animated_form .input:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=text]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=password]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=email]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=tel]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=number]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=date]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=time]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form input[type=url]:hover + label.placeholder, aside.box:not(.aside_light) .animated_form textarea:hover + label.placeholder, aside.box:not(.aside_light) .animated_form .multiselect_box:hover + label.placeholder, aside.box:not(.aside_light) .animated_form .input:hover + label.placeholder, footer .animated_form input[type=text]:hover + label.placeholder, footer .animated_form input[type=password]:hover + label.placeholder, footer .animated_form input[type=email]:hover + label.placeholder, footer .animated_form input[type=tel]:hover + label.placeholder, footer .animated_form input[type=number]:hover + label.placeholder, footer .animated_form input[type=date]:hover + label.placeholder, footer .animated_form input[type=time]:hover + label.placeholder, footer .animated_form input[type=url]:hover + label.placeholder, footer .animated_form textarea:hover + label.placeholder, footer .animated_form .multiselect_box:hover + label.placeholder, footer .animated_form .input:hover + label.placeholder {
  color: #595959;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=text].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=password].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=email].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=tel].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=number].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=date].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=time].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url].inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url][disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form input[type=url].disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea.inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form textarea.disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box.inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_box.disabled + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input.inactive + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input[disabled] + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .input.disabled + label, #global .section_dark .animated_form input[type=text].inactive + label, #global .section_dark .animated_form input[type=text][disabled] + label, #global .section_dark .animated_form input[type=text].disabled + label, #global .section_dark .animated_form input[type=password].inactive + label, #global .section_dark .animated_form input[type=password][disabled] + label, #global .section_dark .animated_form input[type=password].disabled + label, #global .section_dark .animated_form input[type=email].inactive + label, #global .section_dark .animated_form input[type=email][disabled] + label, #global .section_dark .animated_form input[type=email].disabled + label, #global .section_dark .animated_form input[type=tel].inactive + label, #global .section_dark .animated_form input[type=tel][disabled] + label, #global .section_dark .animated_form input[type=tel].disabled + label, #global .section_dark .animated_form input[type=number].inactive + label, #global .section_dark .animated_form input[type=number][disabled] + label, #global .section_dark .animated_form input[type=number].disabled + label, #global .section_dark .animated_form input[type=date].inactive + label, #global .section_dark .animated_form input[type=date][disabled] + label, #global .section_dark .animated_form input[type=date].disabled + label, #global .section_dark .animated_form input[type=time].inactive + label, #global .section_dark .animated_form input[type=time][disabled] + label, #global .section_dark .animated_form input[type=time].disabled + label, #global .section_dark .animated_form input[type=url].inactive + label, #global .section_dark .animated_form input[type=url][disabled] + label, #global .section_dark .animated_form input[type=url].disabled + label, #global .section_dark .animated_form textarea.inactive + label, #global .section_dark .animated_form textarea[disabled] + label, #global .section_dark .animated_form textarea.disabled + label, #global .section_dark .animated_form .multiselect_box.inactive + label, #global .section_dark .animated_form .multiselect_box[disabled] + label, #global .section_dark .animated_form .multiselect_box.disabled + label, #global .section_dark .animated_form .input.inactive + label, #global .section_dark .animated_form .input[disabled] + label, #global .section_dark .animated_form .input.disabled + label, #global .cms_section_dark .animated_form input[type=text].inactive + label, #global .cms_section_dark .animated_form input[type=text][disabled] + label, #global .cms_section_dark .animated_form input[type=text].disabled + label, #global .cms_section_dark .animated_form input[type=password].inactive + label, #global .cms_section_dark .animated_form input[type=password][disabled] + label, #global .cms_section_dark .animated_form input[type=password].disabled + label, #global .cms_section_dark .animated_form input[type=email].inactive + label, #global .cms_section_dark .animated_form input[type=email][disabled] + label, #global .cms_section_dark .animated_form input[type=email].disabled + label, #global .cms_section_dark .animated_form input[type=tel].inactive + label, #global .cms_section_dark .animated_form input[type=tel][disabled] + label, #global .cms_section_dark .animated_form input[type=tel].disabled + label, #global .cms_section_dark .animated_form input[type=number].inactive + label, #global .cms_section_dark .animated_form input[type=number][disabled] + label, #global .cms_section_dark .animated_form input[type=number].disabled + label, #global .cms_section_dark .animated_form input[type=date].inactive + label, #global .cms_section_dark .animated_form input[type=date][disabled] + label, #global .cms_section_dark .animated_form input[type=date].disabled + label, #global .cms_section_dark .animated_form input[type=time].inactive + label, #global .cms_section_dark .animated_form input[type=time][disabled] + label, #global .cms_section_dark .animated_form input[type=time].disabled + label, #global .cms_section_dark .animated_form input[type=url].inactive + label, #global .cms_section_dark .animated_form input[type=url][disabled] + label, #global .cms_section_dark .animated_form input[type=url].disabled + label, #global .cms_section_dark .animated_form textarea.inactive + label, #global .cms_section_dark .animated_form textarea[disabled] + label, #global .cms_section_dark .animated_form textarea.disabled + label, #global .cms_section_dark .animated_form .multiselect_box.inactive + label, #global .cms_section_dark .animated_form .multiselect_box[disabled] + label, #global .cms_section_dark .animated_form .multiselect_box.disabled + label, #global .cms_section_dark .animated_form .input.inactive + label, #global .cms_section_dark .animated_form .input[disabled] + label, #global .cms_section_dark .animated_form .input.disabled + label, aside.box:not(.aside_light) .animated_form input[type=text].inactive + label, aside.box:not(.aside_light) .animated_form input[type=text][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=text].disabled + label, aside.box:not(.aside_light) .animated_form input[type=password].inactive + label, aside.box:not(.aside_light) .animated_form input[type=password][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=password].disabled + label, aside.box:not(.aside_light) .animated_form input[type=email].inactive + label, aside.box:not(.aside_light) .animated_form input[type=email][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=email].disabled + label, aside.box:not(.aside_light) .animated_form input[type=tel].inactive + label, aside.box:not(.aside_light) .animated_form input[type=tel][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=tel].disabled + label, aside.box:not(.aside_light) .animated_form input[type=number].inactive + label, aside.box:not(.aside_light) .animated_form input[type=number][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=number].disabled + label, aside.box:not(.aside_light) .animated_form input[type=date].inactive + label, aside.box:not(.aside_light) .animated_form input[type=date][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=date].disabled + label, aside.box:not(.aside_light) .animated_form input[type=time].inactive + label, aside.box:not(.aside_light) .animated_form input[type=time][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=time].disabled + label, aside.box:not(.aside_light) .animated_form input[type=url].inactive + label, aside.box:not(.aside_light) .animated_form input[type=url][disabled] + label, aside.box:not(.aside_light) .animated_form input[type=url].disabled + label, aside.box:not(.aside_light) .animated_form textarea.inactive + label, aside.box:not(.aside_light) .animated_form textarea[disabled] + label, aside.box:not(.aside_light) .animated_form textarea.disabled + label, aside.box:not(.aside_light) .animated_form .multiselect_box.inactive + label, aside.box:not(.aside_light) .animated_form .multiselect_box[disabled] + label, aside.box:not(.aside_light) .animated_form .multiselect_box.disabled + label, aside.box:not(.aside_light) .animated_form .input.inactive + label, aside.box:not(.aside_light) .animated_form .input[disabled] + label, aside.box:not(.aside_light) .animated_form .input.disabled + label, footer .animated_form input[type=text].inactive + label, footer .animated_form input[type=text][disabled] + label, footer .animated_form input[type=text].disabled + label, footer .animated_form input[type=password].inactive + label, footer .animated_form input[type=password][disabled] + label, footer .animated_form input[type=password].disabled + label, footer .animated_form input[type=email].inactive + label, footer .animated_form input[type=email][disabled] + label, footer .animated_form input[type=email].disabled + label, footer .animated_form input[type=tel].inactive + label, footer .animated_form input[type=tel][disabled] + label, footer .animated_form input[type=tel].disabled + label, footer .animated_form input[type=number].inactive + label, footer .animated_form input[type=number][disabled] + label, footer .animated_form input[type=number].disabled + label, footer .animated_form input[type=date].inactive + label, footer .animated_form input[type=date][disabled] + label, footer .animated_form input[type=date].disabled + label, footer .animated_form input[type=time].inactive + label, footer .animated_form input[type=time][disabled] + label, footer .animated_form input[type=time].disabled + label, footer .animated_form input[type=url].inactive + label, footer .animated_form input[type=url][disabled] + label, footer .animated_form input[type=url].disabled + label, footer .animated_form textarea.inactive + label, footer .animated_form textarea[disabled] + label, footer .animated_form textarea.disabled + label, footer .animated_form .multiselect_box.inactive + label, footer .animated_form .multiselect_box[disabled] + label, footer .animated_form .multiselect_box.disabled + label, footer .animated_form .input.inactive + label, footer .animated_form .input[disabled] + label, footer .animated_form .input.disabled + label {
  color: #6f6f6f;
  cursor: default;
  background: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box.hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input.focus, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:hover, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input.hover, #global .section_dark .animated_form .errorinput, #global .section_dark .animated_form .errorinput:focus, #global .section_dark .animated_form .errorinput.focus, #global .section_dark .animated_form .errorinput:hover, #global .section_dark .animated_form .errorinput.hover, #global .section_dark .animated_form .error input, #global .section_dark .animated_form .error input:focus, #global .section_dark .animated_form .error input.focus, #global .section_dark .animated_form .error input:hover, #global .section_dark .animated_form .error input.hover, #global .section_dark .animated_form .error textarea, #global .section_dark .animated_form .error textarea:focus, #global .section_dark .animated_form .error textarea.focus, #global .section_dark .animated_form .error textarea:hover, #global .section_dark .animated_form .error textarea.hover, #global .section_dark .animated_form .error .multiselect_box, #global .section_dark .animated_form .error .multiselect_box:focus, #global .section_dark .animated_form .error .multiselect_box.focus, #global .section_dark .animated_form .error .multiselect_box:hover, #global .section_dark .animated_form .error .multiselect_box.hover, #global .section_dark .animated_form .error input:not(:checked) + .cb_input, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:focus, #global .section_dark .animated_form .error input:not(:checked) + .cb_input.focus, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:hover, #global .section_dark .animated_form .error input:not(:checked) + .cb_input.hover, #global .cms_section_dark .animated_form .errorinput, #global .cms_section_dark .animated_form .errorinput:focus, #global .cms_section_dark .animated_form .errorinput.focus, #global .cms_section_dark .animated_form .errorinput:hover, #global .cms_section_dark .animated_form .errorinput.hover, #global .cms_section_dark .animated_form .error input, #global .cms_section_dark .animated_form .error input:focus, #global .cms_section_dark .animated_form .error input.focus, #global .cms_section_dark .animated_form .error input:hover, #global .cms_section_dark .animated_form .error input.hover, #global .cms_section_dark .animated_form .error textarea, #global .cms_section_dark .animated_form .error textarea:focus, #global .cms_section_dark .animated_form .error textarea.focus, #global .cms_section_dark .animated_form .error textarea:hover, #global .cms_section_dark .animated_form .error textarea.hover, #global .cms_section_dark .animated_form .error .multiselect_box, #global .cms_section_dark .animated_form .error .multiselect_box:focus, #global .cms_section_dark .animated_form .error .multiselect_box.focus, #global .cms_section_dark .animated_form .error .multiselect_box:hover, #global .cms_section_dark .animated_form .error .multiselect_box.hover, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:focus, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input.focus, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:hover, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input.hover, aside.box:not(.aside_light) .animated_form .errorinput, aside.box:not(.aside_light) .animated_form .errorinput:focus, aside.box:not(.aside_light) .animated_form .errorinput.focus, aside.box:not(.aside_light) .animated_form .errorinput:hover, aside.box:not(.aside_light) .animated_form .errorinput.hover, aside.box:not(.aside_light) .animated_form .error input, aside.box:not(.aside_light) .animated_form .error input:focus, aside.box:not(.aside_light) .animated_form .error input.focus, aside.box:not(.aside_light) .animated_form .error input:hover, aside.box:not(.aside_light) .animated_form .error input.hover, aside.box:not(.aside_light) .animated_form .error textarea, aside.box:not(.aside_light) .animated_form .error textarea:focus, aside.box:not(.aside_light) .animated_form .error textarea.focus, aside.box:not(.aside_light) .animated_form .error textarea:hover, aside.box:not(.aside_light) .animated_form .error textarea.hover, aside.box:not(.aside_light) .animated_form .error .multiselect_box, aside.box:not(.aside_light) .animated_form .error .multiselect_box:focus, aside.box:not(.aside_light) .animated_form .error .multiselect_box.focus, aside.box:not(.aside_light) .animated_form .error .multiselect_box:hover, aside.box:not(.aside_light) .animated_form .error .multiselect_box.hover, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:focus, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input.focus, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:hover, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input.hover, footer .animated_form .errorinput, footer .animated_form .errorinput:focus, footer .animated_form .errorinput.focus, footer .animated_form .errorinput:hover, footer .animated_form .errorinput.hover, footer .animated_form .error input, footer .animated_form .error input:focus, footer .animated_form .error input.focus, footer .animated_form .error input:hover, footer .animated_form .error input.hover, footer .animated_form .error textarea, footer .animated_form .error textarea:focus, footer .animated_form .error textarea.focus, footer .animated_form .error textarea:hover, footer .animated_form .error textarea.hover, footer .animated_form .error .multiselect_box, footer .animated_form .error .multiselect_box:focus, footer .animated_form .error .multiselect_box.focus, footer .animated_form .error .multiselect_box:hover, footer .animated_form .error .multiselect_box.hover, footer .animated_form .error input:not(:checked) + .cb_input, footer .animated_form .error input:not(:checked) + .cb_input:focus, footer .animated_form .error input:not(:checked) + .cb_input.focus, footer .animated_form .error input:not(:checked) + .cb_input:hover, footer .animated_form .error input:not(:checked) + .cb_input.hover {
  background: #f3f7fd;
  color: #ff5050;
  border-color: #ff5050;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .errorinput:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error textarea:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error .multiselect_box:focus:focus + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:hover + label, section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global .section_dark .animated_form .errorinput + label, #global .section_dark .animated_form .errorinput:hover + label, #global .section_dark .animated_form .errorinput:focus:focus + label, #global .section_dark .animated_form .error input + label, #global .section_dark .animated_form .error input:hover + label, #global .section_dark .animated_form .error input:focus:focus + label, #global .section_dark .animated_form .error textarea + label, #global .section_dark .animated_form .error textarea:hover + label, #global .section_dark .animated_form .error textarea:focus:focus + label, #global .section_dark .animated_form .error .multiselect_box + label, #global .section_dark .animated_form .error .multiselect_box:hover + label, #global .section_dark .animated_form .error .multiselect_box:focus:focus + label, #global .section_dark .animated_form .error input:not(:checked) + .cb_input + label, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:hover + label, #global .section_dark .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, #global .cms_section_dark .animated_form .errorinput + label, #global .cms_section_dark .animated_form .errorinput:hover + label, #global .cms_section_dark .animated_form .errorinput:focus:focus + label, #global .cms_section_dark .animated_form .error input + label, #global .cms_section_dark .animated_form .error input:hover + label, #global .cms_section_dark .animated_form .error input:focus:focus + label, #global .cms_section_dark .animated_form .error textarea + label, #global .cms_section_dark .animated_form .error textarea:hover + label, #global .cms_section_dark .animated_form .error textarea:focus:focus + label, #global .cms_section_dark .animated_form .error .multiselect_box + label, #global .cms_section_dark .animated_form .error .multiselect_box:hover + label, #global .cms_section_dark .animated_form .error .multiselect_box:focus:focus + label, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input + label, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:hover + label, #global .cms_section_dark .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, aside.box:not(.aside_light) .animated_form .errorinput + label, aside.box:not(.aside_light) .animated_form .errorinput:hover + label, aside.box:not(.aside_light) .animated_form .errorinput:focus:focus + label, aside.box:not(.aside_light) .animated_form .error input + label, aside.box:not(.aside_light) .animated_form .error input:hover + label, aside.box:not(.aside_light) .animated_form .error input:focus:focus + label, aside.box:not(.aside_light) .animated_form .error textarea + label, aside.box:not(.aside_light) .animated_form .error textarea:hover + label, aside.box:not(.aside_light) .animated_form .error textarea:focus:focus + label, aside.box:not(.aside_light) .animated_form .error .multiselect_box + label, aside.box:not(.aside_light) .animated_form .error .multiselect_box:hover + label, aside.box:not(.aside_light) .animated_form .error .multiselect_box:focus:focus + label, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input + label, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:hover + label, aside.box:not(.aside_light) .animated_form .error input:not(:checked) + .cb_input:focus:focus + label, footer .animated_form .errorinput + label, footer .animated_form .errorinput:hover + label, footer .animated_form .errorinput:focus:focus + label, footer .animated_form .error input + label, footer .animated_form .error input:hover + label, footer .animated_form .error input:focus:focus + label, footer .animated_form .error textarea + label, footer .animated_form .error textarea:hover + label, footer .animated_form .error textarea:focus:focus + label, footer .animated_form .error .multiselect_box + label, footer .animated_form .error .multiselect_box:hover + label, footer .animated_form .error .multiselect_box:focus:focus + label, footer .animated_form .error input:not(:checked) + .cb_input + label, footer .animated_form .error input:not(:checked) + .cb_input:hover + label, footer .animated_form .error input:not(:checked) + .cb_input:focus:focus + label {
  color: #ff5050;
  background: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content, #global .section_dark .multiselect_content, #global .cms_section_dark .multiselect_content, aside.box:not(.aside_light) .multiselect_content, footer .multiselect_content {
  background-color: #f3f7fd;
  border-color: #333333;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .highlight_separator, #global .section_dark .multiselect_content .highlight_separator, #global .cms_section_dark .multiselect_content .highlight_separator, aside.box:not(.aside_light) .multiselect_content .highlight_separator, footer .multiselect_content .highlight_separator {
  border-bottom-color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), #global .cms_section_dark .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), aside.box:not(.aside_light) .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout), footer .multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  background-color: #f3f7fd;
  border-color: #333333;
  color: #333333;
}
section:nth-of-type(2n+1):not(.cms_section_light) .animated_form .multiselect_cb:checked + .multiselect_box + label, #global .section_dark .animated_form .multiselect_cb:checked + .multiselect_box + label, #global .cms_section_dark .animated_form .multiselect_cb:checked + .multiselect_box + label, aside.box:not(.aside_light) .animated_form .multiselect_cb:checked + .multiselect_box + label, footer .animated_form .multiselect_cb:checked + .multiselect_box + label {
  background-color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_item > label, #global .section_dark .multiselect_item > label, #global .cms_section_dark .multiselect_item > label, aside.box:not(.aside_light) .multiselect_item > label, footer .multiselect_item > label {
  color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item .label_text:hover, #global .section_dark .select_box .select_item .label_text:hover, #global .cms_section_dark .select_box .select_item .label_text:hover, aside.box:not(.aside_light) .select_box .select_item .label_text:hover, footer .select_box .select_item .label_text:hover {
  background-color: #4788f0;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item input:checked + .cb_input + .label_text, section:nth-of-type(2n+1):not(.cms_section_light) .select_box .select_item input:checked + .label_text, #global .section_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .section_dark .select_box .select_item input:checked + .label_text, #global .cms_section_dark .select_box .select_item input:checked + .cb_input + .label_text, #global .cms_section_dark .select_box .select_item input:checked + .label_text, aside.box:not(.aside_light) .select_box .select_item input:checked + .cb_input + .label_text, aside.box:not(.aside_light) .select_box .select_item input:checked + .label_text, footer .select_box .select_item input:checked + .cb_input + .label_text, footer .select_box .select_item input:checked + .label_text {
  background-color: #4788f0;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .placeholder, section:nth-of-type(2n+1):not(.cms_section_light) select option[value=""], #global .section_dark .placeholder, #global .section_dark select option[value=""], #global .cms_section_dark .placeholder, #global .cms_section_dark select option[value=""], aside.box:not(.aside_light) .placeholder, aside.box:not(.aside_light) select option[value=""], footer .placeholder, footer select option[value=""] {
  color: #7b7b7b;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input + .cb_input, #global .section_dark .checkbox input + .cb_input, #global .cms_section_dark .checkbox input + .cb_input, aside.box:not(.aside_light) .checkbox input + .cb_input, footer .checkbox input + .cb_input {
  border-color: #555555;
  background: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input[disabled] + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.inactive + .cb_input input.disabled + .cb_input, #global .section_dark .checkbox input[disabled] + .cb_input, #global .section_dark .checkbox input.inactive + .cb_input input.disabled + .cb_input, #global .cms_section_dark .checkbox input[disabled] + .cb_input, #global .cms_section_dark .checkbox input.inactive + .cb_input input.disabled + .cb_input, aside.box:not(.aside_light) .checkbox input[disabled] + .cb_input, aside.box:not(.aside_light) .checkbox input.inactive + .cb_input input.disabled + .cb_input, footer .checkbox input[disabled] + .cb_input, footer .checkbox input.inactive + .cb_input input.disabled + .cb_input {
  background: #f3f7fd;
  border-color: #626262;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input:focus + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input:hover + .cb_input, #global .section_dark .checkbox input:focus + .cb_input, #global .section_dark .checkbox input:hover + .cb_input, #global .cms_section_dark .checkbox input:focus + .cb_input, #global .cms_section_dark .checkbox input:hover + .cb_input, aside.box:not(.aside_light) .checkbox input:focus + .cb_input, aside.box:not(.aside_light) .checkbox input:hover + .cb_input, footer .checkbox input:focus + .cb_input, footer .checkbox input:hover + .cb_input {
  background: #f3f7fd;
  border-color: #333333;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input:checked + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.checked + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.partially + .cb_input, #global .section_dark .checkbox input:checked + .cb_input, #global .section_dark .checkbox input.checked + .cb_input, #global .section_dark .checkbox input.partially + .cb_input, #global .cms_section_dark .checkbox input:checked + .cb_input, #global .cms_section_dark .checkbox input.checked + .cb_input, #global .cms_section_dark .checkbox input.partially + .cb_input, aside.box:not(.aside_light) .checkbox input:checked + .cb_input, aside.box:not(.aside_light) .checkbox input.checked + .cb_input, aside.box:not(.aside_light) .checkbox input.partially + .cb_input, footer .checkbox input:checked + .cb_input, footer .checkbox input.checked + .cb_input, footer .checkbox input.partially + .cb_input {
  background-color: #4788f0;
  border-color: #4788f0;
  color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input.partially:not(:checked) + .cb_input:after, #global .section_dark .checkbox input.partially:not(:checked) + .cb_input:after, #global .cms_section_dark .checkbox input.partially:not(:checked) + .cb_input:after, aside.box:not(.aside_light) .checkbox input.partially:not(:checked) + .cb_input:after, footer .checkbox input.partially:not(:checked) + .cb_input:after {
  background: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input[type=radio]:checked + .cb_input:after, #global .section_dark .checkbox input[type=radio]:checked + .cb_input:after, #global .cms_section_dark .checkbox input[type=radio]:checked + .cb_input:after, aside.box:not(.aside_light) .checkbox input[type=radio]:checked + .cb_input:after, footer .checkbox input[type=radio]:checked + .cb_input:after {
  background-color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .checkbox input[type=checkbox]:checked + .cb_input:after, #global .section_dark .checkbox input[type=checkbox]:checked + .cb_input:after, #global .cms_section_dark .checkbox input[type=checkbox]:checked + .cb_input:after, aside.box:not(.aside_light) .checkbox input[type=checkbox]:checked + .cb_input:after, footer .checkbox input[type=checkbox]:checked + .cb_input:after {
  border-color: #FFFFFF;
}
section:nth-of-type(2n+1):not(.cms_section_light) .ui-state-active, section:nth-of-type(2n+1):not(.cms_section_light) .ui-widget-content .ui-state-active, #global .section_dark .ui-state-active, #global .section_dark .ui-widget-content .ui-state-active, #global .cms_section_dark .ui-state-active, #global .cms_section_dark .ui-widget-content .ui-state-active, aside.box:not(.aside_light) .ui-state-active, aside.box:not(.aside_light) .ui-widget-content .ui-state-active, footer .ui-state-active, footer .ui-widget-content .ui-state-active {
  background: #186aec;
  color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .ui-widget-content, #global .section_dark .ui-widget-content, #global .cms_section_dark .ui-widget-content, aside.box:not(.aside_light) .ui-widget-content, footer .ui-widget-content {
  color: #555555;
  background: #f3f7fd;
  border-color: #555555;
}
section:nth-of-type(2n+1):not(.cms_section_light) .autocomplete_result span.remove:after, #global .section_dark .autocomplete_result span.remove:after, #global .cms_section_dark .autocomplete_result span.remove:after, aside.box:not(.aside_light) .autocomplete_result span.remove:after, footer .autocomplete_result span.remove:after {
  background-color: #555555;
  color: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_base, #global .section_dark .slider_js .slider .slider_base, #global .cms_section_dark .slider_js .slider .slider_base, aside.box:not(.aside_light) .slider_js .slider .slider_base, footer .slider_js .slider .slider_base {
  background: #f3f7fd;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_base .slider_full, #global .section_dark .slider_js .slider .slider_base .slider_full, #global .cms_section_dark .slider_js .slider .slider_base .slider_full, aside.box:not(.aside_light) .slider_js .slider .slider_base .slider_full, footer .slider_js .slider .slider_base .slider_full {
  background: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_handler:after, #global .section_dark .slider_js .slider .slider_handler:after, #global .cms_section_dark .slider_js .slider .slider_handler:after, aside.box:not(.aside_light) .slider_js .slider .slider_handler:after, footer .slider_js .slider .slider_handler:after {
  content: '';
  display: block;
  position: absolute;
  background: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_handler .slider_handler_display, #global .section_dark .slider_js .slider .slider_handler .slider_handler_display, #global .cms_section_dark .slider_js .slider .slider_handler .slider_handler_display, aside.box:not(.aside_light) .slider_js .slider .slider_handler .slider_handler_display, footer .slider_js .slider .slider_handler .slider_handler_display {
  background-color: #4788f0;
}
section:nth-of-type(2n+1):not(.cms_section_light) .message.no_results_message, #global .section_dark .message.no_results_message, #global .cms_section_dark .message.no_results_message, aside.box:not(.aside_light) .message.no_results_message, footer .message.no_results_message {
  color: #0b1213;
  background: #FFFFFF;
}
.cms_text a {
  color: #4788f0;
}
.cms_text a:hover {
  color: #a1c2f7;
}
.cms_box_simple_inline_buttons_left .box_inner, .cms_box_simple_inline_buttons_center .box_inner, .cms_box_simple_inline_buttons_right .box_inner {
  padding-top: 0.5em;
  flex-direction: initial;
  flex-wrap: wrap;
}
.cms_box_simple_inline_buttons_left .box_inner .cms_button, .cms_box_simple_inline_buttons_center .box_inner .cms_button, .cms_box_simple_inline_buttons_right .box_inner .cms_button {
  margin: 0.5em;
}
.cms_box_simple_inline_buttons_left .box_inner .cms_separator, .cms_box_simple_inline_buttons_left .box_inner .cms_accordion, .cms_box_simple_inline_buttons_center .box_inner .cms_separator, .cms_box_simple_inline_buttons_center .box_inner .cms_accordion, .cms_box_simple_inline_buttons_right .box_inner .cms_separator, .cms_box_simple_inline_buttons_right .box_inner .cms_accordion {
  width: 100%;
}
.cms_box_simple_inline_buttons_center .box_inner {
  justify-content: center;
}
.cms_box_simple_inline_buttons_left .box_inner {
  justify-content: flex-start;
}
.cms_box_simple_inline_buttons_left .box_inner .cms_button {
  margin-left: 0;
  margin-right: 1em;
}
.cms_box_simple_inline_buttons_right .box_inner {
  justify-content: flex-end;
}
.cms_box_simple_inline_buttons_right .box_inner .cms_button {
  margin-right: 0;
  margin-left: 1em;
}
#time_to_serve {
  display: none;
}
#header_top {
  border-bottom: 0px solid #AAAAAA;
}
#header_top .inner_content {
  justify-content: flex-start;
  align-items: center;
}
#header_top .inner_content .main_navigation {
  width: 100%;
  padding: 40px 60px 60px 10px;
}
#header_top .inner_content .main_navigation #nav_content {
  flex-wrap: wrap;
}
#header_top .inner_content .main_navigation .inner_content {
  width: 100%;
  justify-content: flex-start;
}
.main_navigation #nav_content > .nav_item {
  font-size: 1.2em;
  display: flex;
}
.main_navigation #nav_content > .nav_item .nav_item_link {
  margin: auto;
}
.main_navigation .nav_submenu {
  top: calc(100% + 0px);
  box-shadow: 0px 0px 0px 0px #AAAAAA;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 1vh);
  text-align: center;
  padding: 0;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  display: block;
}
.main_navigation .nav_submenu:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #4788f0;
  margin-bottom: -6px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.main_navigation .nav_submenu .nav_item {
  background: #4788f0;
  position: relative;
  z-index: 2;
}
.main_navigation .nav_submenu .nav_item:first-child {
  padding-top: 1em;
}
.main_navigation .nav_submenu .nav_item:last-child {
  padding-bottom: 1em;
}
.main_navigation .nav_item_submenu:hover .nav_submenu {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) .placeholder {
  background-color: #f3f7fd;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) input.focus + .placeholder, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple):hover .placeholder {
  background-color: #f3f7fd;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect {
  color: #555555;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select:hover, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect:hover {
  color: #333333;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select:hover::after, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect:hover::after {
  color: #333333;
}
.animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.select::after, .animated_form aside.box:not(.aside_light) .row:not(.row_multiple) label.multiselect::after {
  color: #555555;
}
.animated_form aside.box:not(.aside_light) .row_multiple .row_group .placeholder {
  background-color: #f3f7fd;
}
.animated_form aside.box:not(.aside_light) .row_multiple .row_group input.focus + .placeholder, .animated_form aside.box:not(.aside_light) .row_multiple .row_group:hover .placeholder {
  background-color: #f3f7fd;
}
.animated_form aside.box:not(.aside_light) input + label {
  color: #555555;
  background-color: #f3f7fd;
}
.animated_form aside.box:not(.aside_light) input.focus + label, .animated_form aside.box:not(.aside_light) input:hover + label {
  color: #333333;
  background-color: #f3f7fd;
}
.animated_form aside.box:not(.aside_light) .multiselect_item > label:hover {
  background-color: #4788f0;
  color: #FFFFFF;
}
.multiselect .checkbox .label_text, .multiselect_item .checkbox .label_text {
  color: #333333;
}
.multiselect .checkbox:hover .label_text, .multiselect_item .checkbox:hover .label_text {
  color: #FFFFFF;
}
.multiselect .checkbox input + .cb_input, .multiselect_item .checkbox input + .cb_input {
  border: 1px solid #333333 !important;
}
.multiselect > label, .multiselect_item > label {
  color: #333333;
}
.multiselect > label:hover, .multiselect_item > label:hover {
  color: #333333;
  background-color: #4788f0;
  color: #FFFFFF;
}
header .multiselect_content {
  background-color: #4788f0;
  border-color: #AAAAAA;
}
header .multiselect_item > label .label_text {
  color: #ffffff !important;
}
header .multiselect_item > label:hover {
  background-color: transparent !important;
}
header .multiselect_item > label:hover .label_text {
  background-color: transparent !important;
  color: #ffffff !important;
}
.section_light .form_col:not(aside) .multiselect .checkbox .label_text, .section_light .form_col:not(aside) .multiselect_item .checkbox .label_text, .criterias_categories_box .multiselect .checkbox .label_text, .criterias_categories_box .multiselect_item .checkbox .label_text, .cms_section_light .multiselect .checkbox .label_text, .cms_section_light .multiselect_item .checkbox .label_text {
  color: #4788f0;
}
.section_light .form_col:not(aside) .multiselect .checkbox:hover .label_text, .section_light .form_col:not(aside) .multiselect_item .checkbox:hover .label_text, .criterias_categories_box .multiselect .checkbox:hover .label_text, .criterias_categories_box .multiselect_item .checkbox:hover .label_text, .cms_section_light .multiselect .checkbox:hover .label_text, .cms_section_light .multiselect_item .checkbox:hover .label_text {
  color: #FFFFFF;
}
.section_light .form_col:not(aside) .multiselect .checkbox input + .cb_input, .section_light .form_col:not(aside) .multiselect_item .checkbox input + .cb_input, .criterias_categories_box .multiselect .checkbox input + .cb_input, .criterias_categories_box .multiselect_item .checkbox input + .cb_input, .cms_section_light .multiselect .checkbox input + .cb_input, .cms_section_light .multiselect_item .checkbox input + .cb_input {
  border: 1px solid #4788f0 !important;
}
.section_light .form_col:not(aside) .multiselect > label, .section_light .form_col:not(aside) .multiselect_item > label, .criterias_categories_box .multiselect > label, .criterias_categories_box .multiselect_item > label, .cms_section_light .multiselect > label, .cms_section_light .multiselect_item > label {
  color: #4788f0;
}
.section_light .form_col:not(aside) .multiselect > label:hover, .section_light .form_col:not(aside) .multiselect_item > label:hover, .criterias_categories_box .multiselect > label:hover, .criterias_categories_box .multiselect_item > label:hover, .cms_section_light .multiselect > label:hover, .cms_section_light .multiselect_item > label:hover {
  color: #8eb6f6;
  background-color: #4788f0;
  color: #FFFFFF;
}
.section_light .form_col:not(aside) .select.select::after, .section_light .form_col:not(aside) .multiselect.multiselect::after, .criterias_categories_box .select.select::after, .criterias_categories_box .multiselect.multiselect::after, .cms_section_light .select.select::after, .cms_section_light .multiselect.multiselect::after {
  color: #4788f0;
}
.section_light .form_col:not(aside) .select.select:hover::after, .section_light .form_col:not(aside) .multiselect.multiselect:hover::after, .criterias_categories_box .select.select:hover::after, .criterias_categories_box .multiselect.multiselect:hover::after, .cms_section_light .select.select:hover::after, .cms_section_light .multiselect.multiselect:hover::after {
  color: #8eb6f6;
}
.section_dark .multiselect .checkbox .label_text, .section_dark .multiselect_item .checkbox .label_text, .cms_section_dark .multiselect .checkbox .label_text, .cms_section_dark .multiselect_item .checkbox .label_text {
  color: #333333;
}
.section_dark .multiselect .checkbox:hover .label_text, .section_dark .multiselect_item .checkbox:hover .label_text, .cms_section_dark .multiselect .checkbox:hover .label_text, .cms_section_dark .multiselect_item .checkbox:hover .label_text {
  color: #FFFFFF;
}
.section_dark .multiselect .checkbox input + .cb_input, .section_dark .multiselect_item .checkbox input + .cb_input, .cms_section_dark .multiselect .checkbox input + .cb_input, .cms_section_dark .multiselect_item .checkbox input + .cb_input {
  border: 1px solid #333333 !important;
}
.section_dark .multiselect > label, .section_dark .multiselect_item > label, .cms_section_dark .multiselect > label, .cms_section_dark .multiselect_item > label {
  color: #333333;
}
.section_dark .multiselect > label:hover, .section_dark .multiselect_item > label:hover, .cms_section_dark .multiselect > label:hover, .cms_section_dark .multiselect_item > label:hover {
  color: #595959;
  background-color: #4788f0;
  color: #FFFFFF;
}
.section_dark .select.select::after, .section_dark .multiselect.multiselect::after, .cms_section_dark .select.select::after, .cms_section_dark .multiselect.multiselect::after {
  color: #555555;
}
.section_dark .select.select:hover::after, .section_dark .multiselect.multiselect:hover::after, .cms_section_dark .select.select:hover::after, .cms_section_dark .multiselect.multiselect:hover::after {
  color: #595959;
}
.profile_menu {
  padding-bottom: 12px;
  transform: translateY(12px);
  margin-top: -12px;
}
.profile_menu .profile_submenu {
  top: calc(100% + 0px);
  box-shadow: 0px 0px 0px 0px #AAAAAA;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 1vh);
  text-align: center;
  padding: 0;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  display: block;
}
.profile_menu .profile_submenu:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4788f0;
  margin-bottom: -4px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
}
.profile_menu .profile_submenu .profile_submenu_item, .profile_menu .profile_submenu .profile_infos {
  background: #4788f0;
  position: relative;
  z-index: 2;
}
.profile_menu .profile_submenu .profile_submenu_item:first-child, .profile_menu .profile_submenu .profile_infos:first-child {
  padding-top: 1em;
}
.profile_menu .profile_submenu .profile_submenu_item:last-child, .profile_menu .profile_submenu .profile_infos:last-child {
  padding-bottom: 1em;
}
.profile_menu .profile_submenu .profile_infos {
  border-bottom: 1px solid #AAAAAA;
  margin: 0;
}
.profile_menu .profile_submenu .profile_infos + .profile_submenu_item {
  padding-top: 1em;
}
.profile_menu:hover .profile_submenu {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}
#logo {
  margin: 1vh 0;
}
#logo img, #logo svg {
  max-width: 250px;
  max-height: 10vh;
  object-fit: contain;
}
.menu_top {
  position: absolute;
  top: 0.75em;
  right: 0;
}
.menu_langs .select_box {
  text-transform: uppercase;
}
.menu_top_part.menu_favorites .favorites_count {
  box-shadow: 0 0 1px 0 #0b1213;
  background: #FFFFFF;
  color: #0b1213;
}
footer {
  background: #4788f0;
  color: #ffffff;
}
footer a:not(.button) {
  color: #ffffff;
}
footer a:not(.button):hover {
  color: #ffffff;
  opacity: 0.6;
}
footer svg:not(.highcharts-root) * {
  fill: #ffffff;
}
footer .button {
  background: #FFFFFF;
  color: #4788f0;
  border: 0px solid #B00D22;
}
footer .button:hover {
  background: #a1c2f7;
  color: #FFFFFF;
  border: 0px solid #B00D22;
}
footer #footer_content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
  margin: 0 -30px;
}
footer #footer_content > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1050px) {
  footer #footer_content > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 770px) {
  footer #footer_content > * {
    width: calc(100% - 60px);
  }
}
footer #footer_copyright {
  border-top: 0px solid #DFDFDF;
  background: #4788f0;
  color: #ffffff;
}
footer #footer_copyright a:not(.button) {
  color: #ffffff;
}
footer #footer_copyright a:not(.button):hover {
  color: #ffffff;
  opacity: 0.6;
}
footer .footer_logo a {
  margin-top: 0.5em;
  max-width: 200px;
  display: block;
}
/*----- Login / user -----*/
.profile_menu .profile_submenu {
  min-width: 140px;
}
.user_tabs {
  margin-bottom: 0;
}
.user_tabs .tab {
  margin-bottom: 0;
}
#global .box_object_owner .owner_objects_filters {
  margin-top: 0;
}
#global .box_object_owner .owner_objects_filters h3 {
  margin-bottom: 0.75em;
}
#global .box_object_owner .owner_objects_filters .filter {
  border: 1px solid #4788f0;
  border-width: 1px 0;
}
#global .box_object_owner .owner_objects_filters .filter_items {
  align-items: center;
}
#global .box_object_owner .owner_infos {
  border-top: none;
}
/*----- Objects list / map -----*/
.filter h3 {
  font-size: 1.25em;
  margin: -0.25em 0 0;
}
.filter .filter_fields {
  margin: 0.25em 0 0;
}
.filter .slider_js .slider_values {
  margin: -1.75em 0 1.25em;
}
.filter .filter_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.filter .filter_group > * {
  width: calc(33.33% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1050px) {
  .filter .filter_group > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 770px) {
  .filter .filter_group > * {
    width: calc(100% - 60px);
  }
}
.filter .filter_button_mobile {
  background: none;
  color: #4788f0;
  text-align: left;
  font-weight: bold;
}
.filter .filter_button_mobile:hover {
  color: #a1c2f7;
}
.section_filter, .section_blog_filter, .alt_main_banner {
  padding: 60px 0;
}
.objects_filters .section_filter h1, .objects_filters .section_filter .filter_part_counter {
  display: none;
}
.box_link, .box_link svg:not(.highcharts-root) *, .box_link .separator, .box_link hr {
  transition: background 0.2s, border 0.2s, color 0.2s, fill 0.2s;
}
.box_object_item h3 {
  font-size: 1.33em;
  margin-bottom: 0.75em;
}
.box_object_item .caract_list .caract_icon {
  margin: 0 0 0.25em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.box_object_item .caract_list .caract_icon:last-child {
  margin-bottom: 0;
}
.box_object_item .caract_list .caract_icon .icon {
  margin-right: 0.5em;
}
.box_object_item .caract_list .caract_icon .icon svg {
  height: 1.1em;
}
.box_object_item .slogan {
  top: 10px;
  left: 10px;
  padding: 0.5em 1em;
}
.box_object_item .favorite_button {
  top: auto;
  bottom: 10px;
  right: 10px;
  left: auto;
}
.box_object_horizontal_item .box_infos, .box_object_horizontal_item .box_caracts {
  padding: 10px 15px;
}
.box_object_horizontal_item .box_infos > *:last-child, .box_object_horizontal_item .box_caracts > *:last-child {
  margin-bottom: 0;
}
.box_object_horizontal_item h2, .box_object_horizontal_item h3 {
  margin-bottom: 0.5em;
}
.box_object_horizontal_item .favorite_button {
  top: auto;
  bottom: 10px;
  right: 10px;
  left: auto;
}
.box_object_fullsize_item .favorite_button {
  top: auto;
  right: calc(20px + 10px);
  bottom: calc(20px + 10px);
  left: auto;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 50;
}
.box_object_fullsize_item:hover .favorite_button {
  opacity: 1;
}
ul.pagination {
  margin: 0;
}
ul.pagination:empty {
  display: none;
}
.search_results_list_and_map .search_results_list {
  border-bottom: 0;
  border-left-color: #DFDFDF;
}
.search_results_list_and_map .search_results_list .map_toggle .hide_map_button::before {
  border-color: #DFDFDF;
}
.search_tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_tools .create_alert {
  margin-right: auto;
}
.search_results_title {
  margin: 0;
}
.icon_btn {
  display: inline-block;
  cursor: pointer;
}
.icon_btn svg {
  height: 1.3em;
  width: auto;
  display: block;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.create_alert:hover svg {
  -webkit-animation: ring 4s 0.1s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.1s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.1s ease-in-out infinite;
  transform-origin: 50% 4px;
}
.list_toggle .icon_btn {
  opacity: 0.66;
  transition: opacity 0.2s;
  margin-left: 0.5em;
  display: inline-block;
}
.list_toggle .icon_btn:hover, .list_toggle .icon_btn.selected {
  opacity: 1;
}
.list_toggle .icon_btn svg {
  height: 2em;
}
#global .mapboxgl-popup-content .box_object_item, #global .mapboxgl-popup-content .box_object_item:hover {
  border: none;
}
#global .mapboxgl-popup-content .map_popup_details {
  padding: 0.5em 1em;
  border-top: 1px solid #4788f0;
}
/*----- Objects details -----*/
.visit_info_container a {
  color: #4788f0;
}
.visit_info_container a:hover {
  color: #a1c2f7;
}
section.pagination {
  padding: 30px 0;
  margin: 0;
  text-align: center;
}
#global .owl-carousel .owl-nav > button.owl-prev, #global .owl-carousel .owl-nav > button.owl-next {
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s;
}
#global .owl-carousel .owl-nav > button.owl-prev svg:not(.highcharts-root), #global .owl-carousel .owl-nav > button.owl-next svg:not(.highcharts-root) {
  height: 2.5em;
  width: 2.5em;
}
#global .owl-carousel .owl-nav > button.owl-prev svg:not(.highcharts-root) *, #global .owl-carousel .owl-nav > button.owl-next svg:not(.highcharts-root) * {
  fill: #000000;
}
#global .owl-carousel .owl-nav > button.owl-prev:hover, #global .owl-carousel .owl-nav > button.owl-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
#global .owl-carousel .owl-nav > button.owl-prev:hover svg:not(.highcharts-root) *, #global .owl-carousel .owl-nav > button.owl-next:hover svg:not(.highcharts-root) * {
  fill: #000000;
}
.scope_objects_details .slogan {
  background: #4788f0;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-top: 1.25vh;
}
.scope_objects_details .slogan svg * {
  fill: #FFFFFF !important;
}
section.details_title {
  padding: 30px 0;
}
.object_detail_title {
  display: block;
}
.object_detail_title .title_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.object_detail_title .title_row:last-child {
  margin-bottom: 0;
}
.object_detail_title h1 {
  margin-bottom: 0;
  text-align: left;
}
.object_detail_title h2 {
  margin-bottom: 0;
  font-size: 1.33em;
  font-weight: normal;
  font-style: italic;
}
.object_detail_title .price {
  font-weight: bold;
}
.object_detail_title .price.price_detailed .display_costs {
  display: none;
}
.object_detail_title .price .price_table {
  font-weight: normal;
}
.object_detail_title .price .price_table .total {
  font-weight: bold;
}
.object_detail_title .caract_list {
  align-items: flex-end;
}
.details_infos {
  padding: 0;
}
.details_infos .object_descriptions {
  margin: 0;
  justify-content: space-between;
}
.details_infos .detail_col {
  padding: 10vh 0;
  margin: 0;
}
.details_infos .detail_col.detail_left {
  padding-right: 60px;
  width: 66.66%;
}
.details_infos .detail_col.detail_right {
  padding-left: 60px;
  border-left: 0px solid #DFDFDF;
  width: 33.33%;
}
section.map_objects_details {
  padding: 0;
}
.distances_box h2 {
  margin-bottom: -1.66em;
}
.visit_card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.visit_card .visit_pic {
  max-width: calc(33.33% - 30px);
  padding-right: 30px;
}
.visit_card .visit_pic img {
  border: 0px solid #DFDFDF;
  display: block;
}
.visit_card .visit_infos {
  width: 100%;
}
.visit_card .visit_infos h4 {
  margin-bottom: 0.25em;
}
.visit_card .visit_infos .button.display_visit {
  width: 100%;
  text-align: center;
}
.share_box .button_share {
  display: inline-block;
  margin-right: 0.5em;
  transform: scale(1);
  transition: all 0.2s;
}
.share_box .button_share:last-child {
  margin-right: 0;
}
.share_box .button_share svg {
  width: 2.5em;
  height: 2.5em;
}
.share_box .button_share:hover {
  transform: scale(1.1);
}
.part.contact_form_box {
  max-width: 700px;
  margin: 0 auto;
}
.project_table td.first_col {
  padding-left: 0.75em;
}
.project_table td.last_col {
  padding-right: 0.75em;
}
.project_table .project_table_subobject .details_title, .project_table .project_table_subobject .detail_col, .project_table .project_table_subobject .object_descriptions .detail_col.detail_right, .project_table .project_table_subobject .object_descriptions .detail_col.detail_left {
  padding: 60px;
}
.project_table .project_table_subobject .details_title .detail_col_inner, .project_table .project_table_subobject .detail_col .detail_col_inner, .project_table .project_table_subobject .object_descriptions .detail_col.detail_right .detail_col_inner, .project_table .project_table_subobject .object_descriptions .detail_col.detail_left .detail_col_inner {
  width: 100%;
}
.favorite_button svg {
  margin: 0 0.25em -0.1em 0;
}
/*--- Reservations Calendar ---*/
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker, .scope_objects_details #global .section_light .datepicker-inline .datepicker, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker {
  border-color: #4788f0;
  background: #FFFFFF;
  color: #4788f0;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker .datepicker--cell.-disabled-, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-disabled-, .scope_objects_details #global .section_light .datepicker-inline .datepicker .datepicker--cell.-disabled-, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-disabled- {
  color: #4788f0;
  opacity: 0.75;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-, .scope_reservation_reservation #global .section_light .datepicker-inline .datepicker .datepicker--cell.-selected-, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-selected-, .scope_objects_details #global .section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-, .scope_objects_details #global .section_light .datepicker-inline .datepicker .datepicker--cell.-selected-, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-selected- {
  background-color: #4788f0;
  color: #FFFFFF;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-:hover, .scope_reservation_reservation #global .section_light .datepicker-inline .datepicker .datepicker--cell.-selected-:hover, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-:hover, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-selected-:hover, .scope_objects_details #global .section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-:hover, .scope_objects_details #global .section_light .datepicker-inline .datepicker .datepicker--cell.-selected-:hover, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-in-range-:hover, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.-selected-:hover {
  background-color: #4788f0;
  color: #FFFFFF;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker .datepicker--cell.case_reserved, .scope_reservation_reservation #global .section_light .datepicker-inline .datepicker .datepicker--cell:hover, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.case_reserved, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell:hover, .scope_objects_details #global .section_light .datepicker-inline .datepicker .datepicker--cell.case_reserved, .scope_objects_details #global .section_light .datepicker-inline .datepicker .datepicker--cell:hover, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell.case_reserved, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker .datepicker--cell:hover {
  background: #ffffff;
  color: #4788f0;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker--nav-action svg:not(.highcharts-root) *, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker--nav-action svg:not(.highcharts-root) *, .scope_objects_details #global .section_light .datepicker-inline .datepicker--nav-action svg:not(.highcharts-root) *, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker--nav-action svg:not(.highcharts-root) * {
  fill: #4788f0;
  stroke: #bdd4fa;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker--nav-title i, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker--nav-title i, .scope_objects_details #global .section_light .datepicker-inline .datepicker--nav-title i, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker--nav-title i {
  color: #4788f0;
  opacity: 0.75;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker--nav, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker--nav, .scope_objects_details #global .section_light .datepicker-inline .datepicker--nav, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker--nav {
  border-bottom: 1px solid white;
}
.scope_reservation_reservation #global .section_light .datepicker-inline .datepicker--nav-action:hover, .scope_reservation_reservation #global .section_light .datepicker-inline .datepicker--nav-title:hover, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker--nav-action:hover, .scope_reservation_reservation #global .cms_section_light .datepicker-inline .datepicker--nav-title:hover, .scope_objects_details #global .section_light .datepicker-inline .datepicker--nav-action:hover, .scope_objects_details #global .section_light .datepicker-inline .datepicker--nav-title:hover, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker--nav-action:hover, .scope_objects_details #global .cms_section_light .datepicker-inline .datepicker--nav-title:hover {
  background: #ffffff;
}
.scope_reservation_reservation #global .section_light .calendar .cal_case_container .cal_case .case_available, .scope_reservation_reservation #global .cms_section_light .calendar .cal_case_container .cal_case .case_available, .scope_objects_details #global .section_light .calendar .cal_case_container .cal_case .case_available, .scope_objects_details #global .cms_section_light .calendar .cal_case_container .cal_case .case_available {
  background-color: #FFFFFF;
  border-color: #4788f0;
}
.scope_reservation_reservation #global .section_light .cal_case .case_reserved, .scope_reservation_reservation #global .cms_section_light .cal_case .case_reserved, .scope_objects_details #global .section_light .cal_case .case_reserved, .scope_objects_details #global .cms_section_light .cal_case .case_reserved {
  background: #ffffff;
  border: 1px solid #4788f0;
}
.scope_reservation_reservation #global .section_light .calendar .cal_case_container .cal_case .case_selected, .scope_reservation_reservation #global .cms_section_light .calendar .cal_case_container .cal_case .case_selected, .scope_objects_details #global .section_light .calendar .cal_case_container .cal_case .case_selected, .scope_objects_details #global .cms_section_light .calendar .cal_case_container .cal_case .case_selected {
  background-color: #4788f0;
  border: 1px solid #4788f0;
}
/*----- CMS -----*/
.banner_content, .cms_banner_content {
  color: #000000;
}
.cms_banner_content h1 {
  font-size: 2.2em;
}
.cms_text h1, .cms_text h2 {
  margin-bottom: 3vh;
}
.cms_text .pagination_allbutton {
  margin-top: 3vh;
}
.cms_accordion .accordion_title {
  border-bottom: 0;
}
.cms_accordion .accordion_title::after {
  font-size: 1.5em;
}
.cms_accordion .accordion_content {
  border-top: 1px solid;
}
.cms_slider .owl-carousel {
  display: grid;
  grid-template-rows: minmax(10px, 100%);
}
.cms_slider .owl-carousel .owl-item article {
  height: 100%;
}
/*----- Blog -----*/
.scope_blog_index .alt_main_banner {
  display: none;
}
.blog_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.blog_list > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1050px) {
  .blog_list > * {
    width: calc(100% - 60px);
  }
}
.box_article .blog_title {
  margin-bottom: 0.25em;
}
.box_article .blog_date {
  margin-bottom: 1em;
  font-size: 0.75;
  font-style: italic;
}
/* IE Upgrade */
.browserupgrade {
  background-color: #4788f0;
  color: #FFFFFF;
  padding: 1em;
  text-align: center;
}
.browserupgrade a {
  display: inline-block;
  margin-top: 1em;
  font-weight: bold;
  color: #FFFFFF;
}
.browserupgrade a::after {
  content: "-";
  padding: 0 0.5em;
}
.browserupgrade a:last-child::after {
  content: "";
  padding: 0;
}
.browserupgrade a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
body.browser_ie_11 div.browserupgrade, body.browser_ie div.browserupgrade {
  display: block !important;
}
/*----- Box team -----*/
.box_team_item .box_inner {
  align-items: center;
}
.box_team_item .box_inner .box_infos {
  max-width: 75vw;
}
/* /websites/116-regie-de-fribourg-sa-main-1/css/perso.scss */
@font-face {
  font-family: "BrandonBlack";
  src: url("/resources/fonts/BrandonTextWebBlack.woff2") format("woff2"), url("/resources/fonts/BrandonTextWebBlack.woff") format("woff");
}
@font-face {
  font-family: "BrandonBold";
  src: url("/resources/fonts/BrandonTextWebBold.woff2") format("woff2"), url("/resources/fonts/BrandonTextWebBold.woff") format("woff");
}
@font-face {
  font-family: "BrandonMedium";
  src: url("/resources/fonts/BrandonTextWebMedium.woff2") format("woff2"), url("/resources/fonts/BrandonTextWebMedium.woff") format("woff");
}
@font-face {
  font-family: "BrandonReg";
  src: url("/resources/fonts/BrandonTextWebRegular.woff2") format("woff2"), url("/resources/fonts/BrandonTextWebRegular.woff") format("woff");
}
@font-face {
  font-family: "BrandonLight";
  src: url("/resources/fonts/BrandonTextWebLight.woff2") format("woff2"), url("/resources/fonts/BrandonTextWebLight.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "BrandonLightItalic";
  src: url("/resources/fonts/BrandonTextWebLightItalic.woff2") format("woff2"), url("/resources/fonts/BrandonTextWebLightItalic.woff") format("woff");
  font-weight: 200;
}
body {
  overflow-x: hidden;
}
*, ::before, ::after {
  font-family: 'BrandonLight', arial, sans-serif;
}
.mobile_only {
  display: none;
}
.details_infos, .cms_part {
  line-height: 1.5em;
}
#global {
  border: 40px solid #fff;
  border-bottom: 10px;
}
#logo {
  line-height: 0;
}
.menu_top {
  margin-top: 32px;
}
.menu_top .menu_top_part.menu_favorites .favorites_count {
  color: #4788F0;
  box-shadow: 0 0 1px 0 #4788F0;
}
.menu_top .menu_top_part.menu_favorites svg * {
  fill: #4788F0;
}
.menu_top .menu_top_part.menu_favorites svg *.background {
  fill: #fff;
}
.menu_top .menu_langs a {
  color: #4788F0;
}
#overlib {
  position: fixed;
  background: #fff;
  color: #4788F0;
  border: 1px solid #4788F0;
  padding: 2px 8px;
  font-size: 14px;
  font-family: 'BrandonMedium', arial, sans-serif;
  border-radius: 20px;
}
/*----- Columns -----*/
.col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
  max-width: 100vw;
}
.col > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1500px) {
  .col > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .col > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 670px) {
  .col > * {
    width: calc(100% - 60px);
  }
}
.col_flex2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.col_flex2 > * {
  width: calc(50% - 60px);
  margin: 30px;
}
@media screen and (max-width: 900px) {
  .col_flex2 > * {
    width: calc(100% - 60px);
  }
}
.col_flex3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.col_flex3 > * {
  width: calc(33.33% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1200px) {
  .col_flex3 > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 900px) {
  .col_flex3 > * {
    width: calc(100% - 60px);
  }
}
.col_flex4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.col_flex4 > * {
  width: calc(25% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1350px) {
  .col_flex4 > * {
    width: calc(33.33% - 60px);
  }
}
@media screen and (max-width: 1050px) {
  .col_flex4 > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 900px) {
  .col_flex4 > * {
    width: calc(100% - 60px);
  }
}
.cms_thumbnails_parent.cms_thumbnails_3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -30px;
}
.cms_thumbnails_parent.cms_thumbnails_3 > * {
  width: calc(33.33% - 60px);
  margin: 30px;
}
@media screen and (max-width: 1200px) {
  .cms_thumbnails_parent.cms_thumbnails_3 > * {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 900px) {
  .cms_thumbnails_parent.cms_thumbnails_3 > * {
    width: calc(100% - 60px);
  }
}
h1, h1 * {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: normal;
}
.cms_text_main_title.left_line {
  position: relative;
}
.cms_text_main_title.left_line::before {
  content: '';
  position: absolute;
  left: -5vw;
  width: 2px;
  top: -1vh;
  height: calc(100% + 2vh);
  background: #4788F0;
}
h2, h2 * {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-size: 27px;
  font-weight: normal;
}
h3, h3 * {
  font-family: 'BrandonBold', arial, sans-serif;
  font-size: 18px;
  color: #4788F0;
}
a {
  color: #4788F0;
  font-family: 'BrandonBold', arial, sans-serif;
}
a:hover, a:active {
  color: #A1C2F7;
}
button, .button {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-weight: normal;
  padding: 0.25em 2em 0.4em;
  border-radius: 30px;
  font-size: 22px;
  text-transform: lowercase;
  transition: all 0.5s;
}
button *, .button * {
  font-family: 'BrandonMedium', arial, sans-serif;
}
.cms_box_simple_inline_buttons_left .box_inner .cms_button, .cms_box_simple_inline_buttons_center .box_inner .cms_button, .cms_box_simple_inline_buttons_right .box_inner .cms_button {
  margin-top: 0.3em;
  min-width: 150px;
  text-align: center;
  display: inline-block;
}
.cms_text_date, .cms_text_date * {
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 12px;
  color: #4788F0;
}
.cms_text_legend, .cms_text_legend * {
  font-family: 'BrandonLightItalic', arial, sans-serif;
}
.cms_text_intro, .cms_text_intro * {
  font-family: 'BrandonLight', arial, sans-serif;
  font-size: 38px;
  color: #4788F0;
  padding: 0px;
  line-height: 54px;
  text-align: center;
}
.cms_text_intro .bullet, .cms_text_intro * .bullet {
  background: #4788F0;
}
.cms_text_link a, #global .cms_section_light .cms_text_link a {
  position: relative;
  display: inline-block;
  font-family: 'BrandonMedium', arial, sans-serif;
  font-weight: normal;
  color: #4788F0;
  padding-left: 40px;
  padding-right: 36px;
  transition: all 0.25s;
}
.cms_text_link a::before, #global .cms_section_light .cms_text_link a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  top: 10.5px;
}
.cms_text_link a::after, #global .cms_section_light .cms_text_link a::after {
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  right: 0;
  display: inline-block;
  background: #4788F0;
  top: 15px;
  transition: all 0.25s;
}
.cms_text_link a:hover, #global .cms_section_light .cms_text_link a:hover {
  color: #4788F0;
  padding-left: 0px;
  padding-right: 76px;
}
.cms_text_link a:hover::after, #global .cms_section_light .cms_text_link a:hover::after {
  width: 73px;
}
.cms_text_link.cms_text_link_bottom a, #global .cms_section_light .cms_text_link.cms_text_link_bottom a {
  padding: 0;
}
.cms_text_link.cms_text_link_bottom a::before, #global .cms_section_light .cms_text_link.cms_text_link_bottom a::before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  top: initial;
  bottom: -33px;
  transition: all 0.25s;
  transform: translate(-50%, 0px);
}
.cms_text_link.cms_text_link_bottom a::after, #global .cms_section_light .cms_text_link.cms_text_link_bottom a::after {
  content: "";
  width: 1px;
  height: 33px;
  position: absolute;
  left: 50%;
  display: inline-block;
  background: #4788F0;
  top: initial;
  bottom: -33px;
  transition: all 0.25s;
  transform: translate(-50%, 0px);
}
.cms_text_link.cms_text_link_bottom a:hover, #global .cms_section_light .cms_text_link.cms_text_link_bottom a:hover {
  padding: 0;
  color: #4788F0;
  padding-left: 0px;
}
.cms_text_link.cms_text_link_bottom a:hover::before, #global .cms_section_light .cms_text_link.cms_text_link_bottom a:hover::before {
  bottom: -73px;
}
.cms_text_link.cms_text_link_bottom a:hover::after, #global .cms_section_light .cms_text_link.cms_text_link_bottom a:hover::after {
  bottom: -73px;
  height: 73px;
}
a .cms_text_link {
  position: relative;
  display: inline-block;
  font-family: 'BrandonMedium', arial, sans-serif;
  font-weight: normal;
  color: #4788F0;
  padding-left: 35px;
  padding-right: 38px;
  transition: all 0.25s;
}
a .cms_text_link.cms_text_link_right {
  text-align: right;
  padding-right: 40px;
}
a .cms_text_link::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  padding-left: 0px;
  top: 10.5px;
}
a .cms_text_link::after {
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  right: 0;
  display: inline-block;
  background: #4788F0;
  top: 15px;
  transition: all 0.25s;
}
a:hover .cms_text_link {
  color: #4788F0;
}
a:hover .cms_text_link.cms_text_link_right {
  padding-right: 80px;
}
a:hover .cms_text_link::after {
  width: 73px;
}
.cms_text_link * {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-weight: normal;
  color: #4788F0;
}
.cms_text_key_number, .cms_text_key_number * {
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 82px;
  color: #4788F0;
  text-align: center;
}
.map_canvas .marker {
  background: url("/resources/svg/map_marker.svg") no-repeat transparent;
  background-size: auto;
  width: 20px;
  background-size: 20px 40px;
  height: 40px;
}
.map_canvas .marker::after {
  content: none;
}
.map_canvas .marker.highlight {
  background: url("/resources/svg/map_marker_highlight.svg") no-repeat transparent;
}
.map_canvas[data-map-theme="alidade_smooth_dark"] .marker.highlight {
  background: url("/resources/svg/map_marker_highlight_darkmap.svg") no-repeat transparent;
}
.map_container {
  position: relative;
}
.map_container .theme_swither {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 10;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.map_container .theme_swither a {
  padding: 3px 10px;
  background: #fff;
  font-size: 12px;
}
.map_container .theme_swither a[data-theme="alidade_smooth_dark"] {
  background: #0B1213;
  color: #fff !important;
}
.map_container .map_canvas .mapboxgl-popup-content {
  background: none;
  box-shadow: none;
}
.map_container .map_canvas .mapboxgl-popup-content .box_object_item:hover {
  transform: translate(0);
  box-shadow: none;
}
.map_container .map_canvas .mapboxgl-popup-content .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  background: #ffffff;
}
#global .mapboxgl-popup-content .map_popup_details {
  border: none;
  background: #A1C2F7;
}
.bullet {
  width: 0.4em;
  height: 0.4em;
  background: #000;
  border-radius: 1em;
  display: inline-block;
  margin-bottom: 0.05em;
}
.cms_banner h1, .cms_banner h1 * {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.cms_banner .bullet {
  width: 0.7em;
  height: 0.7em;
  background-color: #4788F0;
  margin-bottom: 0;
}
.cms_separator.cms_separator_vertical {
  margin-top: -10vh !important;
  padding-bottom: 10vh;
  border: 0;
}
.cms_separator.cms_separator_vertical .cms_line_separator {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(0, -50%);
  background-color: #4788F0;
  width: 2px;
  height: 12vh;
  border: 0;
}
.cms_part.cms_separator.cms_separator_space {
  height: 4vh;
}
.cms_page_form main .content {
  display: flex;
  flex-wrap: wrap;
}
.cms_page_form main .content section {
  max-width: 50%;
}
.cms_page_form main .content section .cms_text * {
  font-family: 'BrandonLight', arial, sans-serif;
  color: #4788F0;
  padding: 0px;
  line-height: 54px;
  text-align: center;
}
.cms_page_form main .content section .cms_text.cms_text_main_title * {
  font-family: 'BrandonMedium', arial, sans-serif;
  color: #0B1213;
  line-height: 65px;
  text-align: left;
}
.cms_page_form main .content section .cms_text.cms_text_main_title h1 {
  margin-bottom: 8vh;
}
.cms_page_form main .content section .cms_text_title * {
  font-size: 38px;
}
.cms_page_form main .content section .cms_text_title * b {
  font-weight: bold;
}
.cms_page_form main .content section .cms_text_subtitle * {
  font-size: 32px;
}
.cms_page_form main .content section .cms_text_paragraph {
  font-size: 26px;
}
.cms_page_form main .content section.cms_section_light_2 {
  padding-top: 20vh;
}
.cms_page_form main .content section.cms_section_light_2 .cms_text.cms_text_main_title * {
  color: #4788F0;
}
.cms_page_services .cms_col3, .cms_page_services .cms_col4 {
  width: calc(100% + 10vw);
  margin-left: -5vw;
}
.cms_page_services .cms_col3 h2, .cms_page_services .cms_col3 h2 *, .cms_page_services .cms_col4 h2, .cms_page_services .cms_col4 h2 * {
  font-family: 'BrandonBold', arial, sans-serif;
  font-size: 38px;
}
.cms_page_services .cms_col3 h3, .cms_page_services .cms_col3 h3 *, .cms_page_services .cms_col4 h3, .cms_page_services .cms_col4 h3 * {
  font-family: 'BrandonLight', arial, sans-serif;
  font-size: 38px;
  color: #4788F0;
}
.cms_page_services h1, .cms_page_services h1 * {
  font-size: 90px;
  font-family: 'BrandonBlack', arial, sans-serif;
  text-transform: uppercase;
  line-height: 3.4vw;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 3.4vw;
}
.cms_page_services section.sticky_menu {
  padding: 0;
  position: sticky;
  bottom: 0;
  background: #A1C2F7 !important;
}
.cms_page_services section.sticky_menu .inner_content, .cms_page_services section.sticky_menu .full_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cms_page_services section.sticky_menu .inner_content .cms_button, .cms_page_services section.sticky_menu .full_content .cms_button {
  margin: 0;
}
.cms_page_services section.sticky_menu .inner_content .cms_button.selected .button, .cms_page_services section.sticky_menu .full_content .cms_button.selected .button {
  background: #4788F0 !important;
}
.cms_page_services section.sticky_menu .inner_content .cms_button .button, .cms_page_services section.sticky_menu .full_content .cms_button .button {
  height: 100%;
  border-radius: 0;
  padding: 20px;
  background: #A1C2F7 !important;
  font-size: 18px;
}
.rfsa_value {
  margin: 0 auto;
  max-width: 700px;
}
.rfsa_value h3, .rfsa_value h3 * {
  color: #0B1213;
  letter-spacing: 0.02em;
  font-family: 'BrandonReg', arial, sans-serif;
}
.rfsa_value h3 .bullet, .rfsa_value h3 * .bullet {
  background: #4788F0;
  width: 0.25em;
  height: 0.25em;
  margin: 0.25em 0.15em;
}
.message.no_results_message {
  background: #A1C2F7;
  color: #0B1213;
}
#global .cms_section .button.button_neg, #global .cms_section button.button_neg, #global section.cms_section_light .button.button_neg, #global section.cms_section_light button.button_neg {
  background-color: #ffffff;
  color: #4788f0;
  border: 2px solid #4788f0;
}
#global .cms_section .button.button_neg:hover, #global .cms_section button.button_neg:hover, #global section.cms_section_light .button.button_neg:hover, #global section.cms_section_light button.button_neg:hover {
  background-color: #4788f0;
  color: #FFFFFF;
  border: 2px solid #4788f0;
}
#global .cms_section .box.cms_box_box_modal, #global section.cms_section_light .box.cms_box_box_modal {
  border: 0;
  background: none;
  padding: 2vh 0;
  position: relative;
  z-index: 80;
  width: calc(100% + 10vw);
  margin-left: -5vw;
}
#global .cms_section .box.cms_box_box_modal:hover, #global section.cms_section_light .box.cms_box_box_modal:hover {
  border: 0;
  background: none;
}
#global .cms_section .box.cms_box_box_modal .box_inner, #global section.cms_section_light .box.cms_box_box_modal .box_inner {
  background: #fff;
  border: 2px solid #4788F0;
  color: #4788F0;
  position: absolute;
  top: 0;
  right: -100%;
  width: 40vw;
  max-width: 650px;
  padding: 1em;
  padding-right: 60px;
  min-width: 480px;
  border-right: 0;
  transform: translate(0, -100%);
  height: auto;
  flex-direction: initial;
  flex-wrap: wrap;
  align-items: baseline;
  transition: all 1s ease-in-out;
  box-shadow: -12px 12px 0px -1px rgba(161, 194, 247, 0.75);
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_text, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_text {
  width: 100%;
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_text *, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_text * {
  color: #4788F0;
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_text h2, #global .cms_section .box.cms_box_box_modal .box_inner .cms_text h2 *, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_text h2, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_text h2 * {
  font-family: 'BrandonBold', arial, sans-serif;
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_part, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_part {
  margin-bottom: 0;
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_text_paragraph *, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_text_paragraph * {
  font-family: 'BrandonReg', arial, sans-serif;
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_part.cms_button, #global .cms_section .box.cms_box_box_modal .box_inner .cms_text_link, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_part.cms_button, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_text_link {
  width: auto;
  padding-left: 20px;
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_text_link, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_text_link {
  padding-left: 60px;
}
#global .cms_section .box.cms_box_box_modal .box_inner .cms_part:last-child, #global .cms_section .box.cms_box_box_modal .box_inner .cms_accordion.box:last-child, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_part:last-child, #global section.cms_section_light .box.cms_box_box_modal .box_inner .cms_accordion.box:last-child {
  margin-bottom: 40px;
}
#global .cms_section .box.cms_box_box_modal.display .box_inner, #global section.cms_section_light .box.cms_box_box_modal.display .box_inner {
  right: -55px;
}
#global .cms_section .box_team_item, #global section.cms_section_light .box_team_item {
  border: none;
}
#global .cms_section .box_team_item h3, #global section.cms_section_light .box_team_item h3 {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-size: 27px;
  font-weight: normal;
  color: #0B1213;
}
#global .cms_section .box_team_item .box_picture::before, #global section.cms_section_light .box_team_item .box_picture::before {
  content: '';
  position: absolute;
  background: url('/resources/png/no_pic_team.png');
  background-size: cover;
  width: 100%;
  height: 100%;
}
#global .cms_section .box_team_item .label, #global section.cms_section_light .box_team_item .label {
  display: none;
}
#global .cms_section .box_team_item .team_lang_item, #global section.cms_section_light .box_team_item .team_lang_item {
  font-size: 0.9em;
}
#global .cms_section .box_team_item:hover, #global section.cms_section_light .box_team_item:hover {
  border: none;
}
#global .cms_section .box_team_item:hover .box_picture::before, #global section.cms_section_light .box_team_item:hover .box_picture::before {
  content: none;
}
section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) * {
  color: #0B1213;
}
section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_slider {
  margin-bottom: 0;
}
section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_banner_content > .cms_part {
  margin-left: auto;
  margin-bottom: 0;
  max-width: 1600px;
  width: 80%;
  color: #0B1213 !important;
}
section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_banner_content > .cms_part.cms_text_paragraph div[style='text-align: left;'] {
  width: 40%;
}
section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_text_main_title h1, section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_text_main_title h1 * {
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 133px;
  line-height: 127px;
  text-transform: uppercase;
  color: #0B1213;
}
.favorite_button .background {
  opacity: 0;
}
.favorite_button.favorite_on .background {
  opacity: 1;
  fill: #A1C2F7 !important;
}
ul li {
  list-style-type: none;
  position: relative;
}
ul li::before {
  content: "";
  background: #0B1213;
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  border-radius: 5px;
  left: -15px;
  top: 11px;
  padding: 0;
}
ul.pagination li::before {
  content: none;
}
.cms_box_simple_inline_buttons_left .box_inner, .cms_box_simple_inline_buttons_center .box_inner, .cms_box_simple_inline_buttons_right .box_inner {
  align-items: center;
}
.cms_col2 {
  align-items: center;
}
.cms_box .cms_picture {
  margin-top: 0;
}
.box .box_title {
  background: none;
  color: #0b1213;
  text-align: left;
}
.box .cms_text_small_subtitle h4 {
  padding: 0 20px;
}
.owl-carousel .owl-dots {
  position: relative;
  bottom: initial;
}
.owl-carousel .owl-dots .owl-dot {
  border: 1px solid #4788F0;
  box-shadow: none;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot.hover {
  background: #4788F0;
}
#global .owl-carousel .owl-nav > button.owl-prev, #global .owl-carousel .owl-nav > button.owl-next {
  padding: 0 2vw !important;
}
#global .owl-carousel .owl-nav > button.owl-prev:hover, #global .owl-carousel .owl-nav > button.owl-next:hover {
  background: none;
  opacity: 0.4;
  padding: 0 3vw !important;
}
.cms_thumbnails_parent a {
  display: inline-block;
}
.cms_thumbnails_parent .cms_part:last-child, .cms_thumbnails_parent .cms_part {
  margin-bottom: 10px;
}
.cms_thumbnails_parent h2 {
  padding: 0px 20px;
}
.cms_section_full_width {
  width: calc(100% + 80px);
  margin-left: -40px;
}
.cms_section_full_width .full_content > .cms_text {
  padding: 0 10%;
}
.cms_section {
  padding: 10vh 0;
}
#global section .inner_content {
  max-width: none;
  padding: 0 5vw;
  width: 100%;
}
#global section h1 {
  text-align: left;
}
#global section .box_article_blog_index, #global section .cms_blog_article {
  margin: 0;
}
#global section .box_article_blog_index .box_picture::before, #global section .cms_blog_article .box_picture::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #4788F0;
  position: absolute;
  top: 0px;
  right: 0px;
  mix-blend-mode: color;
}
#global section .box_article_blog_index .box .box_body, #global section .cms_blog_article .box .box_body {
  padding: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
#global section .box_article_blog_index .box .box_body h2, #global section .cms_blog_article .box .box_body h2 {
  order: 2;
  font-family: 'BrandonLight', arial, sans-serif;
  font-size: 22px;
  padding: 0;
  color: #fff;
}
#global section .box_article_blog_index .box .box_body h6, #global section .cms_blog_article .box .box_body h6 {
  width: 100%;
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 12px;
  color: #4788F0;
  text-align: left;
}
#global section .box_article_blog_index .box .box_body .blog_preview, #global section .box_article_blog_index .box .box_body .blog_categories, #global section .cms_blog_article .box .box_body .blog_preview, #global section .cms_blog_article .box .box_body .blog_categories {
  display: none;
}
#global section .box_article_blog_index:hover .box_picture::before, #global section .cms_blog_article:hover .box_picture::before {
  content: none;
}
#global section.cms_banner {
  padding: 0 !important;
}
#global .cms_banner_fullscreen {
  height: 80vh;
  min-height: 600px;
  padding: 0;
}
#global .cms_banner_fullscreen .cms_banner_content, #global .cms_banner_fullscreen .object_full_size_content {
  min-height: 100vh;
}
#global .cms_banner_fullscreen .cms_banner_content > .cms_banner_box {
  min-height: 95vh;
}
#global .cms_banner_fullscreen .cms_slider .owl-stage-outer, #global .cms_banner_fullscreen .cms_slider .owl-nav {
  min-height: 100vh;
}
#global .cms_banner_fullscreen .cms_slider > * {
  height: 100vh;
  height: 100%;
}
#global .cms_banner_fullscreen .cms_slider .owl-carousel[data-base-options-owl="owlCmsOptBase0"] .owl-item img, #global .cms_banner_fullscreen .cms_slider .owl-carousel[data-base-options-owl="owlCmsOptBase0"] .owl-item video {
  min-height: 100vh;
}
/* section 3 - blue*/
#global .cms_section_light_2 {
  background-color: #F3F7FD;
}
/* SECTION LIGHT */
#global .cms_section_light_2 a, #global .cms_section_light a {
  color: #4788F0;
  font-family: 'BrandonBold', arial, sans-serif;
}
#global .cms_section_light_2 a:hover, #global .cms_section_light_2 a:active, #global .cms_section_light a:hover, #global .cms_section_light a:active {
  color: #A1C2F7;
}
#global .cms_section_light_2 a *, #global .cms_section_light a * {
  font-family: 'BrandonBold', arial, sans-serif;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default, #global .cms_section_light .cms_box.cms_box_box_default {
  position: relative;
  transition: all 0.25s;
  line-height: 2em;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default .box_title, #global .cms_section_light .cms_box.cms_box_box_default .box_title {
  line-height: 1.4em;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default .box_inner, #global .cms_section_light .cms_box.cms_box_box_default .box_inner {
  padding: 1em;
  z-index: 2;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default .cms_text a, #global .cms_section_light .cms_box.cms_box_box_default .cms_text a {
  display: inline;
  transition: all 0.25s;
  color: #0b1213;
  font-family: 'BrandonLight', arial, sans-serif;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default .cms_text a:before, #global .cms_section_light .cms_box.cms_box_box_default .cms_text a:before {
  content: "";
  transition: all 0.25s;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default .cms_text a:hover, #global .cms_section_light .cms_box.cms_box_box_default .cms_text a:hover {
  color: #4788F0;
  font-family: 'BrandonBold', arial, sans-serif;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default .cms_text a:hover:before, #global .cms_section_light .cms_box.cms_box_box_default .cms_text a:hover:before {
  width: 7px;
  height: 7px;
  position: relative;
  border-radius: 5px;
  margin-right: 6px;
  display: inline-block;
  background: #4788F0;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
}
#global .cms_section_light_2 .cms_box.cms_box_box_default:hover, #global .cms_section_light .cms_box.cms_box_box_default:hover {
  transform: translate(20px, -20px);
  box-shadow: -12px 12px 0px -1px rgba(161, 194, 247, 0.75);
}
#global .cms_section_light_2 .cms_box.cms_box_box_default.essential_box .cms_text_paragraph, #global .cms_section_light .cms_box.cms_box_box_default.essential_box .cms_text_paragraph {
  padding-bottom: 0;
}
#global .cms_section_light_2 .cms_accordion, #global .cms_section_light .cms_accordion {
  border-left: 0;
  border-right: 0;
}
#global .cms_section_light_2 .cms_accordion .accordion_title, #global .cms_section_light .cms_accordion .accordion_title {
  padding-left: 60px;
}
#global .cms_section_light_2 .cms_accordion .accordion_title:before, #global .cms_section_light .cms_accordion .accordion_title:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 20px;
  top: 50%;
  border-radius: 5px;
  display: inline-block;
  background: #4788F0;
  transform: translate(0, -3px);
  transition: all 0.25s;
  border: 0;
}
#global .cms_section_light_2 .cms_accordion .accordion_title:after, #global .cms_section_light .cms_accordion .accordion_title:after {
  content: '';
}
#global .cms_section_light_2 .cms_accordion .accordion_content, #global .cms_section_light .cms_accordion .accordion_content {
  border-top: 0;
}
#global .cms_section_light_2 .cms_accordion:hover, #global .cms_section_light .cms_accordion:hover {
  border-left: 0;
  border-right: 0;
}
#global .cms_section_light_2 .cms_accordion:hover .accordion_title:before, #global .cms_section_light .cms_accordion:hover .accordion_title:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  transform: translate(0, -7px);
}
#global .cms_section_light_2 .cms_accordion.open .accordion_title:before, #global .cms_section_light .cms_accordion.open .accordion_title:before {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  left: 15px;
  top: 50%;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  transform: translate(0, 0px);
}
/*FILTER */
/* SLIDER */
section, section:nth-of-type(2n+1):not(.cms_section_light) {
  border-bottom: 0;
}
section .slider_js .slider .slider_base, section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_base {
  background-color: #A1C2F7;
  background-image: linear-gradient(90deg, #f3f7fd 4px, #A1C2F7 0);
  background-size: 9px;
  height: 2px;
}
section .slider_js .slider .slider_handler .slider_handler_display, section:nth-of-type(2n+1):not(.cms_section_light) .slider_js .slider .slider_handler .slider_handler_display {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
section .multiselect:not(.simple_layout), section input[type="text"]:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout), section:nth-of-type(2n+1):not(.cms_section_light) input[type="text"]:not(.simple_layout) {
  background: transparent;
}
section .multiselect:not(.simple_layout):hover, section .multiselect:not(.simple_layout):focus, section input[type="text"]:not(.simple_layout):hover, section input[type="text"]:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect:not(.simple_layout):focus, section:nth-of-type(2n+1):not(.cms_section_light) input[type="text"]:not(.simple_layout):hover, section:nth-of-type(2n+1):not(.cms_section_light) input[type="text"]:not(.simple_layout):focus {
  background: transparent;
}
section .multiselect_content, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content {
  background: #4788F0;
  color: #fff;
}
section .multiselect_content .multiselect_item .checkbox input + .cb_input, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .multiselect_item .checkbox input + .cb_input {
  background: transparent;
}
section .multiselect_content .multiselect_item .checkbox input + .cb_input:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .multiselect_item .checkbox input + .cb_input:hover {
  background: transparent;
}
section .multiselect_content .multiselect_item > label, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .multiselect_item > label {
  color: #A1C2F7;
  padding-left: 7px;
  padding-right: 7px;
}
section .multiselect_content .multiselect_item > label:hover, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .multiselect_item > label:hover {
  color: #fff;
}
section .multiselect_content .multiselect_item input:checked + .cb_input + .label_text, section:nth-of-type(2n+1):not(.cms_section_light) .multiselect_content .multiselect_item input:checked + .cb_input + .label_text {
  color: #fff;
}
.filter h3 label {
  color: #4788F0;
  font-family: 'BrandonReg', arial, sans-serif;
}
.filter .filter_part_radius.hide {
  display: initial !important;
}
.filter .filter_part_reference {
  position: absolute;
  top: -140px;
  right: 0;
  width: 320px;
  margin: 0 30px;
  padding: 20px;
}
.filter .filter_part_reference::after {
  background: url("/resources/svg/icon_references.svg") no-repeat transparent;
  background-size: 60%;
  width: 40px;
  height: 40px;
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 27px;
}
.filter .filter_part_reference h3 {
  display: none;
}
.filter .filter_part_reference .filter_fields {
  display: none;
  width: calc(100% - 30px);
  margin-top: 0;
}
.filter .filter_part_reference .filter_fields input {
  background: #fff !important;
}
.filter .filter_part_reference:hover .filter_fields {
  display: block;
}
.filter .slider_values, .filter .slider_js .slider_values .slider_value {
  color: #4788F0;
  font-family: 'BrandonReg', arial, sans-serif;
  font-weight: normal;
}
.filter .animated_form input[type="text"] + label {
  display: none;
}
.filter.filter_sale .filter_part_reference {
  display: none;
}
#search_results .search_tools {
  justify-content: flex-start;
}
#search_results .search_results_title {
  font-family: 'BrandonBold', arial, sans-serif;
  font-size: 18px;
}
#search_results .search_results_title .total {
  font-size: 18px;
  font-family: 'BrandonBold', arial, sans-serif;
}
#search_results .icon_btn {
  margin-right: 100px;
}
#search_results .icon_btn svg {
  height: 24px;
}
#search_results .sort_dropdown * {
  font-size: 12px;
}
#search_results .sort_dropdown label {
  font-size: 12px;
  display: inline;
  color: #4788F0;
  font-family: 'BrandonBold', arial, sans-serif;
}
#search_results .sort_dropdown label * {
  font-family: 'BrandonBold', arial, sans-serif;
}
#search_results .sort_dropdown .multiselect_box {
  display: inline;
  color: #4788F0;
  font-family: 'BrandonBold', arial, sans-serif;
}
#search_results .sort_dropdown .multiselect_box .multiselect_title {
  padding-left: 6px;
}
#search_results .sort_dropdown .multiselect_box .multiselect_content {
  background: #fff;
  margin-top: 2px;
  left: 0;
  transform: none;
  overflow-x: hidden;
  background: #4788F0;
}
#search_results .sort_dropdown .multiselect_box .multiselect_content .label_text {
  font-size: 14px;
  color: #A1C2F7;
}
#search_results .sort_dropdown .multiselect_box .multiselect_content .multiselect_item:hover .label_text {
  color: #fff;
}
#search_results .search_results_list_and_map .map_toggle {
  position: absolute;
  margin-right: 0;
  right: 0;
  transform: translate(100%);
}
#search_results .search_results_list_and_map .map_toggle .hide_map_button::before {
  border: 0;
}
#search_results .search_results_list_and_map .map_toggle .label {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-weight: normal;
  color: #4788F0;
}
#search_results .search_results_list_and_map.closed_map .map_toggle {
  transform: translate(0);
  right: 80px;
}
#search_results .search_results_list_and_map .search_results_map #results_map.fixed {
  right: 40px !important;
}
/* OBJECTS LIGHTS*/
.box_object_thumbnail_item {
  transition: all 0.25s;
  z-index: 10;
  position: relative;
}
.box_object_thumbnail_item a {
  z-index: 20;
  position: relative;
  background: #fff;
}
.box_object_thumbnail_item h2 {
  font-size: 24px;
  display: none;
}
.box_object_thumbnail_item .slogan {
  bottom: -10px;
  right: -10px;
  top: initial;
  left: initial;
  text-transform: initial;
  font-family: 'BrandonMedium', arial, sans-serif;
  font-size: 16px;
  background: #0B1213;
}
.box_object_thumbnail_item .favorite_button {
  top: 10px;
  bottom: initial;
}
.box_object_thumbnail_item .caract_list .value {
  color: #0B1213;
  font-size: 18px;
}
.box_object_thumbnail_item .caract_list .caract_icon {
  margin: 0 0 0.5em;
}
.box_object_thumbnail_item:hover {
  transform: translate(20px, -20px);
  box-shadow: -12px 12px 0px -1px rgba(161, 194, 247, 0.75);
  /* &::before  {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            box-shadow: 0px 1px 28px rgba(0,0,0,0.2);
            top: 12px;
            left: -12px;
            z-index: 0;
        } */
}
.box_object_thumbnail_item img {
  min-width: 100%;
}
#global .cms_section article.box_object_horizontal_item {
  border: none;
  width: 90%;
  margin-left: auto;
}
#global .cms_section article.box_object_horizontal_item .box_inner {
  justify-content: flex-end;
  align-items: center;
}
#global .cms_section article.box_object_horizontal_item .box_inner .picture_container {
  width: 70%;
  order: 2;
}
#global .cms_section article.box_object_horizontal_item .box_inner .picture_container .box_picture {
  width: 100%;
  overflow: hidden;
}
#global .cms_section article.box_object_horizontal_item .box_inner .picture_container .box_picture img {
  transition: all 0.25s;
}
#global .cms_section article.box_object_horizontal_item .box_inner .picture_container .favorite_button {
  top: 20px;
  right: 20px;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos {
  background: #0B1213;
  color: #4788F0;
  width: 30%;
  transform: translate(60px, 0);
  z-index: 200;
  border: 0;
  padding: 3em 2em 2em 3em;
  transition: all 0.25s;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos h2 {
  font-size: 27px;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos .object_address, #global .cms_section article.box_object_horizontal_item .box_inner .box_infos .price {
  display: none;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos .caract_list .caract_icon {
  margin: 0 0 1em;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos .box_caracts {
  width: 100%;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos .box_caracts .value {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.1em;
  text-transform: lowercase;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos .box_caracts .caract_icon .icon svg {
  width: 30px;
  height: 24px;
}
#global .cms_section article.box_object_horizontal_item .box_inner .box_infos .box_caracts .caract_icon .icon svg * {
  fill: #4788F0;
}
#global .cms_section article.box_object_horizontal_item:hover {
  border: 0;
}
#global .cms_section article.box_object_horizontal_item:hover .box_inner img {
  transform: scale(1.1);
}
#global .cms_section article.box_object_horizontal_item:hover .box_inner .box_infos {
  transform: translate(80px, 0);
}
/* DETAILS */
.scope_objects_details {
  /*&.favorite_on{
        #global{
            .blue_box_header{
                width: 100%;
                background: $blue;
                height: 0px;
                position: absolute;
                bottom: 0;
                right: 0;
            }
            .first_picture_parent .blue_box{
                width: 100%;
                height: 100%;
                background: $blue;
                position: absolute;
                top: 0px;
                right: 0px;
                mix-blend-mode: color;
            }
            .first_picture_parent .blue_box_top{
                width: 100%;
                height: 100%;
                background: $blue;
                position: absolute;
                top: 0px;
                right: 0px;
            }
        }
    }*/
}
.scope_objects_details #global .blue_box_header {
  display: none;
  width: calc(60%);
  height: 40px;
  position: absolute;
  bottom: 0;
  right: -40px;
  background: #4788F0;
  transition: all 0.25s;
  opacity: 1;
}
.scope_objects_details #global .scrollDown .blue_box_header {
  width: 100%;
  height: 0px;
}
.scope_objects_details #global .pagination {
  background: none;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  top: 20px;
}
.scope_objects_details #global .pagination a span {
  color: #0B1213;
  position: relative;
  display: inline-block;
  font-family: 'BrandonMedium', arial, sans-serif;
  font-weight: normal;
  padding-left: 40px;
  transition: all 0.25s;
}
.scope_objects_details #global .pagination a span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  transition: all 0.25s;
  top: 7px;
}
.scope_objects_details #global .pagination a span::after {
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  left: 0;
  display: inline-block;
  background: #4788F0;
  top: 12px;
  transition: all 0.25s;
}
.scope_objects_details #global .pagination a span:hover {
  color: #4788F0;
}
.scope_objects_details #global .pagination a span:hover::before {
  left: -40px;
}
.scope_objects_details #global .pagination a span:hover::after {
  width: 73px;
  left: -40px;
}
.scope_objects_details #global .pagination .pagination_next, .scope_objects_details #global .pagination .pagination_previous {
  display: none;
}
.scope_objects_details #global .first_picture_parent {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0;
}
.scope_objects_details #global .first_picture_parent .blue_box_top {
  width: 60%;
  height: 80%;
  background: #4788F0;
  position: absolute;
  transition: all 0.25s;
  top: -40px;
  right: -40px;
  display: none;
}
.scope_objects_details #global .first_picture_parent .owl-carousel, .scope_objects_details #global .first_picture_parent .first_picture {
  width: 100%;
  position: relative;
  opacity: 0.75;
}
.scope_objects_details #global .first_picture_parent .owl-carousel picture, .scope_objects_details #global .first_picture_parent .first_picture picture {
  width: 100%;
  height: 100%;
  display: flex;
  height: 52.25vw;
}
.scope_objects_details #global .first_picture_parent .owl-carousel picture img, .scope_objects_details #global .first_picture_parent .first_picture picture img {
  margin: 0 auto;
  min-width: 100%;
}
.scope_objects_details #global .first_picture_parent .blue_box {
  width: 60%;
  height: 80%;
  background: #4788F0;
  position: absolute;
  top: -40px;
  right: -40px;
  mix-blend-mode: color;
  transition: all 0.25s;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.scope_objects_details #global .first_picture_parent .favorite_button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  padding: 0;
  background: 0;
  z-index: 5;
}
.scope_objects_details #global .first_picture_parent .favorite_button span {
  display: none;
}
.scope_objects_details #global .first_picture_parent .favorite_button svg {
  width: 66px;
  height: 58px;
}
.scope_objects_details #global .title_row {
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  transform: translate(0px, -50%);
  padding: 0 5%;
}
.scope_objects_details #global .title_row h1 {
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 63px;
  text-transform: uppercase;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 30px;
  color: #0B1213;
}
.scope_objects_details #global .title_row h2 {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #0B1213;
}
.scope_objects_details #global .subtitle {
  display: flex;
  position: absolute;
  min-height: 150px;
  width: 100%;
}
.scope_objects_details #global .subtitle .details_highlights {
  position: absolute;
  transition: all 0.5s;
  bottom: 0;
}
.scope_objects_details #global .subtitle .details_highlights .price_table {
  display: none;
  transition: all 0.5s;
  height: 0;
}
.scope_objects_details #global .subtitle .details_highlights .price_table td.label {
  text-align: left;
}
.scope_objects_details #global .subtitle .details_highlights .price_table td.value {
  font-size: 0.85em;
}
.scope_objects_details #global .subtitle .details_highlights .price_detailed .price_table {
  display: block;
  height: auto;
}
.scope_objects_details #global .subtitle .details_highlights .display_costs svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.scope_objects_details #global .subtitle .cms_text_link_bottom {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 10px;
  z-index: 20;
}
.scope_objects_details #global .project_table_subobject .details_title, .scope_objects_details #global section.details_highlights {
  position: relative;
  max-width: 40%;
  margin-top: -48px;
  margin-left: 30px;
  padding: 2em 4em;
  z-index: 21;
}
.scope_objects_details #global .project_table_subobject .details_title .inner_content, .scope_objects_details #global section.details_highlights .inner_content {
  padding: 0;
}
.scope_objects_details #global .project_table_subobject .details_title .price, .scope_objects_details #global section.details_highlights .price {
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 25px;
  text-align: center;
  color: #4788F0;
  margin-bottom: 30px;
}
.scope_objects_details #global .project_table_subobject .details_title .price .display_costs, .scope_objects_details #global section.details_highlights .price .display_costs {
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 25px;
  text-align: center;
}
.scope_objects_details #global .project_table_subobject .details_title svg, .scope_objects_details #global section.details_highlights svg {
  width: 45px;
  height: 45px;
}
.scope_objects_details #global .project_table_subobject .details_title .value, .scope_objects_details #global section.details_highlights .value {
  color: #4788F0;
}
.scope_objects_details #global .project_table_subobject .details_title .subtitle {
  display: none;
}
.scope_objects_details #global .project_table_subobject .inner_content, .scope_objects_details #global section.details_infos .inner_content {
  padding: 0;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.scope_objects_details #global .project_table_subobject h2, .scope_objects_details #global section.details_infos h2 {
  font-size: 18px;
}
.scope_objects_details #global .project_table_subobject .detail_left, .scope_objects_details #global section.details_infos .detail_left {
  padding-top: 250px;
}
.scope_objects_details #global .project_table_subobject h5, .scope_objects_details #global section.details_infos h5 {
  font-size: 18px;
  font-family: 'BrandonLight', arial, sans-serif;
  color: #4788F0;
}
.scope_objects_details #global .project_table_subobject .description_box, .scope_objects_details #global section.details_infos .description_box {
  border-left: 2px solid #4788F0;
  margin: 0;
  padding: 2.5vh 0;
  padding-left: 15%;
}
.scope_objects_details #global .project_table_subobject .description_box:first-child, .scope_objects_details #global section.details_infos .description_box:first-child {
  padding-top: 0;
}
.scope_objects_details #global .project_table_subobject .conveniences_box, .scope_objects_details #global section.details_infos .conveniences_box {
  padding-left: 15%;
}
.scope_objects_details #global .project_table_subobject .conveniences_box .conveniences_list ul, .scope_objects_details #global section.details_infos .conveniences_box .conveniences_list ul {
  margin-left: 0;
}
.scope_objects_details #global .project_table_subobject .conveniences_box .conveniences_list ul .conveniences_row, .scope_objects_details #global section.details_infos .conveniences_box .conveniences_list ul .conveniences_row {
  font-size: 16px;
}
.scope_objects_details #global .project_table_subobject .conveniences_box .conveniences_list ul .conveniences_row::before, .scope_objects_details #global section.details_infos .conveniences_box .conveniences_list ul .conveniences_row::before {
  display: none;
}
.scope_objects_details #global .project_table_subobject .distances_box, .scope_objects_details #global section.details_infos .distances_box {
  padding-left: 15%;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right, .scope_objects_details #global section.details_infos .detail_col.detail_right {
  background: #F3F7FD;
  padding: 70px 40px;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right h2, .scope_objects_details #global section.details_infos .detail_col.detail_right h2 {
  color: #4788F0;
  font-family: 'BrandonBlack', arial, sans-serif;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .address h2, .scope_objects_details #global section.details_infos .detail_col.detail_right .address h2 {
  font-family: 'BrandonMedium', arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #0B1213;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .button, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .button {
  background: none;
  font-family: 'BrandonMedium', arial, sans-serif;
  border: 2px solid #4788F0;
  color: #4788F0;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .button:hover, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .button:hover {
  background: #4788F0;
  color: #fff;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .button.virtual_button, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .button.virtual_button {
  border-color: #0B1213;
  color: #0B1213;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .button.virtual_button:hover, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .button.virtual_button:hover {
  color: #fff;
  background: #0B1213;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .interested_button, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .interested_button {
  background: #4788F0;
  color: #fff;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .interested_button:hover, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .interested_button:hover {
  background: none;
  color: #4788F0;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .favorite_button svg, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .favorite_button svg {
  display: none;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .alert_email_container, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .alert_email_container {
  padding: 20px 0 0;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .alert_email_container span, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .alert_email_container span {
  margin-bottom: 10px;
  display: inline-block;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .alert_email_container .button, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .alert_email_container .button {
  display: flex;
  align-items: center;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .buttons_box .alert_email_container svg, .scope_objects_details #global section.details_infos .detail_col.detail_right .buttons_box .alert_email_container svg {
  width: 42px;
  height: 24px;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .parkings_box h2, .scope_objects_details #global .project_table_subobject .detail_col.detail_right .caracteristics_box h2, .scope_objects_details #global section.details_infos .detail_col.detail_right .parkings_box h2, .scope_objects_details #global section.details_infos .detail_col.detail_right .caracteristics_box h2 {
  color: #4788F0;
  font-family: 'BrandonBlack', arial, sans-serif;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .parkings_box .detail_row, .scope_objects_details #global .project_table_subobject .detail_col.detail_right .caracteristics_box .detail_row, .scope_objects_details #global section.details_infos .detail_col.detail_right .parkings_box .detail_row, .scope_objects_details #global section.details_infos .detail_col.detail_right .caracteristics_box .detail_row {
  border-color: #4788F0;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .parkings_box .detail_row .label, .scope_objects_details #global .project_table_subobject .detail_col.detail_right .caracteristics_box .detail_row .label, .scope_objects_details #global section.details_infos .detail_col.detail_right .parkings_box .detail_row .label, .scope_objects_details #global section.details_infos .detail_col.detail_right .caracteristics_box .detail_row .label {
  color: #A1C2F7;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .parkings_box .detail_row *, .scope_objects_details #global .project_table_subobject .detail_col.detail_right .caracteristics_box .detail_row *, .scope_objects_details #global section.details_infos .detail_col.detail_right .parkings_box .detail_row *, .scope_objects_details #global section.details_infos .detail_col.detail_right .caracteristics_box .detail_row * {
  font-family: 'BrandonMedium', arial, sans-serif;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .parkings_box .detail_row:first-of-type, .scope_objects_details #global .project_table_subobject .detail_col.detail_right .caracteristics_box .detail_row:first-of-type, .scope_objects_details #global section.details_infos .detail_col.detail_right .parkings_box .detail_row:first-of-type, .scope_objects_details #global section.details_infos .detail_col.detail_right .caracteristics_box .detail_row:first-of-type {
  border-top: 1px solid #4788F0;
}
.scope_objects_details #global .project_table_subobject .detail_col.detail_right .caracteristics_box h2, .scope_objects_details #global section.details_infos .detail_col.detail_right .caracteristics_box h2 {
  display: none;
}
.scope_objects_details #global .project_table_subobject.detail_RENT .interested_button, .scope_objects_details #global section.details_infos.detail_RENT .interested_button {
  display: none;
}
.scope_objects_details #global .project_table tr td, .scope_objects_details #global .project_table .project_table_row, .scope_objects_details #global .project_table .project_table_row:hover {
  background: #fff;
  border-bottom: 1px solid #A1C2F7;
  box-shadow: none;
}
.scope_objects_details #global .project_table .project_table_row:hover {
  color: #A1C2F7;
}
.scope_objects_details #global .project_table .project_table_row.opened {
  color: #4788F0;
}
.scope_objects_details #global .project_table .detail_left {
  padding-top: 80px;
}
.scope_objects_details #global .project_table .table_title_margin {
  display: none;
}
.scope_objects_details #global .project_table td.last_col {
  padding-right: 1em;
}
.scope_objects_details #global .project_table .project_arrow {
  margin-left: 0.25em;
}
.scope_objects_details #global .project_table .project_table_subobject .details_title {
  transform: scale(0.8);
  transform-origin: left;
  width: auto;
}
.scope_objects_details #global .project_table .object_detail_title .title_row {
  display: block;
}
.scope_objects_details #global .project_table .object_detail_title .caract_list {
  justify-content: space-between;
}
.scope_objects_details section.detail_page_banner {
  width: calc(100% + 80px);
  padding-bottom: 30px;
  margin-left: -40px;
}
.scope_objects_details section.detail_page_banner .owl-nav {
  display: none;
}
.scope_objects_details section#detail_page_banner {
  background: #fff !important;
}
.scope_objects_details .virtual_thumbnail a.virtual_button {
  padding: 0;
  border-radius: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  border: 0 !important;
  margin-bottom: 2vh;
}
.scope_objects_details .virtual_thumbnail a.virtual_button .cover {
  content: '';
  background: #4788F0;
  background-size: 100px 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}
.scope_objects_details .virtual_thumbnail a.virtual_button .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scope_objects_details .virtual_thumbnail a.virtual_button .icon svg {
  width: 100px;
  height: 100px;
}
.scope_objects_details .virtual_thumbnail a.virtual_button .icon svg * {
  fill: #fff !important;
}
.scope_objects_details .virtual_thumbnail a.virtual_button iframe {
  border: 0;
}
.scope_objects_details.browser_safari .virtual_thumbnail a.virtual_button .cover {
  mix-blend-mode: overlay;
}
.scope_financing_simulation #detail_page_banner {
  background: #fff !important;
}
.scope_financing_simulation .financing_box input[type=number] {
  margin-top: 20px;
}
.scope_financing_simulation .financing_box .msg .message.success_message {
  color: #4788F0;
}
.scope_financing_simulation .add_fa_included {
  color: #A1C2F7;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .bad svg:not(.highcharts-root) * {
  fill: #ff5050;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .warning svg:not(.highcharts-root) * {
  fill: #FF9739;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion {
  border-left: 0;
  border-right: 0;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .accordion_title {
  padding: 20px 0 20px 60px;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .accordion_title:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 20px;
  top: 50%;
  border-radius: 5px;
  display: inline-block;
  background: #4788F0;
  transform: translate(0, -3px);
  transition: all 0.25s;
  border: 0;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .accordion_title:after {
  content: '';
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion .accordion_content {
  border-top: 0;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion:hover {
  border-left: 0;
  border-right: 0;
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion:hover .accordion_title:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 50%;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  transform: translate(0, -7px);
}
.scope_financing_simulation section:nth-of-type(2n):not(.cms_section_dark) .cms_accordion.open .accordion_title:before {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  left: 15px;
  top: 50%;
  border-radius: 15px;
  display: inline-block;
  background: #4788F0;
  transform: translate(0, 0px);
}
#global .cms_section_dark .prospection_form h1, #global .cms_section_light .prospection_form h1 {
  font-size: 60px;
  font-family: 'BrandonMedium', arial, sans-serif;
  color: #0B1213;
  margin-bottom: 4vh;
  text-align: center;
}
#global .cms_section_dark .prospection_form h2, #global .cms_section_light .prospection_form h2 {
  font-size: 40px;
  font-family: 'BrandonMedium', arial, sans-serif;
  color: #0B1213;
  margin-top: 4vh;
  margin-bottom: 4vh;
  text-align: center;
}
#global .cms_section_dark .prospection_form .prospection_form_box .row, #global .cms_section_light .prospection_form .prospection_form_box .row {
  width: 100%;
}
#global .cms_section_dark .prospection_form .theme_swither, #global .cms_section_light .prospection_form .theme_swither {
  display: none;
}
#global .cms_section_dark .prospection_form .cat_cb:checked + .tab .tab_text, #global .cms_section_light .prospection_form .cat_cb:checked + .tab .tab_text {
  color: #4788F0;
}
#global .cms_section_dark .prospection_form .tabs, #global .cms_section_light .prospection_form .tabs {
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
#global .cms_section_dark .prospection_form .cat_tab, #global .cms_section_light .prospection_form .cat_tab {
  width: 20%;
}
#global .cms_section_dark .prospection_form .tab, #global .cms_section_light .prospection_form .tab {
  border: 0;
  background: none;
  position: relative;
  width: 100%;
  min-width: 100px;
  min-height: 100px;
  padding-top: 4vw;
}
#global .cms_section_dark .prospection_form .tab .tab_text, #global .cms_section_light .prospection_form .tab .tab_text {
  font-size: 24px;
  font-family: 'BrandonMedium', arial, sans-serif;
  color: #0B1213;
  text-transform: lowercase;
  padding-top: 10px;
  white-space: inherit;
  text-align: center;
}
#global .cms_section_dark .prospection_form .tab svg, #global .cms_section_light .prospection_form .tab svg {
  position: absolute;
  z-index: 20;
  width: 4vw;
  height: 4vw;
}
#global .cms_section_dark .prospection_form .tab svg *, #global .cms_section_light .prospection_form .tab svg * {
  fill: #0B1213;
}
#global .cms_section_dark .prospection_form .tab::before, #global .cms_section_light .prospection_form .tab::before {
  content: '';
  position: relative;
  width: 8vw;
  height: 8vw;
  background: #4788F0;
  border-radius: 150px;
  transform: translate(0, -25%);
}
#global .cms_section_dark .prospection_form .tab:hover, #global .cms_section_light .prospection_form .tab:hover {
  border: none;
  background: none;
}
#global .cms_section_dark .prospection_form .subcategory .row, #global .cms_section_light .prospection_form .subcategory .row {
  padding: 0 3em;
}
#global .cms_section_dark .prospection_form .subcategory .row .tab, #global .cms_section_light .prospection_form .subcategory .row .tab {
  padding-top: 0;
}
#global .cms_section_dark .prospection_form .subcategory .row .tab_text, #global .cms_section_light .prospection_form .subcategory .row .tab_text {
  font-size: 20px;
}
#global .cms_section_dark .prospection_form .subcategory .row .cat_tab:first-child, #global .cms_section_light .prospection_form .subcategory .row .cat_tab:first-child {
  order: 2;
}
#global .cms_section_dark .prospection_form .subcategory .row label, #global .cms_section_light .prospection_form .subcategory .row label {
  transform: scale(0.9);
}
#global .cms_section_dark .prospection_form .cat_cb:checked + .tab, #global .cms_section_light .prospection_form .cat_cb:checked + .tab {
  background: none;
}
#global .cms_section_dark .prospection_form .cat_cb:checked + .tab::before, #global .cms_section_light .prospection_form .cat_cb:checked + .tab::before {
  background: #4788F0;
}
#global .cms_section_dark .prospection_form .cat_cb:checked + .tab::before *, #global .cms_section_light .prospection_form .cat_cb:checked + .tab::before * {
  fill: #0B1213;
}
#global .cms_section_dark .prospection_form .steps_actions, #global .cms_section_light .prospection_form .steps_actions {
  width: 100%;
  flex-wrap: wrap;
}
#global .cms_section_dark .prospection_form .steps_actions .prospection_button_center, #global .cms_section_light .prospection_form .steps_actions .prospection_button_center {
  width: 100%;
  justify-content: center;
}
#global .cms_section_dark .prospection_form .steps_actions .prospection_button_center .button.button_neg, #global .cms_section_light .prospection_form .steps_actions .prospection_button_center .button.button_neg {
  margin-bottom: -20px;
}
#global .cms_section_dark .prospection_form .steps_bullets, #global .cms_section_light .prospection_form .steps_bullets {
  display: none;
}
#global .cms_section_dark .prospection_form .steps_bullets .step_bullet, #global .cms_section_light .prospection_form .steps_bullets .step_bullet {
  position: relative;
}
#global .cms_section_dark .prospection_form .steps_bullets .step_bullet::after, #global .cms_section_light .prospection_form .steps_bullets .step_bullet::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 1.1em;
  background: #4788F0;
}
#global .cms_section_dark .prospection_form .steps_bullets .step_bullet:last-child::after, #global .cms_section_light .prospection_form .steps_bullets .step_bullet:last-child::after {
  content: none;
}
#global .cms_section_dark .prospection_form .steps_bullets .step_bullet.active_bullet::after, #global .cms_section_light .prospection_form .steps_bullets .step_bullet.active_bullet::after {
  left: 0.9em;
  transform: scale(0.6) translate(-2px, -1px);
}
#global .cms_section_dark .prospection_form .steps_bullets.show, #global .cms_section_light .prospection_form .steps_bullets.show {
  display: flex;
}
.cms_contact_form .form .row_company, .cms_contact_form .form .row_address, .cms_contact_form .form .row_npa_city, .cms_contact_form .form .row_country, .cms_contact_form .form .row_sources, .contact_owner_form.form .row_company, .contact_owner_form.form .row_address, .contact_owner_form.form .row_npa_city, .contact_owner_form.form .row_country, .contact_owner_form.form .row_sources, .contact_form .form .row_company, .contact_form .form .row_address, .contact_form .form .row_npa_city, .contact_form .form .row_country, .contact_form .form .row_sources {
  display: none;
}
/* SECTION DARK COLORS */
#global .cms_section_dark h1, #global .cms_section_dark h1 *, #global .cms_section_dark h2, #global .cms_section_dark h2 * {
  color: #4788F0;
}
#global .cms_section_dark .box > .box_inner {
  color: #fff;
}
#global .cms_section_dark .box .box_title, #global .cms_section_dark .cms_text_link a {
  color: #4788F0;
}
#global .cms_section_dark article.box_object_horizontal_item .box_inner .box_infos {
  color: #fff;
  background: #4788F0;
}
#global .cms_section_dark article.box_object_horizontal_item .box_inner .box_infos h2 {
  color: #fff;
}
#global .cms_section_dark article.box_object_horizontal_item .box_inner .box_infos .box_caracts .caract_icon .icon svg * {
  fill: #fff;
}
#global .cms_section_dark .prospection_form .tab .tab_text {
  color: #4788F0;
}
#global .cms_section_dark .prospection_form .cat_cb:checked + .tab .tab_text {
  color: #fff;
}
#global .cms_section_dark .box_team_item h3 {
  color: #fff;
}
#global .cms_section_dark .animated_form input[type=text] + label.placeholder, #global .cms_section_dark .animated_form input[type=text] + label, #global .cms_section_dark .animated_form input[type=password] + label, #global .cms_section_dark .animated_form input[type=email] + label.placeholder, #global .cms_section_dark .animated_form input[type=email] + label, #global .cms_section_dark .animated_form input[type=tel] + label.placeholder, #global .cms_section_dark .animated_form input[type=tel] + label, #global .cms_section_dark .animated_form input[type=number] + label, #global .cms_section_dark .animated_form input[type=date] + label, #global .cms_section_dark .animated_form input[type=time] + label, #global .cms_section_dark .animated_form input[type=url] + label, #global .cms_section_dark .animated_form textarea + label.placeholder, #global .cms_section_dark .animated_form textarea + label, #global .cms_section_dark .animated_form .multiselect_box + label, #global .cms_section_dark .animated_form .input + label {
  background: none;
  color: #fff;
}
/* BLOG */
.section_blog_filter {
  display: none;
}
#global .section_blog_articles h1 {
  margin: 40px 0 110px;
}
#global .section_blog_articles .blog_list {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 77px;
  row-gap: 77px;
}
#global .section_blog_articles .blog_list article:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
#global .section_blog_articles .blog_list article {
  width: 100%;
  margin: 0;
}
#global .section_blog_articles .blog_list article .box_body {
  padding: 40px 0 20px;
}
#global .section_blog_articles .blog_list article .box_body h2 {
  order: 2;
  font-family: 'BrandonLight', arial, sans-serif;
  font-size: 22px;
  padding: 0;
  color: #fff;
}
#global .section_blog_articles .blog_list article .box_body h6 {
  width: 100%;
  font-style: normal;
  font-family: 'BrandonBlack', arial, sans-serif;
  font-size: 12px;
  color: #4788F0;
}
/* Blog detail */
.scope_blog_article section.cms_banner .box_picture::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #4788F0;
  position: absolute;
  top: 0px;
  left: 0px;
  mix-blend-mode: color;
  transition: all 0.25s;
}
.scope_blog_article section.blog_article {
  max-width: 900px;
  margin: auto;
}
.scope_blog_article section.blog_intro {
  padding: 6vh 0;
}
.scope_blog_article section.blog_intro h6 {
  font-family: 'BrandonBlack', arial, sans-serif;
  width: 100%;
  font-size: 12px;
  color: #4788F0;
  margin-bottom: 20px;
}
.scope_blog_article section.blog_intro .cms_text_intro {
  width: 90%;
  margin: 0 auto;
}
/* PROSPECTION FORM*/
/* FORMULAIRES 
remove placeholder and styling*/
.form .row_sources, .form .row, .form .row_group {
  display: flex;
  flex-wrap: wrap;
}
.form .row {
  margin: 1.3em 0;
}
input[type="text"]:not(.simple_layout), input[type="password"]:not(.simple_layout), input[type="email"]:not(.simple_layout), input[type="tel"]:not(.simple_layout), input[type="number"]:not(.simple_layout), input[type="date"]:not(.simple_layout), input[type="time"]:not(.simple_layout), input[type="url"]:not(.simple_layout), textarea:not(.simple_layout), select:not(.simple_layout), .multiselect:not(.simple_layout), .input:not(.simple_layout) {
  background: none;
  border-radius: 20px;
  min-height: 34px;
  padding: 0.5em 1em;
  order: 2;
  font-size: 18px;
}
input[type="text"]:not(.simple_layout):active, input[type="text"]:not(.simple_layout):focus, input[type="password"]:not(.simple_layout):active, input[type="password"]:not(.simple_layout):focus, input[type="email"]:not(.simple_layout):active, input[type="email"]:not(.simple_layout):focus, input[type="tel"]:not(.simple_layout):active, input[type="tel"]:not(.simple_layout):focus, input[type="number"]:not(.simple_layout):active, input[type="number"]:not(.simple_layout):focus, input[type="date"]:not(.simple_layout):active, input[type="date"]:not(.simple_layout):focus, input[type="time"]:not(.simple_layout):active, input[type="time"]:not(.simple_layout):focus, input[type="url"]:not(.simple_layout):active, input[type="url"]:not(.simple_layout):focus, textarea:not(.simple_layout):active, textarea:not(.simple_layout):focus, select:not(.simple_layout):active, select:not(.simple_layout):focus, .multiselect:not(.simple_layout):active, .multiselect:not(.simple_layout):focus, .input:not(.simple_layout):active, .input:not(.simple_layout):focus {
  border-width: 3px;
}
.checkbox input + .cb_input {
  background: none;
}
.animated_form .multiselect_box, .select_box {
  order: 2;
  width: 100%;
}
.checkbox input + .cb_input {
  border-radius: 15px;
}
.checkbox .label_text {
  font-size: 18px;
}
.animated_form input[type="text"] + label.placeholder, .animated_form input[type="password"] + label.placeholder, .animated_form input[type="email"] + label.placeholder, .animated_form input[type="tel"] + label.placeholder, .animated_form input[type="number"] + label.placeholder, .animated_form input[type="date"] + label.placeholder, .animated_form input[type="time"] + label.placeholder, .animated_form input[type="url"] + label.placeholder, .animated_form textarea + label.placeholder, .animated_form .multiselect_box + label.placeholder, .animated_form .input + label.placeholder, .input + label, .select_box label, .multiselect_box label {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  color: #0B1213;
  position: relative;
  transform: none;
  border: 0;
  background: none !important;
  padding: 0;
  font-size: 18px;
  order: 1;
}
.animated_form input[type="text"] + label.placeholder:hover, .animated_form input[type="password"] + label.placeholder:hover, .animated_form input[type="email"] + label.placeholder:hover, .animated_form input[type="tel"] + label.placeholder:hover, .animated_form input[type="number"] + label.placeholder:hover, .animated_form input[type="date"] + label.placeholder:hover, .animated_form input[type="time"] + label.placeholder:hover, .animated_form input[type="url"] + label.placeholder:hover, .animated_form textarea + label.placeholder:hover, .animated_form .multiselect_box + label.placeholder:hover, .animated_form .input + label.placeholder:hover, .input + label:hover, .select_box label:hover, .multiselect_box label:hover {
  color: #0B1213;
  opacity: 1;
}
.row_cb .placeholder .required_field {
  display: none;
}
.form .row.error .form_error_msg_box, .form .row .error .form_error_msg_box {
  order: 3;
}
.multiselect_cb:checked + .multiselect_box .multiselect:not(.simple_layout) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.select.select::after, .multiselect.multiselect::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #4788F0;
}
.multiselect_content.select_content {
  top: 0;
  border-top-right-radius: 20px;
  border-radius: 15px;
  background: #4788F0;
  color: #fff;
  z-index: 94;
}
.multiselect_content.select_content .multiselect_item .checkbox input + .cb_input {
  background: #4788F0;
}
.multiselect_content.select_content .multiselect_item .checkbox input + .cb_input:hover {
  background: #4788F0;
}
.multiselect_content.select_content .multiselect_item > label {
  padding-left: 10px;
  color: #A1C2F7;
}
.multiselect_content.select_content .multiselect_item > label:hover {
  color: #fff;
}
.multiselect_content.select_content .multiselect_item.selected_item > label {
  color: #fff;
}
.multiselect_content.select_content .multiselect_item input:checked + .cb_input + .label_text {
  color: #fff;
}
.animated_form input[type="text"]:hover + label.placeholder, .animated_form input[type="password"]:hover + label.placeholder, .animated_form input[type="email"]:hover + label.placeholder, .animated_form input[type="tel"]:hover + label.placeholder, .animated_form input[type="number"]:hover + label.placeholder, .animated_form input[type="date"]:hover + label.placeholder, .animated_form input[type="time"]:hover + label.placeholder, .animated_form input[type="url"]:hover + label.placeholder, .animated_form textarea:hover + label.placeholder, .animated_form .multiselect_box:hover + label.placeholder, .animated_form .input:hover + label.placeholder {
  color: #0B1213;
}
.ui-widget.ui-widget-content, section:nth-of-type(2n+1):not(.cms_section_light) .ui-widget-content, #global .section_dark .ui-widget-content, #global .cms_section_dark .ui-widget-content, aside.box:not(.aside_light) .ui-widget-content, footer .ui-widget-content {
  color: #fff;
  background: #4788F0;
  border-color: #4788F0;
  border-radius: 30px;
  position: absolute;
  padding: 0.5em 1em;
}
.cms_banner img, .cms_banner video, .cms_banner .cms_youtube_container iframe, .cms_banner .owl-carousel .owl-item picture, .main_banner img, .main_banner video, .main_banner .cms_youtube_container iframe, .main_banner .owl-carousel .owl-item picture {
  margin: 0;
}
/* TEAM */
.team_building.cms_thumbnails {
  margin: 0 !important;
}
.team_building.cms_thumbnails .cms_thumbnails_parent article {
  position: relative;
  margin: 0;
  width: 25% !important;
}
.team_building.cms_thumbnails .cms_thumbnails_parent article .box_inner a {
  display: block;
}
.team_building.cms_thumbnails .cms_thumbnails_parent article .box_inner .cms_part {
  margin-bottom: 0;
}
.team_building.cms_thumbnails .cms_thumbnails_parent article .box_inner .cms_picture:nth-child(2) {
  display: none;
  position: absolute;
}
.team_building.cms_thumbnails .cms_thumbnails_parent article:hover .box_inner .cms_picture:nth-child(2) {
  display: block;
  position: absolute;
}
/* Profile */
.scope_login_login main .content {
  display: flex;
  flex-wrap: wrap;
}
.scope_login_login main .content section.section_login {
  width: 50%;
  background-color: #A1C2F7;
}
.scope_login_login main .content section.section_login .login_box.register_box {
  width: 100%;
}
.scope_login_login main .content section.section_login .login_part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.scope_login_login main .content section.section_login .login_part .forgot_password, .scope_login_login main .content section.section_login .login_part .forgot_remember_box {
  width: 50%;
}
.scope_login_login main .content section.section_login .login_part .forgot_remember_box {
  display: flex;
  justify-content: flex-end;
}
.scope_login_login main .content section.login_register_box {
  width: 50%;
}
.scope_login_login main .content section.login_register_box .inner_content {
  height: 100%;
}
.scope_login_login main .content section.login_register_box .inner_content .login_register_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 400px;
  margin: 0 auto;
}
.scope_login_login main .content section.login_register_box .inner_content .login_register_content h1 {
  text-align: center;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) {
  background: #4788F0;
  position: relative;
  padding: 4vh 0 8vh;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .inner_content {
  position: initial;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) h1 {
  color: #0B1213;
  display: flex;
  flex-direction: column;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) h1 svg {
  width: 77px;
  height: 79px;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) h1 svg * {
  fill: #0B1213;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) a {
  color: white;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  transform: translate(0, 50%);
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab {
  background: none;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab .tab_text {
  color: #4788F0;
  text-transform: lowercase;
  font-family: 'BrandonMedium', arial, sans-serif;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab .tab_svg {
  background: #fff;
  width: auto;
  height: 2.5em;
  margin-bottom: 0.25em;
  width: 85px;
  height: 85px;
  border-radius: 60px;
  padding: 10px;
  border: 9.5px solid #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab .tab_svg svg {
  margin: 0;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab .tab_svg svg * {
  fill: #4788F0;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab .tab_svg svg *.background {
  fill: none;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab.selected, section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab:hover {
  background: none;
  color: #0B1213;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab.selected .tab_text, section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab:hover .tab_text {
  color: #0B1213;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab.selected .tab_svg, section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab:hover .tab_svg {
  background: #4788F0;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab.selected .tab_svg svg *, section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab:hover .tab_svg svg * {
  fill: #0B1213;
}
section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab.selected .tab_svg svg *.background, section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab:hover .tab_svg svg *.background {
  fill: none;
}
.scope_login_login .global_messages h3, .scope_login_login .global_messages h3 * {
  color: #fff;
  font-size: 1em;
}
.scope_user_register .section_register {
  padding-top: 0;
}
.scope_user_register .section_register .login_box.register_box {
  margin: 0 auto;
  width: 100%;
}
.scope_user_register .user_management .form_cols > * {
  margin: 4em auto;
  width: calc(100% - 60px);
}
.scope_userauth_profile .profile_informations_box {
  display: none;
}
.scope_userauth_selection .user_selection_management .user_selection_tabs h1 {
  margin-top: 30px;
  margin-bottom: -20px;
}
.scope_userauth_selection .user_selection_tabs {
  display: none;
}
.scope_userauth_criterias .multiselect_item .checkbox .label_text {
  color: #A1C2F7;
}
.scope_userauth_criterias .multiselect_item .checkbox .label_text:hover {
  color: #fff;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs {
  width: calc(100% + 60px);
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab {
  border: 0;
  background: none;
  position: relative;
  width: 100%;
  min-width: 100px;
  min-height: 100px;
  padding-top: 4vw;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab .tab_text {
  font-size: 27px;
  font-family: 'BrandonMedium', arial, sans-serif;
  color: #0B1213 !important;
  text-transform: lowercase;
  margin-top: -1vw;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab svg {
  position: absolute;
  z-index: 20;
  width: 4vw;
  height: 4vw;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab svg * {
  fill: #0B1213 !important;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab::before {
  content: '';
  position: relative;
  width: 8vw;
  height: 8vw;
  background: #4788F0;
  border-radius: 150px;
  transform: translate(0, -25%);
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab:hover {
  border: none !important;
  background: none !important;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .cat_cb:checked + .tab {
  background: none !important;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .cat_cb:checked + .tab::before {
  background: #4788F0 !important;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .cat_cb:checked + .tab svg * {
  fill: #fff !important;
}
.scope_userauth_criterias .tabs.criterias_filter_categories_tabs .cat_cb:checked + .tab .tab_text {
  color: #4788F0 !important;
}
.scope_userauth_criterias .label_inputs_multiple {
  width: 100%;
}
.scope_userauth_criterias .animated_form .row_price .multiselect_box .multiselect {
  padding-right: 40px;
}
.ui-autocomplete.ui-menu li:before {
  content: none;
}
.scope_favorites_list .cms_text_link {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 80px;
}
.scope_favorites_list .cms_text_link a::before {
  background: #fff;
}
.scope_favorites_list .cms_text_link a::after {
  background: #fff;
}
/* color fixes */
.cms_section_light .multiselect .checkbox .label_text, .cms_section_light .multiselect_item .checkbox .label_text {
  color: #A1C2F7;
}
.multiselect_content.select_content .multiselect_item .checkbox input + .cb_input {
  border: 0 !important;
}
footer .inner_content {
  max-width: none;
  padding: 0 5vw;
  width: 100%;
}
footer h3 {
  color: #fff;
  font-family: 'BrandonBlack', arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.75vh;
}
footer #footer_content {
  font-size: 1em;
}
footer #footer_content > * {
  width: calc(33.33% - 60px);
}
footer address.footer_col {
  width: 100%;
  margin: 0;
}
footer address.footer_col .p-name {
  display: none;
}
footer a:not(.button) {
  color: #fff;
  padding: 0.5em 0;
  display: inline-block;
  text-transform: lowercase;
}
footer .footer_col3 a:not(.button) {
  padding: 0;
}
footer .footer_col3 .p-tel {
  padding-top: 1em;
}
footer .footer_social_networks {
  margin-top: 20px;
}
footer * {
  font-family: 'BrandonReg', arial, sans-serif;
}
footer #footer_copyright {
  background-color: #fff;
}
footer #footer_copyright * {
  font-family: 'BrandonMedium', arial, sans-serif;
  color: #0B1213;
  font-size: 14px;
}
footer #footer_copyright .inner_content {
  max-width: none;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 18px;
}
footer #footer_copyright .link_left a:not(.button) {
  color: #4788F0;
  font-size: 14px;
}
footer #footer_copyright a:not(.button) {
  color: #0B1213;
  font-family: 'BrandonMedium', arial, sans-serif;
}
footer #footer_copyright a:not(.button):hover {
  color: #4788F0;
  opacity: 1;
}
/* /websites/base/css/responsive.scss */
/*---- RESPONSIVE -----*/
/*----- Define no_step and only step -----*/
@media screen and (min-width: 1501px) {
  .only_step1 {
    display: none !important;
  }
}
@media screen and (max-width: 1500px) {
  .no_step1 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 1 * 0.25px);
  }
}
@media screen and (min-width: 1351px) {
  .only_step2 {
    display: none !important;
  }
}
@media screen and (max-width: 1350px) {
  .no_step2 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 2 * 0.25px);
  }
}
@media screen and (min-width: 1201px) {
  .only_step3 {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .no_step3 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 3 * 0.25px);
  }
}
@media screen and (min-width: 1051px) {
  .only_step4 {
    display: none !important;
  }
}
@media screen and (max-width: 1050px) {
  .no_step4 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 4 * 0.25px);
  }
}
@media screen and (min-width: 901px) {
  .only_step5 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .no_step5 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 5 * 0.25px);
  }
}
@media screen and (min-width: 771px) {
  .only_step6 {
    display: none !important;
  }
}
@media screen and (max-width: 770px) {
  .no_step6 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 6 * 0.25px);
  }
}
@media screen and (min-width: 671px) {
  .only_step7 {
    display: none !important;
  }
}
@media screen and (max-width: 670px) {
  .no_step7 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 7 * 0.25px);
  }
}
@media screen and (min-width: 401px) {
  .only_step8 {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .no_step8 {
    display: none !important;
  }
  body {
    font-size: calc(18px - 8 * 0.25px);
  }
}
/*---------- CSS width less than step1 ----------*/
@media screen and (max-width: 1500px) {
  header .inner_content, footer .inner_content, section .inner_content {
    width: 85%;
  }
}
/*---------- CSS width less than step2 ----------*/
@media screen and (max-width: 1350px) {
  header .inner_content, footer .inner_content, section .inner_content {
    width: 90%;
  }
  .project_table_row_responsive.project_table_row_small {
    display: none;
  }
  .project_table_row_responsive.project_table_row_medium {
    display: table-row;
  }
}
/*---------- CSS width less than step3 ----------*/
@media screen and (max-width: 1200px) {
  .scope_financing_simulation .financing_main, .scope_financing_simulation .financing_cap {
    width: 100%;
  }
  #maintenance #image {
    position: absolute;
    right: 20%;
    width: 40vh;
    height: 40vh;
    top: calc(50% - 20vh);
  }
}
/*---------- CSS width less than step4 ----------*/
@media screen and (max-width: 1050px) {
  .cms_col2_col2_2575 > .cms_part:nth-child(2), .cms_col2_col2_7525 > .cms_part:nth-child(1), .cms_col2_col2_3366 > .cms_part:nth-child(2), .cms_col2_col2_6633 > .cms_part:nth-child(1), .cms_col3_col3_252550 > .cms_part:nth-child(3), .cms_col3_col3_255025 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(1) {
    width: 100%;
    margin-bottom: 60px;
  }
  .cms_col4 > .cms_part, .cms_col2_col2_3366 > .cms_part:nth-child(1), .cms_col2_col2_6633 > .cms_part:nth-child(2), .cms_col2_col2_2575 > .cms_part:nth-child(1), .cms_col2_col2_7525 > .cms_part:nth-child(2), .cms_col3_col3_252550 > .cms_part:nth-child(1), .cms_col3_col3_252550 > .cms_part:nth-child(2), .cms_col3_col3_255025 > .cms_part:nth-child(1), .cms_col3_col3_255025 > .cms_part:nth-child(3), .cms_col3_col3_502525 > .cms_part:nth-child(2), .cms_col3_col3_502525 > .cms_part:nth-child(3), .cms_col3_col3_333333 > .cms_part {
    width: calc(50% - 30px);
  }
  .cms_col2_col2_3366 > .cms_part:nth-child(1), .cms_col2_col2_6633 > .cms_part:nth-child(2), .cms_col2_col2_2575 > .cms_part:nth-child(1), .cms_col2_col2_7525 > .cms_part:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
  .cms_col3_col3_255025 > .cms_part:nth-child(2) {
    order: -1;
  }
  .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_button, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_object, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_text, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_thumbnails {
    margin-left: 60px;
    margin-right: 60px;
  }
  .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(2) > .cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(1) > .cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(2) > .cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(1) > .cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(3) > .cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(2) > .cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(1) > .cms_picture img {
    border-left-width: 0;
    border-right-width: 0;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_thumbnails {
    margin-left: 60px;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n+1) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n+1) > *.cms_picture img {
    border-left-width: 0;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_thumbnails, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_accordion, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_blog_article, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_button, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_contact_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_mortgage_form, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_object, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_objects_filter, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_objects_list, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_text, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_thumbnails {
    margin-right: 60px;
  }
  .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col4 > .cms_part:nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_3366 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_6633 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_2575 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2_col2_7525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_252550 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(1):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_255025 > .cms_part:nth-child(3):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(2):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_502525 > .cms_part:nth-child(3):nth-child(2n) > *.cms_picture img, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3_col3_333333 > .cms_part:nth-child(2n) > *.cms_picture img {
    border-right-width: 0;
  }
  .button, input, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="url"], textarea, select, .multiselect, .input {
    font-size: 16px;
  }
  .owner_objects_list .box_object_owner .box_body .price {
    position: static;
  }
  #logo .logo {
    max-width: 250px;
    max-height: 10vh;
  }
}
/*---------- CSS width less than step5 900px----------*/
@media screen and (max-width: 900px) {
  /*---------- Prospection form ----------*/
  .map_toggle, .search_results_map {
    display: none;
  }
  #search_results .search_results_list {
    width: 100%;
    border: none;
  }
  .owner_objects_filters .filter_content {
    flex-direction: column;
    align-items: center;
  }
  .owner_objects_filters .filter_items {
    justify-content: center;
    margin-bottom: 0.5em;
  }
  .prospection_form_col {
    grid-template-columns: 1fr;
  }
}
/*---------- CSS width less than step6  770px ----------*/
@media screen and (max-width: 770px) {
  .section_login .login_register_container {
    flex-wrap: wrap;
  }
  .section_login .login_register_container .login_content .box, .section_login .login_register_container .box {
    width: 100%;
    margin: 0 0 2em;
  }
  .section_login .login_register_container .login_popup_register_content, .section_login .login_register_container .login_content {
    width: 100%;
  }
  .cms_agency_infos .infos_row .label {
    display: none;
  }
  .cms_agency_infos .infos_row .value {
    width: 100%;
  }
}
@media screen and (max-width: 770px) and (orientation: portrait) {
  #maintenance .container #text {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #maintenance .container #image {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  #maintenance .container #image svg {
    max-height: 50vh;
    max-width: 50vh;
  }
}
/*---------- CSS width less than step7  670px ----------*/
@media screen and (max-width: 670px) {
  .cms_col2 > .cms_part.cms_part, .cms_col3 > .cms_part.cms_part, .cms_col4 > .cms_part.cms_part {
    width: 100%;
    margin-bottom: 60px;
  }
  .cms_col2 > .cms_part.cms_part:last-child, .cms_col3 > .cms_part.cms_part:last-child, .cms_col4 > .cms_part.cms_part:last-child {
    margin-bottom: 0;
  }
  .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_accordion, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_blog_article, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_box, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_button, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_contact_form, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_object, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_objects_filter, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_objects_list, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_text, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_thumbnails, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_accordion, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_blog_article, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_box, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_button, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_contact_form, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_object, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_objects_filter, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_objects_list, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_text, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_thumbnails, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_accordion, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_blog_article, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_box, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_button, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_contact_form, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_mortgage_form, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_object, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_objects_filter, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_objects_list, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_team_member > .box, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_text, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_thumbnails {
    margin-left: 60px;
    margin-right: 60px;
  }
  .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col2 > .cms_part.cms_part > .cms_picture img, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col3 > .cms_part.cms_part > .cms_picture img, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_map .map_canvas, .cms_section_full_width .full_content .cms_col4 > .cms_part.cms_part > .cms_picture img {
    border-left-width: 0;
    border-right-width: 0;
  }
  .cms_col3_col3_255025 > .cms_part:nth-child(2) {
    order: 0;
  }
  .project_table .project_table_subobject .picture_slider {
    padding-top: 56.25%;
    position: relative;
  }
  .owner_objects_filters .row, .owner_objects_filters .row .button, .owner_objects_filters .row_button, .owner_objects_filters .row_button .button {
    margin-right: 0;
    width: 100%;
  }
  .owner_objects_filters + .tabs .tab {
    width: 100%;
  }
  .owner_objects_list .box_object_owner .object_preview {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .owner_objects_list .box_object_owner .object_preview .box_picture, .owner_objects_list .box_object_owner .object_preview .box_body {
    width: 100%;
  }
  .owner_objects_list .box_object_owner .object_owner_details table, .owner_objects_list .box_object_owner .object_owner_details ul {
    font-size: 0.8em;
  }
  .owner_objects_list .box_object_owner .object_owner_details .row {
    font-size: 0.9em;
  }
  .owner_objects_list .box_object_owner .object_owner_details .action_item {
    flex-wrap: wrap;
  }
  .owner_objects_list .box_object_owner .object_owner_details .action_item .date {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .cms_prospection_form .prospection_form_col .form .row {
    margin: 1.2em 0;
    position: relative;
  }
  .cms_prospection_form .prospection_form_col .object_condition .row_multiple .row_group {
    margin-bottom: 0px;
  }
  .cms_prospection_form .form .row.row_multiple .row_group:not(:first-child) {
    margin-left: 0em;
    margin-top: 1.2em;
  }
  .cms_slider .owl_carousel_custom.owl-carousel .owl-item {
    height: auto;
    max-height: none;
  }
  .cms_slider .owl-item .cms_box {
    margin: 0;
  }
  .calendar {
    flex-direction: column;
    align-items: center;
  }
  .calendar .datepicker-here {
    width: 100%;
  }
  .calendar .cal_case_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .scope_financing_simulation .inline_element3 {
    flex-wrap: wrap;
  }
  .mod_datas, .mod_datas > input, .scope_financing_simulation .inline_element3 > div {
    width: 100%;
  }
  .scope_financing_simulation .inline_element3 > div input {
    margin-left: 0px;
  }
  .project_table_row_responsive.project_table_row_small {
    display: table-row;
  }
  .scope_financing_simulation .detail_financing .inner_content {
    width: calc(100% - 5px - 5px);
  }
  .scope_financing_simulation .detail_financing .inner_content .object_detail_title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 10px;
  }
  .scope_financing_simulation .detail_financing .inner_content .object_detail_title .title h1, .scope_financing_simulation .detail_financing .inner_content .object_detail_title .title h2 {
    text-align: center;
  }
  .scope_financing_simulation .detail_financing .inner_content .back_button a {
    margin-right: auto !important;
  }
  .scope_financing_simulation .financing_box .financing_title {
    flex-direction: column;
  }
  .scope_financing_simulation .financing_box .msg {
    flex-direction: column;
    margin-top: 30px;
  }
  .scope_financing_simulation .financing_box .msg .msg_icon {
    margin: 0;
    margin-bottom: -10px;
  }
  .scope_financing_simulation .financing_box input {
    margin-top: 5px;
    width: 100%;
  }
  .scope_financing_simulation .inline_element2 {
    align-items: start;
    flex-direction: column;
  }
  .scope_financing_simulation .inline_element2 span {
    margin-bottom: 6px;
  }
  .scope_financing_simulation .inline_element2 #fp_input {
    max-width: 90%;
  }
  .scope_financing_simulation .inline_element2 span.add_fa_included {
    text-align: left;
  }
  .scope_financing_simulation .inline_element3 div {
    margin-top: 6px;
  }
  .scope_financing_simulation .inline_element3 div span {
    min-width: 40px;
    margin-right: 10px;
    margin-left: initial;
  }
  .scope_financing_simulation .stack, .scope_financing_simulation .stack_fee_included {
    margin-top: 10em;
  }
  .scope_financing_simulation.stack .stack_line_cell, .scope_financing_simulation .scope_financing_simulation.stack_fee_included .stack_line_cell, .scope_financing_simulation.stack_fee_included .stack_line_cell {
    max-width: 25px;
    width: 12%;
  }
}
/*---------- CSS width less than step8 400px ----------*/
@media screen and (max-width: 400px) {
  .scope_financing_simulation .stack .stack_line_cell, .scope_financing_simulation .stack_fee_included .stack_line_cell {
    width: 5vw;
  }
}
/*---------- CSS menu mobile ----------*/
@media screen and (max-width: 1050px) {
  header .inner_content {
    position: static;
  }
  header.scrollDown {
    transform: none;
  }
  header.header_not_fixed {
    position: relative;
  }
  .menu_top {
    margin: 0;
    margin-left: auto;
  }
  .main_navigation, .menu_top, .main_website_link {
    display: none;
  }
  .menu_open .menu_top, .menu_open .main_website_link {
    display: flex;
  }
  #nav_content {
    display: block;
    width: 100%;
  }
  .main_navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
  }
  .main_navigation .inner_content {
    margin: 0 auto;
  }
  .main_navigation .nav_item {
    border-bottom: 1px solid #FFFFFF;
    padding: 0.5em 0;
  }
  .main_navigation .nav_item:last-of-type {
    border-bottom: none;
  }
  .main_navigation .nav_item.nav_item_submenu {
    padding: 0;
  }
  .main_navigation .nav_item.nav_item_submenu > .nav_item_link {
    width: 100%;
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #FFFFFF;
  }
  .main_navigation .nav_item .nav_submenu {
    display: block;
    position: static;
    padding: 0 1em;
  }
  .nav_mobile {
    display: flex;
    align-items: center;
  }
  .nav_mobile h4 {
    margin: 1px 10px 0;
  }
  .nav_mobile svg {
    width: 30px;
    height: 30px;
  }
  .nav_mobile svg * {
    fill: #4788f0;
  }
  main .select_box .multiselect_content, main .multiselect_box .multiselect_content {
    max-width: 80vw;
  }
  .prospection_form_images table.dropzone_table_upload {
    text-align: center;
  }
  .prospection_form_images table.dropzone_table_upload tbody, .prospection_form_images table.dropzone_table_upload tr, .prospection_form_images table.dropzone_table_upload td {
    display: block;
  }
  .prospection_form_images table.dropzone_table_upload tr {
    background: #fff;
    display: block;
    border-bottom: 1em solid #ffffff;
    padding: 2em 0;
  }
  .prospection_form_images table.dropzone_table_upload tr td {
    display: block;
    border: 0;
  }
  .prospection_form_images table.dropzone_table_upload tr td.sortable_input {
    height: 40px;
    width: 100%;
    border-width: 1em;
  }
  .prospection_form_images table.dropzone_table_upload tr td.upload_preview {
    width: 100%;
  }
  .prospection_form_images table.dropzone_table_upload tr td.upload_button {
    text-align: center;
  }
  .prospection_form_images table.dropzone_table_upload tr td .progress {
    margin: 0.5em auto;
  }
}
@media screen and (min-width: 1051px) {
  nav.main_navigation {
    display: block !important;
  }
  .menu_top {
    display: flex !important;
  }
}
/*---------- CSS filter mobile ----------*/
@media screen and (max-width: 1050px) {
  .scope_objects_search .objects_filters {
    cursor: pointer;
  }
  .scope_objects_search .objects_filters h1, .scope_objects_search .objects_filters .filter_container {
    display: none;
  }
  .scope_objects_search .objects_filters .filter_button_mobile {
    display: block;
  }
  .form .row.row_multiple {
    flex-wrap: wrap;
  }
  .form .row.row_multiple.row_multiple.row_npa_city .row_postalcode:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_object_postalcode:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_postalcode:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) {
    width: 100%;
    margin-bottom: 0.85em;
  }
  .form .row.row_multiple.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.row_npa_city .row_object_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_postalcode:not(.error) + .row_object_location:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_city:not(.error), .form .row.row_multiple.row_multiple.autocomplete_zip_city .row_object_postalcode:not(.error) + .row_object_location:not(.error) {
    width: 100%;
    margin: 0;
  }
  .form_col .row div, .user_criterias_filter_choice .input_box, .row_locations_included .inputs_multiple, .row_locations_excluded .inputs_multiple {
    flex-wrap: wrap;
  }
  .form_col .row div div.input_box, .form_col .row div div.select_box, .user_criterias_filter_choice .input_box div.input_box, .user_criterias_filter_choice .input_box div.select_box, .row_locations_included .inputs_multiple div.input_box, .row_locations_included .inputs_multiple div.select_box, .row_locations_excluded .inputs_multiple div.input_box, .row_locations_excluded .inputs_multiple div.select_box {
    width: 100%;
    margin: 0 0 0.85em;
  }
  #blueimp_dropzone .file_field .file_field_drop_zone_text {
    width: 100%;
  }
}
@media screen and (min-width: 1051px) {
  .filter_container {
    display: block !important;
  }
}
/* /websites/standard-pelican-template/css/responsive.scss */
/*---- RESPONSIVE -----*/
/*---------- CSS width less than step1 ----------*/
/*---------- CSS width less than step2 ----------*/
/*---------- CSS width less than step3 ----------*/
/*---------- CSS width less than step4 ----------*/
@media screen and (max-width: 1050px) {
  .details_infos .inner_content {
    width: 100%;
  }
  .details_infos .object_descriptions {
    flex-direction: column;
  }
  .details_infos .object_descriptions .detail_col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .details_infos .object_descriptions .detail_col .detail_col_inner {
    width: 90%;
    margin: 0 auto;
  }
  .details_infos .object_descriptions .detail_col.detail_right {
    order: -1;
    border-bottom: 0px solid #DFDFDF;
    padding: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner {
    display: flex;
    justify-content: space-between;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    width: 50%;
    padding: 10vh 0;
    margin: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_caracs {
    order: -1;
    padding-right: 60px;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_actions {
    padding-left: 60px;
    border-left: 0px solid #DFDFDF;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right {
    padding: 0;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    padding: 60px;
  }
}
/*---------- CSS width less than step5 ----------*/
@media screen and (max-width: 900px) {
  #search_results .search_results_list {
    width: 90%;
    margin: 60px auto;
    padding: 0;
  }
  .search_tools {
    flex-wrap: wrap;
  }
  .search_tools .sort_dropdown {
    margin-right: 0;
  }
}
/*---------- CSS width less than step6 ----------*/
@media screen and (max-width: 770px) {
  #footer_content {
    text-align: center;
  }
  #footer_content .footer_logo a {
    margin: 0 auto;
  }
  .object_detail_title .title_row {
    display: block;
  }
  .object_detail_title .title_row > * {
    margin: 0 0 15px;
    text-align: center;
  }
  .object_detail_title .title_row > * h1 {
    text-align: center;
    font-size: 1.4em;
  }
  .details_infos .object_descriptions .detail_col.detail_right {
    padding: 10vh 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner {
    display: block;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group:last-child {
    margin-bottom: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_caracs {
    order: 0;
    padding-right: 0;
  }
  .details_infos .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group.group_actions {
    padding-left: 0;
    border-left: none;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right {
    padding: 60px;
  }
  .project_table .project_table_subobject .object_descriptions .detail_col.detail_right .detail_col_inner .detail_col_group {
    padding: 0;
  }
}
/*---------- CSS width less than step7 ----------*/
@media screen and (max-width: 670px) {
  .search_tools {
    flex-wrap: wrap;
    margin: -15px 0 45px;
  }
  .search_tools > * {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  }
  .search_tools > *.filter_part_counter {
    width: auto;
    margin-left: auto;
    margin-right: 15px;
  }
  .search_tools > *.create_alert {
    width: auto;
    margin-left: 15px;
    margin-right: auto;
  }
}
/*---------- CSS width less than step8 ----------*/
/*---------- CSS menu mobile ----------*/
@media screen and (max-width: 1050px) {
  #header_top .inner_content .main_navigation {
    padding: 2vh 0;
  }
  .main_navigation {
    font-size: 1.15em;
    border-bottom: 0px solid #AAAAAA;
  }
  .main_navigation #nav_content > .nav_item, .main_navigation .nav_submenu .nav_item {
    display: block;
    background: transparent;
    color: #0b1213;
    text-align: left;
  }
  .main_navigation #nav_content > .nav_item.selected, .main_navigation .nav_submenu .nav_item.selected {
    color: #4788f0;
  }
  .main_navigation #nav_content > .nav_item:hover, .main_navigation .nav_submenu .nav_item:hover {
    color: #4788f0;
  }
  .main_navigation #nav_content > .nav_item, .main_navigation #nav_content > .nav_item:first-child, .main_navigation #nav_content > .nav_item:last-child, .main_navigation #nav_content > .nav_item .nav_item_submenu, .main_navigation .nav_submenu .nav_item, .main_navigation .nav_submenu .nav_item:first-child, .main_navigation .nav_submenu .nav_item:last-child, .main_navigation .nav_submenu .nav_item .nav_item_submenu {
    padding: 0;
  }
  .main_navigation #nav_content > .nav_item .nav_item_link, .main_navigation .nav_submenu .nav_item .nav_item_link {
    padding: 5px 20px;
    display: block;
  }
  .main_navigation #nav_content > .nav_item > a, .main_navigation .nav_submenu .nav_item > a {
    color: #0b1213;
    opacity: 0.8;
  }
  .main_navigation #nav_content > .nav_item > a:hover, .main_navigation .nav_submenu .nav_item > a:hover {
    color: #4788f0;
    opacity: 0.6;
  }
  .main_navigation #nav_content > .nav_item.selected > a, .main_navigation .nav_submenu .nav_item.selected > a {
    color: #4788f0;
    opacity: 1;
  }
  .main_navigation .nav_item_submenu .nav_submenu, .main_navigation .nav_item_submenu:hover .nav_submenu {
    display: block !important;
    background: none;
    border: none;
    box-shadow: none;
    color: #0b1213;
    opacity: 1;
    transition: none;
    transform: none;
    position: static;
    pointer-events: all;
    padding: 0;
  }
  .main_navigation .nav_item_submenu .nav_submenu:before, .main_navigation .nav_item_submenu .nav_submenu:after, .main_navigation .nav_item_submenu:hover .nav_submenu:before, .main_navigation .nav_item_submenu:hover .nav_submenu:after {
    display: none;
  }
  .main_navigation .nav_item_submenu .nav_submenu .nav_item, .main_navigation .nav_item_submenu:hover .nav_submenu .nav_item {
    font-size: 0.9em;
    padding-left: 20px;
  }
  #header_top .inner_content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header_top .inner_content #header_content {
    max-width: calc(100% - 50px);
  }
  #header_top .inner_content #header_content #logo img, #header_top .inner_content #header_content #logo svg {
    max-width: 250px;
    max-height: 10vh;
  }
  #header_top .inner_content .menu_top {
    position: static;
    width: 100%;
    order: 1;
    justify-content: center;
    padding: 5px 0 10px;
  }
  #header_top .inner_content .nav_mobile {
    transform: translateX(20%);
  }
}
@media screen and (min-width: 1051px) {
  nav.main_navigation {
    display: flex !important;
  }
}
/*---------- CSS filter mobile ----------*/
@media screen and (max-width: 1050px) {
  .scope_objects_search .objects_filters .filter_button_mobile {
    padding: 0;
    margin: 0;
  }
  .scope_objects_search .objects_filters .filter_container {
    padding: 15px 0;
  }
}
/* /websites/116-regie-de-fribourg-sa-main-1/css/responsive.scss */
/* FOR HEADER - SIZE UP OF 1700 */
@media screen and (min-width: 1700px) {
  #global .cms_section article.box_object_horizontal_item {
    max-width: 1500px;
    margin: 0 auto;
  }
}
/* FOR HEADER - SIZE UP OF 1500 */
@media screen and (min-width: 1500px) {
  .second_menu.open .second_menu_content {
    transform: scale(1.2);
  }
}
/* FOR HEADER - SIZE down OF 1500 */
@media screen and (max-width: 1500px) {
  .cms_banner .cms_banner_content > .cms_part {
    width: 85%;
  }
  footer .inner_content, section .inner_content {
    width: 100%;
  }
  .scope_objects_details #global .first_picture_parent .title_row h1 {
    font-size: 4vw;
  }
  .scope_objects_details #global .subtitle .details_highlights {
    padding: 2em;
  }
  .scope_objects_details #global .subtitle .details_highlights .price_detailed .price_table {
    font-size: 0.8em;
  }
}
/* FOR HEADER - SIZE down OF 1350 */
@media screen and (max-width: 1350px) {
  footer .inner_content, section .inner_content {
    width: 100%;
  }
  #search_results .icon_btn {
    margin-right: auto;
  }
  .cms_page_services h1, .cms_page_services h1 * {
    font-size: 60px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1350px) and (min-width: 1050px) {
  #search_results .search_tools {
    flex-wrap: wrap;
  }
  #search_results .search_tools .sort_dropdown {
    margin-top: 20px;
    width: 100%;
  }
}
/* FOR HEADER - SIZE UP OF mobile*/
@media screen and (min-width: 1050px) {
  /* MAIN HEADER */
  #main {
    margin-top: -40px;
  }
  #logo {
    line-height: 0;
  }
  header.header_scrollup, header.header_fixed {
    width: 100%;
    height: 120px;
    padding: 0 40px;
    background: #fff;
    transition: all 0.25s ease-out;
    margin-left: -40px;
  }
  #header_top {
    position: relative;
    transition: all 0.25s ease-out;
    height: 120px;
  }
  #header_top .inner_content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    justify-content: flex-end;
    transition: all 0.25s ease-out;
  }
  #header_top .inner_content .main_navigation {
    padding: 0px 30px 0px 10px;
  }
  #header_content {
    padding: 0;
    position: absolute;
    bottom: -39px;
    left: 6vw;
    transition: all 0.25s ease-out;
  }
  #header_content #logo {
    transition: all 0.25s ease-out;
    margin: 0;
  }
  #header_content #logo svg {
    width: 207px;
    height: 69px;
    max-width: 207px;
    max-height: 69px;
  }
  .header_left {
    display: none;
    transform-origin: top right;
    transition: all 0.25s ease-out;
    -webkit-transform: scale(1);
  }
  .header_left .header_container {
    display: flex;
    align-items: center;
    margin-right: 70px;
  }
  .header_left .header_container .main_navigation .nav_item_link {
    font-family: 'BrandonMedium', arial, sans-serif;
    font-size: 22px;
    line-height: 2em;
    padding: 26px 0 50px;
    padding: 26px 0;
  }
  .header_left .header_container .main_navigation .nav_item {
    padding: 0em 1em;
  }
  .header_left .header_container .main_navigation .nav_item:first-child {
    display: none !important;
  }
  .header_left .header_container .main_navigation .nav_submenu {
    display: flex;
    border-radius: 85px;
    padding-left: 40px;
    padding-right: 30px;
    z-index: 21;
    top: calc(100% + -15px);
    overflow: hidden;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item {
    padding: 0;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item:first-child {
    display: block !important;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item_link {
    padding: 40px 20px 50px;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    height: 100%;
    min-width: 170px;
    flex-direction: column;
    white-space: normal;
    text-align: center;
  }
  .header_left .header_container .main_navigation .nav_submenu a:hover {
    background: #A1C2F7;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item:first-child a {
    padding-left: 60px;
    margin-left: -40px !important;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item:last-child a {
    padding-right: 60px;
    margin-right: -40px !important;
  }
  .header_left .header_container .main_navigation .nav_item_submenu {
    position: relative;
  }
  .header_left .header_container .main_navigation .nav_item_submenu::before {
    content: "";
    width: 2px;
    height: 0px;
    margin-bottom: 0;
    bottom: -105px;
    left: 50%;
    transform: translate(-50%, -100%);
    border: 0;
    background: #4788F0;
    position: relative;
    top: initial;
    opacity: 0;
    transition: all 0.25s ease-out;
  }
  .header_left .header_container .main_navigation .nav_item_submenu:hover::before {
    opacity: 1;
    height: 42px;
  }
  .header_left .header_container .main_navigation .nav_item_submenu:hover .nav_submenu {
    display: flex;
  }
  .header_left .header_container .menu_top {
    top: 0;
    position: relative;
  }
  .header_left .header_container .menu_top .menu_favorites .link_name {
    display: none;
  }
  .header_left .header_container .menu_top .menu_top_part .menu_top_item {
    text-transform: uppercase;
    padding: 0 5px;
  }
  .header_left .header_container .menu_top .menu_top_part .menu_top_item a {
    font-size: 22px;
    font-weight: normal;
    font-family: 'BrandonMedium', arial, sans-serif;
  }
  .header_left .header_container .menu_top .menu_top_part .menu_top_item.selected {
    display: none;
  }
  .header_left .header_container .menu_top .button {
    padding: 0px 1.2em 4px;
    background: #4788F0;
    color: #fff;
    margin-right: 30px;
  }
  .header_left .header_container .menu_top svg {
    width: 29px;
    height: 29px;
    vertical-align: text-bottom;
  }
  header.scrollDown {
    height: auto;
    transform: translateY(0);
  }
  header.scrollDown #header_top {
    height: 80px;
  }
  header.scrollDown #header_content {
    bottom: -43px;
    left: -26px;
  }
  header.scrollDown #header_content #logo svg {
    width: 80%;
  }
  header.scrollDown #header_content #logo svg .logo_txt {
    display: none;
  }
  header.scrollDown .header_left {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  header.scrollDown .nav_mobile .menu_button {
    transform-origin: top right;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    margin-top: -8px;
  }
  .second_menu {
    position: absolute;
    top: -15px;
    right: -3vw;
    background: #4788F0;
    color: #fff;
    transform-origin: center;
    border-bottom-left-radius: 100%;
    padding-top: 6%;
    width: 0px;
    height: 0px;
    z-index: 22;
    padding-left: 20vw;
    transform: translate(100%, -100%);
    transition: all 0.5s cubic-bezier(0.64, 0.46, 0.06, 0.96);
    /*box-shadow: -3px 3px 13px 1px rgba(0,0,0,0.18);*/
  }
  .second_menu .second_menu_content {
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform-origin: left;
    transform: scale(1);
  }
  .second_menu .second_menu_content a {
    color: #fff;
  }
  .second_menu .second_menu_content a:hover, .second_menu .second_menu_content a:focus {
    color: #A1C2F7;
  }
  .second_menu .second_menu_content a svg * {
    fill: #fff;
  }
  .second_menu .second_menu_content a svg .background {
    fill: none;
  }
  .second_menu .second_menu_content a:hover svg * {
    fill: #A1C2F7;
  }
  .second_menu .second_menu_content a:hover svg .background {
    fill: none;
  }
  .second_menu .second_menu_content .nav_item_submenu > .nav_item_link {
    display: none;
  }
  .second_menu .second_menu_content .nav_item_link {
    font-family: 'BrandonMedium', arial, sans-serif;
    font-size: 27px;
    line-height: 2em;
  }
  .second_menu .second_menu_content .menu_top_part {
    margin: 15px 0px;
  }
  .second_menu .second_menu_content .menu_top_part svg {
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .second_menu .second_menu_content .menu_top_part a span {
    font-family: 'BrandonMedium', arial, sans-serif;
    text-transform: lowercase;
  }
  .second_menu .second_menu_content .menu_top_part.menu_login .login_icon {
    margin: auto 0;
  }
  .second_menu.open {
    transform: translate(10px);
    width: 43vw;
    height: 50vw;
  }
  .second_menu.open a:hover, .second_menu.open a:focus, .second_menu.open .nav_submenu .selected a {
    color: #A1C2F7;
  }
  .second_menu.open .second_menu_content {
    opacity: 1;
  }
  .nav_mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .nav_mobile .menu_button {
    border-radius: 50px;
    transition: all 0.25s ease-out;
  }
  .nav_mobile .menu_button .cross svg {
    width: 39px;
    height: 23px;
  }
  .nav_mobile .menu_button .cross svg * {
    stroke: #4788F0;
  }
  .nav_mobile .menu_button .cross .bt_open {
    display: block;
  }
  .nav_mobile .menu_button .cross .bt_close {
    display: none;
  }
  .body_menu_open .nav_mobile .menu_button .cross svg * {
    stroke: #fff;
  }
  .body_menu_open .nav_mobile .menu_button .cross .bt_open {
    display: none;
  }
  .body_menu_open .nav_mobile .menu_button .cross .bt_close {
    display: block;
  }
}
/* 1500px */
@media screen and (max-width: 1500px) {
  .header_left .header_container .main_navigation .nav_submenu {
    flex-direction: column;
    padding: 20px 0;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item_link {
    padding: 30px 20px 30px;
    min-width: 250px;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item:first-child a {
    padding: 50px 20px 20px;
    margin-left: 0 !important;
    margin-top: -20px !important;
  }
  .header_left .header_container .main_navigation .nav_submenu .nav_item:last-child a {
    padding: 20px 20px 50px;
    margin-right: 0 !important;
    margin-bottom: -20px !important;
  }
}
/*---- RESPONSIVE -----*/
/*---------- CSS menu mobile ----------*/
@media screen and (max-width: 1050px) {
  /* OTHER */
  /*DETAIL */
  /* FORM PAGES */
  /*PROFILE*/
  /*Prospection*/
  #global {
    border: 0;
    width: 100%;
    overflow-x: hidden;
  }
  .main_navigation, .menu_top {
    display: block;
  }
  #global .cms_banner_fullscreen {
    min-height: 420px;
    height: 50vh;
  }
  #global .cms_banner_fullscreen .cms_slider > *, #global .cms_banner_fullscreen .cms_banner_content {
    height: 50vh;
    min-height: 420px;
  }
  #global .cms_banner_fullscreen .cms_slider > * > .cms_banner_box, #global .cms_banner_fullscreen .cms_banner_content > .cms_banner_box {
    min-height: 420px;
  }
  header #header_top {
    height: 100px;
  }
  header #header_top .inner_content .nav_mobile {
    z-index: 30;
    transition: all 0.5s;
    background: #4788F0;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    height: 100px;
    width: 100px;
    top: 0;
  }
  header #header_top .inner_content .nav_mobile svg {
    padding: 15px;
    width: 100%;
    height: 100%;
  }
  header #header_top .inner_content .nav_mobile svg * {
    stroke: #fff;
    stroke-width: 2px;
  }
  header.menu_open #header_top .inner_content .nav_mobile {
    right: 0;
  }
  header.menu_open #header_top .inner_content .nav_mobile svg * {
    stroke-width: 3;
  }
  header.scrollDown #header_content, header.scrollDown #header_top, header.scrollDown #logo svg {
    height: 0;
  }
  #logo img, #logo svg {
    height: 46px;
    width: 140px;
    height: 100%;
  }
  .header_left {
    display: none;
    background: #4788F0;
    position: absolute;
    width: 100%;
    background: #4788F0;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .header_left .main_navigation {
    background: #4788F0;
    position: relative;
    padding: 40px 0 10px !important;
  }
  .header_left .main_navigation .nav_item {
    border: 0;
  }
  .header_left .main_navigation .nav_item .nav_item_link {
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    display: block;
    font-size: 22px;
    line-height: 40px;
  }
  .header_left .main_navigation .nav_item.nav_item_submenu > .nav_item_link {
    border: 0;
  }
  .header_left .main_navigation .nav_item.selected .nav_item_link {
    color: #fff;
  }
  .header_left .main_navigation .nav_item_submenu .nav_submenu {
    height: 0;
    display: block;
    margin-left: 0 !important;
    width: 100%;
    transform: translate(0px);
    background: #fff;
    overflow: hidden;
    padding: 0;
    transition: 0.5s all;
  }
  .header_left .main_navigation .nav_item_submenu .nav_submenu *, .header_left .main_navigation .nav_item_submenu .nav_submenu *:hover, .header_left .main_navigation .nav_item_submenu .nav_submenu *:focus {
    color: #4788F0 !important;
    font-family: 'BrandonLight', arial, sans-serif;
  }
  .header_left .main_navigation .nav_item_submenu .nav_submenu .nav_item.selected {
    font-weight: bold;
  }
  .header_left .main_navigation .nav_item_submenu:hover .nav_submenu {
    height: auto;
    padding: 20px 0;
  }
  .header_left .main_navigation #nav_content > .nav_item > a, .header_left .main_navigation #nav_content > .nav_item > a:hover {
    color: #fff;
    opacity: 1;
  }
  .header_left .main_navigation #nav_content > .nav_item.selected > a {
    opacity: 0.5;
  }
  .header_left .menu_top {
    flex-wrap: wrap;
    text-align: center;
  }
  .header_left .menu_top .menu_top_part {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }
  .header_left .menu_top .menu_langs {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
  }
  .header_left .menu_top .menu_langs .selected {
    display: none;
  }
  .header_left .menu_top .menu_langs a {
    color: #4788F0;
  }
  .header_left .menu_top .menu_favorites {
    display: none;
  }
  .header_left .menu_top a.button {
    font-size: 22px;
    background: #fff;
    color: #4788F0;
    margin-bottom: 20px;
  }
  .header_left .menu_top a.button:hover, .header_left .menu_top a.button:active {
    background: #A1C2F7;
    color: #fff;
  }
  .header_left .second_menu {
    background-color: #A1C2F7;
  }
  .header_left .second_menu .second_menu_content {
    display: flex;
    flex-wrap: wrap;
  }
  .header_left .second_menu .nav_item_submenu {
    order: 2;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .header_left .second_menu .nav_item_submenu > .nav_item_link {
    display: none;
  }
  .header_left .second_menu .nav_submenu {
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  .header_left .second_menu .nav_submenu .nav_item {
    font-size: 18px;
    line-height: 29px;
    padding: 5px 0;
  }
  .header_left .second_menu .menu_top_part {
    padding: 10px;
    width: 100%;
    margin: 0;
    justify-content: center;
    background-color: #4788F0;
    text-transform: lowercase;
    padding: 15px 0;
  }
  .header_left .second_menu .menu_top_part.menu_favorites {
    padding-bottom: 50px;
  }
  .header_left .second_menu .menu_top_part span {
    font-family: 'BrandonMedium', arial, sans-serif;
  }
  .header_left .second_menu .menu_top_part a svg {
    margin-right: 10px;
    vertical-align: sub;
  }
  .header_left .second_menu .menu_top_part a svg * {
    fill: #fff;
  }
  .header_left .second_menu .menu_top_part a svg .background {
    fill: none;
  }
  .header_left .second_menu a {
    color: #fff;
  }
  .menu_button .cross .bt_open {
    display: block;
  }
  .menu_button .cross .bt_close {
    display: none;
  }
  .body_menu_open .menu_button .cross .bt_open {
    display: none;
  }
  .body_menu_open .menu_button .cross .bt_close {
    display: block;
  }
  .cms_section {
    padding: 4vh 0;
  }
  .cms_part, .cms_accordion.box {
    /* margin-bottom: 10px; */
  }
  h1, h1 * {
    font-size: 28px;
    line-height: 36px;
  }
  section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_text_main_title h1, section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_text_main_title h1 * {
    font-size: 62px;
    line-height: 60px;
  }
  .cms_text_link a, #global .cms_section_light .cms_text_link a {
    padding-left: 0;
  }
  .cms_text_link a:hover, #global .cms_section_light .cms_text_link a:hover {
    margin-left: -40px;
  }
  .cms_text_link.cms_text_link_bottom a:hover {
    margin-left: 0;
  }
  .cms_separator_space, .cms_separator.cms_separator_vertical {
    display: none;
  }
  .cms_box_simple_inline_buttons_right .box_inner, .cms_box_simple_inline_buttons_center .box_inner, .cms_box_simple_inline_buttons_left .box_inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cms_box_simple_inline_buttons_right .box_inner .cms_part, .cms_box_simple_inline_buttons_center .box_inner .cms_part, .cms_box_simple_inline_buttons_left .box_inner .cms_part {
    width: 100%;
    text-align: center;
  }
  .cms_box_simple_inline_buttons_right .box_inner .cms_button, .cms_box_simple_inline_buttons_center .box_inner .cms_button, .cms_box_simple_inline_buttons_left .box_inner .cms_button {
    order: 2;
  }
  .cms_part .cms_button {
    justify-content: center;
  }
  .cms_section_full_width {
    width: 100%;
    margin: 0;
  }
  #global .cms_section .cms_box.cms_box_box_default, #global .cms_section_light_2 .cms_box.cms_box_box_default, #global .cms_section_light .cms_box.cms_box_box_default {
    text-align: center;
  }
  #global .cms_section .cms_box.cms_box_box_default h1, #global .cms_section .cms_box.cms_box_box_default h2, #global .cms_section .cms_box.cms_box_box_default h3, #global .cms_section .cms_box.cms_box_box_default h4, #global .cms_section .cms_box.cms_box_box_default h1 *, #global .cms_section .cms_box.cms_box_box_default h2 *, #global .cms_section .cms_box.cms_box_box_default h3 *, #global .cms_section .cms_box.cms_box_box_default h4 *, #global .cms_section_light_2 .cms_box.cms_box_box_default h1, #global .cms_section_light_2 .cms_box.cms_box_box_default h2, #global .cms_section_light_2 .cms_box.cms_box_box_default h3, #global .cms_section_light_2 .cms_box.cms_box_box_default h4, #global .cms_section_light_2 .cms_box.cms_box_box_default h1 *, #global .cms_section_light_2 .cms_box.cms_box_box_default h2 *, #global .cms_section_light_2 .cms_box.cms_box_box_default h3 *, #global .cms_section_light_2 .cms_box.cms_box_box_default h4 *, #global .cms_section_light .cms_box.cms_box_box_default h1, #global .cms_section_light .cms_box.cms_box_box_default h2, #global .cms_section_light .cms_box.cms_box_box_default h3, #global .cms_section_light .cms_box.cms_box_box_default h4, #global .cms_section_light .cms_box.cms_box_box_default h1 *, #global .cms_section_light .cms_box.cms_box_box_default h2 *, #global .cms_section_light .cms_box.cms_box_box_default h3 *, #global .cms_section_light .cms_box.cms_box_box_default h4 * {
    text-align: center;
  }
  #global .cms_section .cms_box.cms_box_box_default:hover, #global .cms_section_light_2 .cms_box.cms_box_box_default:hover, #global .cms_section_light .cms_box.cms_box_box_default:hover {
    transform: translate(0, 0);
  }
  #global .cms_section article.box_object_horizontal_item, #global .cms_section_light_2 article.box_object_horizontal_item, #global .cms_section_light article.box_object_horizontal_item {
    width: 100%;
  }
  #global .cms_section article.box_object_horizontal_item .box_inner .picture_container, #global .cms_section_light_2 article.box_object_horizontal_item .box_inner .picture_container, #global .cms_section_light article.box_object_horizontal_item .box_inner .picture_container {
    width: 100%;
    order: 0;
  }
  #global .cms_section article.box_object_horizontal_item .box_inner .box_infos, #global .cms_section_light_2 article.box_object_horizontal_item .box_inner .box_infos, #global .cms_section_light article.box_object_horizontal_item .box_inner .box_infos {
    width: 90%;
    transform: translate(0px, 0px);
    margin: -4em auto 0;
    padding: 1.5em;
  }
  #global .cms_section article.box_object_horizontal_item .box_inner .box_infos .box_caracts, #global .cms_section_light_2 article.box_object_horizontal_item .box_inner .box_infos .box_caracts, #global .cms_section_light article.box_object_horizontal_item .box_inner .box_infos .box_caracts {
    padding-left: 0;
  }
  #global .cms_section article.box_object_horizontal_item:hover .box_inner .box_infos, #global .cms_section_light_2 article.box_object_horizontal_item:hover .box_inner .box_infos, #global .cms_section_light article.box_object_horizontal_item:hover .box_inner .box_infos {
    transform: translate(0px, 0px);
  }
  .cms_section_full_width .full_content > *.cms_accordion, .cms_section_full_width .full_content > *.cms_blog_article, .cms_section_full_width .full_content > *.cms_box, .cms_section_full_width .full_content > *.cms_button, .cms_section_full_width .full_content > *.cms_contact_form, .cms_section_full_width .full_content > *.cms_object, .cms_section_full_width .full_content > *.cms_objects_filter, .cms_section_full_width .full_content > *.cms_objects_list, .cms_section_full_width .full_content > *.cms_team_member > .box, .cms_section_full_width .full_content > *.cms_text, .cms_section_full_width .full_content > *.cms_thumbnails, .cms_section_full_width .full_content .cms_column:last-child > *.cms_accordion, .cms_section_full_width .full_content .cms_column:last-child > *.cms_blog_article, .cms_section_full_width .full_content .cms_column:last-child > *.cms_box, .cms_section_full_width .full_content .cms_column:last-child > *.cms_button, .cms_section_full_width .full_content .cms_column:last-child > *.cms_contact_form, .cms_section_full_width .full_content .cms_column:last-child > *.cms_object, .cms_section_full_width .full_content .cms_column:last-child > *.cms_objects_filter, .cms_section_full_width .full_content .cms_column:last-child > *.cms_objects_list, .cms_section_full_width .full_content .cms_column:last-child > *.cms_team_member > .box, .cms_section_full_width .full_content .cms_column:last-child > *.cms_text, .cms_section_full_width .full_content .cms_column:last-child > *.cms_thumbnails {
    margin: 40px 0;
  }
  .scope_objects_details #global .subtitle .cms_text_link_bottom {
    left: 75%;
  }
  .scope_objects_details #global section.details_highlights {
    max-width: 70%;
  }
  .scope_objects_details #global section.details_infos .detail_col.detail_right {
    padding: 100px 40px 0px;
  }
  .scope_objects_details #global .project_table_subobject .detail_left, .scope_objects_details #global section.details_infos .detail_left {
    padding-top: 10vh;
  }
  .scope_objects_details #global #detail_page_banner {
    margin-bottom: 10vh;
  }
  .cms_page_form main .content section.cms_section_light_2 {
    padding: 4vh 0;
  }
  .cms_page_form main .content section {
    max-width: 100%;
    width: 100%;
  }
  .cms_page_form main .content section .cms_text.cms_text_main_title * {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 4vh;
  }
  footer #footer_copyright {
    padding: 0 5% 20px;
  }
  footer #footer_copyright .link_left {
    padding: 10px 0;
  }
  footer #footer_copyright .link_left a:not(.button) {
    font-size: 16px;
    text-transform: initial;
  }
  footer #footer_copyright .copyright, footer #footer_copyright .copyright * {
    font-size: 12px;
    text-align: left;
    width: 100%;
    line-height: 1em;
  }
  footer #footer_copyright .copyright a, footer #footer_copyright .copyright * a {
    display: inline;
  }
  .cms_page_services .sticky_menu {
    display: none;
  }
  .scope_login_login main .content section.section_login, .scope_login_login main .content section.login_register_box {
    width: 100%;
  }
  .scope_login_login main .content section.section_login .login_register_container, .scope_login_login main .content section.login_register_box .login_register_container {
    max-width: 470px;
  }
  #global .cms_section_light .prospection_form .cat_tab {
    width: 33.3%;
  }
  #global .cms_section_light .prospection_form .tab::before {
    width: 100px;
    height: 100px;
  }
  #global .cms_section_light .prospection_form .tab svg {
    width: 50px;
    height: 50px;
  }
}
/* 900px */
@media screen and (max-width: 900px) {
  section {
    padding: 5vh 0;
  }
  .cms_column {
    order: 1;
  }
  .cms_column.cms_column_picture {
    order: 0;
  }
  .contact_form_box h2, .form_col {
    text-align: center;
  }
  section.cms_banner:nth-of-type(2n+1):not(.cms_section_light) .cms_banner_content > .cms_part.cms_text_paragraph div[style="text-align: left;"] {
    width: 100%;
  }
  .mobile_only {
    display: initial;
  }
  .cms_text {
    text-align: center;
  }
  .cms_text_main_title.left_line::before {
    content: none;
  }
  .cms_col2 > .cms_part.cms_part, .cms_col3 > .cms_part.cms_part, .cms_col4 > .cms_part.cms_part {
    width: 100%;
    margin-bottom: 60px;
  }
  .cms_col2 > .cms_part.cms_part:last-child, .cms_col3 > .cms_part.cms_part:last-child, .cms_col4 > .cms_part.cms_part:last-child {
    margin-bottom: 0;
  }
  #global .cms_section .box.cms_box_box_modal, #global section.cms_section_light .box.cms_box_box_modal {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -4vh;
  }
  #global .cms_section .box.cms_box_box_modal .box_inner, #global section.cms_section_light .box.cms_box_box_modal .box_inner {
    position: relative;
    transform: translate(0px, -15vh);
    max-width: 90%;
    min-width: 0;
    width: 90%;
    padding-right: 20px;
  }
  #global .cms_section .box.cms_box_box_modal.display .box_inner, #global section.cms_section_light .box.cms_box_box_modal.display .box_inner {
    right: -15px;
  }
  .cms_page_services .cms_column:empty {
    display: none;
  }
  .cms_page_services h1, .cms_page_services h1 * {
    font-size: 32px;
    line-height: 1.2em;
  }
  .cms_page_services .cms_col2 {
    margin-bottom: 40px;
  }
  .cms_page_services .cms_col3, .cms_page_services .cms_col4 {
    width: 100%;
    margin: 0;
  }
  .cms_page_services .cms_col3 h2, .cms_page_services .cms_col3 h2 *, .cms_page_services .cms_col3 h3, .cms_page_services .cms_col3 h3 *, .cms_page_services .cms_col4 h2, .cms_page_services .cms_col4 h2 *, .cms_page_services .cms_col4 h3, .cms_page_services .cms_col4 h3 * {
    font-size: 22px;
  }
  .cms_page_services .cms_col3 > .cms_part.cms_part, .cms_page_services .cms_col4 > .cms_part.cms_part {
    margin-bottom: 0;
  }
  .cms_page_services .cms_part * {
    text-align: center !important;
  }
  .cms_page_services .cms_button_button_left a, .cms_page_services .cms_button_button_right a {
    margin: auto;
  }
  .cms_col2 > .cms_part.cms_part, .cms_col3 > .cms_part.cms_part, .cms_col4 > .cms_part.cms_part {
    margin-bottom: 0;
  }
  .scope_objects_details #global section.pagination {
    /* top: 64.25vw;
                    left: 4vw;
                    transform: translate(0);*/
  }
  .scope_objects_details #global .first_picture_parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .scope_objects_details #global .first_picture_parent .first_picture {
    order: 0;
  }
  .scope_objects_details #global .first_picture_parent .favorite_button svg {
    width: 40px;
    height: 35px;
  }
  .scope_objects_details #global .first_picture_parent .blue_box {
    order: 1;
    height: 52.25vw;
  }
  .scope_objects_details #global .first_picture_parent .pagination {
    order: 2;
    position: relative;
    left: 4vw;
    transform: translate(0);
    margin: 0px 0px 20px;
    width: 100%;
    padding: 0;
    text-align: left;
    top: initial;
  }
  .scope_objects_details #global .first_picture_parent .title_row {
    order: 3;
    position: relative;
    transform: translate(0px);
  }
  .scope_objects_details #global .first_picture_parent .title_row h1 {
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0px 0 20px;
  }
  .scope_objects_details #global .first_picture_parent .title_row h2 {
    text-align: left;
    text-transform: none;
  }
  .scope_objects_details #global .first_picture_parent .cms_button {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 50px;
    display: block;
  }
  .scope_objects_details #global .subtitle {
    position: relative;
  }
  .scope_objects_details #global .subtitle .cms_text_link_bottom {
    display: none;
  }
  .scope_objects_details #global .subtitle .details_highlights {
    position: relative;
    max-width: 100%;
    margin-top: 0;
    width: calc(100% + 8vw);
    margin-left: 0;
  }
  .scope_objects_details #global section.details_infos .detail_col.detail_right {
    padding: 4vh 4vw;
  }
  .scope_objects_details #global section.details_infos .detail_left {
    padding: 4vh 4vw;
  }
  .scope_objects_details #global section.details_infos .description_box:first-child, .scope_objects_details #global section.details_infos .description_box {
    padding-left: 0;
    border: 0;
  }
  .scope_objects_details #global section.details_infos .distances_box, .scope_objects_details #global section.details_infos .conveniences_box {
    padding-left: 0;
  }
  #global .section_blog_articles h1 {
    margin: 0 0 4vh;
    text-align: center;
  }
  #global .section_blog_articles .blog_list {
    display: block;
  }
  #global .section_blog_articles .blog_list article {
    margin: 0 auto 4em;
  }
  section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) {
    margin-bottom: 60px;
  }
  #global .cms_section_light .prospection_form h3 {
    font-size: 28px;
    line-height: 36px;
  }
  #global .cms_section_light .prospection_form .subcategory .row .tab, #global .cms_section_light .prospection_form .tab {
    min-width: 40px;
    min-height: 40px;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  #global .cms_section_light .prospection_form .subcategory .row .tab .cat_tab, #global .cms_section_light .prospection_form .tab .cat_tab {
    text-align: center;
    justify-content: center;
    display: flex;
    width: auto;
  }
  #global .cms_section_light .prospection_form .subcategory .row .tab .tab_text, #global .cms_section_light .prospection_form .tab .tab_text {
    font-size: 18px;
    line-height: 18px;
  }
  #global .cms_section_light .prospection_form .subcategory .row .tab::before, #global .cms_section_light .prospection_form .tab::before {
    width: 80px;
    height: 80px;
  }
  #global .cms_section_light .prospection_form .subcategory .row .tab svg, #global .cms_section_light .prospection_form .tab svg {
    width: 40px;
    height: 40px;
  }
}
/* 670px */
@media screen and (max-width: 670px) {
  #global section .box.cms_box_box_modal .box_inner .cms_part.cms_button {
    order: 2;
    width: 100%;
    margin-left: 36px;
  }
  #global section .box.cms_box_box_modal .box_inner .cms_part:last-child {
    margin-bottom: 20px;
  }
  a .cms_text_link.cms_text_link_right {
    width: auto;
    margin: 0 auto;
  }
  #global .cms_section_light .prospection_form .tabs {
    flex-wrap: wrap;
  }
  #global .cms_section_light .prospection_form .tabs .cat_tab {
    width: 33.3%;
  }
  #global .cms_section_light .prospection_form .subcategory {
    padding-top: 2em;
  }
  .scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab::before {
    width: 28vw;
    height: 28vw;
  }
  .scope_userauth_criterias .tabs.criterias_filter_categories_tabs .tab svg {
    width: 14vw;
    height: 14vw;
  }
  section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs {
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0 5vw;
  }
  section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab {
    padding: 0.65em 0 0.75em;
  }
  section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab .tab_text {
    position: absolute;
    bottom: 0px;
  }
  section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab:not(.selected) .tab_svg {
    width: 46px;
    height: 46px;
    border: 0;
  }
  section.user_management_header:nth-of-type(2n+1):not(.cms_section_light) .user_tabs .tab:not(.selected) .tab_text {
    display: none;
  }
  .cms_thumbnails_parent.cms_thumbnails_4 > * {
    justify-content: center;
  }
  footer #footer_content > * {
    width: 100%;
  }
}
