body {
  color: #979797;
  font-family: "Galano Grotesque";
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Galano Grotesque Bold";
  letter-spacing: 0px;
}

a {
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  color: var(--primary-color);
}
a:hover {
  color: var(--c-black);
}

a:focus {
  outline: none;
}

/* *** */

.message-outer {
  width: 100%;
  position: relative;
  z-index: 1;
}

.message-outer>div {
  max-width: 400px;
  margin: auto;
}

/* *** */

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background: #3bb8b2;
  box-shadow: 0px 0px 18px 0px #444444;
  padding: 20px 0;
}

div#sliding-popup h2, div#sliding-popup .eu-cookie-withdraw-banner h2, .eu-cookie-withdraw-tab h2 {
  font-family: "Galano Grotesque Bold";
  color: #ffffff;
}

div#sliding-popup .eu-cookie-compliance-message button, div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-message button, .eu-cookie-withdraw-tab .eu-cookie-compliance-message button {
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

div#sliding-popup .eu-cookie-compliance-message button:hover, div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-message button:hover, .eu-cookie-withdraw-tab .eu-cookie-compliance-message button:hover {
  color: #000000;
}

div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button, div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  border: none;
  color: #ffffff;
}

div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover {
  color: #000000;
}

div#sliding-popup .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button, div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}

.path-user .banner-bottom {
  padding: 0;
}

.path-user .banner-bottom .region.region-banner-bottom {
  padding-bottom: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .path-user .banner-bottom .region.region-banner-bottom {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .path-user .banner-bottom .region.region-banner-bottom {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .path-user .banner-bottom .region.region-banner-bottom {
    padding-top: 100px;
  }
}

.path-user .tabs--primary.nav.nav-tabs {
  margin: auto;
  max-width: 587px;
  padding: 15px;
  width: 100%;
  background-color: #000000;
}

.path-user .tabs--primary.nav.nav-tabs li {
  margin: auto auto 20px;
}

@media screen and (min-width: 768px) {
  .path-user .tabs--primary.nav.nav-tabs li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .path-user .tabs--primary.nav.nav-tabs li {
    float: none;
    max-width: 245px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .path-user .tabs--primary.nav.nav-tabs li:last-child {
    margin-bottom: 0;
  }
}

.path-user .tabs--primary.nav.nav-tabs li a {
  color: #ffffff;
  border: none;
  position: relative;
  background-color: transparent;
  padding: 9px 5px;
}

@media screen and (min-width: 768px) {
  .path-user .tabs--primary.nav.nav-tabs li a {
    padding: 0 5px 9px;
  }
}

@media screen and (max-width: 767px) {
  .path-user .tabs--primary.nav.nav-tabs li a {
    border: 1px solid #ffffff;
  }
}

.path-user .tabs--primary.nav.nav-tabs li a::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
}

.path-user .tabs--primary.nav.nav-tabs li a.is-active::after, .path-user .tabs--primary.nav.nav-tabs li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.safari #user-login-form button, .safari #user-pass button {
  padding: 12px 20px 12px;
}

#user-login-form, #user-pass {
  margin: auto;
  max-width: 587px;
  padding: 15px;
  width: 100%;
  background-color: #3bb8b2;
  color: #ffffff;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #user-login-form, #user-pass {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  #user-login-form, #user-pass {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  #user-login-form, #user-pass {
    margin-bottom: 100px;
  }
}

#user-login-form label, #user-pass label {
  font-weight: 400;
}

#user-login-form input, #user-pass input {
  border-radius: 0;
  box-shadow: none;
}

#user-login-form input:focus, #user-pass input:focus {
  border-color: #F26928;
}

#user-login-form button, #user-pass button {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #000000;
  padding: 12px 20px 16px;
  line-height: 1;
  border: none;
  border-radius: 0;
  border: 1px solid #000000;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

#user-login-form button:hover, #user-pass button:hover {
  background-color: #3bb8b2;
  border-color: #ffffff;
}

/* ************ */

.page-node-36 .page.full .field--name-body p {
  color: #3bb8b2;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .page-node-36 .page.full .field--name-body p {
    font-size: 30px;
  }
}

.view-empty {
  color: #3bb8b2;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .view-empty {
    font-size: 30px;
  }
}

.header {
  position: relative;
  padding-top: 100px;
}

.region.region-header {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .region.region-header {
    background-color: #3bb8b2;
  }
}

.region.region-header .item-list--linkicon {
  margin: auto 0;
}

.region.region-header .item-list--linkicon ul {
  padding-left: 0;
  margin-bottom: 0;
}

.region.region-header .item-list--linkicon ul li {
  display: inline-block;
  margin-right: 35px;
}

@media screen and (min-width: 1200px) {
  .region.region-header .item-list--linkicon ul li {
    margin-right: 50px;
  }
}

.region.region-header .item-list--linkicon ul li a {
  color: #000000;
  font-size: 18px;
}

.region.region-header .item-list--linkicon ul li a:hover {
  color: #3bb8b2;
}

.region.region-header .item-list--linkicon ul li a .linkicon__text {
  display: none;
}

.logo {
  margin: 0;
  background-color: #3bb8b2;
  text-align: center;
  height: 100px;
  line-height: 100px;
}

@media screen and (min-width: 992px) {
  .logo {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    position: relative;
    z-index: 1;
    padding: 15px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .logo img {
    max-width: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .logo img {
    max-width: 195px;
  }
}

@media screen and (max-width: 991px) {
  .logo img {
    max-width: 150px;
  }
}

@media screen and (min-width: 992px) {
  .header-main-menu {
    width: 55% !important;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 991px) {
  .header-main-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .sf-accordion-toggle {
    display: none;
  }
  .header-main-menu {
    margin: auto 0 auto auto;
  }
  .header-main-menu>ul.menu {
    text-align: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 20px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1600px) {
  .header-main-menu>ul.menu {
    padding-left: 50px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 992px) {
  .header-main-menu>ul.menu>li>a, .header-main-menu>ul.menu>li>span {
    color: #000000;
    font-family: "Galano Grotesque Bold";
    cursor: pointer;
    position: relative;
  }
  .header-main-menu>ul.menu>li>a::after, .header-main-menu>ul.menu>li>span::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: #3bb8b2;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
  }
  .header-main-menu>ul.menu>li>a.is-active, .header-main-menu>ul.menu>li>a:hover, .header-main-menu>ul.menu>li>a:focus, .header-main-menu>ul.menu>li>span.is-active, .header-main-menu>ul.menu>li>span:hover, .header-main-menu>ul.menu>li>span:focus {
    color: #3bb8b2;
    background: transparent;
    border-color: #3bb8b2;
  }
  .header-main-menu>ul.menu>li>a.is-active::after, .header-main-menu>ul.menu>li>a:hover::after, .header-main-menu>ul.menu>li>a:focus::after, .header-main-menu>ul.menu>li>span.is-active::after, .header-main-menu>ul.menu>li>span:hover::after, .header-main-menu>ul.menu>li>span:focus::after {
    opacity: 1;
    visibility: visible;
  }
  .header-main-menu ul.menu {
    float: none;
  }
  .header-main-menu ul.menu li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  .header-main-menu ul.menu li.menuparent:hover a.menuparent::after, .header-main-menu ul.menu li.menuparent:hover span.menuparent::after {
    opacity: 1;
    visibility: visible;
  }
  .header-main-menu ul.menu li a, .header-main-menu ul.menu li span {
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0px;
    padding: 0;
    line-height: 100px;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
  .header-main-menu ul.menu li a, .header-main-menu ul.menu li span {
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {
  .header-main-menu ul.menu li a .sf-sub-indicator, .header-main-menu ul.menu li span .sf-sub-indicator {
    display: none;
  }
  .header-main-menu ul.menu li.sf-depth-3 {
    margin: 0;
    padding: 0;
  }
  .header-main-menu ul.menu li.sf-depth-3 a {
    font-size: 14px;
    padding: 7px 0;
  }
  .header-main-menu ul.menu li.sf-depth-2 {
    font-size: 18px;
    line-height: 1;
    list-style: none;
    margin: 0;
  }
  .header-main-menu ul li a.sf-depth-2 {
    font-size: 14px;
    padding: 5px 8px 5px 0;
    width: 100%;
  }
  .header-main-menu ul li.sf-depth-2:last-child a.sf-depth-2 {
    border-bottom: none;
  }
  .header-main-menu ul.sf-menu.sf-horizontal.sf-shadow ul, .header-main-menu ul.sf-menu.sf-vertical.sf-shadow ul, .header-main-menu ul.sf-menu.sf-navbar.sf-shadow ul ul {
    background: rgba(255, 255, 255, 0.9);
    text-align: left;
    box-shadow: none;
    list-style: disc;
    padding: 10px 30px;
    min-width: 200px;
    border-bottom-right-radius: 12px;
    margin-top: -6px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
  .header-main-menu ul.sf-menu.sf-horizontal.sf-shadow ul, .header-main-menu ul.sf-menu.sf-vertical.sf-shadow ul, .header-main-menu ul.sf-menu.sf-navbar.sf-shadow ul ul {
    margin-top: -10px;
  }
}

@media screen and (min-width: 992px) {
  .header-main-menu ul.sf-menu.sf-horizontal.sf-shadow ul::before, .header-main-menu ul.sf-menu.sf-vertical.sf-shadow ul::before, .header-main-menu ul.sf-menu.sf-navbar.sf-shadow ul ul::before {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background-image: url("../images/white-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    bottom: 98%;
    position: absolute;
    left: 0;
  }
  .header-main-menu ul.sf-menu.sf-horizontal.sf-shadow ul .sf-depth-2 ul, .header-main-menu ul.sf-menu.sf-vertical.sf-shadow ul .sf-depth-2 ul, .header-main-menu ul.sf-menu.sf-navbar.sf-shadow ul ul .sf-depth-2 ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left !important;
    left: 0 !important;
    padding: 0;
    position: relative;
    width: 100% !important;
    margin: 0;
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  #superfish-main {
    display: none;
  }
  .sf-accordion-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    background-color: #ffffff;
    width: 120px;
  }
  .sf-sub-indicator {
    display: none !important;
  }
  .sf-accordion-toggle.sf-style-none a {
    display: inline-block;
    float: right;
    overflow: hidden;
    width: 25px;
    height: 30px;
    position: relative;
    margin: auto;
    cursor: pointer;
    z-index: 1000000;
    color: transparent;
  }
  .sf-accordion-toggle.sf-style-none a span {
    background: #000000;
    display: block;
    padding: 0;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 13px;
    transition: background 0s ease 0.3s;
    width: 25px;
    z-index: 999;
  }
  .sf-accordion-toggle.sf-style-none a span::before {
    top: -7px;
    transition-property: top, transform;
  }
  .sf-accordion-toggle.sf-style-none a span::after, .sf-accordion-toggle.sf-style-none a span::before {
    background: #000000;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    width: 100%;
  }
  .sf-accordion-toggle.sf-style-none a span::after {
    bottom: -7px;
    transition-property: bottom, transform;
  }
  .sf-accordion-toggle.sf-style-none a.sf-expanded span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 3px;
  }
  .sf-accordion-toggle.sf-style-none a.sf-expanded span::after, .sf-accordion-toggle.sf-style-none a.sf-expanded span::before {
    transition-delay: 0s, 0.3s;
    height: 3px;
    width: 100%;
    background: #ffffff;
  }
  .sf-accordion-toggle.sf-style-none a.sf-expanded span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .sf-accordion-toggle.sf-style-none a.sf-expanded span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header .header-main-menu ul.menu.sf-menu {
    background: var(--primary-color,#3bb8b2);
    float: right;
    padding: 35px 20px 120px;
    text-align: center;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100% !important;
  }
  .header .header-main-menu ul.menu {
    text-align: center;
  }
  .header .header-main-menu ul.menu li {
    margin: 20px 0;
  }
  .header-main-menu ul.menu li.sf-depth-3 a {
    border-bottom: 1px solid #cccccc;
  }
  .header-main-menu ul.menu li.menuparent a.menuparent, .header-main-menu ul.menu li.menuparent span.menuparent {
    background-image: url("../images/down-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
  }
  .header-main-menu ul.menu li a, .header-main-menu ul.menu li span {
    font-size: 24px;
    padding: 0;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Galano Grotesque Bold";
    cursor: pointer;
  }
  .header-main-menu ul.menu li a:hover, .header-main-menu ul.menu li a.is-active, .header-main-menu ul.menu li span:hover, .header-main-menu ul.menu li span.is-active {
    color: #000000;
  }
  .header-main-menu ul li a.sf-depth-2 {
    font-size: 18px;
  }
  .sf-depth-1.menuparent.sf-expanded a.sf-depth-1.menuparent::after {
    border-width: 0 8px 10px;
    border-color: transparent rgba(0, 0, 0, 0) #ffffff;
  }
  a.sf-depth-1.menuparent::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: white rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px 8px 0;
    content: "";
    right: 0;
    position: absolute;
    top: 19px;
  }
}

#block-socialicon-2 {
  width: 16.6666666667%;
  background-color: #ffffff;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

@media screen and (max-width: 991px) {
  #block-socialicon-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mobile-menu #block-dropdownlanguage {
    opacity: 1;
    visibility: visible;
  }
}

#block-dropdownlanguage {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  background-color: #3bb8b2;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 992px) {
  #block-dropdownlanguage:hover {
    background-color: #000000;
  }
}

@media screen and (min-width: 992px) {
  #block-dropdownlanguage {
    width: 8.3333333333%;
  }
}

@media screen and (max-width: 991px) {
  #block-dropdownlanguage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
}

@media screen and (min-width: 992px) {
  #block-dropdownlanguage .btn-default:hover, #block-dropdownlanguage .btn-default:focus {
    color: #ffffff;
  }
}

.dropdown-language-item {
  margin: auto;
}

@media screen and (min-width: 992px) {
  .dropdown-language-item {
    position: relative;
    width: 100%;
    min-width: 100px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
  }
}

.dropdown-language-item button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-weight: 600;
  padding: 0px;
  padding-left: 6px;
  position: static;
}

@media screen and (max-width: 991px) {
  .dropdown-language-item button {
    font-size: 20px;
  }
}

.dropdown-language-item button:hover, .dropdown-language-item button:focus {
  background-color: transparent;
}

.dropdown-language-item .language-link {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px;
  width: 100%;
  text-align: right;
  position: relative;
}

.dropdown-language-item .dropdown-toggle {
  width: 100%;
  text-align: center;
  padding-left: 8px;
  position: relative;
}

.dropdown-language-item .dropdown-toggle:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
}

.dropdown-language-item .dropdown-toggle .crr-lang {
  padding-right: 8px;
}

.dropdown-language-item .dropdown-menu {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  min-width: 55px;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .dropdown-language-item .dropdown-menu {
    padding: 0px;
    left: 0px;
    top: 100%;
    background-color: #ffffff;
    width: 100%;
    min-width: 100px;
  }
}

.dropdown-language-item .dropdown-menu li a {
  padding: 0px !important;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .dropdown-language-item .dropdown-menu li a {
    line-height: 100px;
  }
}

.dropdown-language-item .dropdown-menu li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
}

.dropdown-language-item .dropdown-menu li a:hover {
  background-color: transparent;
  color: #3bb8b2;
}

.dropdown-language-item .btn-default:active:focus, .dropdown-language-item .btn-default:active:hover, .dropdown-language-item.open>.dropdown-toggle.btn-default, .dropdown-language-item.open>.dropdown-toggle.btn-default:focus, .dropdown-language-item.open>.dropdown-toggle.btn-default:hover {
  background-color: transparent;
  box-shadow: none;
}

#block-views-block-home-sticky-news-block-1 {
  width: 25%;
  position: absolute;
  top: 120px;
  right: 0;
}

@media screen and (max-width: 991px) {
  #block-views-block-home-sticky-news-block-1 {
    display: none;
  }
}

.view-home-sticky-news {
  background-color: #3bb8b2;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 30px;
}

@media screen and (min-width: 1600px) {
  .view-home-sticky-news {
    padding: 40px;
  }
}

.view-home-sticky-news .view-content {
  max-width: 257px;
}

@media screen and (min-width: 1600px) {
  .view-home-sticky-news .view-content {
    max-width: 290px;
  }
}

.view-home-sticky-news .link-news a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Galano Grotesque Medium";
  margin-top: 35px;
  display: inline-block;
  font-size: 15px;
  padding-right: 70px;
  line-height: 1;
  padding-bottom: 6px;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 50px;
}

.view-home-sticky-news .link-news a:hover {
  color: #000000;
  background-position: center right;
}

.news-content .news-date {
  display: inline-block;
}

.news-content .news-date h3 {
  font-family: "Galano Grotesque Medium";
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  position: relative;
}

.news-content .news-date h3::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-content .news-title h1 {
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
  .news-content .news-title h1 {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 25px;
  }
}

@media screen and (min-width: 1600px) {
  .news-content .news-title h1 {
    font-size: 30px;
  }
}

/* slider-start */

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-down {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.banner .form-group {
  margin-bottom: 0;
}

.slider-image-back {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 120px);
  position: relative;
}

.slider-image-back::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.safari .slider-outer .slider-inner .slider-link a {
  padding: 26px 25px 26px;
}

.slider-outer {
  position: relative;
}

.slider-outer .slider-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-outer .slider-inner .slider-title h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 38px;
}

@media screen and (min-width: 1024px) {
  .slider-outer .slider-inner .slider-title h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .slider-outer .slider-inner .slider-title h2 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .slider-outer .slider-inner .slider-title h2 {
    font-size: 70px;
  }
}

.slider-outer .slider-inner .slider-link a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #3bb8b2;
  padding: 24px 25px 30px;
  line-height: 1;
}

.slider-outer .slider-inner .slider-link a:hover {
  background-color: #000000;
}

.slider-outer .scroll-down {
  cursor: pointer;
  display: block;
  height: 84px;
  left: 0;
  right: 0;
  position: absolute;
  width: 30px;
  margin: auto;
  background-image: url("../images/scroll-down-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: 25px;
  background-size: 40px;
}

@media screen and (max-width: 767px) {
  .slider-outer .scroll-down {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .slider-outer .scroll-down {
    bottom: 34px;
  }
}

.slider-outer .scroll-down span {
  border: 3px solid #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  height: 47px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.slider-outer .scroll-down span::after {
  -webkit-animation: scroll-down 2s infinite;
  animation: scroll-down 1.6s infinite;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  background-color: #ffffff;
  box-sizing: border-box;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 3px;
  right: 0;
  margin: auto;
  border-radius: 15px;
}

/* flexslider */

.flexslider {
  border: medium none;
  margin-bottom: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: auto;
  right: 100px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 35px;
}

.flexslider .flex-control-nav li {
  display: none;
}

@media screen and (max-width: 767px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}

.flexslider .flex-direction-nav a::before {
  content: "";
  display: none;
}

.flexslider .flex-nav-prev .flex-prev, .flexslider .flex-nav-next .flex-next {
  display: block;
  opacity: 1;
  border-radius: 0;
  color: transparent;
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 60px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: auto;
  bottom: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .flexslider .flex-nav-prev .flex-prev, .flexslider .flex-nav-next .flex-next {
    bottom: 30px;
  }
}

.flexslider .flex-nav-prev .flex-prev {
  background-image: url("../images/left-arrow.png");
  left: auto;
  right: 100px;
  background-size: 50px;
  width: 55px;
}

.flexslider .flex-nav-next .flex-next {
  background-image: url("../images/right-arrow.png");
  right: 35px;
  background-size: 50px;
  width: 55px;
}

/* slider-end */

/* banner-bottom-start */

.path-les-tests .banner-bottom .region.region-banner-bottom {
  background-color: #3bb8b2;
}

.path-les-tests .views-exposed-form .form--inline button {
  background-color: #000000;
  color: #ffffff;
}

.path-les-tests .views-exposed-form .form--inline button:hover {
  background-color: #dcdcdc;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .banner-bottom {
    padding: 0 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }
}

.banner-bottom .region.region-banner-bottom {
  background-color: #dcdcdc;
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  .banner-bottom .region.region-banner-bottom {
    padding: 35px 0;
  }
}

.safari .views-exposed-form .form--inline button {
  padding: 26px 25px 26px;
}

.views-exposed-form .form--inline.clearfix::after, .views-exposed-form .form--inline.clearfix::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .views-exposed-form .form--inline {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.views-exposed-form .form--inline select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  border-radius: 0;
  border: none;
  background-position: center right 20px;
  height: 74px;
  padding: 6px 20px;
  background-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .views-exposed-form .form--inline select {
    background-position: center right 15px;
    height: 50px;
    padding: 5px;
    font-size: 12px;
  }
}

.views-exposed-form .form--inline select, .views-exposed-form .form--inline button {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .views-exposed-form .form--inline .form-actions {
    margin-bottom: 0;
  }
}

.views-exposed-form .form--inline button {
  width: 100%;
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  line-height: 1;
  border: none;
  border-radius: 0;
  background-color: #3bb8b2;
  font-size: 14px;
  padding: 26px 25px 30px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .views-exposed-form .form--inline button {
    font-size: 12px;
    padding: 16px 5px 22px;
  }
}

.views-exposed-form .form--inline button:hover {
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .views-exposed-form .form--inline .form-item, .views-exposed-form .form--inline .form-actions, .views-exposed-form .form--inline #edit-field-categorie-target-id {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .views-exposed-form .form--inline .form-item, .views-exposed-form .form--inline .form-actions, .views-exposed-form .form--inline #edit-field-categorie-target-id {
    width: 20%;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 0;
  }
}

.views-exposed-form .form--inline #edit-field-categorie-target-id {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

@media screen and (max-width: 767px) {
  .views-exposed-form .form--inline #edit-field-categorie-target-id {
    margin-bottom: 15px;
  }
}

.views-exposed-form .form--inline #edit-field-categorie-target-id .panel-body {
  padding: 0;
}

.views-exposed-form .form--inline #edit-field-categorie-target-id select {
  width: 100%;
  background-color: #ffffff;
  padding: 6px 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .views-exposed-form .form--inline #edit-field-categorie-target-id select {
    padding: 5px;
  }
}

/* banner-bottom-end */

/* top-content-start */

.top-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .top-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .top-content {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1400px) {
  .top-content {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.safari .view-product-front .view-footer a {
  padding: 26px 45px 26px;
}

.view-product-front .view-header {
  text-align: center;
}

.view-product-front .view-header h2 {
  margin-top: 0;
  color: #000000;
  font-size: 28px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .view-product-front .view-header h2 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .view-product-front .view-header h2 {
    font-size: 30px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .view-product-front .view-header h2 {
    font-size: 40px;
    margin-bottom: 100px;
  }
}

.view-product-front .view-content {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.view-product-front .view-content .views-row {
  border: 1px solid #dcdcdc;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .view-product-front .view-content .views-row {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .view-product-front .view-content .views-row {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .view-product-front .view-content .views-row {
    width: 25%;
  }
}

.view-product-front .view-content .views-row:hover {
  box-shadow: 0px 0px 18px #ccc;
  border-color: #ccc;
  z-index: 3;
}

.view-product-front .view-footer {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .view-product-front .view-footer {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .view-product-front .view-footer {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .view-product-front .view-footer {
    margin-top: 100px;
  }
}

.view-product-front .view-footer a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  padding: 24px 45px 30px;
  line-height: 1;
  background-color: #3bb8b2;
}

@media screen and (min-width: 768px) {
  .view-product-front .view-footer a {
    background-color: #000000;
  }
}

.view-product-front .view-footer a:hover {
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  .view-product-front .view-footer a:hover {
    background-color: #3bb8b2;
  }
}

.view-product-front .product-front-image {
  padding: 0 0 100%;
  position: relative;
}

.view-product-front .product-front-image .product-front-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #dfdfdf;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.view-product-front .product-front-image a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.view-product-front .product-front-image img {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .view-product-front .product-front-image img {
    width: 100%;
  }
}

.view-product-front .product-front-inner {
  padding: 28px 0px 0 25px;
  margin-bottom: 69px;
}

.view-product-front .product-front-inner h3 {
  margin-top: 0;
  color: #000000;
  font-size: 20px;
  min-height: 46px;
}

.view-product-front .product-front-inner .product-type {
  padding-bottom: 28px;
  margin-bottom: 25px;
  border-bottom: 3px solid #fafafa;
}

.view-product-front .views-field-field-rating {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 30px;
}

.view-product-front .views-field-field-rating .product-score {
  position: absolute;
  bottom: 20px;
}

.view-product-front .views-field-field-rating .product-score .produce-score-default {
  display: inline-block;
  margin-right: 8px;
  width: 19px;
  height: 19px;
  background: url("../images/big-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  text-align: center;
  color: transparent;
  background-size: contain;
}

.view-product-front .views-field-field-rating .product-score .produce-score-default.full {
  background-image: url("../images/yellow-star.png");
}

.view-product-front .views-field-field-rating .product-score .produce-score-default.half {
  background-image: url("../images/half-star.png");
}

.view-product-front .views-field-field-rating .product-star-text {
  position: absolute;
  right: -2px;
  bottom: 0;
  background-color: #3bb8b2;
  font-size: 18px;
  height: 69px;
  width: 69px;
  line-height: 69px;
  text-align: center;
  font-family: "Galano Grotesque Bold";
  color: #ffffff;
}

/* top-content-end */

/*--------Select Box Custom css start--------*/

#block-exposedformles-testspage-1 #edit-field-categorie-target-id, #block-exposedformles-testspage-1 .form-item {
  position: relative;
}

#block-exposedformles-testspage-1 #edit-field-categorie-target-id .form-select, #block-exposedformles-testspage-1 .form-item .form-select {
  display: none;
}

#block-exposedformles-testspage-1 .select-styled {
  background-color: #ffffff;
  color: #979797;
  position: relative;
  padding: 22px 25px 22px;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  cursor: pointer;
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-exposedformles-testspage-1 .select-styled {
    padding: 12px 13px 12px;
    font-size: 12px;
  }
}

#block-exposedformles-testspage-1 .select-styled:after {
  background-image: url("../images/select-arrow.png") !important;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0px;
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  top: 30px;
  right: 13px;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-exposedformles-testspage-1 .select-styled:after {
    top: 18px;
    right: 5px;
  }
}

#block-exposedformles-testspage-1 ul.select-options {
  position: absolute;
  top: 100%;
  z-index: 99;
  padding: 0px;
  display: none;
  width: 100%;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-box-shadow: 0px 0px 18px #ccc;
  -webkit-box-shadow: 0px 0px 18px #ccc;
  box-shadow: 0px 0px 18px #ccc;
}

@media screen and (min-width: 992px) {
  #block-exposedformles-testspage-1 ul.select-options {
    left: 7px;
    right: 7px;
    width: auto;
  }
}

#block-exposedformles-testspage-1 ul.select-options li {
  color: #3bb8b2;
  padding: 8px 15px;
  cursor: pointer;
  background-color: #ffffff;
  user-select: none;
  font-size: 14px;
  list-style: none;
  line-height: 1.5;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

#block-exposedformles-testspage-1 ul.select-options li:hover, #block-exposedformles-testspage-1 ul.select-options li:focus {
  background-color: #3bb8b2;
  color: #ffffff;
}

/*--------Select Box Custom css end--------*/

.footer {
  background-color: #000000;
  padding: 50px 0 40px;
}

@media screen and (min-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}

.footer .item-list--linkicon ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer .item-list--linkicon ul li {
  display: inline-block;
  margin-left: 35px;
}

.footer .item-list--linkicon ul li a {
  color: #3bb8b2;
  font-size: 18px;
}

.footer .item-list--linkicon ul li a:hover {
  color: #ffffff;
}

.footer .item-list--linkicon ul li a .linkicon__text {
  display: none;
}

.footer_top {
  padding-bottom: 60px;
  margin-bottom: 90px;
  border-bottom: 1px solid #343434;
}

@media screen and (max-width: 991px) {
  .footer_top {
    display: none;
  }
}

.footer_top .region.region-footer-top {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

#block-certimoov-footer ul li {
  display: inline-block;
  margin-right: 60px;
}

#block-certimoov-footer ul li:last-child {
  margin-right: 0;
}

#block-certimoov-footer ul li a {
  padding: 0;
  color: #ffffff;
  font-family: "Galano Grotesque Bold";
  letter-spacing: 0px;
  font-size: 15px;
  text-transform: lowercase;
}

#block-certimoov-footer ul li a:hover, #block-certimoov-footer ul li a:focus, #block-certimoov-footer ul li a.is-active {
  background-color: transparent;
  color: #3bb8b2;
}

#block-socialicon {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .footer-bottom .region.region-footer-bottom {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

.footer-bottom .region.region-footer-bottom #block-footerlogo {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-footerlogo {
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-footerlogo img {
    max-width: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-bottom .region.region-footer-bottom #block-footerlogo img {
    max-width: 195px;
  }
}

@media screen and (max-width: 991px) {
  .footer-bottom .region.region-footer-bottom #block-footerlogo img {
    max-width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .footer-bottom .region.region-footer-bottom #block-footerlogo img {
    margin: auto auto 50px;
  }
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-liensutiles {
    width: 20.8333333333%;
  }
}

.footer-bottom .region.region-footer-bottom #block-liensutiles h2 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-liensutiles h2 {
    margin-bottom: 50px;
  }
}

.footer-bottom .region.region-footer-bottom #block-liensutiles ul.menu li a {
  padding: 0;
  color: #ffffff;
  line-height: 1.6;
}

.footer-bottom .region.region-footer-bottom #block-liensutiles ul.menu li a:hover, .footer-bottom .region.region-footer-bottom #block-liensutiles ul.menu li a:focus {
  background-color: transparent;
  color: #3bb8b2;
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-copyright {
    width: 29.1666666667%;
  }
}

.footer-bottom .region.region-footer-bottom #block-copyright .field--name-body {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .footer-bottom .region.region-footer-bottom #block-copyright .field--name-body {
    display: none;
  }
}

.footer-bottom .region.region-footer-bottom #block-copyright .field--name-body p {
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-copyright .field--name-field-copyright-link {
    padding-top: 19px;
  }
}

@media screen and (max-width: 991px) {
  .footer-bottom .region.region-footer-bottom #block-copyright .field--name-field-copyright-link {
    margin-bottom: 50px;
  }
}

.footer-bottom .region.region-footer-bottom #block-copyright .field--name-field-copyright-link a {
  text-decoration: none;
  color: #ffffff;
}

.footer-bottom .region.region-footer-bottom #block-copyright .field--name-field-copyright-link a:hover {
  color: #3bb8b2;
}

.footer-bottom .region.region-footer-bottom #block-views-block-footer-external-link-block-1 {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-views-block-footer-external-link-block-1 {
    width: 25%;
  }
}

.footer-bottom .region.region-footer-bottom #block-views-block-footer-external-link-block-1 .form-group {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-views-block-footer-external-link-block-1 .view-footer-external-link {
    text-align: right;
  }
}

.footer-bottom .region.region-footer-bottom #block-views-block-footer-external-link-block-1 .view-footer-external-link .views-row {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}

.footer-bottom .region.region-footer-bottom #block-madebylounce {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #343434;
  margin-top: 40px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .footer-bottom .region.region-footer-bottom #block-madebylounce {
    margin-top: 70px;
  }
}

.footer-bottom .region.region-footer-bottom #block-madebylounce .field--name-body {
  color: #ffffff;
}

.footer-bottom .region.region-footer-bottom #block-madebylounce .field--name-body p span {
  color: #3bb8b2;
}

.footer-bottom .region.region-footer-bottom #block-madebylounce .field--name-body a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom .region.region-footer-bottom #block-madebylounce .field--name-body a:hover {
  color: #3bb8b2;
}

/* -----------call-to-action-start--------- */

.view-call-to-action .view-content {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.view-call-to-action .view-content .views-row {
  width: 100%;
}

@media screen and (min-width: 544px) {
  .view-call-to-action .view-content .views-row {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .view-call-to-action .view-content .views-row {
    width: 25%;
  }
}

.call-to-action .form-group {
  margin-bottom: 0;
}

.call-to-action-outer {
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  position: relative;
}

.call-to-action-outer .overlay-invisible-link a {
  visibility: visible;
  opacity: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  font-size: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.call-to-action-outer .action-image {
  position: relative;
  overflow: hidden;
}

.call-to-action-outer .action-image::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.call-to-action-outer .action-image img {
  width: 100%;
  transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}

.call-to-action-outer:hover .action-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.call-to-action-outer .call-to-action-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 2;
  padding: 40px 30px;
}

@media screen and (min-width: 1200px) {
  .call-to-action-outer .call-to-action-inner {
    padding: 40px;
  }
}

.call-to-action-outer .call-to-action-inner .action-title h2 {
  font-size: 29px;
  max-width: 200px;
}

@media screen and (min-width: 992px) {
  .call-to-action-outer .call-to-action-inner .action-title h2 {
    font-size: 29px;
  }
}

@media screen and (min-width: 1400px) {
  .call-to-action-outer .call-to-action-inner .action-title h2 {
    font-size: 40px;
    max-width: 300px;
  }
}

.call-to-action-outer .call-to-action-inner .action-link a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Galano Grotesque Medium";
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;
  padding-right: 70px;
  line-height: 1;
  padding-bottom: 6px;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 50px;
}

.call-to-action-outer .call-to-action-inner .action-link a:hover {
  color: #3bb8b2;
  background-position: center right;
}

.call-to-action-outer .call-to-action-inner .action-link a:before {
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  height: 100%;
}

/* -----------call-to-action-end--------- */

/* -----------newsletter-start---------- */

.bottom-content .message-outer {
  padding-top: 20px;
}

.bottom-content .message-outer>div {
  max-width: 445px;
}

.bottom-content .message-outer .alert {
  border-radius: 0;
  text-align: center;
  margin-bottom: 0;
  background-color: #a5f0da;
  border-color: #a5f0da;
  color: #3bb8b2;
}

@media screen and (min-width: 480px) {
  .bottom-content .message-outer .alert {
    padding: 8px 35px 14px 24px;
  }
}

@media screen and (max-width: 479px) {
  .bottom-content .message-outer .alert {
    font-size: 15px;
    padding: 6px 27px 10px 15px;
  }
}

.bottom-content .message-outer .alert .close {
  color: #3bb8b2;
  opacity: 1;
  top: 14px;
}

.bottom-content .message-outer .alert .close:hover {
  color: #3bb8b2;
  opacity: 1;
}

.ui-dialog.webform-confirmation-modal {
  background: #a5f0da;
  border: none;
  position: relative;
  border-radius: 0;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
  position: absolute;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar button {
  background: transparent;
  border: none;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-content {
  color: #3bb8b2;
  max-width: 369px;
  margin: auto;
  text-align: center;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.newsletter {
  background-color: #3bb8b2;
}

.newsletter .region.region-newsletter {
  padding: 55px 0;
  position: relative;
}

.newsletter .region.region-newsletter .message-outer {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.newsletter .region.region-newsletter .message-outer>div {
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .newsletter .region.region-newsletter .message-outer>div {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .newsletter .region.region-newsletter .message-outer>div {
    margin-right: -15px;
    width: 50%;
  }
}

.newsletter .region.region-newsletter .message-outer .alert {
  border-radius: 0;
  text-align: center;
  margin-bottom: 0;
  background-color: #a5f0da;
  border-color: #a5f0da;
  color: #3bb8b2;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .newsletter .region.region-newsletter .message-outer .alert {
    padding: 8px 35px 14px 24px;
  }
}

@media screen and (max-width: 479px) {
  .newsletter .region.region-newsletter .message-outer .alert {
    font-size: 15px;
    padding: 6px 27px 10px 15px;
  }
}

.newsletter .region.region-newsletter .message-outer .alert .close {
  color: #3bb8b2;
  opacity: 1;
}

.newsletter .region.region-newsletter .message-outer .alert .close:hover {
  color: #3bb8b2;
  opacity: 1;
}

.newsletter h2 {
  color: #ffffff;
}

.safari .sendinblue-signup-subscribe-form form button {
  padding: 26px 25px 26px;
}

.sendinblue-signup-subscribe-form.clearfix::after, .sendinblue-signup-subscribe-form.clearfix::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .sendinblue-signup-subscribe-form {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.sendinblue-signup-subscribe-form h2 {
  margin: 0 0 50px;
  font-size: 23px;
}

@media screen and (min-width: 544px) {
  .sendinblue-signup-subscribe-form h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sendinblue-signup-subscribe-form h2 {
    margin: 0;
    width: 50%;
  }
}

.sendinblue-signup-subscribe-form form {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .sendinblue-signup-subscribe-form form {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .sendinblue-signup-subscribe-form form .form-item {
    margin-bottom: 0;
  }
}

.sendinblue-signup-subscribe-form form .form-item input {
  border-radius: 0;
  border: none;
  height: 69px;
  padding: 6px 30px;
}

@media screen and (min-width: 768px) {
  .sendinblue-signup-subscribe-form form .field--name-mail {
    width: 66.6666666667%;
    margin-bottom: 0;
    padding-left: 15px;
  }
}

.sendinblue-signup-subscribe-form form button {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #000000;
  padding: 24px 25px 28px;
  line-height: 1;
  border: none;
  border-radius: 0;
  border: 1px solid #000000;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

@media screen and (max-width: 767px) {
  .sendinblue-signup-subscribe-form form button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sendinblue-signup-subscribe-form form button {
    width: 33.3333333333%;
  }
}

.sendinblue-signup-subscribe-form form button:hover, .sendinblue-signup-subscribe-form form button:focus {
  background-color: #3bb8b2;
  border-color: #ffffff;
}

/* ------------newsletter-end---------- */

.bottom-content {
  background-color: #3bb8b2;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .bottom-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .bottom-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .bottom-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page-node-15 .page.full {
  background-color: #3bb8b2;
}

@media screen and (min-width: 768px) {
  .page-node-15 .page.full {
    padding-bottom: 40px;
  }
}

.page-node-15 .page.full .field--name-body {
  max-width: none;
}

.page-node-15 .page.full h2 {
  color: #ffffff;
  margin-top: 0;
  font-family: "Galano Grotesque";
  font-size: 30px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-node-15 .page.full h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .page-node-15 .page.full h2 {
    font-size: 54px;
  }
}

.safari .webform-submission-form button {
  padding: 26px 65px 26px;
}

@media screen and (min-width: 768px) {
  .webform-submission-form {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.webform-submission-form .message-outer {
  width: 100%;
  margin-bottom: 30px;
}

.webform-submission-form>div {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .webform-submission-form>div {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.webform-submission-form .panel-heading {
  display: none;
}

.webform-submission-form .panel-body {
  padding: 0;
  box-shadow: none;
}

.webform-submission-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding: 6px 20px;
  color: #979797;
  background-size: 18px;
}

.webform-submission-form .form-item input, .webform-submission-form .form-item select {
  height: 45px;
}

@media screen and (min-width: 768px) {
  .webform-submission-form .form-item input, .webform-submission-form .form-item select {
    height: 69px;
  }
}

.webform-submission-form .form-item input, .webform-submission-form .form-item textarea {
  padding: 6px 23px;
}

.webform-submission-form .form-item input::-moz-placeholder, .webform-submission-form .form-item textarea::-moz-placeholder {
  color: #979797;
  opacity: 1;
  text-transform: none;
}

.webform-submission-form .form-item input::-webkit-input-placeholder, .webform-submission-form .form-item textarea::-webkit-input-placeholder {
  text-transform: none;
  opacity: 1;
  color: #979797;
}

.webform-submission-form .form-item input:-ms-input-placeholder, .webform-submission-form .form-item textarea:-ms-input-placeholder {
  text-transform: none;
  opacity: 1;
  color: #979797;
}

.webform-submission-form .form-item input::-ms-input-placeholder, .webform-submission-form .form-item textarea::-ms-input-placeholder {
  text-transform: none;
  opacity: 1;
  color: #979797;
}

.webform-submission-form .form-item input:focus::-moz-placeholder, .webform-submission-form .form-item textarea:focus::-moz-placeholder {
  opacity: 1;
}

.webform-submission-form .form-item input:focus::-moz-placeholder::-webkit-input-placeholder, .webform-submission-form .form-item textarea:focus::-moz-placeholder::-webkit-input-placeholder {
  opacity: 1;
}

.webform-submission-form .form-item input:focus::-moz-placeholder:-ms-input-placeholder, .webform-submission-form .form-item textarea:focus::-moz-placeholder:-ms-input-placeholder {
  opacity: 1;
}

.webform-submission-form .form-item input:focus::-ms-input-placeholder, .webform-submission-form .form-item textarea:focus::-ms-input-placeholder {
  opacity: 1;
}

.webform-submission-form .form-item input, .webform-submission-form .form-item select, .webform-submission-form .form-item textarea {
  border-radius: 0;
  border: none;
}

.webform-submission-form .form-item textarea {
  height: 180px;
}

@media screen and (min-width: 768px) {
  .webform-submission-form .form-item textarea {
    height: 321px;
  }
}

.webform-submission-form .form-actions {
  text-align: right;
  width: 100%;
}

.webform-submission-form .form-actions button {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  padding: 24px 65px 30px;
  line-height: 1;
  border: none;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.webform-submission-form .form-actions button:hover {
  background-color: #3bb8b2;
  border-color: #ffffff;
}

/* banner-scroll-start */

.fixed .banner-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.banner-scroll {
  background-color: #000000;
  color: #ffffff;
  padding: 25px 0;
}

@media screen and (min-width: 768px) {
  .banner-scroll .field--name-field-header-title {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .banner-scroll .field--name-field-header-title .field--item {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .banner-scroll .field--name-field-header-title .field--item {
    padding: 5px 15px;
  }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
  .banner-scroll .field--name-field-header-title .field--item {
    padding: 5px 30px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .banner-scroll .field--name-field-header-title .field--item {
    padding: 5px 52px;
  }
}

.banner-scroll .field--name-field-header-title .field--item:first-child {
  padding-left: 0;
}

.banner-scroll .field--name-field-header-title .field--item:nth-last-child(2) {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .banner-scroll .field--name-field-header-title .v-line {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .banner-scroll .field--name-field-header-title .v-line {
    line-height: 100%;
    width: 1px;
    background-color: #656565;
  }
}

.banner-scroll .field--name-field-header-title .v-line:last-child {
  display: none;
}

.banner-scroll .field--name-field-header-title .header-index h4 {
  margin: 0;
  cursor: pointer;
  font-size: 13px;
}

@media screen and (min-width: 992px) {
  .banner-scroll .field--name-field-header-title .header-index h4 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1400px) {
  .banner-scroll .field--name-field-header-title .header-index h4 {
    font-size: 18px;
  }
}

/* banner-scroll-end */

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
}

.bg-image::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-image .container {
  position: relative;
  z-index: 1;
}

.bg-image::before {
  content: "";
  width: 2px;
  margin-left: -2px;
  padding: 0 0 26%;
  min-height: calc(100vh - 260px);
}

.bg-image .page-banner-text {
  padding: 40px 0;
  width: 100%;
}

.page-banner-text .page-title h1 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 34px;
}

@media screen and (min-width: 1024px) {
  .page-banner-text .page-title h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .page-banner-text .page-title h1 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .page-banner-text .page-title h1 {
    font-size: 70px;
  }
}

.page-banner-text .page-scroll-down {
  cursor: pointer;
  display: inline-block;
}

.page-banner-text .page-scroll-down p {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #3bb8b2;
  padding: 24px 43px 30px;
  line-height: 1;
  margin-bottom: 0;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.page-banner-text .page-scroll-down p a {
  text-decoration: none;
  color: #ffffff;
}

.page-banner-text .page-scroll-down p:hover {
  background-color: #000000;
}

.safari .page-banner-text .page-scroll-down p {
  padding: 26px 43px 26px;
}

.page-node-12 .page-banner-text .page-scroll-down p {
  border: 1px solid #3bb8b2;
}

.page-node-12 .page-banner-text .page-scroll-down p:hover {
  border-color: #ffffff;
}

.safari .banner-video .page-scroll-down p {
  padding: 26px 43px 26px;
}

.banner-video {
  position: relative;
}

.banner-video .page-title h1 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 38px;
}

@media screen and (min-width: 1024px) {
  .banner-video .page-title h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-video .page-title h1 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .banner-video .page-title h1 {
    font-size: 70px;
  }
}

.banner-video .page-scroll-down {
  cursor: pointer;
  display: inline-block;
}

.banner-video .page-scroll-down p {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #3bb8b2;
  padding: 24px 43px 30px;
  line-height: 1;
  margin-bottom: 0;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.banner-video .page-scroll-down p:hover {
  background-color: #000000;
}

.banner-video .page-scroll-down p a {
  text-decoration: none;
  color: #ffffff;
}

.banner-video .views-field-field-banner-video {
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .banner-video .views-field-field-banner-video {
    display: none;
  }
}

.banner-video .views-field-field-banner-video .field-content {
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-video .views-field-field-banner-video .field-content video {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.banner-video .page-banner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-video .mobile-banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner-video .mobile-banner-image {
    display: none;
  }
}

.banner-video .mobile-banner-image::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner-video .mobile-banner-image .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .banner-video .video-banner {
    display: none;
  }
}

.page-node-type-project .bg-image:before {
  padding: 0 0 28%;
  height: calc(100vh - 219.6px);
  min-height: 0;
  max-height: 570px;
}

@media screen and (min-width: 1800px) {
  .page-node-type-project .bg-image:before {
    padding: 0 0 570px;
  }
}

.page-node-type-methodology .banner-video .views-field-field-banner-video {
  padding: 0 0 28%;
  min-height: calc(100vh - 219.6px);
}

.path-actualites .content {
  background-color: #f5f5f5;
}

.view-actualities {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .view-actualities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .view-actualities {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .view-actualities {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .view-actualities .view-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.view-actualities .view-content .views-row {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .view-actualities .view-content .views-row {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.view-actualities .view-content .views-row .views-field {
  background-color: #ffffff;
  height: 100%;
}

.news-outer .news-inner {
  padding: 20px 30px;
}

@media screen and (min-width: 544px) {
  .news-outer .news-inner {
    padding: 30px 40px;
  }
}

.news-outer .news-inner h3 {
  margin-top: 0;
  color: #3bb8b2;
  font-size: 14px;
  font-family: "Galano Grotesque Medium";
  letter-spacing: .2px;
}

.news-outer .news-inner h2 {
  color: #000000;
  max-width: 257px;
  margin-bottom: 30px;
  font-size: 22px;
}

@media screen and (min-width: 544px) {
  .news-outer .news-inner h2 {
    font-size: 27px;
  }
}

.news-outer .news-inner .news-description {
  color: #000000;
}

.text-center {
  text-align: right;
  margin-top: 30px;
}

.pagination {
  margin: auto;
  display: inline-block;
}

.pagination li {
  height: 35px;
  width: 35px !important;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  display: inline-block;
  list-style: none;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.pagination li.active, .pagination li:hover {
  border-color: #3bb8b2;
  background: #3bb8b2;
}

.pagination li.active a, .pagination li:hover a {
  color: #ffffff;
  border-color: #3bb8b2;
  background: #3bb8b2;
}

.pagination li.active a:hover, .pagination li:hover a:hover {
  border-color: transparent;
}

.pagination li a {
  color: #000000;
  height: 100%;
  line-height: 30px;
  padding: 0;
  width: 100%;
  border-color: #ffffff;
  margin-left: 0;
}

.pagination li a:hover, .pagination li a:focus {
  background: transparent !important;
}

.pagination .pager__item.pager__item--previous, .pagination .pager__item.pager__item--next {
  border: none;
  width: auto !important;
}

.pagination .pager__item.pager__item--previous:hover, .pagination .pager__item.pager__item--next:hover {
  background: transparent;
}

.pagination .pager__item.pager__item--previous a, .pagination .pager__item.pager__item--next a {
  color: #000000;
  background-color: transparent;
  border: none;
}

.pagination .pager__item.pager__item--next {
  text-align: left !important;
}

.pagination .pager__item.pager__item--previous {
  text-align: right !important;
}

.pagination .pager__item.pager__item--first, .pagination .pager__item.pager__item--last {
  display: none;
}

/* paragraph--type--home-content-start */

@media screen and (max-width: 767px) {
  #block-homecontent {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-paragraph-content {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-paragraph-content {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field-paragraph-content {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-paragraph-content .field--item:nth-child(2n+1) .paragraph-content-inner .content-info {
    padding-right: 70px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-paragraph-content .field--item:nth-child(2n+1) .paragraph-content-inner .content-info {
    padding-right: 105px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-paragraph-content .field--item:nth-child(2n) .paragraph-content-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-paragraph-content .field--item:nth-child(2n) .paragraph-content-inner .content-info {
    padding-left: 70px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-paragraph-content .field--item:nth-child(2n) .paragraph-content-inner .content-info {
    padding-left: 105px;
  }
}

.paragraph--type--home-content .paragraph-content-inner {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .paragraph--type--home-content .paragraph-content-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--home-content .paragraph-content-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.paragraph--type--home-content .paragraph-content-inner .content-info {
  position: relative;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.paragraph--type--home-content .paragraph-content-inner .content-info .content-index {
  top: 0em;
}

@media screen and (min-width: 768px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info .content-index {
    position: absolute;
    right: 0px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info .content-index {
    right: 105px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info .content-index {
    text-align: right;
    margin-top: 0em;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info .content-index img {
    margin-left: auto;
    max-width: 125px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info .content-index img {
    max-width: 90px;
  }
}

.paragraph--type--home-content .paragraph-content-inner .content-info .content-inner {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .paragraph--type--home-content .paragraph-content-inner .content-info .content-inner {
    width: 100%;
  }
}

.paragraph--type--home-content .paragraph-content-inner .content-image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--home-content .paragraph-content-inner .content-image {
    width: 50%;
  }
}

.paragraph--type--home-content .paragraph-content-inner .content-image img {
  width: 100%;
}

.paragraph--type--home-content .paragraph-content-inner .content-title h2 {
  color: #000000;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .paragraph--type--home-content .paragraph-content-inner .content-title h2 {
    max-width: 11em;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--home-content .paragraph-content-inner .content-title h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--home-content .paragraph-content-inner .content-title h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.paragraph--type--home-content .paragraph-content-inner .content-description {
  max-width: 392px;
}

@media screen and (min-width: 768px) {
  .safari .paragraph--type--home-content .paragraph-content-inner .content-info .content-index {
    top: -.27em;
  }
}

@media screen and (max-width: 767px) {
  .safari .paragraph--type--home-content .paragraph-content-inner .content-info .content-index {
    margin-top: -.27em;
  }
}

/* paragraph--type--home-content-end */

/* paragraph--type--section-points-of-attention-start */

.paragraph--type--section-points-of-attention {
  background-color: #3bb8b2;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-points-of-attention {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-points-of-attention {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--section-points-of-attention {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-points-of-attention .field--name-field-points-of-attention>.field--item:nth-child(2n+1) .paragraph--type--points-of-attention {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-points-of-attention .field--name-field-points-of-attention>.field--item:nth-child(2n+1) .paragraph--type--points-of-attention .attention-image {
    padding-right: 70px;
  }
  .paragraph--type--section-points-of-attention .field--name-field-points-of-attention>.field--item:nth-child(2n+1) .paragraph--type--points-of-attention .attention-image img {
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-points-of-attention .field--name-field-points-of-attention>.field--item:nth-child(2n+1) .paragraph--type--points-of-attention .attention-image {
    padding-right: 105px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-points-of-attention .field--name-field-points-of-attention>.field--item:nth-child(2n) .paragraph--type--points-of-attention .attention-image {
    padding-left: 70px;
  }
  .paragraph--type--section-points-of-attention .field--name-field-points-of-attention>.field--item:nth-child(2n) .paragraph--type--points-of-attention .attention-image img {
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-points-of-attention .field--name-field-points-of-attention>.field--item:nth-child(2n) .paragraph--type--points-of-attention .attention-image {
    padding-left: 105px;
  }
}

.paragraph--type--section-points-of-attention h2 {
  margin-top: 0;
  font-family: "Galano Grotesque";
  font-size: 30px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-points-of-attention h2 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-points-of-attention h2 {
    font-size: 40px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--section-points-of-attention h2 {
    font-size: 54px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--points-of-attention {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--points-of-attention {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

.paragraph--type--points-of-attention h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--points-of-attention h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--points-of-attention h3 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--points-of-attention .attention-inner {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--points-of-attention .attention-image img {
    margin-left: auto;
  }
}

.paragraph--type--points-of-attention>div {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--points-of-attention>div {
    width: 50%;
  }
}

/* paragraph--type--section-points-of-attention-end */

/* paragraph--type--the-latest-technology-start */

.safari .paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner .project-scroll .field--name-field-scroll {
  padding: 26px 43px 26px;
}

.paragraph--type--the-latest-technology {
  background-color: #3bb8b2;
  color: #ffffff;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology {
    padding-top: 85px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--the-latest-technology {
    padding-top: 115px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--the-latest-technology {
    padding-top: 135px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology .project-tech-outer {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-image {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-image {
    width: 41.6666666667%;
  }
}

.paragraph--type--the-latest-technology .project-tech-outer .project-tech-image .background-tech-image {
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-image .background-tech-image {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-image .background-tech-image {
    padding: 0 0 100%;
  }
}

.paragraph--type--the-latest-technology .project-tech-outer .project-tech-image img {
  width: 100%;
}

.paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner {
  padding-right: 15px;
  margin-top: auto;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner {
    width: 58.3333333333%;
    padding-left: 70px;
    padding-right: calc((100% - 720px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner {
    padding-left: 120px;
    padding-right: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner {
    padding-left: 170px;
    padding-right: calc((100% - 1140px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner .project-scroll {
    margin-bottom: -34px;
  }
}

.paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner .project-scroll .field--name-field-scroll {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #000000;
  padding: 24px 43px 30px;
  line-height: 1;
  margin-bottom: 0;
  cursor: pointer;
  border: 1px solid #000000;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.paragraph--type--the-latest-technology .project-tech-outer .project-tech-inner .project-scroll .field--name-field-scroll:hover {
  background-color: #3bb8b2;
  border-color: #ffffff;
}

.paragraph--type--the-latest-technology h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--the-latest-technology h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--the-latest-technology h3 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.paragraph--type--the-latest-technology .field--name-field-content>.field--item {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--the-latest-technology .field--name-field-content>.field--item {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--the-latest-technology .field--name-field-content>.field--item {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--the-latest-technology .field--name-field-content>.field--item {
    padding-bottom: 100px;
  }
}

/* paragraph--type--the-latest-technology-end */

/* paragraph--type--history-of-certimoov-start */

.paragraph--type--history-of-certimoov {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--history-of-certimoov {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--history-of-certimoov {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--history-of-certimoov {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.paragraph--type--history-of-certimoov>.certimoov-history-content h3 {
  color: #000000;
  margin-top: 0;
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content h3 {
    font-size: 40px;
  }
}

.paragraph--type--history-of-certimoov>.certimoov-history-content h4 {
  color: #000000;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Galano Grotesque Bold";
}

@media screen and (min-width: 768px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content .side-image {
    width: 33.3333333333%;
  }
}

.paragraph--type--history-of-certimoov>.certimoov-history-content .side-image img {
  width: 100%;
}

.paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content {
    width: 66.6666666667%;
    padding-left: 70px;
    padding-right: calc((100% - 720px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content {
    padding-left: 105px;
    padding-right: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content {
    padding-right: calc((100% - 1140px) / 2);
  }
}

@media screen and (max-width: 479px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}

@media screen and (min-width: 480px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

.paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content .history-inner-content {
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content .history-inner-content {
    padding-top: 40px;
  }
}

@media screen and (min-width: 480px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content .history-inner-content {
    width: 66.6666666667%;
  }
}

.paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content .history-logo-image {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content .history-logo-image {
    width: 33.3333333333%;
  }
}

.paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content .history-logo-image img {
  max-width: 180px;
}

@media screen and (min-width: 480px) {
  .paragraph--type--history-of-certimoov>.certimoov-history-content>.text-content .history-content .history-logo-image img {
    margin-left: auto;
  }
}

.field--name-field-title-text-with-logo>.field--item {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .field--name-field-title-text-with-logo>.field--item {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-title-text-with-logo>.field--item {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field-title-text-with-logo>.field--item {
    padding-top: 100px;
  }
}

/* paragraph--type--history-of-certimoov-end */

/* paragraph--type--title2-image--start */

.paragraph--type--title2-image- {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--title2-image- {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--title2-image- {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title2-image- {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.paragraph--type--title2-image- h2 {
  color: #3bb8b2;
  margin-top: 0;
  font-family: "Galano Grotesque";
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--title2-image- h2 {
    padding-left: calc((100% - 720px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--title2-image- h2 {
    padding-left: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--title2-image- h2 {
    padding-left: calc((100% - 1140px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--title2-image- h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title2-image- h2 {
    font-size: 54px;
  }
}

.field--name-field-title2-image-with-text-2>.field--item .paragraph--type--image-with-text .image-with-text .image-color-text {
  background-repeat: no-repeat;
  color: #3bb8b2;
  font-style: italic;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .field--name-field-title2-image-with-text-2>.field--item:nth-child(2n+1) .paragraph--type--image-with-text .image-with-text {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-title2-image-with-text-2>.field--item:nth-child(2n+1) .paragraph--type--image-with-text .image-with-text .title {
    width: 25%;
  }
}

.field--name-field-title2-image-with-text-2>.field--item:nth-child(2n+1) .paragraph--type--image-with-text .image-with-text .title .image-color-text {
  background-image: url("../images/right-arrow-blue-left.png");
  background-position: left top 3px;
  display: block;
  padding-left: 80px;
  max-width: 243px;
}

@media screen and (min-width: 768px) {
  .field--name-field-title2-image-with-text-2>.field--item:nth-child(2n+1) .paragraph--type--image-with-text .image-with-text .title .image-color-text {
    margin-left: auto;
  }
}

.field--name-field-title2-image-with-text-2>.field--item:nth-child(2n+1) .paragraph--type--image-with-text .image-with-text .image {
  padding-right: 15px;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .field--name-field-title2-image-with-text-2>.field--item:nth-child(2n+1) .paragraph--type--image-with-text .image-with-text .image {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-title2-image-with-text-2>.field--item:nth-child(2n) .paragraph--type--image-with-text .image-with-text .title {
    width: 58.3333333333%;
  }
}

.field--name-field-title2-image-with-text-2>.field--item:nth-child(2n) .paragraph--type--image-with-text .image-with-text .title .image-color-text {
  background-image: url("../images/right-arrow-blue-right.png");
  background-position: right top 7px;
  display: inline-block;
  padding-right: 80px;
}

.field--name-field-title2-image-with-text-2>.field--item:nth-child(2n) .paragraph--type--image-with-text .image-with-text .image {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .field--name-field-title2-image-with-text-2>.field--item:nth-child(2n) .paragraph--type--image-with-text .image-with-text .image {
    width: 41.6666666667%;
  }
}

.field--name-field-title2-image-with-text-2>.field--item:nth-child(2n) .paragraph--type--title-with->.title-with-text {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.paragraph--type--image-with-text {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--image-with-text {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--image-with-text {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--image-with-text {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--image-with-text .image-with-text {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--image-with-text .image-with-text {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--image-with-text .image-with-text .title {
    margin-top: 50px;
  }
}

.paragraph--type--title-with-text {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-with-text {
    width: 50%;
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--title-with-text {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title-with-text {
    padding-top: 100px;
  }
}

.paragraph--type--title-with-text h3 {
  color: #000000;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--title-with-text h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title-with-text h3 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

/* paragraph--type--title2-image--end */

/* paragraph--type--title-text-image-start */

.field--name-field-methode-d-essai .paragraph--type--title-text-image .description-outer {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .field--name-field-methode-d-essai .paragraph--type--title-text-image .description-outer {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-methode-d-essai .paragraph--type--title-text-image .description-outer {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field-methode-d-essai .paragraph--type--title-text-image .description-outer {
    padding-bottom: 100px;
  }
}

.field--name-field-methode-d-essai .paragraph--type--title-text-image .project-side-image {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .field--name-field-methode-d-essai .paragraph--type--title-text-image .project-side-image {
    margin-bottom: -35px;
  }
}

.paragraph--type--section-title-texct {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-title-texct {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-title-texct {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--section-title-texct {
    padding-top: 100px;
  }
}

.paragraph--type--section-title-texct h2 {
  color: #3bb8b2;
  margin-top: 0;
  font-family: "Galano Grotesque";
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-title-texct h2 {
    padding-left: calc((100% - 720px) / 2);
    padding-right: calc((100% - 720px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-title-texct h2 {
    padding-left: calc((100% - 940px) / 2);
    padding-right: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--section-title-texct h2 {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1140px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-title-texct h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--section-title-texct h2 {
    font-size: 54px;
  }
}

.field--name-field-information>.field--item {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .field--name-field-information>.field--item {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-information>.field--item {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field-information>.field--item {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-information>.field--item:nth-child(2n) .paragraph--type--title-text-image {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-information>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
    padding-right: calc((100% - 720px) / 2);
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-information>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
    padding-right: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field-information>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
    padding-right: calc((100% - 1140px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-information>.field--item:nth-child(2n) .paragraph--type--title-text-image .project-side-image {
    padding-right: 70px;
    width: 41.6666666667%;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-information>.field--item:nth-child(2n) .paragraph--type--title-text-image .project-side-image {
    padding-right: 105px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field-information>.field--item:nth-child(2n) .paragraph--type--title-text-image .project-side-image {
    padding-right: 170px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-information>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .description-outer {
    padding-left: calc((100% - 720px) / 2);
    width: 58.3333333333%;
    padding-right: 70px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-information>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .description-outer {
    padding-left: calc((100% - 940px) / 2);
    padding-right: 105px;
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field-information>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .description-outer {
    padding-left: calc((100% - 1140px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-information>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .project-side-image {
    width: 41.6666666667%;
  }
}

.method-content {
  background-color: #3bb8b2;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .method-content {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .method-content {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .method-content {
    padding-bottom: 40px;
  }
}

.method-content .paragraph--type--section-title-texct h2 {
  color: #ffffff;
}

.method-content .paragraph--type--title-text-image h3 {
  color: #ffffff;
}

.method-content .paragraph--type--title-text-image .scroll-text .field--name-field-scroll {
  background-color: #000000;
  cursor: pointer;
  border: 1px solid #000000;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.method-content .paragraph--type--title-text-image .scroll-text .field--name-field-scroll:hover {
  background-color: #3bb8b2;
  border-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-text-image {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--title-text-image {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--title-text-image .description-outer {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.paragraph--type--title-text-image .project-side-image img {
  width: 100%;
}

.paragraph--type--title-text-image>div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-text-image>div {
    width: 50%;
  }
}

.paragraph--type--title-text-image h3 {
  color: #000000;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--title-text-image h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title-text-image h3 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

.paragraph--type--title-text-image .scroll-text .field--name-field-scroll {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #3bb8b2;
  padding: 24px 43px 30px;
  line-height: 1;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.paragraph--type--title-text-image .scroll-text .field--name-field-scroll:hover {
  background-color: #000000;
}

.safari .paragraph--type--title-text-image .scroll-text .field--name-field-scroll {
  padding: 26px 43px 26px;
}

/* paragraph--type--title-text-image-end */

/* paragraph--type--title-text-text-image-start */

.field--name-field-reading-the-note .paragraph--type--title-text-text-image .left-modling-content {
  padding-left: 0 !important;
}

.safari .paragraph--type--section-title-text-image-text .image-scroll .field--name-field-scroll {
  padding: 26px 43px 26px;
}

.paragraph--type--section-title-text-image-text {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-title-text-image-text {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-title-text-image-text {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--section-title-text-image-text {
    padding-top: 100px;
  }
}

.paragraph--type--section-title-text-image-text h2 {
  color: #3bb8b2;
  margin-top: 0;
  font-family: "Galano Grotesque";
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--section-title-text-image-text h2 {
    padding-left: calc((100% - 720px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-title-text-image-text h2 {
    padding-left: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--section-title-text-image-text h2 {
    padding-left: calc((100% - 1140px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--section-title-text-image-text h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--section-title-text-image-text h2 {
    font-size: 54px;
  }
}

.paragraph--type--section-title-text-image-text .image-scroll .field--name-field-scroll {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #3bb8b2;
  padding: 24px 43px 30px;
  line-height: 1;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.paragraph--type--section-title-text-image-text .image-scroll .field--name-field-scroll:hover {
  background-color: #000000;
}

.field--name-field-reading-the-note .paragraph--type--title-text-text-image {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.field--name-field-reading-the-note .paragraph--type--title-text-text-image .right-modling-content {
  padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .field--name-field-reading-the-note .paragraph--type--title-text-text-image .right-modling-content {
    padding-right: 70px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-reading-the-note .paragraph--type--title-text-text-image .right-modling-content {
    padding-right: 105px;
  }
}

.field--name-field-title-text-image-text>.field--item {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .field--name-field-title-text-image-text>.field--item {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-title-text-image-text>.field--item {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field-title-text-image-text>.field--item {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-title-text-image-text>.field--item:nth-child(2n) .paragraph--type--title-text-text-image {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-title-text-image-text>.field--item:nth-child(2n) .paragraph--type--title-text-text-image .left-modling-content {
    padding-left: 70px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-title-text-image-text>.field--item:nth-child(2n) .paragraph--type--title-text-text-image .left-modling-content {
    padding-left: 100px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-title-text-image-text>.field--item:nth-child(2n+1) .paragraph--type--title-text-text-image .left-modling-content {
    padding-right: 70px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-title-text-image-text>.field--item:nth-child(2n+1) .paragraph--type--title-text-text-image .left-modling-content {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--title-text-text-image {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-text-text-image {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

.paragraph--type--title-text-text-image .left-modling-content {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-text-text-image .left-modling-content {
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-text-text-image .right-modling-content {
    width: 41.6666666667%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--title-text-text-image .right-modling-content {
    margin-bottom: 30px;
  }
}

.paragraph--type--title-text-text-image .right-modling-content .field--name-field-text {
  color: #3bb8b2;
  font-style: italic;
  margin-top: 15px;
  line-height: 1.2;
}

.paragraph--type--title-text-text-image h3 {
  color: #000000;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--title-text-text-image h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title-text-text-image h3 {
    margin-bottom: 40px;
    font-size: 38px;
  }
}

.paragraph--type--title-text-text-image .field--name-field-content-description h4 {
  color: #3bb8b2;
  text-decoration: none;
  font-weight: normal;
  font-family: "Galano Grotesque Medium";
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}

.paragraph--type--title-text-text-image .field--name-field-content-description h4::after {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  background-color: #3bb8b2;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
}

.paragraph--type--title-text-text-image .field--name-field-content-description ul {
  list-style: none;
  padding-left: 33px;
}

.paragraph--type--title-text-text-image .field--name-field-content-description ul.linear-rotary {
  padding-left: 0;
}

.paragraph--type--title-text-text-image .field--name-field-content-description ul.linear-rotary li::after {
  background-color: #3bb8b2;
  border: none;
  height: 5px;
  width: 5px;
  top: 10px;
}

.paragraph--type--title-text-text-image .field--name-field-content-description ul li {
  position: relative;
  padding-left: 10px;
}

.paragraph--type--title-text-text-image .field--name-field-content-description ul li::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #979797;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
}

/* paragraph--type--title-text-text-image-end */

/* paragraph--type--vide-start */

.safari .paragraph--type--vide .paragraph-inner-content .right-inner-content .video-scroll .field--name-field-scroll {
  padding: 26px 43px 26px;
}

.paragraph--type--vide {
  background-color: #3bb8b2;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--vide {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--vide {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--vide {
    margin-top: 100px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--vide .paragraph-inner-content {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.paragraph--type--vide .paragraph-inner-content>div {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .paragraph--type--vide .paragraph-inner-content>div {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--vide .paragraph-inner-content .left-inner-content {
    padding-right: 70px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--vide .paragraph-inner-content .left-inner-content {
    padding-right: 105px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--vide .paragraph-inner-content .right-inner-content {
    padding: 40px 0;
  }
}

.paragraph--type--vide .paragraph-inner-content .right-inner-content .field--name-field-content-description {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--vide .paragraph-inner-content .right-inner-content .field--name-field-content-description {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--vide .paragraph-inner-content .right-inner-content .field--name-field-content-description {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--vide .paragraph-inner-content .right-inner-content .field--name-field-content-description {
    padding-bottom: 100px;
  }
}

.paragraph--type--vide .paragraph-inner-content .right-inner-content .test-points {
  padding-left: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--vide .paragraph-inner-content .right-inner-content .video-scroll {
    margin-bottom: -34px;
  }
}

.paragraph--type--vide .paragraph-inner-content .right-inner-content .video-scroll .field--name-field-scroll {
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #000000;
  padding: 24px 43px 30px;
  line-height: 1;
  margin-bottom: 0;
  cursor: pointer;
  border: 1px solid #000000;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.paragraph--type--vide .paragraph-inner-content .right-inner-content .video-scroll .field--name-field-scroll:hover {
  background-color: #3bb8b2;
  border-color: #ffffff;
}

.paragraph--type--vide .paragraph-inner-content video {
  width: 100%;
}

.paragraph--type--vide .paragraph-inner-content h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--vide .paragraph-inner-content h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--vide .paragraph-inner-content h3 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}

/* paragraph--type--vide-end */

/* paragraph--type--title-with-repeated-text-start */

.evolution-content {
  background-color: #3bb8b2;
  color: #ffffff;
}

.evolution-content h3 {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .evolution-content .paragraph--type--points-of-attention {
    padding-bottom: 40px;
  }
}

.paragraph--type--title-with-repeated-text {
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .paragraph--type--title-with-repeated-text {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-with-repeated-text {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--title-with-repeated-text {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title-with-repeated-text {
    margin-top: 100px;
  }
}

.paragraph--type--title-with-repeated-text .paragraph--type--title-with-text {
  width: 100%;
}

.paragraph--type--title-with-repeated-text .field--name-field-title-text {
  padding-left: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-with-repeated-text .field--name-field-title-text {
    padding-left: calc((100% - 720px) / 2);
    width: 54.1666666667%;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--title-with-repeated-text .field--name-field-title-text {
    padding-left: calc((100% - 940px) / 2);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--title-with-repeated-text .field--name-field-title-text {
    padding-left: calc((100% - 1140px) / 2);
  }
}

.paragraph--type--title-with-repeated-text .field--name-field-image {
  margin-top: -80px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .paragraph--type--title-with-repeated-text .field--name-field-image {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--title-with-repeated-text .field--name-field-image {
    padding-left: 70px;
    margin-top: -100px;
    width: 45.8333333333%;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--title-with-repeated-text .field--name-field-image {
    padding-left: 105px;
    margin-top: -160px;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--title-with-repeated-text .field--name-field-image {
    margin-top: -200px;
  }
}

.paragraph--type--title-with-repeated-text .field--name-field-image img {
  width: 100%;
}

.field--name-field__inform-the-consumer>.field--item {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .field--name-field__inform-the-consumer>.field--item {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field__inform-the-consumer>.field--item {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field__inform-the-consumer>.field--item {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image {
    padding-right: 15px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .description-outer {
    padding-right: calc((100% - 720px) / 2);
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .description-outer {
    padding-right: calc((100% - 940px) / 2);
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .description-outer {
    padding-right: calc((100% - 1140px) / 2);
    padding-left: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .description-outer {
    padding-left: 70px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .project-side-image {
    padding-right: 65px;
    width: 41.6666666667%;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .project-side-image {
    padding-right: 105px;
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .project-side-image {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n+1) .paragraph--type--title-text-image .project-side-image {
    padding-right: 35px;
  }
}

.field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
    padding-left: calc((100% - 720px) / 2);
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
    padding-left: calc((100% - 940px) / 2);
    padding-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .description-outer {
    padding-right: 70px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .project-side-image {
    padding-left: 65px;
    width: 41.6666666667%;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .project-side-image {
    padding-left: 105px;
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .project-side-image {
    padding-left: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .field--name-field__inform-the-consumer>.field--item:nth-child(2n) .paragraph--type--title-text-image .project-side-image {
    padding-left: 35px;
  }
}

/* paragraph--type--title-with-repeated-text-end */

.page.full {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page.full {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .page.full {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .page.full {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page.full .field--name-body {
  max-width: 657px;
}

.page.full .field--name-body h3 {
  color: #000000;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page.full .field--name-body h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .page.full .field--name-body h3 {
    margin-bottom: 40px;
    font-size: 38px;
  }
}

.page.full .field--name-body h4 {
  color: #3bb8b2;
  font-family: "Galano Grotesque Medium";
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .page.full .field--name-body h4 {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .page.full .field--name-body h4 {
    margin-bottom: 60px;
  }
}

.page.full .field--name-body ul {
  list-style: none;
  padding-left: 0;
}

.page.full .field--name-body ul li {
  padding-left: 20px;
  position: relative;
}

.page.full .field--name-body ul li::after {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  background-color: #3bb8b2;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 100%;
}

.page.full .field--name-body strong {
  color: #000000;
  font-family: "Galano Grotesque Bold";
  font-weight: normal;
  font-size: 19px;
}

@media screen and (min-width: 992px) {
  .page.full .field--name-body strong {
    font-size: 22px;
  }
}

.view-les-tests {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .view-les-tests {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .view-les-tests {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.view-les-tests .view-header h2 {
  display: inline-block;
  color: #000000;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .view-les-tests .view-header h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .view-les-tests .view-header h2 {
    margin-bottom: 60px;
    font-size: 40px;
  }
}

.view-les-tests .view-header h2 span {
  color: #3bb8b2;
  padding-left: 10px;
  text-transform: lowercase;
}

.view-les-tests table {
  border-collapse: separate;
  border-spacing: 0 25px;
}

.view-les-tests table thead tr th {
  border-bottom: none;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .view-les-tests table thead tr th {
    padding: 0;
  }
}

.view-les-tests table thead tr th.is-active.arrow-down a {
  background-image: none;
}

.view-les-tests table thead tr th.arrow-down a {
  padding-right: 25px;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: top 10px right;
  position: relative;
}

.view-les-tests table thead tr th.arrow-down a .glyphicon {
  position: absolute;
  top: 10px;
  right: 0;
}

.view-les-tests table thead tr th a {
  text-decoration: none;
  color: #979797;
}

.view-les-tests table thead tr th a:hover {
  color: #3bb8b2;
}

.view-les-tests table thead tr th a .glyphicon {
  color: #3bb8b2;
  padding-left: 10px;
}

.view-les-tests table tbody tr {
  position: relative;
}

.view-les-tests table tbody tr td {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .view-les-tests table tbody tr td {
    padding: 0;
  }
}

.view-les-tests table tbody tr td a {
  text-decoration: none;
  color: #000000;
}

.view-les-tests table tbody tr td a:hover {
  color: #3bb8b2;
}

.view-les-tests table tbody tr td a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.view-les-tests table tbody tr td.views-field-field-rating .product-score {
  padding-right: 60px;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.view-les-tests table tbody tr td.views-field-field-rating .product-score .produce-score-default {
  display: inline-block;
  margin-right: 8px;
  width: 19px;
  height: 19px;
  background: url("../images/big-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  text-align: center;
  color: transparent;
  background-size: contain;
}

.view-les-tests table tbody tr td.views-field-field-rating .product-score .produce-score-default.full {
  background-image: url("../images/yellow-star.png");
}

.view-les-tests table tbody tr td.views-field-field-rating .product-score .produce-score-default.half {
  background-image: url("../images/half-star.png");
}

.view-les-tests table tbody tr td.views-field-field-rating .product-star-text {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-color: #3bb8b2;
  color: #ffffff;
  font-family: "Galano Grotesque Medium";
  font-size: 14px;
  width: 45px;
  padding: 0 5px;
}

.view-les-tests table tbody tr td.views-field-field-rating .product-star-text .product-star-text-inner {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .view-les-tests table tbody tr td.views-field-field-rating .product-star-text {
    width: 70px;
    font-size: 16px;
    padding: 0 14px;
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests table tbody tr td.views-field-field-rating .product-star-text {
    width: 95px;
  }
}

.view-les-tests table tbody tr td .product-price {
  font-family: "Galano Grotesque Bold";
  color: #000000;
  font-size: 34px;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.view-les-tests table tbody tr td .product-price .product-price-default {
  font-size: 26px;
  color: #dddddd;
  padding-right: 5px;
}

.view-les-tests table tbody tr td .product-price .product-price-default.active {
  color: #000000;
}

.view-les-tests .views-field-field-slider {
  width: 192px;
  padding-right: 30px;
}

.view-les-tests .views-field-field-slider .paragraph--type--product-slider {
  padding: 0 0 100%;
  position: relative;
}

.view-les-tests .views-field-field-slider .paragraph--type--product-slider .field--name-field-image {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.view-les-tests .test-featured-image {
  max-width: 36px;
}

@media screen and (min-width: 768px) {
  .view-les-tests .test-featured-image {
    max-width: 110px;
  }
}

@media screen and (min-width: 1200px) {
  .view-les-tests .test-featured-image {
    max-width: 165px;
  }
}

.view-les-tests .les-test-title, .view-les-tests .les-test-type, .view-les-tests .les-test-price {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  color: #000000;
}

.view-les-tests .les-test-title {
  font-family: "Galano Grotesque Bold";
}

.view-les-tests .les-test-title a {
  color: #000000;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  max-width: 120px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .view-les-tests .les-test-title a {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests .les-test-title a {
    font-size: 24px;
    max-width: 200px;
  }
}

.view-les-tests .les-test-title a:hover {
  color: #3bb8b2;
}

.view-les-tests .les-test-type {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .view-les-tests .les-test-type {
    font-size: 16px;
  }
}

.view-les-tests .les-test-type a {
  color: #000000;
  text-decoration: none;
}

.view-les-tests .les-test-type a:hover {
  color: #3bb8b2;
}

.view-les-tests .les-test-price {
  font-family: "Galano Grotesque Bold";
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .view-les-tests .les-test-price {
    font-size: 19px;
  }
}

@media screen and (min-width: 992px) {
  .view-les-tests .les-test-price {
    font-size: 24px;
  }
}

.product-category {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .product-category {
    padding-bottom: 50px;
  }
}

.advices-moto-section {
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
  background-color: #fafafa;
}

@media screen and (min-width: 768px) {
  .advices-moto-section {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .advices-moto-section {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .advices-moto-section {
    padding-bottom: 100px;
  }
}

.advices-moto-section h2 {
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  .advices-moto-section h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .advices-moto-section h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .advices-moto-section.flex-box {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }
}

.advices-moto-section .box-item {
  text-align: center;
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  .advices-moto-section .box-item {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 50%;
    padding: 40px 15px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 992px) {
  .advices-moto-section .box-item {
    padding: 60px 50px;
  }
}

.advices-moto-section .box-item .form-group {
  margin: auto;
}

.advices-moto-section .box-item.company-advices {
  background-color: #3bb8b2;
  background-image: url("../images/Calque.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.advices-moto-section .box-item.company-advices .contextual-region {
  position: static;
}

.advices-moto-section .box-item.company-advices h2 {
  max-width: 320px;
  margin: auto auto 24px;
}

.advices-moto-section .box-item.company-advices .discover-inner {
  max-width: 246px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .advices-moto-section .box-item.company-advices .discover-link {
    margin-top: 10px;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .advices-moto-section .box-item.company-advices .discover-link {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.advices-moto-section .box-item.company-advices .discover-link a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  background-color: #000000;
  padding: 24px 45px 30px;
  line-height: 1;
  border: 1px solid #000000;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.advices-moto-section .box-item.company-advices .discover-link a:hover {
  background-color: #3bb8b2;
  border-color: #ffffff;
}

.advices-moto-section .box-item.moto-magazines {
  background-color: #000000;
}

.advices-moto-section .box-item.moto-magazines h2 {
  max-width: 380px;
  margin: auto auto 40px;
}

.advices-moto-section .box-item.moto-magazines .moto-text {
  background-image: url("../images/moto-magazine-left.png"), url("../images/moto-magazine-right.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  margin-bottom: 35px;
  padding: 0 20px;
}

@media screen and (min-width: 992px) {
  .advices-moto-section .box-item.moto-magazines .moto-text {
    padding: 0 60px;
  }
}

.advices-moto-section .box-item.moto-magazines .link-text a {
  text-decoration: none;
  color: #3bb8b2;
  font-family: "Galano Grotesque Medium";
}

.advices-moto-section .box-item.moto-magazines .link-text a:hover {
  color: #ffffff;
}

.safari .advices-moto-section .box-item.company-advices .discover-link a {
  padding: 26px 45px 26px;
}

.safari .product.full .back-link a {
  padding: 26px 25px 26px;
}

.product.full {
  background-color: #fafafa;
}

.product.full .back-link {
  padding: 50px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .product.full .back-link {
    text-align: right;
    padding-right: 38px;
  }
}

@media screen and (min-width: 1200px) {
  .product.full .back-link {
    padding-right: 43px;
  }
}

.product.full .back-link a {
  color: #000000;
  text-decoration: none;
  padding: 24px 25px 27px;
  border: 1px solid #dcdcdc;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.product.full .back-link a:hover {
  background-color: #3bb8b2;
  color: #ffffff;
  border-color: #3bb8b2;
}

@media screen and (min-width: 768px) {
  .product-outer {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.product-outer .product-left {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product-outer .product-left {
    margin-top: -38px;
  }
}

@media screen and (min-width: 992px) {
  .product-outer .product-left {
    width: 62.5%;
  }
}

@media screen and (max-width: 1199px) {
  .product-outer .product-left .product-logo img {
    max-width: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .product-outer .product-left .product-logo img {
    max-width: 98px;
  }
}

.product-outer .product-left .product-title h1 {
  color: #000000;
  font-size: 38px;
  margin-top: 25px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .product-outer .product-left .product-title h1 {
    max-width: 270px;
  }
}

@media screen and (min-width: 1024px) {
  .product-outer .product-left .product-title h1 {
    font-size: 45px;
    max-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .product-outer .product-left .product-title h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 360px;
    font-size: 54px;
  }
}

@media screen and (min-width: 1600px) {
  .product-outer .product-left .product-title h1 {
    max-width: 400px;
    font-size: 56px;
  }
}

.product-outer .product-left .product-type {
  color: #000000;
  margin-bottom: 40px;
  font-size: 17px;
}

@media screen and (min-width: 1200px) {
  .product-outer .product-left .product-type {
    font-size: 20px;
  }
}

.product-outer .product-left .product-score {
  margin-bottom: 40px;
}

.product-outer .product-left .product-score .produce-score-default {
  display: inline-block;
  margin-right: 5px;
  width: 28px;
  height: 27px;
  background: url("../images/big-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  text-align: center;
  color: transparent;
}

.product-outer .product-left .product-score .produce-score-default.full {
  background-image: url("../images/yellow-star.png");
}

.product-outer .product-left .product-score .produce-score-default.half {
  background-image: url("../images/half-star.png");
}

.product-outer .product-left .product-price {
  font-family: "Galano Grotesque Bold";
  color: #000000;
  font-size: 34px;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.product-outer .product-left .product-price .product-price-default {
  font-size: 40px;
  color: #dddddd;
  padding-right: 5px;
}

.product-outer .product-left .product-price .product-price-default.active {
  color: #000000;
}

.product-outer .product-right {
  margin-left: auto;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .product-outer .product-right {
    width: 37.5%;
  }
}

@media screen and (max-width: 991px) {
  .product-outer .product-right .product-slider {
    margin: 30px auto 0;
  }
}

.safari .product-slider .add-to-any-share p {
  padding: 26px 25px 26px;
}

.product-slider {
  position: relative;
  padding: 0 38px;
}

.product-slider img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .product-slider {
    padding: 0 43px;
  }
}

.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
  background-size: 12px;
}

.product-slider .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233bb8b2'%2F%3E%3C%2Fsvg%3E");
}

.product-slider .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233bb8b2'%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 991px) {
  .product-category>div {
    text-align: center;
  }
}

.product-category h2 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .product-category h2 {
    margin-top: 40px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .product-category h2 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .product-category h2 {
    margin-top: 100px;
  }
}

.product-category-top {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.product-category-top>.field--item {
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .product-category-top>.field--item {
    width: 33.3333333333%;
  }
}

.product-category-top .paragraph>div {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1200px) {
  .product-category-top .paragraph>div {
    margin-right: 25px;
  }
}

.product-category-top .paragraph .notation-image {
  position: relative;
  cursor: pointer;
}

.product-category-top .paragraph .notation-image .field--name-field-image {
  min-height: 60px;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.product-category-top .paragraph .notation-image .field--name-field-image img {
  max-width: 50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .product-category-top .paragraph .notation-image.open .notation-tol-tip {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .product-category-top .paragraph .notation-image:hover .notation-tol-tip {
    opacity: 1;
    visibility: visible;
  }
}

.product-category-top .paragraph .notation-image .notation-tol-tip {
  background-color: #3bb8b2;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  padding: 15px;
  position: absolute;
  bottom: 70px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  z-index: 1;
  left: 0;
}

@media screen and (min-width: 1400px) {
  .product-category-top .paragraph .notation-image .notation-tol-tip {
    left: -35px;
  }
}

.product-category-top .paragraph .notation-image .notation-tol-tip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3bb8b2;
  margin: auto;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 25px;
}

@media screen and (max-width: 1399px) {
  .product-category-top .paragraph .notation-image .notation-tol-tip::after {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@media screen and (min-width: 1400px) {
  .product-category-top .paragraph .notation-image .notation-tol-tip::after {
    right: 0;
  }
}

.product-category-top .paragraph .notation-title {
  color: #000000;
  font-size: 15px;
  width: 105px;
  padding-left: 5px;
}

.product-category-top .paragraph .notation-title p {
  margin-bottom: 0;
}

.product-category-top .paragraph .notation-star .product-star-text {
  display: none;
}

.product-right .add-to-any-share {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  margin: 40px auto 0;
}

.product-right .add-to-any-share p {
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #dcdcdc;
  font-family: "Galano Grotesque Medium";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 15px 17px 19px;
}

@media screen and (min-width: 1200px) {
  .product-right .add-to-any-share p {
    font-size: 15px;
    padding: 25px 25px 28px;
  }
}

.product-right .add-to-any-share .add-to-any-text {
  margin-left: auto;
}

.product-right .add-to-any-share .a2a_kit {
  margin-right: auto;
}

.product-right .add-to-any-share .a2a_kit a {
  padding: 0;
}

.product-right .add-to-any-share .a2a_kit a:hover {
  background-color: #3bb8b2;
}

.product-right .add-to-any-share .a2a_kit a:hover svg {
  width: 23px;
}

.product-right .add-to-any-share .a2a_kit a:hover svg path {
  fill: #ffffff;
}

.product-right .add-to-any-share .a2a_kit a:hover span {
  opacity: 1;
}

.product-right .add-to-any-share .a2a_kit a span {
  background-color: transparent !important;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

@media screen and (min-width: 1200px) {
  .product-right .add-to-any-share .a2a_kit a span {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.product-right .add-to-any-share .a2a_kit svg {
  width: 23px;
}

.product-right .add-to-any-share .a2a_kit svg path {
  fill: #000000;
}

.product-right .add-to-any-share .a2a_dd.addtoany_share {
  display: none;
}

.paragraph--type--dropdown .field {
  padding: 50px 0;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-top: 1px solid #dcdcdc;
}

.paragraph--type--dropdown .field:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.paragraph--type--dropdown .field .field--label {
  font-family: "Galano Grotesque Medium";
  width: 50%;
}

@media screen and (min-width: 640px) {
  .paragraph--type--dropdown .field .field--label {
    width: 33.3333333333%;
  }
}

.paragraph--type--dropdown .field .field--item {
  color: #000000;
  width: 50%;
}

@media screen and (min-width: 640px) {
  .paragraph--type--dropdown .field .field--item {
    width: 33.3333333333%;
  }
}

.notation-star .fivestar-basic div.fivestar-widget div.on a {
  background-position: center center !important;
}

.notation-star .fivestar-basic div.fivestar-widget .star {
  pointer-events: none;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  background-image: none !important;
}

.notation-star .fivestar-basic div.fivestar-widget .star.on a {
  background-image: url("../images/blue-star.png");
}

.notation-star .fivestar-basic div.fivestar-widget .star a {
  background: url("../images/small-star.png");
  background-repeat: no-repeat;
  background-position: center center !important;
}

.notation-star .notation-star-box {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.notation-star .notation-star-box .notation-score-default {
  pointer-events: none;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  background-image: url("../images/small-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
}

.notation-star .notation-star-box .notation-score-default.full {
  background-image: url("../images/blue-star.png");
}

.notation-star .notation-star-box .notation-score-default.half {
  background-image: url("../images/half-star-blue.png");
}

.safari .dropdown-list-outer .dropdown-list-inner.down h4 {
  background-position: right center;
}

.dropdown-list-outer.dropdown-show .product-category-list {
  display: block;
}

.dropdown-list-outer .product-category-list {
  display: none;
}

.dropdown-list-outer .dropdown-list-inner {
  background-color: #000000;
  text-align: center;
  cursor: pointer;
  padding: 30px 15px;
}

@media screen and (min-width: 992px) {
  .dropdown-list-outer .dropdown-list-inner {
    padding: 40px 15px;
  }
}

.dropdown-list-outer .dropdown-list-inner.down h4 {
  background-image: url("../images/down-arrow.png");
}

.dropdown-list-outer .dropdown-list-inner.up h4 {
  background-image: url("../images/up-arrow.png");
}

.dropdown-list-outer .dropdown-list-inner h4 {
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  font-family: "Galano Grotesque Bold";
  line-height: 1;
  display: inline-block;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  padding-right: 34px;
  font-size: 16px;
  background-position: right center;
}

@media screen and (max-width: 991px) {
  .dropdown-list-outer .dropdown-list-inner h4 {
    background-size: 20px;
  }
}

@media screen and (min-width: 480px) {
  .dropdown-list-outer .dropdown-list-inner h4 {
    background-position: right bottom;
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .dropdown-list-outer .dropdown-list-inner h4 {
    padding-right: 55px;
    font-size: 21px;
  }
}

/*# sourceMappingURL=style.css.map */

.button-info-price {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  outline: none;
}

.button-info-price .fa-info-circle {
  width: inherit;
}

#price-information-popup {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 100px 25% 100px 25%;
}

@media screen and (max-width: 1214px) {
  #price-information-popup {
    padding: 0px 0px 0px 0px !important;
  }
  #close-price-information-popup {
    top: 5px !important;
    right: 20px !important;
    font-size: 50px !important;
    color: #000 !important;
  }
  .price-information-popup-content {
    padding: 70px 30px 25px 30px !important;
    overflow: hidden !important;
  }
}

#close-price-information-popup {
  color: #fff;
  position: fixed;
  top: 65px;
  right: 20%;
  font-size: 70px;
  font-weight: bold;
  cursor: pointer;
}

.price-information-popup-content {
  background-color: #fff;
  padding: 50px 100px 280px 100px;
}

.page-node-type-product #left {
  float: left;
  background-repeat: repeat-x;
  background-position: right;
  width: 33%;
  margin-left: 0px;
}

.page-node-type-product #right {
  float: left;
  background-repeat: repeat-x;
  background-position: left;
  width: 33%;
}

.page-node-type-product #center {
  float: left;
  background-repeat: no-repeat;
  width: 33%;
}

.page-node-type-product #left .price-table .title, 
.page-node-type-product #center .price-table .title, 
.page-node-type-product #right .price-table .title {
  background-color: #36BEB4;
  color: #fff;
  text-align: center;
}

.page-node-type-product #left .price-table .content-price-table-white, 
.page-node-type-product #center .price-table .content-price-table-white, 
.page-node-type-product #right .price-table .content-price-table-white {
  background-color: #E5F2FB;
}

.page-node-type-product #left .price-table .content-price-table-blue, 
.page-node-type-product #center .price-table .content-price-table-blue, 
.page-node-type-product #right .price-table .content-price-table-blue {
  background-color: #A5DCFA;
}

.page-node-type-product #left .price-table tr,
.page-node-type-product #left .price-table td,
.page-node-type-product #left .price-table th, 
.page-node-type-product #center .price-table tr,
.page-node-type-product #center .price-table td,
.page-node-type-product #center .price-table th, 
.page-node-type-product #right .price-table tr,
.page-node-type-product #right .price-table td,
.page-node-type-product #right .price-table th {
  padding: 5px;
  width: 50%;
}

.page-node-type-product #left .price-table td, 
.page-node-type-product #center .price-table td, 
.page-node-type-product #right .price-table td {
  color: #000;
  border: solid 2px #fff;
}

.page-node-type-product #left table, 
.page-node-type-product #center table, 
.page-node-type-product #right table {
  width: 95%;
  font-weight: bold;
}

@media screen and (min-width: 1524px) {
  .page-node-type-product #left .price-table tr,
  .page-node-type-product #left .price-table td,
  .page-node-type-product #left .price-table th,
  .page-node-type-product #center .price-table tr,
  .page-node-type-product #center .price-table td,
  .page-node-type-product #center .price-table th,
  .page-node-type-product #right .price-table tr,
  .page-node-type-product #right .price-table td,
  .page-node-type-product #right .price-table th {
    padding: 7px;
  }
}

@media screen and (min-width: 1579px) {
  .page-node-type-product #left .price-table tr,
  .page-node-type-product #left .price-table td,
  .page-node-type-product #left .price-table th,
  .page-node-type-product #center .price-table tr,
  .page-node-type-product #center .price-table td,
  .page-node-type-product #center .price-table th,
  .page-node-type-product #right .price-table tr,
  .page-node-type-product #right .price-table td,
  .page-node-type-product #right .price-table th {
    padding: 8px;
  }
}

@media screen and (min-width: 1655px) {
  .page-node-type-product #left .price-table tr,
  .page-node-type-product #left .price-table td,
  .page-node-type-product #left .price-table th,
  .page-node-type-product #center .price-table tr,
  .page-node-type-product #center .price-table td,
  .page-node-type-product #center .price-table th,
  .page-node-type-product #right .price-table tr,
  .page-node-type-product #right .price-table td,
  .page-node-type-product #right .price-table th {
    padding: 10px;
  }
}

#block-textespartenaires .container {
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
}

#block-textespartenaires .field--name-field-logo-partner img {
  margin: auto;
  width: 75px;
}

@media screen and (max-width: 768px) {
  #block-textespartenaires .field--name-body {
    text-align: center;
  }
  #block-textespartenaires .field--name-field-logo-partner {
    margin-bottom: 10px;
  }
  
}
.textespartenaires_block {
  margin-top: 50px;
}

/* 17-1-25 */

.user-logged-in .flexslider:hover .flex-direction-nav .flex-prev{
  left: auto;
}
.user-logged-in .flexslider:hover .flex-direction-nav .flex-next{
  right: 35px;
}
.user-logged-in .flexslider{
  margin: 0;
  border: 0;
}

.webform-submission-form .captcha{
  padding-left: 15px;
  padding-right: 15px;
}
.webform-submission-form .captcha .captcha__title {
  display: none;
}
.webform-submission-form .captcha .captcha__description {
  display: none;
}

.homebannerswiper .swipe-btn {
  display: flex;
  position: absolute;
  bottom: 50px;
  right: 15px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .homebannerswiper .swipe-btn {
    right: 35px;
  }
}
.homebannerswiper .swipe-btn .swiper-button-next,.homebannerswiper .swipe-btn .swiper-button-prev{
  position: relative;
}
.homebannerswiper .swipe-btn .swiper-button-prev{
  background-image: url("../images/left-arrow.png");
  left: 0;
  background-size: 50px;
  width: 55px;
  margin: 0;
}

.homebannerswiper .swipe-btn .swiper-button-next{
  background-image: url("../images/right-arrow.png");
  right: 0;
  background-size: 50px;
  width: 55px;
  margin: 0;
}

@font-face {
  font-family: 'Galano Grotesque';
  src: url('../fonts/Galano Grotesque.eot');
  src: url('../fonts/Galano Grotesque.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Galano Grotesque.woff') format('woff'),
      url('../fonts/Galano Grotesque.ttf') format('truetype'),
      url('../fonts/Galano Grotesque.svg#Galano Grotesque') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Galano Grotesque Bold';
  src: url('../fonts/Galano Grotesque Bold.eot');
  src: url('../fonts/Galano Grotesque Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Galano Grotesque Bold.woff') format('woff'),
      url('../fonts/Galano Grotesque Bold.ttf') format('truetype'),
      url('../fonts/Galano Grotesque Bold.svg#Galano Grotesque Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Galano Grotesque Italic';
  src: url('../fonts/Galano Grotesque Italic.eot');
  src: url('../fonts/Galano Grotesque Italic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Galano Grotesque Italic.woff') format('woff'),
      url('../fonts/Galano Grotesque Italic.ttf') format('truetype'),
      url('../fonts/Galano Grotesque Italic.svg#Galano Grotesque Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Galano Grotesque Medium';
  src: url('../fonts/Galano Grotesque Medium.eot');
  src: url('../fonts/Galano Grotesque Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Galano Grotesque Medium.woff') format('woff'),
      url('../fonts/Galano Grotesque Medium.ttf') format('truetype'),
      url('../fonts/Galano Grotesque Medium.svg#Galano Grotesque Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'glyphicons-halflings-regular';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
      url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
      url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
      url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (min-width: 768px) {
  .filter-toggle {
    display: none;
  }
}

