@import url('https://fonts.googleapis.com/css?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Symbols+Outlined');
/* Provides style customization  through the Design panel */
/* TODO Test */
/* Informations */
/* Header */
/* Navigation */
/* Container */
/* Footer */
/* Buttons */
/* Breadcrumb */
/* ITCSS partials for main.less */
/* ==========================================================================
   SETTINGS
   ========================================================================== */
/**
 * This layer defines all the global variables and configuration settings.
 * Please notice that these are global scoped variables, such as font sizes,
 * colors, responsive breakpoints.
 *
 * Try to keep every file short and clean.
 *
 * Place component or object specific settings within its own file so they are
 * more modular and we achieve a higher separation of concerns.
 */
/* ==========================================================================
   TOOLS
   ========================================================================== */
/**
 * This layer defines site-wide mixins and functions.
 *
 * Please notice that both Settings and Tools should not output any compiled
 * CSS code.
 */
.t-filter-black {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.t-border-radius-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* ==========================================================================
   GENERIC
   ========================================================================== */
/**
 * Low-specificity, far-reaching rulesets such as box-sizing, normalize, resets.
 *
 * This is the first layer which generates actual CSS.
 */
.g-text-bold {
  font-weight: bold;
}
.g-text-italic {
  font-style: italic;
}
.g-text-normal {
  font-weight: normal;
}
.g-text-uppercase {
  text-transform: uppercase;
}
.g-text-capitalize {
  text-transform: capitalize;
}
.g-text-no-underline {
  text-decoration: none;
}
.g-text-underline {
  text-decoration: underline;
}
.g-text-line-throught {
  text-decoration: line-through;
}
.g-text-initial {
  text-transform: initial;
}
.g-no-bullet {
  list-style-type: none;
}
/* ==========================================================================
   ELEMENTS
   ========================================================================== */
/**
 * Elements refer to all unclassed HTML tags. Styles in here get applied to specific HTML tags, like headings, links, and lists.
 * This is the last layer where we use type selectors.
 *
 * Contains classless styling, i.e., how a <h1> would look without any class.
 *
 * Attributes on this layer are usually configured on early stages of a
 * project and are not modified later.
 */
.ccm-block-express-form fieldset {
  border: 0;
  margin: 30px 0 0 0;
  padding: 0;
}
.ccm-block-express-form fieldset .form-group {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
}
.ccm-block-express-form fieldset .control-label {
  font-weight: bold;
  font-weight: 700;
  color: #999999;
}
.ccm-block-express-form fieldset .text-muted {
  display: none;
}
.ccm-block-express-form fieldset label + .text-muted {
  text-indent: -2000px;
  position: relative;
  display: inline-block;
}
.ccm-block-express-form fieldset label + .text-muted::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 5px;
  text-indent: 0;
  color: #FF0000;
}
.ccm-block-express-form fieldset .form-control.ccm-input-text,
.ccm-block-express-form fieldset .form-control.ccm-input-date,
.ccm-block-express-form fieldset .ccm-input-time-wrapper .form-control,
.ccm-block-express-form fieldset .form-control.ccm-input-number,
.ccm-block-express-form fieldset select.form-control,
.ccm-block-express-form fieldset .form-control.ccm-social-link-service-selector,
.ccm-block-express-form fieldset .form-control.ccm-input-email,
.ccm-block-express-form fieldset .form-control.ccm-input-tel,
.ccm-block-express-form fieldset .form-control.ccm-input-url,
.ccm-block-express-form fieldset .form-select,
.ccm-block-express-form fieldset textarea.form-control {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.ccm-block-express-form fieldset .form-select {
  width: 100%;
  background: #FFFFFF;
}
.ccm-block-express-form fieldset .form-select option {
  padding: 5px;
}
.ccm-block-express-form fieldset textarea.form-control {
  height: 120px;
}
.ccm-block-express-form fieldset .row-cols-auto {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
}
.ccm-block-express-form fieldset .row-cols-auto > * {
  margin-top: 0;
  width: auto;
}
.ccm-block-express-form fieldset .row-cols-auto .ccm-input-time-wrapper > div {
  width: auto;
}
.ccm-block-express-form .form-select,
.ccm-block-express-form .form-control,
.ccm-block-express-form .checkbox,
.ccm-block-express-form .form-inline,
.ccm-block-express-form input[type*=file],
.ccm-block-express-form div {
  width: 100%;
  margin-top: 5px;
}
.ccm-block-express-form .ccm-social-link-attribute-add-service {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 0 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
}
.ccm-block-express-form .ccm-file-selector-file-selected .clearfix {
  content: "";
  display: table;
  clear: both;
}
.ccm-block-express-form .ccm-social-link-attribute-add-service .fa {
  margin-left: 5px;
}
.ccm-block-express-form .ccm-social-link-attribute-add-service:hover {
  border-color: #b2b2b2;
}
.ccm-block-express-form .ccm-captcha-image {
  margin: 10px 0 30px 0;
}
.ccm-block-express-form .ccm-input-captcha {
  width: 190px;
  box-sizing: border-box;
}
.ccm-block-express-form .form-actions .btn,
.ccm-block-express-form .ccm-search-block-submit {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  margin: 0;
  padding: 0 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
}
.ccm-block-express-form .form-actions .btn:hover,
.ccm-block-express-form .ccm-search-block-submit:hover {
  background-color: #000;
  color: #fff;
}
.ccm-block-express-form * :focus-visible {
  outline: 1px solid #000;
}
.o-body {
  background-color: inherit;
  color: #333333;
  overflow-x: hidden;
}
.o-page a:not(.uk-button, .uk-icon, .uk-accordion-title),
.coteo-block-modal a:not(.uk-button, .uk-icon, .uk-accordion-title) {
  color: #1e87f0;
}
.o-page a:not(.uk-button, .uk-icon, .uk-accordion-title):hover,
.o-page a:not(.uk-button, .uk-icon, .uk-accordion-title):focus,
.coteo-block-modal a:not(.uk-button, .uk-icon, .uk-accordion-title):hover,
.coteo-block-modal a:not(.uk-button, .uk-icon, .uk-accordion-title):focus {
  color: inherit;
}
.o-page p,
.o-page ul li,
.o-page time,
.o-page span,
.coteo-block-modal p,
.coteo-block-modal ul li,
.coteo-block-modal time,
.coteo-block-modal span {
  color: #333333;
}
.o-page em,
.coteo-block-modal em {
  color: #333333;
}
.o-page h1,
.o-page .h1-like,
.o-page .uk-h1 a.uk-h1,
.coteo-block-modal h1,
.coteo-block-modal .h1-like,
.coteo-block-modal .uk-h1 a.uk-h1 {
  color: #1c263b;
}
.o-page h2,
.o-page .h2-like,
.o-page .uk-h2,
.o-page a.uk-h2,
.coteo-block-modal h2,
.coteo-block-modal .h2-like,
.coteo-block-modal .uk-h2,
.coteo-block-modal a.uk-h2 {
  color: #2e4061;
}
.o-page h3,
.o-page .h3-like,
.o-page .uk-h3,
.o-page a.uk-h3,
.coteo-block-modal h3,
.coteo-block-modal .h3-like,
.coteo-block-modal .uk-h3,
.coteo-block-modal a.uk-h3 {
  color: #1c263b;
}
.o-page h4,
.o-page .h4-like,
.o-page .uk-h4,
.o-page a.uk-h4,
.coteo-block-modal h4,
.coteo-block-modal .h4-like,
.coteo-block-modal .uk-h4,
.coteo-block-modal a.uk-h4 {
  color: #2e4061;
}
.o-page h5,
.o-page .h5-like,
.o-page .uk-h5,
.o-page a.uk-h5,
.coteo-block-modal h5,
.coteo-block-modal .h5-like,
.coteo-block-modal .uk-h5,
.coteo-block-modal a.uk-h5 {
  color: inherit;
}
.o-page h6,
.o-page .h6-like,
.o-page .uk-h6,
.o-page a.uk-h6,
.coteo-block-modal h6,
.coteo-block-modal .h6-like,
.coteo-block-modal .uk-h6,
.coteo-block-modal a.uk-h6 {
  color: inherit;
}
a.uk-button,
span.uk-button,
button.uk-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
}
a.uk-button:first-of-type,
span.uk-button:first-of-type,
button.uk-button:first-of-type {
  margin: 10px 10px 10px 0;
}
a.uk-button + a.uk-button,
a.uk-button + span.uk-button,
a.uk-button + button.uk-button,
span.uk-button + a.uk-button,
span.uk-button + span.uk-button,
span.uk-button + button.uk-button,
button.uk-button + a.uk-button,
button.uk-button + span.uk-button,
button.uk-button + button.uk-button {
  margin: 10px;
}
a.uk-button.uk-icon > svg,
span.uk-button.uk-icon > svg,
button.uk-button.uk-icon > svg {
  margin-left: 5px;
  color: inherit;
}
a.uk-button.uk-button-default,
span.uk-button.uk-button-default,
button.uk-button.uk-button-default {
  background: #ffffff;
  color: #000000;
}
a.uk-button.uk-button-default:hover,
span.uk-button.uk-button-default:hover,
button.uk-button.uk-button-default:hover {
  background: #ffffff;
  color: #000000;
}
a.uk-button.uk-button-primary,
span.uk-button.uk-button-primary,
button.uk-button.uk-button-primary {
  background: #1e87f0;
  color: #ffffff;
}
a.uk-button.uk-button-primary:hover,
span.uk-button.uk-button-primary:hover,
button.uk-button.uk-button-primary:hover {
  background: #0f7ae5;
  color: #ffffff;
}
a.uk-button.uk-button-secondary,
span.uk-button.uk-button-secondary,
button.uk-button.uk-button-secondary {
  background: #222222;
  color: #ffffff;
}
a.uk-button.uk-button-secondary:hover,
span.uk-button.uk-button-secondary:hover,
button.uk-button.uk-button-secondary:hover {
  background: #151515;
  color: #ffffff;
}
/* ==========================================================================
   OBJECTS
   ========================================================================== */
/**
 * Namespace: .o-classname
 *
 * Contains the implementation of various design patterns such as de famous
 * media object. Objects are abstract, so they have no specific UI
 * implementation. They help us abstract out the repetitive, shared and
 * purely structural aspects of the UI into reusable objects.
 *
 * The idea is to keep these cosmetic-free in order to keep them reusable
 * across component instances and, ultimately, across projects.
 * That's why you would want to chose agnostic names that aren't specific to
 * the type of object. For example, choose .o-box over .o-profile-box.
 *
 * Examples are wrappers, grids, skins to apply to lists, buttons, inputs, etc.
 * In other words: any pattern that is repeated over your UI is a potential object candidate.
 *
 * Please be really careful if you need to modify any attribute of an Object.
 * You probably shouldn't.
 */
.o-page .o-header,
.coteo-block-modal .o-header {
  background-color: inherit;
}
.o-page .o-header-top,
.coteo-block-modal .o-header-top {
  background-color: inherit;
  color: contrast(inherit);
}
.o-page .o-header-main,
.coteo-block-modal .o-header-main {
  background-color: inherit;
}
.o-page .o-header-bottom,
.coteo-block-modal .o-header-bottom {
  background-color: inherit;
}
.o-page .o-navigation,
.coteo-block-modal .o-navigation {
  border-bottom: 0px solid inherit;
}
.o-page .o-navigation.uk-active .o-menu-mobile__logo a > img,
.coteo-block-modal .o-navigation.uk-active .o-menu-mobile__logo a > img {
  max-height: 70px;
}
.o-page .o-navigation .o-menu-mobile,
.coteo-block-modal .o-navigation .o-menu-mobile {
  background: inherit;
}
.o-page .o-navigation .o-menu-mobile__logo a > img,
.coteo-block-modal .o-navigation .o-menu-mobile__logo a > img {
  max-height: 100px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left,
.coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-left {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a,
.coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a {
  color: inherit;
  padding: 0 15px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-toggle,
.coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-toggle {
  background: inherit;
  color: inherit;
  padding: 0 15px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-toggle span,
.coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-toggle span {
  color: inherit;
  font-size: 1.125rem;
}
.o-page .o-navigation .o-menu-mobile--show-logo,
.coteo-block-modal .o-navigation .o-menu-mobile--show-logo {
  display: grid;
  grid-template-columns: minmax(100px, 150px) auto;
  align-items: center;
}
.o-page .o-navigation .o-menu-offcanvas,
.coteo-block-modal .o-navigation .o-menu-offcanvas {
  display: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
  width: 300px;
  padding: 0 0 25px;
  background: inherit;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav {
  padding: 15px;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > div > a.nav-parent,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > div > a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > div > a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > div > a.nav-parent {
  font-weight: bold;
  font-weight: 700;
  color: contrast(inherit);
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 15px;
  color: contrast(inherit);
  display: block;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:focus,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:focus,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:focus,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:focus {
  color: contrast(inherit);
  text-decoration: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub {
  padding: 0 15px 15px 15px;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li {
  border-bottom: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.nav-path-selected > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.uk-active > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.nav-path-selected > div > a.nav-parent,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.uk-active > div > a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.nav-path-selected > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.uk-active > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.nav-path-selected > div > a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li.uk-active > div > a.nav-parent {
  font-weight: bold;
  font-weight: 700;
  color: contrast(inherit);
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a.nav-parent {
  padding: 10px 0 10px 15px;
  text-transform: uppercase;
  font-size: .9rem;
  color: contrast(inherit);
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a.nav-parent:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a:focus,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a.nav-parent:focus,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a.nav-parent:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a:focus,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li .uk-nav-sub li a.nav-parent:focus {
  color: contrast(inherit);
  text-decoration: none;
}
.o-page .o-navigation .o-menu-offcanvas__coords,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords {
  background: #4d4d4d;
}
.o-page .o-navigation .o-menu-offcanvas__coords p,
.o-page .o-navigation .o-menu-offcanvas__coords span,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords p,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords span {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas__coords p.h2-like,
.o-page .o-navigation .o-menu-offcanvas__coords span.h2-like,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords p.h2-like,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords span.h2-like {
  font-size: 1.6rem;
}
.o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel],
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel] {
  color: #ffffff;
  font-size: 130%;
}
.o-page .o-navigation .o-menu-offcanvas .o-social-network > li a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .o-social-network > li a {
  color: #ffffff;
}
.o-page .o-breadcrumb,
.coteo-block-modal .o-breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: inherit;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
  margin: 0 5px;
  color: inherit;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * span,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li:last-child > * span {
  color: inherit;
  text-decoration: underline;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a:hover span,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li > a:hover span {
  text-decoration: underline;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a span,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li > a span {
  font-size: .95rem;
  color: inherit;
}
.o-page .o-coteo-container--fullwithtwocolumns > div:first-of-type,
.coteo-block-modal .o-coteo-container--fullwithtwocolumns > div:first-of-type {
  background-color: #f2f2f2;
  padding: 80px;
}
.o-page .o-coteo-container--fullwithtwocolumns > div:nth-of-type(2),
.coteo-block-modal .o-coteo-container--fullwithtwocolumns > div:nth-of-type(2) {
  background-color: #e2e2e2;
  padding: 80px;
}
.o-page .o-footer,
.coteo-block-modal .o-footer {
  background-color: inherit;
}
.o-page .o-footer-top,
.coteo-block-modal .o-footer-top {
  background-color: inherit;
  color: contrast(inherit);
}
.o-page .o-footer-main,
.coteo-block-modal .o-footer-main {
  background-color: inherit;
  color: contrast(inherit);
}
.o-page .o-footer-bottom,
.coteo-block-modal .o-footer-bottom {
  background-color: inherit;
}
.o-page .o-footer-bottom ul,
.coteo-block-modal .o-footer-bottom ul {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.o-page .o-footer-bottom ul > li > a,
.o-page .o-footer-bottom ul > li > span,
.coteo-block-modal .o-footer-bottom ul > li > a,
.coteo-block-modal .o-footer-bottom ul > li > span {
  text-transform: initial;
  font-size: .8rem;
  display: block;
  color: contrast(inherit);
}
.o-page .o-footer-bottom ul > li a:hover,
.coteo-block-modal .o-footer-bottom ul > li a:hover {
  text-decoration: underline;
  color: contrast(inherit);
}
.o-page .o-cookies p,
.o-page .o-cookies a,
.coteo-block-modal .o-cookies p,
.coteo-block-modal .o-cookies a {
  font-size: .9rem;
  color: #333333;
}
.o-page .o-cookies a,
.coteo-block-modal .o-cookies a {
  display: block;
}
@media screen and (min-width: 640px) {
  .o-page .o-navigation .o-menu-mobile .uk-navbar-nav > li > a.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-nav > li > a.uk-icon {
    display: flex;
    flex-flow: row-reverse nowrap;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-nav > li > a.uk-icon > svg,
  .coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-nav > li > a.uk-icon > svg {
    margin-right: 5px;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-nav > li > a > span,
  .coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-nav > li > a > span {
    color: inherit;
    font-size: 1rem;
  }
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar,
  .coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
    width: 340px;
  }
  .o-page .o-footer-bottom ul,
  .coteo-block-modal .o-footer-bottom ul {
    flex-flow: row wrap;
  }
  .o-page .o-footer-bottom ul > li > a,
  .o-page .o-footer-bottom ul > li > span,
  .coteo-block-modal .o-footer-bottom ul > li > a,
  .coteo-block-modal .o-footer-bottom ul > li > span {
    font-size: .95rem;
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .o-page .o-navigation .o-menu-mobile .uk-navbar-nav > li > a > span,
  .coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-nav > li > a > span {
    font-size: 1.125rem;
  }
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar,
  .coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
    width: 380px;
  }
  .o-page .o-footer-bottom ul,
  .coteo-block-modal .o-footer-bottom ul {
    justify-content: center;
  }
  .o-page .o-footer-bottom ul > li > a,
  .o-page .o-footer-bottom ul > li > span,
  .coteo-block-modal .o-footer-bottom ul > li > a,
  .coteo-block-modal .o-footer-bottom ul > li > span {
    font-size: 1rem;
  }
  .o-page .o-cookies p,
  .coteo-block-modal .o-cookies p {
    padding: 5px 55px;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a,
  .coteo-block-modal .o-cookies p,
  .coteo-block-modal .o-cookies a {
    font-size: 1rem;
  }
  .o-page .o-cookies a,
  .coteo-block-modal .o-cookies a {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .o-navigation,
  .coteo-block-modal .o-navigation {
    background: inherit;
  }
  .o-page .o-navigation.uk-active .o-menu-desktop__logo a > img,
  .coteo-block-modal .o-navigation.uk-active .o-menu-desktop__logo a > img {
    max-height: 150px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
  }
  .o-page .o-navigation .o-menu-desktop__logo a > img,
  .coteo-block-modal .o-navigation .o-menu-desktop__logo a > img {
    max-height: 150px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true],
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true] {
    background: #ffffff;
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true] > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true] > span {
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open {
    background: inherit;
    color: inherit;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open:hover {
    background: inherit;
    color: inherit;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a:hover > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a:hover > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a:hover > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open:hover > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open:hover > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open:hover > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a:hover > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a:hover > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a:hover > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open:hover > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open:hover > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open:hover > span {
    color: inherit;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open > span {
    color: inherit;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a {
    text-transform: uppercase;
    color: inherit;
    font-size: 1.1rem;
    padding: 0 15px;
    min-height: 68px;
    line-height: 1.5;
    height: 100%;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a:hover {
    background: #ffffff;
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a.uk-open > span,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a:hover > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a.uk-open > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a:hover > span {
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a > span,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a > span {
    color: inherit;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown {
    width: 300px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a {
    color: #000000;
    font-weight: bold;
    font-weight: 700;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a:hover {
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
    color: #000000;
    text-transform: uppercase;
    font-size: .9rem;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .o-page .o-navigation .o-menu-desktop--show-logo,
  .coteo-block-modal .o-navigation .o-menu-desktop--show-logo {
    display: grid;
    grid-template-columns: minmax(150px, 200px) auto;
    gap: 30px;
    align-items: end;
  }
  .o-page .o-navigation .o-menu-desktop--overflow-logo .o-menu-desktop__logo,
  .coteo-block-modal .o-navigation .o-menu-desktop--overflow-logo .o-menu-desktop__logo {
    margin-bottom: -50px;
  }
  .o-page .o-cookies p,
  .coteo-block-modal .o-cookies p {
    padding: 5px 170px;
  }
  .o-page:has(.o-menu-desktop--overflow-logo) .o-breadcrumb ol.uk-breadcrumb,
  .coteo-block-modal:has(.o-menu-desktop--overflow-logo) .o-breadcrumb ol.uk-breadcrumb {
    padding-top: 50px;
  }
}
/* ==========================================================================
   COMPONENTS
   ========================================================================== */
/**
 * Namespace: .c-classname
 *
 * Specific UI components.
 *
 * This is where the majority of the work takes place. since adding new
 * components and features usually makes up the vast majority of development.
 * UI components are often composed of Objects and Components.
 *
 * All of the changes made to a Component styles should be detectable in the
 * current context. Modifying these styles should be safe and have no side
 * effects.
 */
.o-page .c-social-share .uk-drop,
.coteo-block-modal .c-social-share .uk-drop {
  width: 45px;
}
.o-page .c-social-share .c-social-share__item .uk-icon,
.coteo-block-modal .c-social-share .c-social-share__item .uk-icon {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 10px;
}
.o-page .c-go-top,
.coteo-block-modal .c-go-top {
  position: fixed;
  bottom: 80px;
  right: -45px;
  width: 45px;
  height: 45px;
  z-index: 9000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  background: rgba(0, 0, 0, 0.8);
}
.o-page .c-go-top.visible,
.coteo-block-modal .c-go-top.visible {
  right: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.o-page .c-go-top .c-go-top__item span,
.coteo-block-modal .c-go-top .c-go-top__item span {
  color: #ffffff;
}
.o-page .c-informations,
.coteo-block-modal .c-informations {
  background: inherit;
}
.o-page .c-informations p,
.o-page .c-informations h1,
.o-page .c-informations h2,
.o-page .c-informations h3,
.o-page .c-informations h4,
.o-page .c-informations h5,
.o-page .c-informations h6,
.o-page .c-informations span,
.coteo-block-modal .c-informations p,
.coteo-block-modal .c-informations h1,
.coteo-block-modal .c-informations h2,
.coteo-block-modal .c-informations h3,
.coteo-block-modal .c-informations h4,
.coteo-block-modal .c-informations h5,
.coteo-block-modal .c-informations h6,
.coteo-block-modal .c-informations span {
  color: contrast(inherit);
}
.o-page .c-light-mode,
.coteo-block-modal .c-light-mode {
  background-color: #f2f2f2;
}
.o-page .c-dark-mode,
.coteo-block-modal .c-dark-mode {
  background-color: #111827;
}
.o-page .c-dark-mode p,
.o-page .c-dark-mode ul li,
.o-page .c-dark-mode span,
.o-page .c-dark-mode .uk-button-text,
.coteo-block-modal .c-dark-mode p,
.coteo-block-modal .c-dark-mode ul li,
.coteo-block-modal .c-dark-mode span,
.coteo-block-modal .c-dark-mode .uk-button-text {
  color: #fff;
}
.o-page .c-dark-mode em,
.coteo-block-modal .c-dark-mode em {
  color: #ffa500;
}
.o-page .c-sup-title,
.coteo-block-modal .c-sup-title {
  background-color: rgba(46, 64, 97, 0.2);
  color: #1e293e;
  padding: 4px 12px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.o-page .c-dark-mode .c-sup-title,
.coteo-block-modal .c-dark-mode .c-sup-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #111827;
}
.o-page .c-section-title:not(.h1-like, .h2-like, .h3-like),
.coteo-block-modal .c-section-title:not(.h1-like, .h2-like, .h3-like) {
  color: #2e4061;
  margin: 0.5rem 0 0 0;
}
.o-page .c-dark-mode .c-section-title,
.coteo-block-modal .c-dark-mode .c-section-title {
  color: #fff;
}
.o-page .c-sub-title,
.coteo-block-modal .c-sub-title {
  color: #a6a6a6;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 1.5rem 0 0 0;
}
@media screen and (min-width: 1200px) {
  .o-page .c-social-share,
  .coteo-block-modal .c-social-share {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9000;
    width: 45px;
    height: 45px;
  }
  .o-page .c-social-share .c-social-share__button,
  .coteo-block-modal .c-social-share .c-social-share__button {
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
  }
  .o-page .c-social-share .c-social-share__button span,
  .coteo-block-modal .c-social-share .c-social-share__button span {
    color: #ffffff;
  }
}
/* ==========================================================================
   UTILITIES
   ========================================================================== */
/**
 * Namespace: .u-classname
 *
 * The helpers, or “override” layer, should contain high-specificity selectors.
 * These are things like utility classes such as .u-hide, which can be reused
 * and are not tied to any specific piece of UI.
 *
 * VERY IMPORTANT: Please keep in mind the Single Responsibility Principle
 * when defining utility classes. Every class should do only one thing.
 * Utilities should be defined once, and never need changing.
 *
 * They are to be used as a last resort when no other CSS hooks are available,
 * or to tackle completely unique circumstances.
 *
 * They are only one step away from inline styles, so should be used sparingly.
 * If you are using a lot of utility classes you might be able to abstract them
 * out into a reusable Component or Object.
 */
#searchResults {
  margin: 20px 0;
}
.uk-navbar-nav {
  gap: 0;
}
a:focus-visible {
  outline: 0;
}
.o-page a.uk-button-default,
.o-page button.uk-button-default,
.o-page span.uk-button-default,
.o-page a.uk-button-primary,
.o-page button.uk-button-primary,
.o-page span.uk-button-primary,
.o-page a.uk-button-secondary,
.o-page button.uk-button-secondary,
.o-page span.uk-button-secondary,
.coteo-block-modal a.uk-button-default,
.coteo-block-modal button.uk-button-default,
.coteo-block-modal span.uk-button-default,
.coteo-block-modal a.uk-button-primary,
.coteo-block-modal button.uk-button-primary,
.coteo-block-modal span.uk-button-primary,
.coteo-block-modal a.uk-button-secondary,
.coteo-block-modal button.uk-button-secondary,
.coteo-block-modal span.uk-button-secondary {
  line-height: 38px;
}
.o-page a.uk-button-small,
.o-page button.uk-button-small,
.o-page span.uk-button-small,
.coteo-block-modal a.uk-button-small,
.coteo-block-modal button.uk-button-small,
.coteo-block-modal span.uk-button-small {
  line-height: 28px;
}
.o-page a.uk-button-large,
.o-page button.uk-button-large,
.o-page span.uk-button-large,
.coteo-block-modal a.uk-button-large,
.coteo-block-modal button.uk-button-large,
.coteo-block-modal span.uk-button-large {
  line-height: 53px;
}
/* Back Office */
.ccm-panel-add-block-set ul li a[data-dialog-title*=Coteo] img {
  height: 50px;
  max-width: 100%;
}
.ccm-ui input[type="radio"] {
  margin-right: 5px;
  border-color: #4a90e2;
}
.ccm-ui .uk-accordion-content {
  padding: 20px;
  border: #333 solid 1px;
}
.ccm-ui .form-group .radio.bo-radio-flex label {
  display: flex;
  align-items: center;
}
.ccm-ui .form-group .radio.bo-radio-flex.bo-radio-flex-300 label img {
  margin-left: 10px;
  width: 300px;
  height: auto;
}
.ccm-ui .form-group .radio.bo-radio-grid label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 80px;
  grid-gap: 10px;
  align-items: center;
  justify-items: center;
}
/* Blocks */
/* BLOCK COTEO ACCORDION */
.coteo-block-accordion {
  border-radius: 0;
  padding: 4rem;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}
.coteo-block-accordion .coteo-block-accordion__wrapper-section-title {
  margin-bottom: 20px;
}
.coteo-block-accordion.coteo-block-accordion--text-left-or-right.uk-flex-row .coteo-block-accordion__wrapper-section-title {
  padding-left: 0;
}
.coteo-block-accordion.coteo-block-accordion--text-left-or-right.uk-flex-row-reverse .coteo-block-accordion__wrapper-items {
  padding-left: 0;
}
.coteo-block-accordion.coteo-block-accordion--text-up .coteo-block-accordion__wrapper-section-title,
.coteo-block-accordion.coteo-block-accordion--text-up .coteo-block-accordion__wrapper-items {
  padding-left: 0;
}
.coteo-block-accordion .coteo-block-accordion__item.uk-open .coteo-block-accordion__itemdescription {
  margin-top: 1.5rem;
}
.coteo-block-accordion .coteo-block-accordion__item {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
.coteo-block-accordion .coteo-block-accordion__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemtitle {
  margin: 0;
}
.coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemdescription {
  color: #333333;
  margin: 0;
}
.coteo-block-accordion.coteo-block-accordion--style-border-top.c-dark-mode .coteo-block-accordion__itemtitle {
  color: #fff;
}
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin: 1rem 0;
  padding: 1rem;
}
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item .coteo-block-accordion__itemtitle {
  font-weight: 600;
}
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item .coteo-block-accordion__itemdescription p,
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item .coteo-block-accordion__itemdescription ul li,
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item .coteo-block-accordion__itemdescription span {
  color: inherit;
}
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item:last-child {
  border-bottom: none;
}
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item.uk-open {
  border: #2e4061 solid 1px;
}
.coteo-block-accordion.coteo-block-accordion--style-bg-color .coteo-block-accordion__item--0 {
  margin-top: 0;
}
.coteo-block-accordion.coteo-block-accordion--color-mode-default {
  padding: 0;
}
.coteo-block-accordion.coteo-block-accordion--two-columns .coteo-block-accordion__items,
.coteo-block-accordion.coteo-block-accordion--three-columns .coteo-block-accordion__items {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 20px;
}
.coteo-block-accordion.coteo-block-accordion--two-columns .coteo-block-accordion__item,
.coteo-block-accordion.coteo-block-accordion--three-columns .coteo-block-accordion__item {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .coteo-block-accordion {
    border-radius: 8px;
  }
  .coteo-block-accordion.coteo-block-accordion--two-columns .coteo-block-accordion__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .coteo-block-accordion.coteo-block-accordion--three-columns .coteo-block-accordion__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* BLOCK COTEO ARTICLE */
.coteo-block-article--striped .coteo-block-article__item {
  position: relative;
}
.coteo-block-article--striped .coteo-block-article__item:nth-of-type(even)::before {
  content: '';
  background: #f8f8f8;
  width: 200vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: 0;
}
.coteo-block-article--striped .coteo-block-article__item .coteo-block-article__content {
  position: relative;
  z-index: 1;
}
.coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex {
  flex-direction: row-reverse;
}
.coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex.uk-flex-row-reverse {
  flex-direction: row;
}
.coteo-block-article--striped.coteo-block-article--fourth-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__title {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.coteo-block-article--fourth-tpl.coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content {
  background: #ffffff;
}
.coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__image {
  padding: 0;
}
.coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
  padding: 30px 0;
}
.coteo-block-article--striped.coteo-block-article--sixth-tpl .coteo-block-article__item::before {
  display: none;
}
.coteo-block-article--striped.coteo-block-article--sixth-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content {
  background: #f8f8f8;
}
.coteo-block-article--alternate-content.coteo-block-article--sixth-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex {
  flex-direction: column-reverse;
}
.coteo-block-article--alternate-content.coteo-block-article--sixth-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex.uk-flex-row-reverse {
  flex-direction: column;
}
.coteo-block-article--sixth-tpl .coteo-block-article__item .coteo-block-article__content {
  padding: 30px;
}
.coteo-block-article--seventh-tpl .coteo-block-article__item .coteo-block-article__content > * {
  color: #ffffff;
}
.coteo-block-article--seventh-tpl .coteo-block-article__item .coteo-block-article__content a.uk-button {
  margin: 0;
}
.coteo-container--full .coteo-block-article:not(.coteo-block-article--fifth-tpl) {
  padding: 30px;
}
.coteo-container--full .coteo-block-article--fifth-tpl .coteo-block-article__content {
  padding: 30px;
}
@media screen and (max-width: 639px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article .coteo-block-article__item {
    margin-bottom: 15px;
  }
  .coteo-block-article .coteo-block-article__item .uk-padding {
    padding: 15px;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    background: #f8f8f8;
  }
  .coteo-block-article--third-tpl .coteo-block-article__image {
    position: relative;
    min-height: 200px;
  }
  .coteo-block-article--third-tpl .coteo-block-article__image > div {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .coteo-block-article--third-tpl .coteo-block-article__image > div::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
@media screen and (min-width: 640px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article:not(.coteo-block-article--fourth-tpl) .coteo-block-article__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image {
    position: relative;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after {
    background: #f8f8f8;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before {
    border-top-color: #f8f8f8;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    border-bottom-color: #f8f8f8;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::after {
    left: initial;
    right: 0;
    width: 3em;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after {
    left: initial;
    right: 0;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before {
    border-left: 3em solid transparent;
    border-right: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after {
    border-left: 3em solid transparent;
    border-right: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after {
    left: 0;
    width: 4.9em;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    left: 0;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content,
  .coteo-block-article--alternate-content--fourth-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content {
    left: 0;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__content,
  .coteo-block-article--alternate-content--fourth-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__content {
    left: initial;
    right: 0;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image {
    min-height: 200px;
    position: relative;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    background: #ffffff;
    width: 3em;
    z-index: 1;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::before {
    top: 0;
    bottom: calc(58%);
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::after {
    bottom: 0;
    top: calc(58%);
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div {
    height: 100%;
    position: relative;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::after {
    content: '';
    position: absolute;
    width: 0;
    right: 0;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::before {
    top: calc(42%);
    border-bottom: none;
    border-left: 3em solid transparent;
    border-right: none;
    border-top: 3em solid #ffffff;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::after {
    bottom: calc(42%);
    border-bottom: 3em solid #ffffff;
    border-left: 3em solid transparent;
    border-right: none;
    border-top: none;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::after {
    left: 0;
    width: 4.9em;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::after {
    left: 0;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::before {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::after {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--fourth-tpl .coteo-block-article__item .coteo-block-article__content {
    position: absolute;
    top: 50px;
    right: 0;
  }
  .coteo-block-article--fourth-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__content {
    position: absolute;
    top: 50px;
    left: 0;
  }
  .coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after {
    width: 5.5em;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::after {
    left: 10px;
  }
  .coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
    padding: 80px;
  }
  .coteo-container--full .coteo-block-article--fifth-tpl .coteo-block-article__content {
    padding: 100px;
  }
}
/* BLOCK COTEO BUTTON */
.coteo-block-button {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 10px;
  row-gap: 15px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center right;
}
.coteo-block-button--padding-none {
  padding: 0;
}
.coteo-block-button--padding-small {
  padding: 10px;
}
.coteo-block-button--padding-medium {
  padding: 40px;
}
.coteo-block-button--padding-large {
  padding: 4rem;
}
.coteo-block-button .coteo-block-button__items {
  align-self: center;
  text-align: center;
}
.coteo-block-button .coteo-block-button__items .coteo-block-button__item {
  border-radius: 0px;
  text-transform: none;
  display: inline-flex;
  align-items: center;
}
.coteo-block-button .coteo-block-button__items .coteo-block-button__item span {
  color: inherit;
}
.coteo-block-button .coteo-block-button__items .coteo-block-button__item .coteo-block-button__icon-left {
  margin: 0 8px 0 -4px;
}
.coteo-block-button .coteo-block-button__items .coteo-block-button__item .coteo-block-button__icon-right {
  margin: 0 -4px 0 8px;
}
.coteo-block-button .coteo-block-button__items .coteo-block-button__item:first-of-type {
  margin: 10px;
}
.coteo-block-button .coteo-block-button__items .coteo-block-button__item.uk-width-1-1 {
  margin: 10px 0;
}
.coteo-block-button--width-full .coteo-block-button__items {
  width: 100%;
}
.coteo-block-button--width-full .coteo-block-button__items .coteo-block-button__item,
.coteo-block-button--width-full .coteo-block-button__items .coteo-block-button__item:first-of-type {
  width: 100%;
  justify-content: center;
  margin-left: 0;
}
.coteo-block-button--justify-start {
  justify-items: start;
}
.coteo-block-button--justify-start .coteo-block-button__wrapper-section-title,
.coteo-block-button--justify-start .coteo-block-button__items {
  text-align: left;
}
.coteo-block-button--justify-center {
  justify-items: center;
}
.coteo-block-button--justify-center .coteo-block-button__wrapper-section-title,
.coteo-block-button--justify-center .coteo-block-button__items {
  text-align: center;
}
.coteo-block-button--justify-end {
  justify-items: end;
}
.coteo-block-button--justify-end .coteo-block-button__wrapper-section-title,
.coteo-block-button--justify-end .coteo-block-button__items {
  text-align: right;
}
@media screen and (min-width: 960px) {
  .coteo-block-button {
    border-radius: 0px;
  }
  .coteo-block-button .coteo-block-button__items {
    align-self: center;
    text-align: inherit;
  }
  .coteo-block-button .coteo-block-button__items a.uk-button:not(.uk-width-1-1):first-of-type {
    margin: inherit;
  }
  .coteo-block-button--two-columns {
    grid-template-columns: auto minmax(max-content, 1fr);
  }
  .coteo-block-button--two-columns .coteo-block-button__wrapper-section-title {
    margin-right: 4em;
  }
}
.uk-lightbox {
  background-color: #2A2A2A;
}
.uk-lightbox-button.uk-slidenav svg {
  color: rgba(255, 255, 255, 0.7);
}
.coteo-block-gallery__item {
  position: relative;
  overflow: hidden;
}
.coteo-block-gallery__item__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: .4s all ease;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.coteo-block-gallery__item__filter:hover {
  background: rgba(0, 0, 0, 0.6);
}
.coteo-block-gallery__item__filter span.uk-icon {
  display: none;
  color: #FFFFFF;
}
.coteo-block-gallery__item__filter:hover span.uk-icon {
  display: block;
}
.coteo-block-hero {
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-left: -30px;
  margin-right: -30px;
}
.coteo-block-hero .c-section-title {
  font-size: 2.25rem;
  font-weight: bold;
}
.coteo-block-hero .coteo-block-hero__wrapper-text,
.coteo-block-hero .coteo-block-hero__wrapper-image {
  align-self: stretch;
}
.coteo-block-hero .coteo-block-hero__wrapper-text {
  order: 2;
  padding: 2rem;
}
.coteo-block-hero .coteo-block-hero__wrapper-text ul {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
.coteo-block-hero .coteo-block-hero__wrapper-text ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.coteo-block-hero .coteo-block-hero__wrapper-text ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><rect width="24" height="24" y=".5" fill="%23d5d9df" fill-opacity="1" rx="12"></rect><path fill="%231e293e" d="M17.03 8.97a.748.748 0 0 1 0 1.06l-6 6a.748.748 0 0 1-1.06 0l-3-3a.749.749 0 1 1 1.06-1.06l2.449 2.468L15.97 8.97a.747.747 0 0 1 1.06 0Z"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-top;
}
.coteo-block-hero .coteo-block-hero__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.coteo-block-hero .coteo-block-hero__rating .coteo-block-hero__rating-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem 1rem 0;
}
.coteo-block-hero .coteo-block-hero__rating .coteo-block-hero__rating-stars .star {
  fill: #ffc107;
  stroke: #ffc107;
  stroke-width: 1;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}
.coteo-block-hero .coteo-block-hero__rating .coteo-block-hero__rating-stars .star.star-empty {
  fill: #fff;
}
.coteo-block-hero .coteo-block-hero__rating .coteo-block-hero__rating-stars .fill-base-color {
  stop-color: #fff;
}
.coteo-block-hero .coteo-block-hero__rating .coteo-block-hero__rating-stars .fill-filled-color {
  stop-color: #ffc107;
}
.coteo-block-hero .coteo-block-hero__rating .coteo-block-hero__rating-text {
  margin: 1rem 1rem 1rem 0;
}
.coteo-block-hero .coteo-block-hero__wrapper-image {
  order: 1;
  overflow: hidden;
  border-radius: 0;
}
.coteo-block-hero .coteo-block-hero__wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coteo-block-hero .coteo-block-hero__cta {
  text-transform: none;
  font-size: 1rem;
}
.coteo-block-hero .coteo-block-hero__cta svg {
  margin-left: 0.5rem;
  fill: currentColor;
}
.coteo-block-hero .coteo-block-hero__cta.uk-button-link {
  line-height: 38px;
}
.coteo-block-hero.c-dark-mode .coteo-block-hero__cta {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .coteo-block-hero {
    border-radius: 8px;
    margin-left: inherit;
    margin-right: inherit;
  }
  .coteo-block-hero__wrapper-image {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .coteo-block-hero {
    grid-template-columns: 1fr 1fr;
  }
  .coteo-block-hero--ratio-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .coteo-block-hero--no-image {
    grid-template-columns: 1fr;
  }
  .coteo-block-hero .coteo-block-hero__wrapper-text {
    order: 1;
  }
  .coteo-block-hero--padding-small .coteo-block-hero__wrapper-text {
    padding: 4rem 3rem 4rem 3rem;
  }
  .coteo-block-hero--padding-medium .coteo-block-hero__wrapper-text {
    padding: 5rem 4rem 5rem 4rem;
  }
  .coteo-block-hero--padding-large .coteo-block-hero__wrapper-text {
    padding: 10rem 8rem 10rem 4rem;
  }
  .coteo-block-hero .coteo-block-hero__wrapper-image {
    order: 2;
    border-radius: 0 8px 8px 0;
  }
  .coteo-block-hero--image-left-text-right .coteo-block-hero__wrapper-text {
    order: 2;
  }
  .coteo-block-hero--image-left-text-right--padding-small .coteo-block-hero__wrapper-text {
    padding: 4rem 3rem 4rem 3rem;
  }
  .coteo-block-hero--image-left-text-right--padding-medium .coteo-block-hero__wrapper-text {
    padding: 5rem 4rem 5rem 4rem;
  }
  .coteo-block-hero--image-left-text-right--padding-large .coteo-block-hero__wrapper-text {
    padding: 10rem 4rem 10rem 8rem;
  }
  .coteo-block-hero--image-left-text-right .coteo-block-hero__wrapper-image {
    order: 1;
    border-radius: 8px 0 0 8px;
  }
  .coteo-block-hero--image-overflow {
    margin-top: 9em;
    padding-top: 3em;
  }
  .coteo-block-hero--image-overflow .coteo-block-hero__wrapper-image {
    border-radius: 8px;
    margin: -9em -3em 0 -3em;
    align-self: end;
    display: flex;
    justify-content: center;
  }
  .coteo-block-hero--image-overflow .coteo-block-hero__wrapper-image img {
    object-fit: contain;
  }
}
.coteo-block-image {
  border-radius: 0;
  padding: 4rem;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  /* Option imageGridGap */
  /* Template grid 2 colonnes 50/50 avec décallage vers le bas de l'image de droite - tpl-2-images-with-vertical-offset.php */
  /* Mosaic grid - Base pour tous les tpl-mosaic-grid */
  /* Template mosaic grid - tpl-1-image-mosaic-grid--1col-real-size.php */
  /* Template mosaic grid - tpl-1-image-mosaic-grid--1col-full-width.php */
  /* Template mosaic grid - tpl-2-images-mosaic-grid--2col.php */
  /* Template mosaic grid - tpl-2-images-mosaic-grid--2col-one-big-left.php */
  /* Template mosaic grid - tpl-2-images-mosaic-grid--2col-one-big-right.php */
  /* Template mosaic grid - tpl-3-images-mosaic-grid--3col.php */
  /* Template mosaic grid - tpl-3-images-mosaic-grid--2col-one-big-left.php */
  /* Template mosaic grid - tpl-3-images-mosaic-grid--2col-one-big-right.php */
  /* Template mosaic grid - tpl-4-images-mosaic-grid--2col-mix-portrait-paysage.php */
}
.coteo-block-image.coteo-block-image--color-mode-default {
  padding: 0;
}
.coteo-block-image .coteo-block-image__items {
  margin-top: 40px;
  margin-bottom: 40px;
}
.coteo-block-image .coteo-block-image__item figure {
  position: relative;
  color: #fff;
  min-height: 250px;
  border-radius: 8px;
  overflow: hidden;
}
.coteo-block-image .coteo-block-image__item figure .coteo-block-image__itemimage {
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.coteo-block-image .coteo-block-image__item figure .coteo-block-image__itemtags {
  font-weight: bold;
}
.coteo-block-image .coteo-block-image__item figure .coteo-block-image__itemtags .coteo-block-image__itemtag {
  color: inherit;
  margin-right: 5px;
}
.coteo-block-image .coteo-block-image__item figure .coteo-block-image__itemtitle {
  color: inherit;
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
}
.coteo-block-image .coteo-block-image__item figure .coteo-block-image__itemdescription {
  color: inherit;
  line-height: 1.25;
  margin: 5px 0 30px 0;
}
.coteo-block-image .coteo-block-image__item figure figcaption {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 20px 15px;
  color: #fff;
  background: linear-gradient(0deg, #000000 0, rgba(0, 0, 0, 0) 100%, transparent);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: left;
}
.coteo-block-image .coteo-block-image__item figure figcaption .coteo-block-image__itemcopyright {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  right: 15px;
  bottom: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 25px;
  width: 30px;
  max-width: max-content;
  transition: 0.25s;
  overflow: hidden;
}
.coteo-block-image .coteo-block-image__item figure figcaption .coteo-block-image__itemcopyright:hover {
  width: calc(70%);
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.6);
}
.coteo-block-image .coteo-block-image__item figure figcaption .coteo-block-image__itemcopyright .coteo-block-image__itemcopyrightsymbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: inherit;
  cursor: pointer;
}
.coteo-block-image .coteo-block-image__item figure figcaption .coteo-block-image__itemcopyright .coteo-block-image__itemcopyrightcontent {
  color: inherit;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.75rem;
}
.coteo-block-image .coteo-block-image__item figure figcaption .coteo-block-image__itemlink {
  background: #ffffff;
  color: #000000;
  border-radius: 0px;
  display: inline-block;
  padding: 10px 20px;
}
.coteo-block-image .coteo-block-image__item.coteo-block-image__item--no-image {
  background: #ffffff;
  display: flex;
  flex-flow: column wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  min-height: 250px;
}
.coteo-block-image .coteo-block-image__item.coteo-block-image__item--no-image .coteo-block-image__itemdescription {
  color: #000000;
  margin: 0;
}
.coteo-block-image .coteo-block-image__item.coteo-block-image__item--no-image .coteo-block-image__itemdescription p {
  color: inherit;
  margin: 0;
}
.coteo-block-image .coteo-block-image__item.coteo-block-image__item--no-image .coteo-block-image__itemtitle {
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 20px 0;
  text-align: center;
}
.coteo-block-image .coteo-block-image__item.coteo-block-image__item--no-image .coteo-block-image__itemlink {
  color: #000000;
  margin: 0;
}
.coteo-block-image a.coteo-block-image__item figure:hover .coteo-block-image__itemimage {
  transform: scale(1.05);
  filter: brightness(1.05);
}
.coteo-block-image a.coteo-block-image__item figure:hover .coteo-block-image__itemlink {
  background: #ffffff;
  color: #000000;
}
.coteo-block-image a.coteo-block-image__item.coteo-block-image__item--no-image:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.coteo-block-image.coteo-block-image--grid-gap-0 .coteo-block-image__items {
  gap: 0;
}
.coteo-block-image.coteo-block-image--grid-gap-20px .coteo-block-image__items {
  gap: 20px;
}
.coteo-block-image.coteo-block-image--grid-gap-30px .coteo-block-image__items {
  gap: 30px;
}
.coteo-block-image.coteo-block-image--tpl-2-images-with-vertical-offset .coteo-block-image__items {
  gap: 0;
}
.coteo-block-image.coteo-block-image--tpl-2-images-with-vertical-offset .coteo-block-image__items .coteo-block-image__item {
  width: 50%;
}
.coteo-block-image.coteo-block-image--tpl-2-images-with-vertical-offset .coteo-block-image__items .coteo-block-image__item:first-child {
  padding-left: 0;
}
.coteo-block-image.coteo-block-image--tpl-2-images-with-vertical-offset .coteo-block-image__items .coteo-block-image__item:nth-child(even) {
  margin-top: 55px;
}
.coteo-block-image.coteo-block-image--tpl-2-images-with-vertical-offset .coteo-block-image__items figure {
  width: 100%;
}
.coteo-block-image.coteo-block-image--tpl-2-images-with-vertical-offset .coteo-block-image__items figure .coteo-block-image__itemimage {
  width: 100%;
  object-fit: cover;
  /* Format paysage */
  aspect-ratio: 1.6;
}
.coteo-block-image.coteo-block-image--tpl-2-images-with-vertical-offset .coteo-block-image__items figure .coteo-block-image__itemdescription {
  margin-right: 20px;
}
.coteo-block-image.coteo-block-image--tpl-mosaic-grid .coteo-block-image__items {
  display: grid;
}
.coteo-block-image.coteo-block-image--tpl-mosaic-grid .coteo-block-image__items .coteo-block-image__item figure {
  width: 100%;
  height: 100%;
}
.coteo-block-image.coteo-block-image--tpl-mosaic-grid .coteo-block-image__items .coteo-block-image__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coteo-block-image.coteo-block-image--tpl-1-image-mosaic-grid--1col-real-size .coteo-block-image__items {
  grid-template-columns: auto;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-1-image-mosaic-grid--1col-real-size .coteo-block-image__items .coteo-block-image__item figure {
  width: fit-content;
}
.coteo-block-image.coteo-block-image--tpl-1-image-mosaic-grid--1col-full-width .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-2-images-mosaic-grid--2col .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-2-images-mosaic-grid--2col-one-big-left .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-2-images-mosaic-grid--2col-one-big-right .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--3col .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--2col-one-big-left .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--2col-one-big-right .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-image.coteo-block-image--tpl-4-images-mosaic-grid--2col-mix-portrait-paysage .coteo-block-image__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
@media screen and (min-width: 960px) {
  .coteo-block-image {
    border-radius: 8px;
    /* Template mosaic grid - tpl-2-images-mosaic-grid--2col.php */
    /* Template mosaic grid - tpl-2-images-mosaic-grid--2col-one-big-left.php */
    /* Template mosaic grid - tpl-2-images-mosaic-grid--2col-one-big-right.php */
    /* Template mosaic grid - tpl-3-images-mosaic-grid--3col.php */
    /* Template mosaic grid - tpl-3-images-mosaic-grid--2col-one-big-left.php */
    /* Template mosaic grid - tpl-3-images-mosaic-grid--2col-one-big-right.php */
    /* Template mosaic grid - tpl-4-images-mosaic-grid--2col-mix-portrait-paysage.php */
  }
  .coteo-block-image.coteo-block-image--tpl-2-images-mosaic-grid--2col .coteo-block-image__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .coteo-block-image.coteo-block-image--tpl-2-images-mosaic-grid--2col-one-big-left .coteo-block-image__items {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
  }
  .coteo-block-image.coteo-block-image--tpl-2-images-mosaic-grid--2col-one-big-right .coteo-block-image__items {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
  }
  .coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--3col .coteo-block-image__items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--2col-one-big-left .coteo-block-image__items {
    grid-template-columns: 7fr 3fr;
    grid-template-rows: 4fr 6fr;
  }
  .coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--2col-one-big-left .coteo-block-image__items .coteo-block-image__item:nth-child(3n+1) {
    grid-row: span 2;
  }
  .coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--2col-one-big-right .coteo-block-image__items {
    grid-template-columns: 3fr 7fr;
    grid-template-rows: 7fr 3fr;
  }
  .coteo-block-image.coteo-block-image--tpl-3-images-mosaic-grid--2col-one-big-right .coteo-block-image__items .coteo-block-image__item:nth-child(5n+2) {
    grid-row: span 2;
  }
  .coteo-block-image.coteo-block-image--tpl-4-images-mosaic-grid--2col-mix-portrait-paysage .coteo-block-image__items {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 260px;
  }
  .coteo-block-image.coteo-block-image--tpl-4-images-mosaic-grid--2col-mix-portrait-paysage .coteo-block-image__items .coteo-block-image__item:nth-child(4n + 1) {
    grid-row: span 2;
  }
  .coteo-block-image.coteo-block-image--tpl-4-images-mosaic-grid--2col-mix-portrait-paysage .coteo-block-image__items .coteo-block-image__item:nth-child(4n + 3) {
    grid-row: span 2;
  }
  .coteo-block-image.coteo-block-image--tpl-4-images-mosaic-grid--2col-mix-portrait-paysage.coteo-block-image--option-vertical-offset .coteo-block-image__wrapper-section-title {
    background-color: red;
    width: 50%;
  }
  .coteo-block-image.coteo-block-image--tpl-4-images-mosaic-grid--2col-mix-portrait-paysage.coteo-block-image--option-vertical-offset .coteo-block-image__items .coteo-block-image__item:nth-child(4n + 2) figure {
    margin-top: 130px;
  }
  .coteo-block-image.coteo-block-image--tpl-4-images-mosaic-grid--2col-mix-portrait-paysage.coteo-block-image--option-vertical-offset .coteo-block-image__items .coteo-block-image__item:nth-child(4n + 3) figure {
    margin-top: 130px;
  }
}
.coteo-block-page-list {
  margin: 40px 0;
  /* Template Défaut - view.php */
  /* Template card horizontal 1 colonne - tpl-card-horizontal-1col.php */
  /* Ancien Template Liste - tpl-1col-basic.php */
  /* Template card horizontal 2 colonnes - tpl-card-horizontal-2col.php */
  /* Ancien Template Grille 2 colonnes - tpl-2col-basic.php */
  /* Template card 3 colonnes - tpl-card-3col.php */
  /* Ancien Template Grille 3 colonnes et bouton - tpl-3col-basic.php */
  /* Gallery 3 colonnes - tpl-gallery-3col.php */
  /* Ancien Template Grille 3 colonnes image sombre- tpl-3col-brightness.php */
  /* Template card hover 3 colonnes - tpl-card-hover-3col.php */
  /* Ancien Template Grille 3 colonnes - tpl-3col-hover.php */
  /* Template Card 2 niveaux et 3 colonnes - tpl-card-2levels-3col.php */
  /* Template Grille complète - tpl-3col-2levels.php */
  /* Template texte 1 colonne - tpl-text-1col.php */
  /* Ancien Template Simple - tpl-1col-simple.php */
  /* Mosaic grid - tpl-mosaic-grid.php */
  /* Mosaic grid - Template 1col */
  /* Mosaic grid - Template 2col */
  /* Mosaic grid - Template 2col-one-big-left */
  /* Mosaic grid - Template 2col-one-big-top */
  /* Mosaic grid - Template 3col */
  /* Mosaic grid - Template 3col-one-big-left */
  /* Mosaic grid - Template 3col-two-big-left */
  /* Mosaic grid - Template 3col-one-big-square-left */
  /* Mosaic grid - Template 4col */
  /* Mosaic grid - Template 4col-one-big-left */
}
.coteo-block-page-list.coteo-block-page-list--image-format-carre .coteo-block-page-list__itemimage img {
  width: 100%;
  object-fit: cover;
  /* Carré */
  aspect-ratio: 1;
}
.coteo-block-page-list.coteo-block-page-list--image-format-paysage .coteo-block-page-list__itemimage img {
  width: 100%;
  object-fit: cover;
  /* Format paysage 16:9 */
  aspect-ratio: 1.77777778;
}
.coteo-block-page-list.coteo-block-page-list--image-format-portrait .coteo-block-page-list__itemimage img {
  width: 100%;
  object-fit: cover;
  /* Format portrait 3:4 */
  aspect-ratio: 0.75;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  color: #333333;
  background: #f8f8f8;
  line-height: 38px;
  display: block;
  text-align: center;
  padding: 20px 30px 25px 30px;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
  font-size: 1.5rem;
  color: #333333;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover,
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink::after {
  content: '';
  height: 1px;
  width: 33%;
  background: #656565;
  display: block;
  margin: -10px auto 0 auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus span.uk-icon {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  min-height: 70px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.2rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink span.uk-icon {
  margin-right: 15px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus span.uk-icon {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  min-height: 70px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.2rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink span.uk-icon {
  margin-right: 15px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage {
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage img {
  transition: .5s all ease;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemimage img,
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemimage img {
  transform: scale(1.1);
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent,
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent {
  background: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  padding: 30px;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.5rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle::after {
  content: '';
  height: 1px;
  width: 33%;
  background: #656565;
  display: block;
  margin: 15px auto 20px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 20px 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  display: block;
  width: 100%;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemimage img,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemimage img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemnoimage,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemnoimage {
  background: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent span.uk-icon {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage {
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage img {
  filter: brightness(0.7);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  width: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemnoimage {
  background: #1a1a1a;
  width: 100%;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #ffffff;
  margin: 0;
  padding-right: 10px;
  font-size: 1.5rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent span.uk-icon {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemhover,
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemhover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdefault .coteo-block-page-list__itemcontent {
  padding: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdefault .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.5rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover {
  background: #f8f8f8;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: 0.45s transform ease-out;
  -moz-transition: 0.45s transform ease-out;
  -ms-transition: 0.45s transform ease-out;
  -o-transition: 0.45s transform ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent {
  padding: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
  font-size: 1.6rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover,
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  padding: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  font-size: 1.5rem;
  margin: 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle::after {
  content: '';
  height: 1px;
  width: 33%;
  background: #656565;
  display: block;
  margin: 15px auto 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 20px 0 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 15px;
  text-align: left;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist > li span.uk-icon {
  color: #333333;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist > li a {
  color: #1e87f0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist > li a:hover {
  color: inherit;
}
.coteo-block-page-list.coteo-block-page-list--tpl-text-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  color: inherit;
}
.coteo-block-page-list.coteo-block-page-list--tpl-text-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink.uk-active {
  font-weight: bold;
  font-weight: 700;
  color: #1e87f0;
  text-decoration: underline;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items {
  display: grid;
  gap: 20px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item {
  position: relative;
  border-radius: 8px;
  transition: transform 0.5s;
  background-color: #1a1a1a;
  overflow: hidden;
  min-height: 300px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:hover,
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:focus {
  background-color: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:hover .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:focus .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
  color: #1a1a1a;
  background: none;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover img,
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus img {
  transform: scale(1.05);
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 10%, transparent);
  user-select: none;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--1col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-top .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-square-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col-one-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
@media screen and (min-width: 640px) {
  .coteo-block-page-list {
    /* Template card horizontal 1 colonne - tpl-card-horizontal-1col.php */
    /* Ancien Template Liste - tpl-1col-basic.php */
    /* Template card horizontal 2 colonnes - tpl-card-horizontal-2col.php */
    /* Ancien Template Grille 2 colonnes - tpl-2col-basic.php */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item {
    background: #ffffff;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
    min-height: 120px;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.5rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item {
    background: #ffffff;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
    min-height: 120px;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .coteo-block-page-list {
    /* Template card horizontal 1 colonne - tpl-card-horizontal-1col.php */
    /* Template Liste - tpl-1col-basic.php */
    /* Template card horizontal 2 colonnes - tpl-card-horizontal-2col.php */
    /* Ancien Template Grille 2 colonnes - tpl-2col-basic.php */
    /* Mosaic grid - Template 2col */
    /* Mosaic grid - Template 2col-one-big-left */
    /* Mosaic grid - Template 2col-one-big-top */
    /* Mosaic grid - Template 3col */
    /* Mosaic grid - Template 3col-one-big-left */
    /* Mosaic grid - Template 3col-two-big-left */
    /* Mosaic grid - Template 3col-one-big-square-left */
    /* Mosaic grid - Template 4col */
    /* Mosaic grid - Template 4col-one-big-left */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-top .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-top .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-column: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(5n+1) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(4n+1) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(4n+2) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-square-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-square-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col-one-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col-one-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1200px) {
  .coteo-block-page-list {
    /* Template Défaut - view.php */
    /* Template card 3 colonnes - tpl-card-3col.php */
    /* Ancien Template Grille 3 colonnes et bouton - tpl-3col-basic.php */
    /* Template card hover 3 colonnes - tpl-card-hover-3col.php */
    /* Ancien Template Grille 3 colonnes - tpl-3col-hover.php */
    /* Template Card 2 niveaux et 3 colonnes - tpl-card-2levels-3col.php */
    /* Ancien Template Grille complète - tpl-3col-2levels.php */
    /* Gallery 3 colonnes - tpl-gallery-3col.php */
    /* Template Grille 3 colonnes image sombre- tpl-3col-brightness.php */
  }
  .coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdefault .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
}
.coteo-block-reinsurance {
  border-radius: 0;
  padding: 4rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.coteo-block-reinsurance .coteo-block-reinsurance__item {
  display: grid;
}
.coteo-block-reinsurance .coteo-block-reinsurance__item .coteo-block-reinsurance__wrapper-image {
  margin-bottom: 20px;
}
.coteo-block-reinsurance .coteo-block-reinsurance__item[href=""] {
  cursor: default;
  text-decoration: none;
}
.coteo-block-reinsurance .coteo-block-reinsurance--imagePositionLeftTextLeft {
  grid-template-columns: auto minmax(200px, 3fr);
  gap: 16px;
}
.coteo-block-reinsurance .coteo-block-reinsurance--imagePositionLeftTextLeft .coteo-block-reinsurance__wrapper-image .coteo-block-reinsurance__itemimage {
  max-width: 240px;
}
.coteo-block-reinsurance .coteo-block-reinsurance__itemtitle {
  font-weight: bold;
  margin-bottom: 20px;
}
.coteo-block-reinsurance .coteo-block-reinsurance__itemdescription ul {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
.coteo-block-reinsurance .coteo-block-reinsurance__itemdescription ul li {
  list-style-type: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.coteo-block-reinsurance .coteo-block-reinsurance__itemdescription ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><rect width="24" height="24" y=".5" fill="%23d5d9df" fill-opacity="1" rx="12"></rect><path fill="%231e293e" d="M17.03 8.97a.748.748 0 0 1 0 1.06l-6 6a.748.748 0 0 1-1.06 0l-3-3a.749.749 0 1 1 1.06-1.06l2.449 2.468L15.97 8.97a.747.747 0 0 1 1.06 0Z"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
@media screen and (min-width: 960px) {
  .coteo-block-reinsurance {
    border-radius: 8px;
  }
}
.coteo-block-review {
  padding-top: 40px;
  padding-bottom: 40px;
}
.coteo-block-review .coteo-block-review__items {
  margin-top: 40px;
  margin-bottom: 40px;
}
.coteo-block-review .coteo-block-review__item {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin: 0;
  padding: 3rem;
}
.coteo-block-review .coteo-block-review__resume {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.coteo-block-review .coteo-block-review__comment {
  margin-bottom: 1rem;
}
.coteo-block-review .coteo-block-review__author {
  display: flex;
}
.coteo-block-review .coteo-block-review__wrapper-image {
  margin-right: 1rem;
}
.coteo-block-review .coteo-block-review__wrapper-image .coteo-block-review__image {
  width: 100px;
  height: 100px;
}
.coteo-block-review .coteo-block-review__wrapper-text {
  align-content: center;
}
.coteo-block-review .coteo-block-review__wrapper-text .coteo-block-review__name {
  font-family: "Caveat", cursive;
  font-size: 1.5em;
}
.coteo-block-review.uk-border-rounded {
  border-radius: 20px;
}
.coteo-block-review .coteo-block-review__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.coteo-block-review .coteo-block-review__rating .coteo-block-review__rating-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem 1rem 0;
}
.coteo-block-review .coteo-block-review__rating .coteo-block-review__rating-stars .star {
  fill: #ffc107;
  stroke: #ffc107;
  stroke-width: 1;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}
.coteo-block-review .coteo-block-review__rating .coteo-block-review__rating-stars .star.star-empty {
  fill: transparent;
}
.coteo-block-review .coteo-block-review__rating .coteo-block-review__rating-stars .fill-base-color {
  stop-color: transparent;
}
.coteo-block-review .coteo-block-review__rating .coteo-block-review__rating-stars .fill-filled-color {
  stop-color: #ffc107;
}
.coteo-block-review .coteo-block-review__rating .coteo-block-review__rating-text {
  margin: 1rem 1rem 1rem 0;
}
.coteo-block-review a.uk-position-center-left,
.coteo-block-review a.uk-position-center-right {
  top: initial;
  bottom: -75px;
  color: #D3D3D3;
  border: 2px solid #D3D3D3;
  border-radius: 50%;
  left: 0;
}
.coteo-block-review a.uk-position-center-left:hover,
.coteo-block-review a.uk-position-center-right:hover {
  color: #FFFFFF;
  background: #D3D3D3;
}
.coteo-block-review a.uk-position-center-right {
  right: initial;
  left: 45px;
}
.coteo-block-review.coteo-block-review--slider {
  margin-bottom: 70px;
}
.coteo-block-review.coteo-block-review--slideshow {
  margin-bottom: 70px;
}
.coteo-block-slider .coteo-block-slider__item .coteo-block-slider__itemlink {
  width: 100%;
}
.coteo-block-slider .coteo-block-slider__item .coteo-block-slider__itemimage.t-brightness {
  filter: brightness(0.75);
}
.coteo-block-slider .coteo-block-slider__item .coteo-block-slider__itemcontent {
  z-index: 2;
}
.coteo-block-slider .coteo-block-slider__item .coteo-block-slider__itemcontent.uk-overlay p {
  color: #ffffff;
}
.coteo-block-slider .coteo-block-slider__item .coteo-block-slider__itemcontent.uk-overlay-default p {
  color: #000000;
}
.coteo-block-slider .coteo-block-slider__item .coteo-block-slider__itemcontent.uk-overlay-primary p {
  color: #ffffff;
}
.coteo-block-slider.coteo-block-slider--image-format-carre .coteo-block-slider__itemimage {
  width: 100%;
  object-fit: cover;
  /* Carré */
  aspect-ratio: 1;
}
.coteo-block-slider.coteo-block-slider--image-format-paysage .coteo-block-slider__itemimage {
  width: 100%;
  object-fit: cover;
  /* Format paysage 16:9 */
  aspect-ratio: 1.77777778;
}
.coteo-block-slider.coteo-block-slider--image-format-portrait .coteo-block-slider__itemimage {
  width: 100%;
  object-fit: cover;
  /* Format portrait 3:4 */
  aspect-ratio: 0.75;
}
.coteo-block-slider--lightbox .coteo-block-slider__item .coteo-block-slider__item__filter {
  display: none;
}
.uk-lightbox {
  background: #2a2a2a;
}
.uk-lightbox .uk-lightbox-caption p.coteo-block-slider__itemtitle {
  color: #ffffff;
  font-weight: bold;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 20px;
  margin-bottom: 0;
}
.uk-lightbox .uk-lightbox-caption p.coteo-block-slider__itemdescription {
  color: #ffffff;
  font-size: .8rem;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .coteo-block-slider--lightbox .coteo-block-slider__item .coteo-block-slider__item__filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all ease;
  }
  .coteo-block-slider--lightbox .coteo-block-slider__item .coteo-block-slider__item__filter:hover {
    background: rgba(0, 0, 0, 0.6);
  }
  .coteo-block-slider--lightbox .coteo-block-slider__item .coteo-block-slider__item__filter:hover span.uk-icon {
    display: block;
  }
  .coteo-block-slider--lightbox .coteo-block-slider__item .coteo-block-slider__item__filter span.uk-icon {
    display: none;
    color: #ffffff;
  }
  .uk-lightbox .uk-lightbox-caption p.coteo-block-slider__itemtitle {
    font-size: 1.2rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .uk-lightbox .uk-lightbox-caption p.coteo-block-slider__itemdescription {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .uk-lightbox .uk-lightbox-caption p.coteo-block-slider__itemtitle {
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .uk-lightbox .uk-lightbox-caption p.coteo-block-slider__itemdescription {
    font-size: 1.2rem;
  }
}
.coteo-block-slideshow .coteo-block-slideshow__item img.t-brightness {
  filter: brightness(0.75);
}
.coteo-block-slideshow .coteo-block-slideshow__item .uk-overlay-primary p {
  color: #ffffff;
}
.coteo-block-slideshow .coteo-block-slideshow__item .uk-overlay.uk-position-bottom.content-overlay-border-radius {
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.coteo-block-slideshow .coteo-block-slideshow__item .uk-overlay.uk-position-top.content-overlay-border-radius {
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.coteo-block-slideshow .coteo-block-slideshow__item .uk-overlay.uk-position-center.content-overlay-border-radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.coteo-block-slideshow .coteo-block-slideshow__item .uk-button {
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  .coteo-block-slideshow ul.uk-dotnav li a {
    width: 15px;
    height: 15px;
  }
}
/* BLOCK COTEO SUMMARY */
.coteo-block-summary {
  border-radius: 0;
  padding: 1.5rem 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.coteo-block-summary li::marker {
  color: #1e87f0;
}
.coteo-block-summary.c-light-mode {
  border: none;
}
.coteo-block-summary.c-dark-mode {
  border: none;
}
.coteo-block-summary--style-none.c-default-mode {
  padding: 0;
}
.coteo-block-summary--style-with-border {
  border: #1e87f0 1px solid;
}
.coteo-block-summary--style-with-background {
  background-color: rgba(30, 135, 240, 0.04);
}
@media screen and (min-width: 960px) {
  .coteo-block-summary {
    border-radius: 8px;
    padding: 3.5rem 4rem;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .coteo-block-summary--style-none.c-default-mode {
    padding: 0;
  }
  .coteo-block-summary--style-with-border {
    border: #1e87f0 1px solid;
  }
  .coteo-block-summary--style-with-background {
    background-color: rgba(30, 135, 240, 0.04);
  }
}
.coteo-block-file {
  background: #f8f8f8;
  margin-top: 40px;
  padding: 25px;
}
.coteo-block-file__thumbnail {
  width: 80px;
}
.coteo-block-file__meta {
  display: block;
}
.coteo-block-file a.coteo-block-file__link,
.coteo-block-file a.coteo-block-file__link:hover {
  color: #000000;
}
.coteo-block-file + .coteo-block-file {
  margin-top: 20px;
}
.coteo-block-leader__img {
  position: relative;
}
.coteo-block-leader__img > img {
  width: 65px;
}
.coteo-block-leader__img__zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.coteo-block-leader__img__zoom:hover {
  background: rgba(0, 0, 0, 0.6);
}
.coteo-block-leader__img__zoom:hover > span {
  display: block;
}
.coteo-block-leader__img__zoom > span {
  color: #ffffff;
  display: none;
}
.coteo-block-leader__itemnumber {
  font-weight: bold;
}
.coteo-block-leader__itemdescription {
  margin: 5px 0 0;
  font-style: italic;
}
@media screen and (min-width: 960px) {
  .coteo-block-leader__img > img {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .coteo-block-leader__3col .coteo-block-leader__item > div,
  .coteo-block-leader__4col .coteo-block-leader__item > div {
    flex-flow: column wrap;
  }
}
.coteo-block-link {
  background: #F4F4F4;
  padding: 30px;
  margin: 30px 0;
}
.coteo-block-link.coteo-block-link--tpl-card-grid {
  background: transparent;
  padding: 0px;
}
.coteo-block-link.coteo-block-link--tpl-card-grid a,
.coteo-block-link.coteo-block-link--tpl-card-grid div {
  text-decoration: none;
}
.coteo-block-link.coteo-block-link--tpl-card-grid a .coteo-block-link__content,
.coteo-block-link.coteo-block-link--tpl-card-grid div .coteo-block-link__content {
  padding: 15px 0 0 10px;
}
.coteo-block-link.coteo-block-link--tpl-card-grid a .coteo-block-link__content p,
.coteo-block-link.coteo-block-link--tpl-card-grid div .coteo-block-link__content p {
  color: #1A1A1A;
  padding-right: 10px;
}
/* ADMINISTRATION DU BLOCK */
.coteo-block-link-form-entry__thumbnail {
  background-color: #f8f8f8;
}
.ccm-conversation-wrapper {
  margin: 25px 0;
  padding: 20px 0;
  border-top: 2px dotted #e5e5e5;
  border-bottom: 2px dotted #e5e5e5;
}
.ccm-conversation-wrapper .ccm-conversation-add-new-message .form-group {
  display: flex;
  flex-flow: column wrap;
  margin: 10px 0;
}
.ccm-conversation-wrapper .ccm-conversation-add-new-message .form-group label {
  font-weight: bold;
  font-weight: 700;
}
.ccm-conversation-wrapper .ccm-conversation-add-new-message .form-group input {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.ccm-conversation-wrapper .ccm-conversation-add-new-message .form-group img.ccm-captcha-image {
  margin: 15px 0 10px 0;
}
.ccm-conversation-wrapper .ccm-conversation-message-form textarea {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.ccm-conversation-wrapper .ccm-conversation-message-form button[data-submit=conversation-message] {
  text-transform: uppercase;
  border: 0;
  padding: 10px 25px;
  cursor: pointer;
}
.ccm-conversation-wrapper .ccm-conversation-message-form button[data-submit=conversation-message]:hover {
  background: #000000;
  color: #ffffff;
}
.ccm-conversation-wrapper .ccm-conversation-message-list select {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.ccm-conversation-wrapper .ccm-conversation-message-list select option {
  background: #273582;
  color: white;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages {
  margin-top: 20px;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message {
  background: #efefef;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0px;
  padding-left: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message:nth-child(even) {
  background: #ffffff;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message .ccm-conversation-avatar {
  top: 10px;
  left: 10px;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message span.ccm-conversation-message-username {
  color: #000000;
  text-transform: capitalize;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message .ccm-conversation-message-form {
  padding-left: 60px;
}
/* Import des fichiers de surcharge des sur-mesures */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  font-size: 2rem;
}
/* Couleur des backgrounds */
.s-back-black {
  background: #000000;
}
.s-back-white {
  background: #ffffff;
}
.s-back-blue {
  background: #3fa5e3;
}
.s-back-lightblue {
  background: #e8f9fd;
}
.s-back-darkblue {
  background: #0d366e;
}
.s-back-yellow {
  background: #f4c014;
}
/* Couleur des textes */
.s-text-black {
  color: #000000;
}
.s-text-white {
  color: #ffffff;
}
.s-text-blue {
  color: #3fa5e3;
}
.s-text-lightblue {
  color: #e8f9fd;
}
.s-text-darkblue {
  color: #0d366e;
}
.s-text-yellow {
  color: #f4c014;
}
.s-primary-font {
  font-family: "Poppins", sans-serif;
}
.s-secondary-font {
  font-family: "Pacifico", cursive;
}
.o-body {
  color: #000000;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: .9rem;
}
.o-page a:not(.uk-button),
.coteo-block-modal a:not(.uk-button) {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: .9rem;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.o-page a:not(.uk-button):hover,
.o-page a:not(.uk-button):focus,
.coteo-block-modal a:not(.uk-button):hover,
.coteo-block-modal a:not(.uk-button):focus {
  color: #3fa5e3;
}
.o-page p,
.o-page ul li,
.o-page time,
.o-page span,
.o-page em,
.coteo-block-modal p,
.coteo-block-modal ul li,
.coteo-block-modal time,
.coteo-block-modal span,
.coteo-block-modal em {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: .9rem;
}
.o-page h1,
.o-page .h1-like,
.coteo-block-modal h1,
.coteo-block-modal .h1-like {
  color: #0d366e;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(2rem);
}
.o-page h2,
.o-page .h2-like,
.coteo-block-modal h2,
.coteo-block-modal .h2-like {
  color: #0d366e;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(1.5rem);
}
.o-page h2 > span,
.o-page .h2-like > span,
.coteo-block-modal h2 > span,
.coteo-block-modal .h2-like > span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  color: #3fa5e3;
}
.o-page h3,
.o-page .h3-like,
.coteo-block-modal h3,
.coteo-block-modal .h3-like {
  color: #0d366e;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(1.28571429rem);
}
.o-page h3 > span,
.o-page .h3-like > span,
.coteo-block-modal h3 > span,
.coteo-block-modal .h3-like > span {
  display: block;
  color: inherit;
  font-size: inherit;
  color: #3fa5e3;
}
.o-page h4,
.o-page .h4-like,
.coteo-block-modal h4,
.coteo-block-modal .h4-like {
  color: #0d366e;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(1.07142857rem);
}
.o-page h5,
.o-page .h5-like,
.coteo-block-modal h5,
.coteo-block-modal .h5-like {
  color: #0d366e;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(0.92857143rem);
}
.o-page h6,
.o-page .h6-like,
.coteo-block-modal h6,
.coteo-block-modal .h6-like {
  color: #0d366e;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(0.91666667rem);
}
.o-page a.uk-button,
.o-page button.uk-button,
.o-page span.uk-button,
.coteo-block-modal a.uk-button,
.coteo-block-modal button.uk-button,
.coteo-block-modal span.uk-button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-transform: initial;
  padding: 0 15px;
  font-size: .9rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
}
.o-page a.uk-button:has(.material-symbols-outlined),
.o-page button.uk-button:has(.material-symbols-outlined),
.o-page span.uk-button:has(.material-symbols-outlined),
.coteo-block-modal a.uk-button:has(.material-symbols-outlined),
.coteo-block-modal button.uk-button:has(.material-symbols-outlined),
.coteo-block-modal span.uk-button:has(.material-symbols-outlined) {
  padding: 0 15px 0 10px;
}
.o-page a.uk-button-default,
.o-page button.uk-button-default,
.o-page span.uk-button-default,
.coteo-block-modal a.uk-button-default,
.coteo-block-modal button.uk-button-default,
.coteo-block-modal span.uk-button-default {
  background: #ffffff;
  color: #3fa5e3;
  border: 2px solid #3fa5e3;
}
.o-page a.uk-button-default:hover,
.o-page button.uk-button-default:hover,
.o-page span.uk-button-default:hover,
.coteo-block-modal a.uk-button-default:hover,
.coteo-block-modal button.uk-button-default:hover,
.coteo-block-modal span.uk-button-default:hover {
  background: #3fa5e3;
  color: #ffffff;
}
.o-page a.uk-button-default:hover > span.uk-icon,
.o-page button.uk-button-default:hover > span.uk-icon,
.o-page span.uk-button-default:hover > span.uk-icon,
.coteo-block-modal a.uk-button-default:hover > span.uk-icon,
.coteo-block-modal button.uk-button-default:hover > span.uk-icon,
.coteo-block-modal span.uk-button-default:hover > span.uk-icon {
  color: #ffffff;
}
.o-page a.uk-button-default > span.uk-icon,
.o-page button.uk-button-default > span.uk-icon,
.o-page span.uk-button-default > span.uk-icon,
.coteo-block-modal a.uk-button-default > span.uk-icon,
.coteo-block-modal button.uk-button-default > span.uk-icon,
.coteo-block-modal span.uk-button-default > span.uk-icon {
  color: #3fa5e3;
}
.o-page a.uk-button-primary,
.o-page button.uk-button-primary,
.o-page span.uk-button-primary,
.coteo-block-modal a.uk-button-primary,
.coteo-block-modal button.uk-button-primary,
.coteo-block-modal span.uk-button-primary {
  background: #3fa5e3;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.o-page a.uk-button-primary:hover,
.o-page button.uk-button-primary:hover,
.o-page span.uk-button-primary:hover,
.coteo-block-modal a.uk-button-primary:hover,
.coteo-block-modal button.uk-button-primary:hover,
.coteo-block-modal span.uk-button-primary:hover {
  background: #ffffff;
  color: #3fa5e3;
  border-color: #3fa5e3;
}
.o-page a.uk-button-large,
.o-page button.uk-button-large,
.o-page span.uk-button-large,
.coteo-block-modal a.uk-button-large,
.coteo-block-modal button.uk-button-large,
.coteo-block-modal span.uk-button-large {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  .o-body {
    font-size: 1rem;
  }
  .o-page a:not(.uk-button),
  .coteo-block-modal a:not(.uk-button) {
    font-size: 1rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page time,
  .o-page span,
  .o-page em,
  .coteo-block-modal p,
  .coteo-block-modal ul li,
  .coteo-block-modal time,
  .coteo-block-modal span,
  .coteo-block-modal em {
    font-size: 1rem;
  }
  .o-page h1,
  .o-page .h1-like,
  .coteo-block-modal h1,
  .coteo-block-modal .h1-like {
    font-size: calc(2.66666667rem);
  }
  .o-page h2,
  .o-page .h2-like,
  .coteo-block-modal h2,
  .coteo-block-modal .h2-like {
    font-size: calc(2rem);
  }
  .o-page h3,
  .o-page .h3-like,
  .coteo-block-modal h3,
  .coteo-block-modal .h3-like {
    font-size: calc(1.73076923rem);
  }
  .o-page h4,
  .o-page .h4-like,
  .coteo-block-modal h4,
  .coteo-block-modal .h4-like {
    font-size: calc(1.44230769rem);
  }
  .o-page h5,
  .o-page .h5-like,
  .coteo-block-modal h5,
  .coteo-block-modal .h5-like {
    font-size: calc(1.25rem);
  }
  .o-page h6,
  .o-page .h6-like,
  .coteo-block-modal h6,
  .coteo-block-modal .h6-like {
    font-size: calc(1.05769231rem);
  }
  .o-page a.uk-button,
  .o-page button.uk-button,
  .o-page span.uk-button,
  .coteo-block-modal a.uk-button,
  .coteo-block-modal button.uk-button,
  .coteo-block-modal span.uk-button {
    font-size: 1.125rem;
    padding: 3px 25px;
  }
  .o-page a.uk-button:has(.material-symbols-outlined),
  .o-page button.uk-button:has(.material-symbols-outlined),
  .o-page span.uk-button:has(.material-symbols-outlined),
  .coteo-block-modal a.uk-button:has(.material-symbols-outlined),
  .coteo-block-modal button.uk-button:has(.material-symbols-outlined),
  .coteo-block-modal span.uk-button:has(.material-symbols-outlined) {
    padding: 3px 25px 3px 15px;
  }
  .o-page a.uk-button-large,
  .o-page button.uk-button-large,
  .o-page span.uk-button-large,
  .coteo-block-modal a.uk-button-large,
  .coteo-block-modal button.uk-button-large,
  .coteo-block-modal span.uk-button-large {
    padding: 3px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .o-body {
    font-size: 1.125rem;
  }
  .o-page a:not(.uk-button),
  .coteo-block-modal a:not(.uk-button) {
    font-size: 1.125rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page time,
  .o-page span,
  .o-page em,
  .coteo-block-modal p,
  .coteo-block-modal ul li,
  .coteo-block-modal time,
  .coteo-block-modal span,
  .coteo-block-modal em {
    font-size: 1.125rem;
  }
  .o-page h1,
  .o-page .h1-like,
  .coteo-block-modal h1,
  .coteo-block-modal .h1-like {
    font-size: calc(3.2rem);
  }
  .o-page h2,
  .o-page .h2-like,
  .coteo-block-modal h2,
  .coteo-block-modal .h2-like {
    font-size: calc(2.4rem);
  }
  .o-page h3,
  .o-page .h3-like,
  .coteo-block-modal h3,
  .coteo-block-modal .h3-like {
    font-size: calc(2rem);
  }
  .o-page h4,
  .o-page .h4-like,
  .coteo-block-modal h4,
  .coteo-block-modal .h4-like {
    font-size: calc(1.66666667rem);
  }
  .o-page h5,
  .o-page .h5-like,
  .coteo-block-modal h5,
  .coteo-block-modal .h5-like {
    font-size: calc(1.44444444rem);
  }
  .o-page h6,
  .o-page .h6-like,
  .coteo-block-modal h6,
  .coteo-block-modal .h6-like {
    font-size: calc(1.22222222rem);
  }
  .o-page a.uk-button-large,
  .o-page button.uk-button-large,
  .o-page span.uk-button-large,
  .coteo-block-modal a.uk-button-large,
  .coteo-block-modal button.uk-button-large,
  .coteo-block-modal span.uk-button-large {
    padding: 3px 25px;
  }
}
@media screen and (min-width: 1600px) {
  .o-body {
    font-size: 1.25rem;
  }
  .o-page a:not(.uk-button),
  .coteo-block-modal a:not(.uk-button) {
    font-size: 1.25rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page time,
  .o-page span,
  .o-page em,
  .coteo-block-modal p,
  .coteo-block-modal ul li,
  .coteo-block-modal time,
  .coteo-block-modal span,
  .coteo-block-modal em {
    font-size: 1.25rem;
  }
  .o-page h1,
  .o-page .h1-like,
  .coteo-block-modal h1,
  .coteo-block-modal .h1-like {
    font-size: 4rem;
  }
  .o-page h2,
  .o-page .h2-like,
  .coteo-block-modal h2,
  .coteo-block-modal .h2-like {
    font-size: 3rem;
  }
  .o-page h3,
  .o-page .h3-like,
  .coteo-block-modal h3,
  .coteo-block-modal .h3-like {
    font-size: 2.25rem;
  }
  .o-page h4,
  .o-page .h4-like,
  .coteo-block-modal h4,
  .coteo-block-modal .h4-like {
    font-size: 1.875rem;
  }
  .o-page h5,
  .o-page .h5-like,
  .coteo-block-modal h5,
  .coteo-block-modal .h5-like {
    font-size: 1.625rem;
  }
  .o-page h6,
  .o-page .h6-like,
  .coteo-block-modal h6,
  .coteo-block-modal .h6-like {
    font-size: 1.375rem;
  }
  .o-page a.uk-button,
  .o-page button.uk-button,
  .o-page span.uk-button,
  .coteo-block-modal a.uk-button,
  .coteo-block-modal button.uk-button,
  .coteo-block-modal span.uk-button {
    font-size: 1.25rem;
    padding: 4px 25px;
  }
  .o-page a.uk-button:has(.material-symbols-outlined),
  .o-page button.uk-button:has(.material-symbols-outlined),
  .o-page span.uk-button:has(.material-symbols-outlined),
  .coteo-block-modal a.uk-button:has(.material-symbols-outlined),
  .coteo-block-modal button.uk-button:has(.material-symbols-outlined),
  .coteo-block-modal span.uk-button:has(.material-symbols-outlined) {
    padding: 4px 25px 4px 10px;
  }
  .o-page a.uk-button-large,
  .o-page button.uk-button-large,
  .o-page span.uk-button-large,
  .coteo-block-modal a.uk-button-large,
  .coteo-block-modal button.uk-button-large,
  .coteo-block-modal span.uk-button-large {
    padding: 4px 50px;
  }
}
.o-page .o-navigation,
.coteo-block-modal .o-navigation {
  background: #ffffff;
}
.o-page .o-navigation .o-menu-mobile,
.coteo-block-modal .o-navigation .o-menu-mobile {
  background: #e8f9fd;
}
.o-page .o-navigation .o-menu-mobile__logo a > img,
.coteo-block-modal .o-navigation .o-menu-mobile__logo a > img {
  width: auto;
  max-height: 60px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle,
.coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle {
  min-height: 60px;
  background: #3fa5e3;
  text-decoration: none;
  padding: 0 15px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle > span,
.coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle > span {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
}
.o-page .o-navigation .o-menu-offcanvas,
.coteo-block-modal .o-navigation .o-menu-offcanvas {
  display: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
  background: #e8f9fd;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-offcanvas-close,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
  padding: 10px;
  color: #000000;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav {
  padding: 0 15px;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li {
  border-bottom: 1px solid #0d366e;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > a:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > a:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > div > a.nav-parent,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > div > a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > a:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > a:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > div > a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > div > a.nav-parent {
  background: #3fa5e3;
  color: #ffffff;
  font-weight: normal;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent {
  text-transform: initial;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:focus,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:focus,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a:focus,
.coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent:focus {
  background: #ffffff;
  color: #3fa5e3;
  text-decoration: none;
}
.o-page .o-navigation .o-menu-offcanvas__coords,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords {
  background: #0d366e;
  padding-top: 25px;
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas__coords p,
.o-page .o-navigation .o-menu-offcanvas__coords span,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords p,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords span {
  color: #ffffff;
  font-size: 1rem;
}
.o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel],
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel] {
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.125rem;
}
.o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel] > span,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel] > span {
  font-size: 1.125rem;
  font-weight: normal;
}
.o-page .o-navigation .o-menu-offcanvas__phone,
.coteo-block-modal .o-navigation .o-menu-offcanvas__phone {
  display: flex;
  align-items: center;
}
.o-page .o-navigation .o-menu-offcanvas__phone::before,
.coteo-block-modal .o-navigation .o-menu-offcanvas__phone::before {
  content: "call";
  font-family: 'Material Symbols Outlined';
  font-size: 2.5rem;
  margin-right: 5px;
}
.o-page .o-breadcrumb ol.uk-breadcrumb,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
  content: "\E5CC";
  font-family: Material Symbols Outlined;
  margin: 0 2px;
  font-size: 1rem;
  color: #000000;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * span,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li:last-child > * span {
  color: #3fa5e3;
  text-decoration: underline;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li > a {
  color: #000000;
  text-decoration: none;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a span,
.coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li > a span {
  font-size: .9rem;
  color: #000000;
}
.o-page .o-footer-top__flandria,
.coteo-block-modal .o-footer-top__flandria {
  background-image: url("/application/themes/theme_simpleo_coteo/images/o-footer-top-flandria-loisirs.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.o-page .o-footer-top__flandria__detail,
.coteo-block-modal .o-footer-top__flandria__detail {
  margin-top: -80px;
  padding-bottom: 0;
}
.o-page .o-footer-top__flandria__detail p,
.coteo-block-modal .o-footer-top__flandria__detail p {
  font-family: "Pacifico", cursive;
  color: #202e39;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.3rem;
  margin: 25px 0;
}
.o-page .o-footer-top__flandria__detail a.uk-button,
.coteo-block-modal .o-footer-top__flandria__detail a.uk-button {
  font-size: .8rem;
}
.o-page .o-footer-top__flandria__logo,
.coteo-block-modal .o-footer-top__flandria__logo {
  max-width: 150px;
}
.o-page .o-footer-top__flandria__list,
.coteo-block-modal .o-footer-top__flandria__list {
  padding: 0 20px 30px;
}
.o-page .o-footer-top__flandria__list > li,
.coteo-block-modal .o-footer-top__flandria__list > li {
  font-size: .9rem;
  color: #0b2130;
}
.o-page .o-footer-top__flandria__list > li img,
.coteo-block-modal .o-footer-top__flandria__list > li img {
  margin-right: 20px;
  width: 35px;
}
.o-page .o-footer-main__reinsurance ul > li > span,
.coteo-block-modal .o-footer-main__reinsurance ul > li > span {
  margin-bottom: 5px;
  color: #000000;
}
.o-page .o-footer-bottom,
.coteo-block-modal .o-footer-bottom {
  background: #3fa5e3;
  position: relative;
  padding-top: 40px;
}
.o-page .o-footer-bottom::before,
.coteo-block-modal .o-footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  display: block;
  background-image: url("/application/themes/theme_simpleo_coteo/images/o-footer-bottom-before.png");
  background-size: cover;
  background-position: top left;
}
.o-page .o-footer-bottom p,
.coteo-block-modal .o-footer-bottom p {
  color: #ffffff;
}
.o-page .o-footer-bottom a[href*=tel],
.coteo-block-modal .o-footer-bottom a[href*=tel] {
  font-size: 1.125rem;
}
.o-page .o-footer-bottom ul,
.coteo-block-modal .o-footer-bottom ul {
  flex-flow: column wrap;
  align-items: start;
}
.o-page .o-footer-bottom ul > li i,
.coteo-block-modal .o-footer-bottom ul > li i {
  color: #ffffff;
}
.o-page .o-footer-bottom ul > li > a,
.o-page .o-footer-bottom ul > li > span,
.coteo-block-modal .o-footer-bottom ul > li > a,
.coteo-block-modal .o-footer-bottom ul > li > span {
  text-transform: initial;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
}
.o-page .o-footer-bottom ul > li > a:hover,
.o-page .o-footer-bottom ul > li > a:focus,
.coteo-block-modal .o-footer-bottom ul > li > a:hover,
.coteo-block-modal .o-footer-bottom ul > li > a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.o-page .o-footer-group::before,
.coteo-block-modal .o-footer-group::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 20px;
  width: calc(123px);
  height: calc(106.5px);
  display: block;
  background-image: url("/application/themes/theme_simpleo_coteo/images/footer_nature_vacances/o-footer-group-beach-flappers.png");
  background-size: cover;
}
.o-page .o-footer-group::after,
.coteo-block-modal .o-footer-group::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: -20px;
  width: calc(94px);
  height: calc(51px);
  display: block;
  background-image: url("/application/themes/theme_simpleo_coteo/images/footer_nature_vacances/o-footer-group-sunglasses.png");
  background-size: cover;
}
.o-page .o-footer-group__head,
.coteo-block-modal .o-footer-group__head {
  height: 320px;
}
.o-page .o-footer-group__head p,
.coteo-block-modal .o-footer-group__head p {
  color: #FFFFFF;
  font-family: "Pacifico", cursive;
  font-size: 1.8rem;
  line-height: 1.2;
}
.o-page .o-footer-group__content,
.coteo-block-modal .o-footer-group__content {
  background: #FFFFFF;
  padding-bottom: 90px;
}
.o-page .o-footer-group__content p,
.coteo-block-modal .o-footer-group__content p {
  color: #0d2f43;
  font-weight: bold;
  font-size: 1.125rem;
}
.o-page .o-footer-group__content ul,
.coteo-block-modal .o-footer-group__content ul {
  display: flex;
  flex-flow: column wrap;
}
.o-page .o-footer-group__content ul > li > a,
.coteo-block-modal .o-footer-group__content ul > li > a {
  color: #0d2f43;
  font-size: .8rem;
}
.o-page .o-footer-group__content ul > li > a:hover,
.coteo-block-modal .o-footer-group__content ul > li > a:hover {
  color: #3fa5e3;
}
.o-page .o-cookies p,
.o-page .o-cookies a,
.coteo-block-modal .o-cookies p,
.coteo-block-modal .o-cookies a {
  font-size: .8rem;
}
@media screen and (min-width: 640px) {
  .o-page .o-navigation__phone,
  .coteo-block-modal .o-navigation__phone {
    display: flex;
    align-items: center;
  }
  .o-page .o-navigation__phone::before,
  .coteo-block-modal .o-navigation__phone::before {
    content: "call";
    font-family: 'Material Symbols Outlined';
    font-size: 2.25rem;
    margin-right: 5px;
  }
  .o-page .o-navigation__phone a,
  .coteo-block-modal .o-navigation__phone a {
    text-decoration: none;
    font-weight: bold;
    font-weight: 700;
  }
  .o-page .o-navigation__phone a > span,
  .coteo-block-modal .o-navigation__phone a > span {
    font-weight: normal;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle > span,
  .coteo-block-modal .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle > span {
    font-size: 1.25rem;
  }
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent,
  .coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent {
    font-size: 1.125rem;
    padding: 12px 15px;
  }
  .o-page .o-navigation .o-menu-offcanvas__coords p,
  .o-page .o-navigation .o-menu-offcanvas__coords span,
  .coteo-block-modal .o-navigation .o-menu-offcanvas__coords p,
  .coteo-block-modal .o-navigation .o-menu-offcanvas__coords span {
    font-size: 1.25rem;
  }
  .o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel],
  .coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel] {
    font-size: 1.25rem;
  }
  .o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel] > span,
  .coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel] > span {
    font-size: 1.25rem;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before,
  .coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
    margin: 0 5px;
    font-size: 1rem;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a span,
  .coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li > a span {
    font-size: 1rem;
  }
  .o-page .o-footer-top__flandria__detail,
  .coteo-block-modal .o-footer-top__flandria__detail {
    padding-bottom: 40px;
  }
  .o-page .o-footer-top__flandria__detail p,
  .coteo-block-modal .o-footer-top__flandria__detail p {
    font-size: 1.5rem;
  }
  .o-page .o-footer-top__flandria__detail a.uk-button,
  .coteo-block-modal .o-footer-top__flandria__detail a.uk-button {
    font-size: 1rem;
  }
  .o-page .o-footer-top__flandria__list,
  .coteo-block-modal .o-footer-top__flandria__list {
    padding: 30px;
  }
  .o-page .o-footer-top__flandria__list > li,
  .coteo-block-modal .o-footer-top__flandria__list > li {
    font-size: .9rem;
  }
  .o-page .o-footer-top__flandria__list > li > img,
  .coteo-block-modal .o-footer-top__flandria__list > li > img {
    width: 55px;
  }
  .o-page .o-footer-top__flandria__mobil-homes,
  .coteo-block-modal .o-footer-top__flandria__mobil-homes {
    position: absolute;
    top: -30px;
    right: -30px;
  }
  .o-page .o-footer-top__flandria__mobil-homes > img,
  .coteo-block-modal .o-footer-top__flandria__mobil-homes > img {
    max-width: 300px;
  }
  .o-page .o-footer-bottom,
  .coteo-block-modal .o-footer-bottom {
    padding-top: 50px;
  }
  .o-page .o-footer-bottom::before,
  .coteo-block-modal .o-footer-bottom::before {
    height: 50px;
  }
  .o-page .o-footer-group::before,
  .coteo-block-modal .o-footer-group::before {
    bottom: -30px;
    left: 60px;
    width: calc(164px);
    height: calc(142px);
  }
  .o-page .o-footer-group::after,
  .coteo-block-modal .o-footer-group::after {
    bottom: -20px;
    right: 150px;
    width: calc(125.33333333px);
    height: calc(68px);
  }
  .o-page .o-footer-group__head,
  .coteo-block-modal .o-footer-group__head {
    height: 180px;
  }
  .o-page .o-footer-group__content,
  .coteo-block-modal .o-footer-group__content {
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .o-page .o-footer-group__content::after,
  .coteo-block-modal .o-footer-group__content::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: -30px;
    width: calc(120.66666667px);
    height: calc(238.66666667px);
    display: block;
    background-image: url("/application/themes/theme_simpleo_coteo/images/footer_nature_vacances/o-footer-group-starfish.png");
    background-size: cover;
  }
  .o-page .o-footer-group__content p,
  .coteo-block-modal .o-footer-group__content p {
    font-size: .9rem;
  }
  .o-page .o-footer-group__content ul,
  .coteo-block-modal .o-footer-group__content ul {
    flex-flow: row wrap;
    justify-content: start;
  }
  .o-page .o-footer-group__content ul > li > a,
  .coteo-block-modal .o-footer-group__content ul > li > a {
    font-size: .8rem;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a,
  .coteo-block-modal .o-cookies p,
  .coteo-block-modal .o-cookies a {
    font-size: .9rem;
  }
}
@media screen and (min-width: 960px) {
  .o-page .o-navigation .o-menu-mobile__logo a > img,
  .coteo-block-modal .o-navigation .o-menu-mobile__logo a > img {
    max-width: 220px;
  }
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent,
  .coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li a.nav-parent {
    font-size: 1.25rem;
    padding: 14px 15px;
  }
  .o-page .o-navigation .o-menu-offcanvas__coords p,
  .o-page .o-navigation .o-menu-offcanvas__coords span,
  .coteo-block-modal .o-navigation .o-menu-offcanvas__coords p,
  .coteo-block-modal .o-navigation .o-menu-offcanvas__coords span {
    font-size: 1.4rem;
  }
  .o-page .o-footer-top__flandria__detail,
  .coteo-block-modal .o-footer-top__flandria__detail {
    margin-top: -80px;
    padding-right: 0;
  }
  .o-page .o-footer-top__flandria__detail p,
  .coteo-block-modal .o-footer-top__flandria__detail p {
    font-size: 1.55rem;
  }
  .o-page .o-footer-top__flandria__list,
  .coteo-block-modal .o-footer-top__flandria__list {
    padding: 0;
  }
  .o-page .o-footer-top__flandria__list > li > img,
  .coteo-block-modal .o-footer-top__flandria__list > li > img {
    width: 50px;
  }
  .o-page .o-footer-top__flandria__mobil-homes > img,
  .coteo-block-modal .o-footer-top__flandria__mobil-homes > img {
    max-width: 350px;
  }
  .o-page .o-footer-bottom,
  .coteo-block-modal .o-footer-bottom {
    padding-top: 60px;
  }
  .o-page .o-footer-bottom::before,
  .coteo-block-modal .o-footer-bottom::before {
    height: 60px;
  }
  .o-page .o-footer-group,
  .coteo-block-modal .o-footer-group {
    margin-bottom: 30px;
  }
  .o-page .o-footer-group::before,
  .coteo-block-modal .o-footer-group::before {
    width: calc(205px);
    height: calc(177.5px);
    bottom: -60px;
    left: 100px;
  }
  .o-page .o-footer-group::after,
  .coteo-block-modal .o-footer-group::after {
    width: calc(156.66666667px);
    height: calc(85px);
    right: 280px;
  }
  .o-page .o-footer-group__head,
  .coteo-block-modal .o-footer-group__head {
    height: 220px;
  }
  .o-page .o-footer-group__head p,
  .coteo-block-modal .o-footer-group__head p {
    font-size: 2.2rem;
  }
  .o-page .o-footer-group__content,
  .coteo-block-modal .o-footer-group__content {
    padding-top: 40px;
    padding-bottom: 150px;
  }
  .o-page .o-footer-group__content::after,
  .coteo-block-modal .o-footer-group__content::after {
    width: calc(150.83333333px);
    height: calc(298.33333333px);
    right: -40px;
  }
  .o-page .o-footer-group__content p,
  .coteo-block-modal .o-footer-group__content p {
    font-size: 1.125rem;
  }
  .o-page .o-footer-group__content ul > li > a,
  .coteo-block-modal .o-footer-group__content ul > li > a {
    font-size: .95rem;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a,
  .coteo-block-modal .o-cookies p,
  .coteo-block-modal .o-cookies a {
    font-size: 1rem;
  }
  .o-page .o-cookies p,
  .coteo-block-modal .o-cookies p {
    padding: 5px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .o-navigation,
  .coteo-block-modal .o-navigation {
    background: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop__phone,
  .coteo-block-modal .o-navigation .o-menu-desktop__phone {
    display: flex;
    align-items: center;
  }
  .o-page .o-navigation .o-menu-desktop__phone::before,
  .coteo-block-modal .o-navigation .o-menu-desktop__phone::before {
    content: "call";
    font-family: 'Material Symbols Outlined';
    font-size: 3rem;
    margin-right: 8px;
  }
  .o-page .o-navigation .o-menu-desktop__phone a,
  .coteo-block-modal .o-navigation .o-menu-desktop__phone a {
    font-weight: bold;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.125rem;
  }
  .o-page .o-navigation .o-menu-desktop__phone a > span,
  .coteo-block-modal .o-navigation .o-menu-desktop__phone a > span {
    font-weight: normal;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left {
    width: 100%;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav {
    width: 100%;
    gap: 20px;
    display: flex;
    justify-content: space-between;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li:first-child,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li:first-child {
    display: none;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a span.uk-icon {
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true],
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true] {
    background: transparent;
    color: #3fa5e3;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open {
    background: #ffffff;
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a::after,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a::after,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a::after,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open::after,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open::after,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open::after,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a::after,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a::after,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a::after,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open::after,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open::after,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open::after {
    width: 100%;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a span.uk-icon,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a span.uk-icon,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a span.uk-icon,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open span.uk-icon,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open span.uk-icon,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open span.uk-icon {
    color: #000000;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected > a.uk-open:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.nav-path-selected.is-dropdown-submenu-parent > a.uk-open:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.uk-active > a.uk-open:hover {
    background: transparent;
    color: #3fa5e3;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a {
    color: #000000;
    font-size: 1.1rem;
    padding: 0;
    text-transform: initial;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    min-height: 40px;
    position: relative;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a::after,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a::after {
    content: "";
    width: 0;
    height: 6px;
    display: block;
    background: #3fa5e3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a:hover {
    background: transparent;
    color: #3fa5e3;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before,
  .coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
    font-size: 1.125rem;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a span,
  .coteo-block-modal .o-breadcrumb ol.uk-breadcrumb > li > a span {
    font-size: 1.125rem;
  }
  .o-page .o-footer-top__flandria__detail,
  .coteo-block-modal .o-footer-top__flandria__detail {
    margin-top: -110px;
    padding-right: 70px;
  }
  .o-page .o-footer-top__flandria__detail p,
  .coteo-block-modal .o-footer-top__flandria__detail p {
    font-size: 1.75rem;
  }
  .o-page .o-footer-top__flandria__list > li,
  .coteo-block-modal .o-footer-top__flandria__list > li {
    font-size: .9rem;
  }
  .o-page .o-footer-top__flandria__list > li > img,
  .coteo-block-modal .o-footer-top__flandria__list > li > img {
    width: 55px;
  }
  .o-page .o-footer-top__flandria__mobil-homes,
  .coteo-block-modal .o-footer-top__flandria__mobil-homes {
    top: -50px;
    right: -50px;
  }
  .o-page .o-footer-top__flandria__mobil-homes > img,
  .coteo-block-modal .o-footer-top__flandria__mobil-homes > img {
    max-width: 420px;
  }
  .o-page .o-footer-bottom,
  .coteo-block-modal .o-footer-bottom {
    padding-top: 80px;
  }
  .o-page .o-footer-bottom::before,
  .coteo-block-modal .o-footer-bottom::before {
    height: 80px;
  }
  .o-page .o-footer-bottom a[href*=tel],
  .coteo-block-modal .o-footer-bottom a[href*=tel] {
    font-size: 1.4rem;
  }
  .o-page .o-footer-group::before,
  .coteo-block-modal .o-footer-group::before {
    width: 246px;
    height: 213px;
    bottom: -70px;
    left: 150px;
  }
  .o-page .o-footer-group::after,
  .coteo-block-modal .o-footer-group::after {
    width: 188px;
    height: 102px;
    right: 180px;
  }
  .o-page .o-footer-group__head,
  .coteo-block-modal .o-footer-group__head {
    height: 250px;
  }
  .o-page .o-footer-group__head p,
  .coteo-block-modal .o-footer-group__head p {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .o-page .o-footer-group__head::after,
  .coteo-block-modal .o-footer-group__head::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -67px;
    width: calc(521.42857143px);
    height: calc(307.85714286px);
    background-image: url("/application/themes/theme_simpleo_coteo/images/footer_nature_vacances/back-footer-nature-et-vacances-famille.png");
    background-size: cover;
    background-position: bottom right;
  }
  .o-page .o-footer-group__content,
  .coteo-block-modal .o-footer-group__content {
    padding-top: 40px;
    padding-bottom: 180px;
    padding-left: 250px;
  }
  .o-page .o-footer-group__content::before,
  .coteo-block-modal .o-footer-group__content::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 40px;
    left: -90px;
    width: calc(309.16666667px);
    height: calc(388.33333333px);
    display: block;
    background-image: url("/application/themes/theme_simpleo_coteo/images/footer_nature_vacances/o-footer-group-rentals.png");
    background-size: cover;
  }
  .o-page .o-footer-group__content::after,
  .coteo-block-modal .o-footer-group__content::after {
    width: 181px;
    height: 358px;
    right: -70px;
  }
  .o-page .o-footer-group__content p,
  .coteo-block-modal .o-footer-group__content p {
    font-size: 1.4rem;
  }
  .o-page .o-footer-group__content ul,
  .coteo-block-modal .o-footer-group__content ul {
    flex-flow: column wrap;
  }
  .o-page .o-footer-group__content ul > li > a,
  .coteo-block-modal .o-footer-group__content ul > li > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav {
    gap: 40px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .o-navigation .o-menu-desktop__phone a,
  .coteo-block-modal .o-navigation .o-menu-desktop__phone a {
    font-size: 1.25rem;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav {
    gap: 40px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a {
    font-size: 1.25rem;
  }
  .o-page .o-footer-top__flandria__detail p,
  .coteo-block-modal .o-footer-top__flandria__detail p {
    font-size: 2rem;
  }
  .o-page .o-footer-top__flandria__list > li,
  .coteo-block-modal .o-footer-top__flandria__list > li {
    font-size: 1rem;
  }
  .o-page .o-footer-bottom a[href*=tel],
  .coteo-block-modal .o-footer-bottom a[href*=tel] {
    font-size: 1.5rem;
  }
  .o-page .o-footer-group::before,
  .coteo-block-modal .o-footer-group::before {
    bottom: -70px;
    left: 300px;
  }
  .o-page .o-footer-group__head,
  .coteo-block-modal .o-footer-group__head {
    height: 280px;
  }
  .o-page .o-footer-group__head p,
  .coteo-block-modal .o-footer-group__head p {
    font-size: 2.8rem;
  }
  .o-page .o-footer-group__head::after,
  .coteo-block-modal .o-footer-group__head::after {
    right: -94px;
    width: 730px;
    height: 431px;
  }
  .o-page .o-footer-group__content,
  .coteo-block-modal .o-footer-group__content {
    padding-top: 80px;
    padding-bottom: 190px;
    padding-left: 350px;
  }
  .o-page .o-footer-group__content::before,
  .coteo-block-modal .o-footer-group__content::before {
    width: 371px;
    height: 466px;
  }
  .o-page .o-footer-group__content p,
  .coteo-block-modal .o-footer-group__content p {
    font-size: 1.625rem;
  }
  .o-page .o-footer-group__content ul > li > a,
  .coteo-block-modal .o-footer-group__content ul > li > a {
    font-size: 1.125rem;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a,
  .coteo-block-modal .o-cookies p,
  .coteo-block-modal .o-cookies a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1800px) {
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav {
    gap: 50px;
  }
}
.o-page .c-header-banner,
.coteo-block-modal .c-header-banner {
  height: 200px;
}
.o-page .c-header-banner--home,
.coteo-block-modal .c-header-banner--home {
  height: 550px;
}
.o-page .c-header-banner__image,
.coteo-block-modal .c-header-banner__image {
  height: 100%;
}
.o-page .c-header-banner__content,
.coteo-block-modal .c-header-banner__content {
  width: 100%;
}
.o-page .c-header-banner__content h1,
.coteo-block-modal .c-header-banner__content h1 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: calc(2.15909091rem);
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 0 25px #000000;
}
.o-page .c-header-banner__content h1 > span,
.coteo-block-modal .c-header-banner__content h1 > span {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
}
.o-page .c-header-banner__content p,
.coteo-block-modal .c-header-banner__content p {
  color: #ffffff;
  font-size: 1rem;
  text-shadow: 0 0 25px #000000;
}
.o-page .c-header-banner__searchbar,
.coteo-block-modal .c-header-banner__searchbar {
  max-width: 280px;
}
.o-page .c-header-banner__searchbar > span,
.coteo-block-modal .c-header-banner__searchbar > span {
  background: #3fa5e3;
  color: #ffffff;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 8px 25px;
}
.o-page .c-departments .c-department,
.coteo-block-modal .c-departments .c-department {
  padding: 5px;
  -webkit-box-shadow: 0 5px 10px #aaaaaa;
  -moz-box-shadow: 0 5px 10px #aaaaaa;
  box-shadow: 0 5px 10px #aaaaaa;
}
.o-page .c-departments .c-department > a:hover .c-department__image > img,
.o-page .c-departments .c-department > a:focus .c-department__image > img,
.coteo-block-modal .c-departments .c-department > a:hover .c-department__image > img,
.coteo-block-modal .c-departments .c-department > a:focus .c-department__image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.o-page .c-departments .c-department__image,
.coteo-block-modal .c-departments .c-department__image {
  height: 260px;
  background: #000000;
}
.o-page .c-departments .c-department__image > img,
.coteo-block-modal .c-departments .c-department__image > img {
  -webkit-opacity: 83%;
  -moz-opacity: 83%;
  opacity: 83%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.o-page .c-departments .c-department__content h3,
.coteo-block-modal .c-departments .c-department__content h3 {
  color: #ffffff;
  font-weight: bold;
  font-weight: 700;
  text-shadow: 0 0 25px #000000;
}
.o-page .c-departments .c-department__quantity,
.coteo-block-modal .c-departments .c-department__quantity {
  padding: 5px 15px;
  background: #ffffff;
  color: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: .9rem;
}
.o-page .c-towns .uk-slider .c-town__image,
.coteo-block-modal .c-towns .uk-slider .c-town__image {
  height: 120px;
}
.o-page .c-towns .uk-slider .c-town__image > img,
.coteo-block-modal .c-towns .uk-slider .c-town__image > img {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -8px;
}
.o-page .c-towns .uk-slider .c-town__content h3,
.coteo-block-modal .c-towns .uk-slider .c-town__content h3 {
  font-size: .8rem;
  font-weight: bold;
  font-weight: 700;
  color: #000000;
}
.o-page .c-themes--home,
.o-page .c-rankings--home,
.coteo-block-modal .c-themes--home,
.coteo-block-modal .c-rankings--home {
  background: #e8f9fd;
}
.o-page .c-themes .c-theme > a,
.o-page .c-rankings .c-theme > a,
.o-page .c-themes .c-ranking > a,
.o-page .c-rankings .c-ranking > a,
.coteo-block-modal .c-themes .c-theme > a,
.coteo-block-modal .c-rankings .c-theme > a,
.coteo-block-modal .c-themes .c-ranking > a,
.coteo-block-modal .c-rankings .c-ranking > a {
  text-decoration: none;
}
.o-page .c-themes .c-theme > a:hover .c-theme__image > img,
.o-page .c-rankings .c-theme > a:hover .c-theme__image > img,
.o-page .c-themes .c-ranking > a:hover .c-theme__image > img,
.o-page .c-rankings .c-ranking > a:hover .c-theme__image > img,
.o-page .c-themes .c-theme > a:focus .c-theme__image > img,
.o-page .c-rankings .c-theme > a:focus .c-theme__image > img,
.o-page .c-themes .c-ranking > a:focus .c-theme__image > img,
.o-page .c-rankings .c-ranking > a:focus .c-theme__image > img,
.o-page .c-themes .c-theme > a:hover .c-ranking__image > img,
.o-page .c-rankings .c-theme > a:hover .c-ranking__image > img,
.o-page .c-themes .c-ranking > a:hover .c-ranking__image > img,
.o-page .c-rankings .c-ranking > a:hover .c-ranking__image > img,
.o-page .c-themes .c-theme > a:focus .c-ranking__image > img,
.o-page .c-rankings .c-theme > a:focus .c-ranking__image > img,
.o-page .c-themes .c-ranking > a:focus .c-ranking__image > img,
.o-page .c-rankings .c-ranking > a:focus .c-ranking__image > img,
.coteo-block-modal .c-themes .c-theme > a:hover .c-theme__image > img,
.coteo-block-modal .c-rankings .c-theme > a:hover .c-theme__image > img,
.coteo-block-modal .c-themes .c-ranking > a:hover .c-theme__image > img,
.coteo-block-modal .c-rankings .c-ranking > a:hover .c-theme__image > img,
.coteo-block-modal .c-themes .c-theme > a:focus .c-theme__image > img,
.coteo-block-modal .c-rankings .c-theme > a:focus .c-theme__image > img,
.coteo-block-modal .c-themes .c-ranking > a:focus .c-theme__image > img,
.coteo-block-modal .c-rankings .c-ranking > a:focus .c-theme__image > img,
.coteo-block-modal .c-themes .c-theme > a:hover .c-ranking__image > img,
.coteo-block-modal .c-rankings .c-theme > a:hover .c-ranking__image > img,
.coteo-block-modal .c-themes .c-ranking > a:hover .c-ranking__image > img,
.coteo-block-modal .c-rankings .c-ranking > a:hover .c-ranking__image > img,
.coteo-block-modal .c-themes .c-theme > a:focus .c-ranking__image > img,
.coteo-block-modal .c-rankings .c-theme > a:focus .c-ranking__image > img,
.coteo-block-modal .c-themes .c-ranking > a:focus .c-ranking__image > img,
.coteo-block-modal .c-rankings .c-ranking > a:focus .c-ranking__image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.o-page .c-themes .c-theme__image,
.o-page .c-rankings .c-theme__image,
.o-page .c-themes .c-ranking__image,
.o-page .c-rankings .c-ranking__image,
.coteo-block-modal .c-themes .c-theme__image,
.coteo-block-modal .c-rankings .c-theme__image,
.coteo-block-modal .c-themes .c-ranking__image,
.coteo-block-modal .c-rankings .c-ranking__image {
  height: 260px;
}
.o-page .c-themes .c-theme__image > img,
.o-page .c-rankings .c-theme__image > img,
.o-page .c-themes .c-ranking__image > img,
.o-page .c-rankings .c-ranking__image > img,
.coteo-block-modal .c-themes .c-theme__image > img,
.coteo-block-modal .c-rankings .c-theme__image > img,
.coteo-block-modal .c-themes .c-ranking__image > img,
.coteo-block-modal .c-rankings .c-ranking__image > img {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.o-page .c-themes .c-theme__content h3,
.o-page .c-rankings .c-theme__content h3,
.o-page .c-themes .c-ranking__content h3,
.o-page .c-rankings .c-ranking__content h3,
.coteo-block-modal .c-themes .c-theme__content h3,
.coteo-block-modal .c-rankings .c-theme__content h3,
.coteo-block-modal .c-themes .c-ranking__content h3,
.coteo-block-modal .c-rankings .c-ranking__content h3 {
  font-size: .8rem;
  font-weight: bold;
  font-weight: 700;
  color: #000000;
}
.o-page .c-unusuals .c-unusual,
.coteo-block-modal .c-unusuals .c-unusual {
  padding: 5px;
  -webkit-box-shadow: 0 5px 10px #aaaaaa;
  -moz-box-shadow: 0 5px 10px #aaaaaa;
  box-shadow: 0 5px 10px #aaaaaa;
}
.o-page .c-unusuals .c-unusual > a:hover .c-unusual__image > img,
.o-page .c-unusuals .c-unusual > a:focus .c-unusual__image > img,
.coteo-block-modal .c-unusuals .c-unusual > a:hover .c-unusual__image > img,
.coteo-block-modal .c-unusuals .c-unusual > a:focus .c-unusual__image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.o-page .c-unusuals .c-unusual__image,
.coteo-block-modal .c-unusuals .c-unusual__image {
  height: 260px;
  background: #000000;
}
.o-page .c-unusuals .c-unusual__image > img,
.coteo-block-modal .c-unusuals .c-unusual__image > img {
  -webkit-opacity: 83%;
  -moz-opacity: 83%;
  opacity: 83%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.o-page .c-unusuals .c-unusual__content h3,
.coteo-block-modal .c-unusuals .c-unusual__content h3 {
  color: #ffffff;
  font-weight: bold;
  font-weight: 700;
  text-shadow: 0 0 25px #000000;
}
.o-page .c-unusuals .c-unusual__chevron i,
.coteo-block-modal .c-unusuals .c-unusual__chevron i {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-page .c-campings .c-camping > a,
.coteo-block-modal .c-campings .c-camping > a {
  text-decoration: none;
}
.o-page .c-campings .c-camping > a:hover .c-camping__image > img,
.o-page .c-campings .c-camping > a:focus .c-camping__image > img,
.coteo-block-modal .c-campings .c-camping > a:hover .c-camping__image > img,
.coteo-block-modal .c-campings .c-camping > a:focus .c-camping__image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.o-page .c-campings .c-camping > a:hover .c-camping__content p,
.o-page .c-campings .c-camping > a:focus .c-camping__content p,
.o-page .c-campings .c-camping > a:hover .c-camping__content span,
.o-page .c-campings .c-camping > a:focus .c-camping__content span,
.o-page .c-campings .c-camping > a:hover .c-camping__content i,
.o-page .c-campings .c-camping > a:focus .c-camping__content i,
.coteo-block-modal .c-campings .c-camping > a:hover .c-camping__content p,
.coteo-block-modal .c-campings .c-camping > a:focus .c-camping__content p,
.coteo-block-modal .c-campings .c-camping > a:hover .c-camping__content span,
.coteo-block-modal .c-campings .c-camping > a:focus .c-camping__content span,
.coteo-block-modal .c-campings .c-camping > a:hover .c-camping__content i,
.coteo-block-modal .c-campings .c-camping > a:focus .c-camping__content i {
  color: #0d366e;
}
.o-page .c-campings .c-camping__image,
.coteo-block-modal .c-campings .c-camping__image {
  height: 180px;
}
.o-page .c-campings .c-camping__image > img,
.coteo-block-modal .c-campings .c-camping__image > img {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -8px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.o-page .c-campings .c-camping__content p,
.coteo-block-modal .c-campings .c-camping__content p {
  font-size: 1.125rem;
}
.o-page .c-campings .c-camping__location,
.coteo-block-modal .c-campings .c-camping__location {
  margin-top: 0;
}
.o-page .c-campings .c-camping__location p,
.coteo-block-modal .c-campings .c-camping__location p {
  font-size: .8rem;
  color: #3fa5e3;
}
.o-page .c-campings .c-camping__location i,
.coteo-block-modal .c-campings .c-camping__location i {
  font-size: 1.5rem;
  color: #3fa5e3;
  margin-right: 5px;
}
.o-page .c-campings .c-camping__ranking p,
.coteo-block-modal .c-campings .c-camping__ranking p {
  font-size: .9rem;
  margin-right: 5px;
}
.o-page .c-campings .c-camping__ranking i,
.coteo-block-modal .c-campings .c-camping__ranking i {
  color: #3fa5e3;
  font-size: 1.25rem;
}
@media screen and (min-width: 640px) {
  .o-page .c-header-banner,
  .coteo-block-modal .c-header-banner {
    height: 300px;
  }
  .o-page .c-header-banner--home,
  .coteo-block-modal .c-header-banner--home {
    height: 600px;
  }
  .o-page .c-header-banner__content h1,
  .coteo-block-modal .c-header-banner__content h1 {
    font-size: calc(2.71428571rem);
  }
  .o-page .c-header-banner__content p,
  .coteo-block-modal .c-header-banner__content p {
    font-size: 1.25rem;
  }
  .o-page .c-departments .c-department__image,
  .coteo-block-modal .c-departments .c-department__image {
    height: 260px;
  }
  .o-page .c-towns .uk-slider .c-town__image,
  .coteo-block-modal .c-towns .uk-slider .c-town__image {
    height: 140px;
  }
  .o-page .c-themes .c-theme__image,
  .o-page .c-rankings .c-theme__image,
  .o-page .c-themes .c-ranking__image,
  .o-page .c-rankings .c-ranking__image,
  .coteo-block-modal .c-themes .c-theme__image,
  .coteo-block-modal .c-rankings .c-theme__image,
  .coteo-block-modal .c-themes .c-ranking__image,
  .coteo-block-modal .c-rankings .c-ranking__image {
    height: 320px;
  }
  .o-page .c-unusuals .c-unusual__image,
  .coteo-block-modal .c-unusuals .c-unusual__image {
    height: 260px;
  }
  .o-page .c-campings .c-camping__image,
  .coteo-block-modal .c-campings .c-camping__image {
    height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .o-page .c-header-banner,
  .coteo-block-modal .c-header-banner {
    height: 350px;
  }
  .o-page .c-header-banner--home,
  .coteo-block-modal .c-header-banner--home {
    height: 650px;
  }
  .o-page .c-header-banner__content h1,
  .coteo-block-modal .c-header-banner__content h1 {
    font-size: calc(3.8rem);
  }
  .o-page .c-header-banner__content p,
  .coteo-block-modal .c-header-banner__content p {
    font-size: 1.5rem;
  }
  .o-page .c-header-banner__searchbar,
  .coteo-block-modal .c-header-banner__searchbar {
    max-width: 320px;
  }
  .o-page .c-departments .c-department__image,
  .coteo-block-modal .c-departments .c-department__image {
    height: 320px;
  }
  .o-page .c-towns .uk-slider .c-town__image,
  .coteo-block-modal .c-towns .uk-slider .c-town__image {
    height: 180px;
  }
  .o-page .c-towns .uk-slider .c-town__content h3,
  .coteo-block-modal .c-towns .uk-slider .c-town__content h3 {
    font-size: .9rem;
  }
  .o-page .c-towns .uk-slider a[class*=uk-position-center-],
  .coteo-block-modal .c-towns .uk-slider a[class*=uk-position-center-] {
    background: #ffffff;
    color: #3fa5e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    top: 70px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 10px #aaaaaa;
    -moz-box-shadow: 0 0 10px #aaaaaa;
    box-shadow: 0 0 10px #aaaaaa;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-left,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-left {
    left: -25px;
    justify-content: center;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-right,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-right {
    right: -25px;
    justify-content: center;
  }
  .o-page .c-themes .c-theme__image,
  .o-page .c-rankings .c-theme__image,
  .o-page .c-themes .c-ranking__image,
  .o-page .c-rankings .c-ranking__image,
  .coteo-block-modal .c-themes .c-theme__image,
  .coteo-block-modal .c-rankings .c-theme__image,
  .coteo-block-modal .c-themes .c-ranking__image,
  .coteo-block-modal .c-rankings .c-ranking__image {
    height: 350px;
  }
  .o-page .c-themes .c-theme__content h3,
  .o-page .c-rankings .c-theme__content h3,
  .o-page .c-themes .c-ranking__content h3,
  .o-page .c-rankings .c-ranking__content h3,
  .coteo-block-modal .c-themes .c-theme__content h3,
  .coteo-block-modal .c-rankings .c-theme__content h3,
  .coteo-block-modal .c-themes .c-ranking__content h3,
  .coteo-block-modal .c-rankings .c-ranking__content h3 {
    font-size: .9rem;
  }
  .o-page .c-unusuals .c-unusual__image,
  .coteo-block-modal .c-unusuals .c-unusual__image {
    height: 320px;
  }
  .o-page .c-campings .c-camping__image,
  .coteo-block-modal .c-campings .c-camping__image {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .c-header-banner,
  .coteo-block-modal .c-header-banner {
    height: 400px;
  }
  .o-page .c-header-banner--home,
  .coteo-block-modal .c-header-banner--home {
    height: 600px;
  }
  .o-page .c-header-banner__content h1,
  .coteo-block-modal .c-header-banner__content h1 {
    font-size: 4.75rem;
  }
  .o-page .c-header-banner__content p,
  .coteo-block-modal .c-header-banner__content p {
    font-size: 1.6rem;
  }
  .o-page .c-header-banner__searchbar,
  .coteo-block-modal .c-header-banner__searchbar {
    max-width: 340px;
  }
  .o-page .c-departments .c-department__image,
  .coteo-block-modal .c-departments .c-department__image {
    height: 280px;
  }
  .o-page .c-towns .uk-slider a[class*=uk-position-center-],
  .coteo-block-modal .c-towns .uk-slider a[class*=uk-position-center-] {
    top: 60px;
    width: 100px;
    height: 100px;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-left,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-left {
    left: -50px;
    justify-content: right;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-left > i,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-left > i {
    margin-right: 20px;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-right,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-right {
    right: -50px;
    justify-content: left;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-right > i,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-right > i {
    margin-left: 20px;
  }
  .o-page .c-unusuals .c-unusual__image,
  .coteo-block-modal .c-unusuals .c-unusual__image {
    height: 280px;
  }
  .o-page .c-campings .c-camping__image,
  .coteo-block-modal .c-campings .c-camping__image {
    height: 240px;
  }
  .o-page .c-campings .c-camping__content p,
  .coteo-block-modal .c-campings .c-camping__content p {
    font-size: 1.25rem;
  }
  .o-page .c-campings .c-camping__location p,
  .coteo-block-modal .c-campings .c-camping__location p {
    font-size: 1rem;
  }
  .o-page .c-campings .c-camping__ranking p,
  .coteo-block-modal .c-campings .c-camping__ranking p {
    font-size: 1.125rem;
  }
  .o-page .c-campings .c-camping__ranking i,
  .coteo-block-modal .c-campings .c-camping__ranking i {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .c-header-banner,
  .coteo-block-modal .c-header-banner {
    height: 500px;
  }
  .o-page .c-header-banner--home,
  .coteo-block-modal .c-header-banner--home {
    height: 800px;
  }
  .o-page .c-header-banner__content,
  .coteo-block-modal .c-header-banner__content {
    width: 1400px;
  }
  .o-page .c-header-banner__content p,
  .coteo-block-modal .c-header-banner__content p {
    font-size: 1.875rem;
  }
  .o-page .c-header-banner__searchbar,
  .coteo-block-modal .c-header-banner__searchbar {
    max-width: 390px;
  }
  .o-page .c-departments .c-department__image,
  .coteo-block-modal .c-departments .c-department__image {
    height: 350px;
  }
  .o-page .c-departments .c-department__quantity,
  .coteo-block-modal .c-departments .c-department__quantity {
    font-size: 1rem;
  }
  .o-page .c-towns .uk-slider .c-town__image,
  .coteo-block-modal .c-towns .uk-slider .c-town__image {
    height: 200px;
  }
  .o-page .c-towns .uk-slider .c-town__content h3,
  .coteo-block-modal .c-towns .uk-slider .c-town__content h3 {
    font-size: 1.125rem;
  }
  .o-page .c-towns .uk-slider a[class*=uk-position-center-],
  .coteo-block-modal .c-towns .uk-slider a[class*=uk-position-center-] {
    top: 90px;
    width: 140px;
    height: 140px;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-left,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-left {
    left: -75px;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-left > i,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-left > i {
    margin-right: 35px;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-right,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-right {
    right: -75px;
  }
  .o-page .c-towns .uk-slider a.uk-position-center-right > i,
  .coteo-block-modal .c-towns .uk-slider a.uk-position-center-right > i {
    margin-left: 35px;
  }
  .o-page .c-themes .c-theme__image,
  .o-page .c-rankings .c-theme__image,
  .o-page .c-themes .c-ranking__image,
  .o-page .c-rankings .c-ranking__image,
  .coteo-block-modal .c-themes .c-theme__image,
  .coteo-block-modal .c-rankings .c-theme__image,
  .coteo-block-modal .c-themes .c-ranking__image,
  .coteo-block-modal .c-rankings .c-ranking__image {
    height: 480px;
  }
  .o-page .c-themes .c-theme__content h3,
  .o-page .c-rankings .c-theme__content h3,
  .o-page .c-themes .c-ranking__content h3,
  .o-page .c-rankings .c-ranking__content h3,
  .coteo-block-modal .c-themes .c-theme__content h3,
  .coteo-block-modal .c-rankings .c-theme__content h3,
  .coteo-block-modal .c-themes .c-ranking__content h3,
  .coteo-block-modal .c-rankings .c-ranking__content h3 {
    font-size: 1.125rem;
  }
  .o-page .c-unusuals .c-unusual__image,
  .coteo-block-modal .c-unusuals .c-unusual__image {
    height: 350px;
  }
  .o-page .c-campings .c-camping__image,
  .coteo-block-modal .c-campings .c-camping__image {
    height: 320px;
  }
}
.o-page .tpl-campings-facet__filters,
.o-page .tpl-campings-facet__orders,
.coteo-block-modal .tpl-campings-facet__filters,
.coteo-block-modal .tpl-campings-facet__orders {
  border: 3px solid #a9ebfb;
  border-top: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.o-page .tpl-campings-facet__filters__category,
.o-page .tpl-campings-facet__orders__category,
.coteo-block-modal .tpl-campings-facet__filters__category,
.coteo-block-modal .tpl-campings-facet__orders__category {
  border-top: 3px solid #a9ebfb !important;
}
.o-page .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
.o-page .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header {
  text-transform: initial;
  color: #0d366e;
  font-size: 1.125rem;
  width: 100%;
}
.o-page .tpl-campings-facet__filters ul.c-filters > li.uk-active > a,
.o-page .tpl-campings-facet__orders ul.c-filters > li.uk-active > a,
.o-page .tpl-campings-facet__filters ul.c-filters > li.uk-active > a:hover,
.o-page .tpl-campings-facet__orders ul.c-filters > li.uk-active > a:hover,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-active > a,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-active > a,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-active > a:hover,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-active > a:hover {
  padding: 4px 10px;
  background: #3fa5e3;
  color: #ffffff;
  border: 0;
}
.o-page .tpl-campings-facet__filters ul.c-filters > li.uk-active > a > span,
.o-page .tpl-campings-facet__orders ul.c-filters > li.uk-active > a > span,
.o-page .tpl-campings-facet__filters ul.c-filters > li.uk-active > a:hover > span,
.o-page .tpl-campings-facet__orders ul.c-filters > li.uk-active > a:hover > span,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-active > a > span,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-active > a > span,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-active > a:hover > span,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-active > a:hover > span {
  color: #ffffff;
}
.o-page .tpl-campings-facet__filters ul.c-filters > li.uk-disabled > a,
.o-page .tpl-campings-facet__orders ul.c-filters > li.uk-disabled > a,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-disabled > a,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-disabled > a {
  text-decoration: line-through;
}
.o-page .tpl-campings-facet__filters ul.c-filters > li > a,
.o-page .tpl-campings-facet__orders ul.c-filters > li > a,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li > a,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li > a {
  text-transform: initial;
  text-decoration: none;
  padding: 4px 0;
  font-size: .9rem;
  display: inline-block;
}
.o-page .tpl-campings-facet__filters ul.c-filters > li > a > span,
.o-page .tpl-campings-facet__orders ul.c-filters > li > a > span,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li > a > span,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li > a > span {
  color: #3fa5e3;
}
.o-page .tpl-campings-facet__filters ul.c-filters > li > a:hover,
.o-page .tpl-campings-facet__orders ul.c-filters > li > a:hover,
.coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li > a:hover,
.coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li > a:hover {
  background: transparent;
  color: #3fa5e3;
}
.o-page .tpl-campings-facet__result h2 > a.uk-label,
.coteo-block-modal .tpl-campings-facet__result h2 > a.uk-label {
  text-transform: initial;
  text-decoration: none;
  color: #ffffff;
  background: #3fa5e3;
  font-weight: normal;
  padding: 4px 10px;
  border: 0;
}
.o-page .tpl-campings-facet__orders,
.coteo-block-modal .tpl-campings-facet__orders {
  border: 3px solid #a9ebfb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e8f9fd;
}
@media screen and (min-width: 640px) {
  .o-page .tpl-campings-facet__filters ul.c-filters,
  .o-page .tpl-campings-facet__orders ul.c-filters,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters {
    display: flex;
    flex-flow: row wrap;
  }
  .o-page .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
  .o-page .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header {
    font-size: 1.125rem;
  }
  .o-page .tpl-campings-facet__filters ul.c-filters > li > a,
  .o-page .tpl-campings-facet__orders ul.c-filters > li > a,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li > a,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li > a {
    font-size: .9rem;
  }
  .o-page .tpl-campings-facet__orders ul.c-filters,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters {
    flex-flow: row wrap;
    align-items: center;
  }
  .o-page .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .tpl-campings-facet__filters,
  .o-page .tpl-campings-facet__orders,
  .coteo-block-modal .tpl-campings-facet__filters,
  .coteo-block-modal .tpl-campings-facet__orders {
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #a9ebfb;
    border-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .o-page .tpl-campings-facet__filters ul.c-filters,
  .o-page .tpl-campings-facet__orders ul.c-filters,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters {
    flex-flow: column wrap;
    align-items: start;
  }
  .o-page .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
  .o-page .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header {
    font-size: 1.25rem;
  }
  .o-page .tpl-campings-facet__filters ul.c-filters > li > a,
  .o-page .tpl-campings-facet__orders ul.c-filters > li > a,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li > a,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li > a {
    font-size: 1rem;
  }
  .o-page .tpl-campings-facet__orders,
  .coteo-block-modal .tpl-campings-facet__orders {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #a9ebfb;
  }
  .o-page .tpl-campings-facet__orders ul.c-filters,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters {
    flex-flow: row wrap;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .tpl-campings-facet__filters__category,
  .o-page .tpl-campings-facet__orders__category,
  .coteo-block-modal .tpl-campings-facet__filters__category,
  .coteo-block-modal .tpl-campings-facet__orders__category {
    border-left: 0;
  }
  .o-page .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
  .o-page .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li.uk-nav-header,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li.uk-nav-header {
    font-size: 1.625rem;
  }
  .o-page .tpl-campings-facet__filters ul.c-filters > li > a,
  .o-page .tpl-campings-facet__orders ul.c-filters > li > a,
  .coteo-block-modal .tpl-campings-facet__filters ul.c-filters > li > a,
  .coteo-block-modal .tpl-campings-facet__orders ul.c-filters > li > a {
    font-size: 1.25rem;
  }
}
.o-page .tpl-camping-page h1,
.o-page .tpl-camping-page .h1-like,
.coteo-block-modal .tpl-camping-page h1,
.coteo-block-modal .tpl-camping-page .h1-like {
  font-size: calc(2rem);
  line-height: 1.1;
}
.o-page .tpl-camping-page h1 > span,
.o-page .tpl-camping-page .h1-like > span,
.coteo-block-modal .tpl-camping-page h1 > span,
.coteo-block-modal .tpl-camping-page .h1-like > span {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-weight: 700;
}
.o-page .tpl-camping-page h2,
.o-page .tpl-camping-page .h2-like,
.coteo-block-modal .tpl-camping-page h2,
.coteo-block-modal .tpl-camping-page .h2-like {
  font-size: calc(1.25rem);
  line-height: 1.5;
}
.o-page .tpl-camping-page h2 > span,
.o-page .tpl-camping-page .h2-like > span,
.coteo-block-modal .tpl-camping-page h2 > span,
.coteo-block-modal .tpl-camping-page .h2-like > span {
  display: block;
  color: inherit;
  font-size: 1.125rem;
  color: #3fa5e3;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 10px;
}
.o-page .tpl-camping-page h3,
.o-page .tpl-camping-page .h3-like,
.coteo-block-modal .tpl-camping-page h3,
.coteo-block-modal .tpl-camping-page .h3-like {
  font-size: calc(1.08333333rem);
  line-height: 1.2;
}
.o-page .tpl-camping-page h3 > span,
.o-page .tpl-camping-page .h3-like > span,
.coteo-block-modal .tpl-camping-page h3 > span,
.coteo-block-modal .tpl-camping-page .h3-like > span {
  display: block;
  color: inherit;
  font-size: 1.125rem;
  color: #3fa5e3;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 10px;
}
.o-page .tpl-camping-page h4,
.o-page .tpl-camping-page .h4-like,
.coteo-block-modal .tpl-camping-page h4,
.coteo-block-modal .tpl-camping-page .h4-like {
  font-size: calc(1rem);
}
.o-page .tpl-camping-page h5,
.o-page .tpl-camping-page .h5-like,
.coteo-block-modal .tpl-camping-page h5,
.coteo-block-modal .tpl-camping-page .h5-like {
  font-size: calc(0.91666667rem);
}
.o-page .tpl-camping-page h6,
.o-page .tpl-camping-page .h6-like,
.coteo-block-modal .tpl-camping-page h6,
.coteo-block-modal .tpl-camping-page .h6-like {
  font-size: calc(0.83333333rem);
}
.o-page .tpl-camping-page__head h1,
.coteo-block-modal .tpl-camping-page__head h1 {
  font-weight: bold;
  font-weight: 700;
}
.o-page .tpl-camping-page__head__ranking .material-symbols-outlined,
.coteo-block-modal .tpl-camping-page__head__ranking .material-symbols-outlined {
  color: #3fa5e3;
  font-size: 2rem;
}
.o-page .tpl-camping-page__head__phone,
.coteo-block-modal .tpl-camping-page__head__phone {
  display: flex;
  align-items: center;
}
.o-page .tpl-camping-page__head__phone::before,
.coteo-block-modal .tpl-camping-page__head__phone::before {
  content: "call";
  font-family: 'Material Symbols Outlined';
  font-size: 1.8rem;
  margin-right: 5px;
}
.o-page .tpl-camping-page__head__phone a,
.coteo-block-modal .tpl-camping-page__head__phone a {
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  color: #3fa5e3;
  font-size: 1.125rem;
}
.o-page .tpl-camping-page__head__phone a > span,
.coteo-block-modal .tpl-camping-page__head__phone a > span {
  font-weight: normal;
  font-size: .9rem;
}
.o-page .tpl-camping-page__head__phone a:hover,
.coteo-block-modal .tpl-camping-page__head__phone a:hover {
  color: #0d366e;
}
.o-page .tpl-camping-page__gallery .uk-grid.uk-grid-small,
.coteo-block-modal .tpl-camping-page__gallery .uk-grid.uk-grid-small {
  margin-left: -7px;
}
.o-page .tpl-camping-page__gallery .uk-grid.uk-grid-small > *,
.coteo-block-modal .tpl-camping-page__gallery .uk-grid.uk-grid-small > * {
  padding-left: 7px;
}
.o-page .tpl-camping-page__gallery .uk-grid.uk-grid-small > .uk-grid-margin,
.coteo-block-modal .tpl-camping-page__gallery .uk-grid.uk-grid-small > .uk-grid-margin {
  margin-top: 7px;
}
.o-page .tpl-camping-page__gallery__image,
.coteo-block-modal .tpl-camping-page__gallery__image {
  height: 150px;
}
.o-page .tpl-camping-page__gallery__image--first,
.coteo-block-modal .tpl-camping-page__gallery__image--first {
  height: 220px;
}
.o-page .tpl-camping-page__gallery a,
.coteo-block-modal .tpl-camping-page__gallery a {
  background: rgba(63, 165, 227, 0.8);
  color: #ffffff;
}
.o-page .tpl-camping-page__gallery a .uk-overlay,
.coteo-block-modal .tpl-camping-page__gallery a .uk-overlay {
  background: rgba(63, 165, 227, 0.75);
}
.o-page .tpl-camping-page__gallery a i,
.coteo-block-modal .tpl-camping-page__gallery a i {
  font-size: 3rem;
}
.o-page .tpl-camping-page__gallery a:hover,
.coteo-block-modal .tpl-camping-page__gallery a:hover {
  color: #ffffff;
}
.o-page .tpl-camping-page__gallery a:hover .uk-overlay,
.coteo-block-modal .tpl-camping-page__gallery a:hover .uk-overlay {
  background: rgba(63, 165, 227, 0.9);
}
.o-page .tpl-camping-page__nav,
.coteo-block-modal .tpl-camping-page__nav {
  background: #ffffff;
  border-bottom: 2px solid #c8c8c8;
  position: relative;
}
.o-page .tpl-camping-page__nav::after,
.coteo-block-modal .tpl-camping-page__nav::after {
  content: '';
  width: 100%;
  height: 33px;
  background-image: url(/application/themes/theme_simpleo_coteo/images/tpl-camping-page-nav-after.png);
  background-position: top left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.o-page .tpl-camping-page__nav ul > li.uk-active > a,
.coteo-block-modal .tpl-camping-page__nav ul > li.uk-active > a {
  color: #000000;
  border-bottom-color: #3fa5e3;
}
.o-page .tpl-camping-page__nav ul > li > a,
.coteo-block-modal .tpl-camping-page__nav ul > li > a {
  color: #000000;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  min-height: 60px;
  padding: 25px 0 15px;
}
.o-page .tpl-camping-page__right-column,
.coteo-block-modal .tpl-camping-page__right-column {
  border: 3px solid #a9ebfb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.o-page .tpl-camping-page__right-column > div > div:nth-child(n+3),
.coteo-block-modal .tpl-camping-page__right-column > div > div:nth-child(n+3) {
  position: relative;
}
.o-page .tpl-camping-page__right-column > div > div:nth-child(n+3)::after,
.coteo-block-modal .tpl-camping-page__right-column > div > div:nth-child(n+3)::after {
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: #DFDFDF;
  margin: 0 auto;
}
.o-page .tpl-camping-page__right-column__notation,
.coteo-block-modal .tpl-camping-page__right-column__notation {
  background: #e8f9fd;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.o-page .tpl-camping-page__right-column__notation span,
.coteo-block-modal .tpl-camping-page__right-column__notation span {
  color: #0d366e;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: -2px;
}
.o-page .tpl-camping-page__right-column__notation span > sup,
.coteo-block-modal .tpl-camping-page__right-column__notation span > sup {
  font-size: .6em;
  letter-spacing: -2px;
}
.o-page .tpl-camping-page__right-column__opening p.h4-like,
.coteo-block-modal .tpl-camping-page__right-column__opening p.h4-like {
  color: #000000;
  font-weight: 400;
}
.o-page .tpl-camping-page__right-column__opening p.h4-like > span,
.coteo-block-modal .tpl-camping-page__right-column__opening p.h4-like > span {
  font-weight: 800;
  font-size: inherit;
}
.o-page .tpl-camping-page__right-column p + p,
.coteo-block-modal .tpl-camping-page__right-column p + p {
  margin-bottom: 0;
}
.o-page .tpl-camping-page__share ul li a,
.coteo-block-modal .tpl-camping-page__share ul li a {
  text-decoration: none;
}
.o-page .tpl-camping-page__share ul li a + div > ul > li > a,
.coteo-block-modal .tpl-camping-page__share ul li a + div > ul > li > a {
  font-size: 1rem;
}
.o-page .tpl-camping-page__featured-asset,
.coteo-block-modal .tpl-camping-page__featured-asset {
  border: 3px solid #a9ebfb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.o-page .tpl-camping-page__description,
.coteo-block-modal .tpl-camping-page__description {
  height: 150px;
  overflow: hidden;
}
.o-page .tpl-camping-page__description--all,
.coteo-block-modal .tpl-camping-page__description--all {
  height: auto;
  overflow: auto;
}
.o-page .tpl-camping-page__description__more,
.coteo-block-modal .tpl-camping-page__description__more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.o-page .tpl-camping-page__description__more > span,
.coteo-block-modal .tpl-camping-page__description__more > span {
  text-decoration: underline;
  cursor: pointer;
}
.o-page .tpl-camping-page__description__more--all,
.coteo-block-modal .tpl-camping-page__description__more--all {
  position: relative;
}
.o-page .tpl-camping-page__description__mask,
.coteo-block-modal .tpl-camping-page__description__mask {
  z-index: 1;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background: -webkit-linear-gradient(top, transparent, #ffffff);
  background: -moz-linear-gradient(top, transparent, #ffffff);
  background: -ms-linear-gradient(top, transparent, #ffffff);
  background: -o-linear-gradient(top, transparent, #ffffff);
  border-bottom: 30px solid #ffffff;
}
.o-page .tpl-camping-page__description__mask--all,
.coteo-block-modal .tpl-camping-page__description__mask--all {
  display: none;
}
.o-page .tpl-camping-page__focus .tpl-camping-page__focus__infos,
.coteo-block-modal .tpl-camping-page__focus .tpl-camping-page__focus__infos {
  width: 80vw;
}
.o-page .tpl-camping-page__focus .tpl-camping-page__focus__infos h3,
.coteo-block-modal .tpl-camping-page__focus .tpl-camping-page__focus__infos h3 {
  font-weight: 700;
}
.o-page .tpl-camping-page__focus .tpl-camping-page__focus__infos h3 > span,
.coteo-block-modal .tpl-camping-page__focus .tpl-camping-page__focus__infos h3 > span {
  margin-bottom: 10px;
}
.o-page .tpl-camping-page__focus .tpl-camping-page__focus__infos a,
.coteo-block-modal .tpl-camping-page__focus .tpl-camping-page__focus__infos a {
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.o-page .tpl-camping-page__focus .tpl-camping-page__focus__infos a::after,
.coteo-block-modal .tpl-camping-page__focus .tpl-camping-page__focus__infos a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #3fa5e3;
}
.o-page .tpl-camping-page__activities--outdoor,
.coteo-block-modal .tpl-camping-page__activities--outdoor {
  background: #e8f9fd;
}
.o-page .tpl-camping-page__activities ul > li,
.coteo-block-modal .tpl-camping-page__activities ul > li {
  font-size: .9rem;
}
.o-page .tpl-camping-page__activities ul > li > span,
.coteo-block-modal .tpl-camping-page__activities ul > li > span {
  color: #3fa5e3;
  margin-left: 5px;
  font-size: inherit;
}
.o-page .tpl-camping-page__activities__more,
.coteo-block-modal .tpl-camping-page__activities__more {
  font-size: .9rem;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
}
.o-page .tpl-camping-page__activities__more:hover,
.coteo-block-modal .tpl-camping-page__activities__more:hover {
  color: #3fa5e3;
}
.o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items,
.coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items {
  height: 350px;
}
.o-page .tpl-camping-page__prices ul.uk-tab::before,
.coteo-block-modal .tpl-camping-page__prices ul.uk-tab::before {
  border-color: #c8c8c8;
}
.o-page .tpl-camping-page__prices ul.uk-tab > li.uk-active > a,
.coteo-block-modal .tpl-camping-page__prices ul.uk-tab > li.uk-active > a {
  background: #3fa5e3;
  color: #ffffff;
  border: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.o-page .tpl-camping-page__prices ul.uk-tab > li.uk-active.uk-active--gold > a,
.coteo-block-modal .tpl-camping-page__prices ul.uk-tab > li.uk-active.uk-active--gold > a {
  background: #f4c014;
}
.o-page .tpl-camping-page__prices ul.uk-tab > li > a,
.coteo-block-modal .tpl-camping-page__prices ul.uk-tab > li > a {
  text-decoration: none;
  text-transform: initial;
  padding: 8px 15px 6px;
  color: #515151;
}
.o-page .tpl-camping-page__others,
.coteo-block-modal .tpl-camping-page__others {
  background: #e8f9fd;
}
@media screen and (min-width: 640px) {
  .o-page .tpl-camping-page__head__address a,
  .coteo-block-modal .tpl-camping-page__head__address a {
    text-decoration: none;
    position: relative;
  }
  .o-page .tpl-camping-page__head__address a::after,
  .coteo-block-modal .tpl-camping-page__head__address a::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #3fa5e3;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .o-page .tpl-camping-page__head__phone::before,
  .coteo-block-modal .tpl-camping-page__head__phone::before {
    font-size: 3rem;
    margin-right: 8px;
  }
  .o-page .tpl-camping-page__head__phone a,
  .coteo-block-modal .tpl-camping-page__head__phone a {
    font-size: 1.25rem;
  }
  .o-page .tpl-camping-page__head__phone a > span,
  .coteo-block-modal .tpl-camping-page__head__phone a > span {
    font-size: 1rem;
  }
  .o-page .tpl-camping-page__gallery__image,
  .coteo-block-modal .tpl-camping-page__gallery__image {
    height: 200px;
  }
  .o-page .tpl-camping-page__gallery__image--first,
  .coteo-block-modal .tpl-camping-page__gallery__image--first {
    height: 320px;
  }
  .o-page .tpl-camping-page__focus .tpl-camping-page__focus__infos,
  .coteo-block-modal .tpl-camping-page__focus .tpl-camping-page__focus__infos {
    width: 500px;
  }
  .o-page .tpl-camping-page__activities ul > li,
  .coteo-block-modal .tpl-camping-page__activities ul > li {
    font-size: 1rem;
  }
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items {
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .o-page .tpl-camping-page h1,
  .o-page .tpl-camping-page .h1-like,
  .coteo-block-modal .tpl-camping-page h1,
  .coteo-block-modal .tpl-camping-page .h1-like {
    font-size: calc(2rem);
  }
  .o-page .tpl-camping-page h2,
  .o-page .tpl-camping-page .h2-like,
  .coteo-block-modal .tpl-camping-page h2,
  .coteo-block-modal .tpl-camping-page .h2-like {
    font-size: calc(1.25em);
  }
  .o-page .tpl-camping-page h3,
  .o-page .tpl-camping-page .h3-like,
  .coteo-block-modal .tpl-camping-page h3,
  .coteo-block-modal .tpl-camping-page .h3-like {
    font-size: calc(1.3rem);
  }
  .o-page .tpl-camping-page h4,
  .o-page .tpl-camping-page .h4-like,
  .coteo-block-modal .tpl-camping-page h4,
  .coteo-block-modal .tpl-camping-page .h4-like {
    font-size: calc(1.2rem);
  }
  .o-page .tpl-camping-page h5,
  .o-page .tpl-camping-page .h5-like,
  .coteo-block-modal .tpl-camping-page h5,
  .coteo-block-modal .tpl-camping-page .h5-like {
    font-size: calc(1.1rem);
  }
  .o-page .tpl-camping-page h6,
  .o-page .tpl-camping-page .h6-like,
  .coteo-block-modal .tpl-camping-page h6,
  .coteo-block-modal .tpl-camping-page .h6-like {
    font-size: calc(1rem);
  }
  .o-page .tpl-camping-page__gallery__image,
  .coteo-block-modal .tpl-camping-page__gallery__image {
    height: 200px;
  }
  .o-page .tpl-camping-page__gallery__image--first,
  .coteo-block-modal .tpl-camping-page__gallery__image--first {
    height: 100%;
  }
  .o-page .tpl-camping-page__gallery a i,
  .coteo-block-modal .tpl-camping-page__gallery a i {
    font-size: 4rem;
  }
  .o-page .tpl-camping-page__nav ul > li > a,
  .coteo-block-modal .tpl-camping-page__nav ul > li > a {
    padding: 25px 0 20px;
  }
  .o-page .tpl-camping-page__focus .tpl-camping-page__focus__infos,
  .coteo-block-modal .tpl-camping-page__focus .tpl-camping-page__focus__infos {
    left: initial;
    right: 0;
  }
  .o-page .tpl-camping-page__activities--indoor .tpl-camping-page__activities__slideshow,
  .coteo-block-modal .tpl-camping-page__activities--indoor .tpl-camping-page__activities__slideshow {
    margin-top: 40px;
  }
  .o-page .tpl-camping-page__activities ul > li,
  .coteo-block-modal .tpl-camping-page__activities ul > li {
    font-size: 1rem;
  }
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items {
    height: 600px;
  }
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-left,
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-right,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-left,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-right {
    bottom: -70px;
  }
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-left a.uk-slidenav,
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-right a.uk-slidenav,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-left a.uk-slidenav,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-right a.uk-slidenav {
    background: #ffffff;
    color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e3e3e5;
    text-decoration: none;
  }
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-left a.uk-slidenav:hover,
  .o-page .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-right a.uk-slidenav:hover,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-left a.uk-slidenav:hover,
  .coteo-block-modal .tpl-camping-page__activities__slideshow .uk-slideshow-items + div.uk-position-bottom-right a.uk-slidenav:hover {
    background: #e3e3e5;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .tpl-camping-page h1,
  .o-page .tpl-camping-page .h1-like,
  .coteo-block-modal .tpl-camping-page h1,
  .coteo-block-modal .tpl-camping-page .h1-like {
    font-size: calc(2.4rem);
  }
  .o-page .tpl-camping-page h2,
  .o-page .tpl-camping-page .h2-like,
  .coteo-block-modal .tpl-camping-page h2,
  .coteo-block-modal .tpl-camping-page .h2-like {
    font-size: calc(1.5em);
  }
  .o-page .tpl-camping-page h3,
  .o-page .tpl-camping-page .h3-like,
  .coteo-block-modal .tpl-camping-page h3,
  .coteo-block-modal .tpl-camping-page .h3-like {
    font-size: calc(1.44444444rem);
  }
  .o-page .tpl-camping-page h4,
  .o-page .tpl-camping-page .h4-like,
  .coteo-block-modal .tpl-camping-page h4,
  .coteo-block-modal .tpl-camping-page .h4-like {
    font-size: calc(1.33333333rem);
  }
  .o-page .tpl-camping-page h5,
  .o-page .tpl-camping-page .h5-like,
  .coteo-block-modal .tpl-camping-page h5,
  .coteo-block-modal .tpl-camping-page .h5-like {
    font-size: calc(1.22222222rem);
  }
  .o-page .tpl-camping-page h6,
  .o-page .tpl-camping-page .h6-like,
  .coteo-block-modal .tpl-camping-page h6,
  .coteo-block-modal .tpl-camping-page .h6-like {
    font-size: calc(1.11111111rem);
  }
  .o-page .tpl-camping-page__head__phone a,
  .coteo-block-modal .tpl-camping-page__head__phone a {
    font-size: 1.4rem;
  }
  .o-page .tpl-camping-page__head__phone a > span,
  .coteo-block-modal .tpl-camping-page__head__phone a > span {
    font-size: 1.125rem;
  }
  .o-page .tpl-camping-page__gallery__image,
  .coteo-block-modal .tpl-camping-page__gallery__image {
    height: 250px;
  }
  .o-page .tpl-camping-page__gallery__image--first,
  .coteo-block-modal .tpl-camping-page__gallery__image--first {
    height: 100%;
  }
  .o-page .tpl-camping-page__nav ul > li > a,
  .coteo-block-modal .tpl-camping-page__nav ul > li > a {
    border-bottom-width: 6px;
  }
  .o-page .tpl-camping-page__activities--indoor .tpl-camping-page__activities__slideshow,
  .coteo-block-modal .tpl-camping-page__activities--indoor .tpl-camping-page__activities__slideshow {
    margin-top: 70px;
  }
  .o-page .tpl-camping-page__activities ul > li,
  .coteo-block-modal .tpl-camping-page__activities ul > li {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .o-page .tpl-camping-page__activities__more,
  .coteo-block-modal .tpl-camping-page__activities__more {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .tpl-camping-page h1,
  .o-page .tpl-camping-page .h1-like,
  .coteo-block-modal .tpl-camping-page h1,
  .coteo-block-modal .tpl-camping-page .h1-like {
    font-size: 3rem;
  }
  .o-page .tpl-camping-page h2,
  .o-page .tpl-camping-page .h2-like,
  .coteo-block-modal .tpl-camping-page h2,
  .coteo-block-modal .tpl-camping-page .h2-like {
    font-size: 1.875rem;
  }
  .o-page .tpl-camping-page h3,
  .o-page .tpl-camping-page .h3-like,
  .coteo-block-modal .tpl-camping-page h3,
  .coteo-block-modal .tpl-camping-page .h3-like {
    font-size: 1.625rem;
  }
  .o-page .tpl-camping-page h4,
  .o-page .tpl-camping-page .h4-like,
  .coteo-block-modal .tpl-camping-page h4,
  .coteo-block-modal .tpl-camping-page .h4-like {
    font-size: 1.5rem;
  }
  .o-page .tpl-camping-page h5,
  .o-page .tpl-camping-page .h5-like,
  .coteo-block-modal .tpl-camping-page h5,
  .coteo-block-modal .tpl-camping-page .h5-like {
    font-size: 1.375rem;
  }
  .o-page .tpl-camping-page h6,
  .o-page .tpl-camping-page .h6-like,
  .coteo-block-modal .tpl-camping-page h6,
  .coteo-block-modal .tpl-camping-page .h6-like {
    font-size: 1.25rem;
  }
  .o-page .tpl-camping-page__gallery__image,
  .coteo-block-modal .tpl-camping-page__gallery__image {
    height: 320px;
  }
  .o-page .tpl-camping-page__gallery__image--first,
  .coteo-block-modal .tpl-camping-page__gallery__image--first {
    height: 100%;
  }
}
@media screen and (min-width: 1800px) {
  .o-page .tpl-camping-page__activities__details,
  .coteo-block-modal .tpl-camping-page__activities__details {
    padding-left: 10vw;
  }
}
.o-page .tpl-news-listing .c-news-listing .c-news::before,
.o-page .tpl-news-listing .c-news-listing .c-news::after,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news::before,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news::after {
  content: '';
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: 1;
}
.o-page .tpl-news-listing .c-news-listing .c-news::before,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news::before {
  top: 0;
  left: 0;
  border-top: 12px solid #3fa5e3;
  border-left: 12px solid #3fa5e3;
}
.o-page .tpl-news-listing .c-news-listing .c-news::after,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news::after {
  bottom: 0;
  right: 0;
  border-right: 12px solid #3fa5e3;
  border-bottom: 12px solid #3fa5e3;
}
.o-page .tpl-news-listing .c-news-listing .c-news > a:hover .c-news__image > img,
.o-page .tpl-news-listing .c-news-listing .c-news > a:focus .c-news__image > img,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news > a:hover .c-news__image > img,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news > a:focus .c-news__image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.o-page .tpl-news-listing .c-news-listing .c-news__image,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news__image {
  height: 260px;
  background: #000000;
}
.o-page .tpl-news-listing .c-news-listing .c-news__image > img,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news__image > img {
  -webkit-opacity: 83%;
  -moz-opacity: 83%;
  opacity: 83%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.o-page .tpl-news-listing .c-news-listing .c-news__content h3,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news__content h3 {
  color: #ffffff;
  font-weight: bold;
  font-weight: 700;
  text-shadow: 0 0 25px #000000;
}
@media screen and (min-width: 640px) {
  .o-page .tpl-news-listing .c-news-listing .c-news__image,
  .coteo-block-modal .tpl-news-listing .c-news-listing .c-news__image {
    height: 260px;
  }
}
@media screen and (min-width: 960px) {
  .o-page .tpl-news-listing .c-news-listing .c-news__image,
  .coteo-block-modal .tpl-news-listing .c-news-listing .c-news__image {
    height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .tpl-news-listing .c-news-listing .c-news__image,
  .coteo-block-modal .tpl-news-listing .c-news-listing .c-news__image {
    height: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .tpl-news-listing .c-news-listing .c-news__image,
  .coteo-block-modal .tpl-news-listing .c-news-listing .c-news__image {
    height: 350px;
  }
}
.o-page .tpl-news-page a.tpl-news-page__link,
.coteo-block-modal .tpl-news-page a.tpl-news-page__link {
  text-decoration: none;
}
.o-page .tpl-news-page__label,
.coteo-block-modal .tpl-news-page__label {
  font-size: .9rem;
}
.o-page .tpl-news-page__image > a,
.coteo-block-modal .tpl-news-page__image > a {
  position: relative;
}
.o-page .tpl-news-page__image > a::before,
.o-page .tpl-news-page__image > a::after,
.coteo-block-modal .tpl-news-page__image > a::before,
.coteo-block-modal .tpl-news-page__image > a::after {
  content: '';
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: 1;
}
.o-page .tpl-news-page__image > a::before,
.coteo-block-modal .tpl-news-page__image > a::before {
  top: 0;
  left: 0;
  border-top: 12px solid #3fa5e3;
  border-left: 12px solid #3fa5e3;
}
.o-page .tpl-news-page__image > a::after,
.coteo-block-modal .tpl-news-page__image > a::after {
  bottom: 0;
  right: 0;
  border-right: 12px solid #3fa5e3;
  border-bottom: 12px solid #3fa5e3;
}
@media screen and (min-width: 960px) {
  .o-page .tpl-news-page__label,
  .coteo-block-modal .tpl-news-page__label {
    font-size: 1rem;
  }
}
/* BLOCK COTEO ACCORDION */
.coteo-block-accordion .coteo-block-accordion__item {
  background: #e8f9fd;
  padding: 20px 15px;
  border-top: 2px solid #3fa5e3;
  border-left: 2px solid #3fa5e3;
  border-right: 2px solid #3fa5e3;
}
.coteo-block-accordion .coteo-block-accordion__item:last-child {
  border-bottom: 2px solid #3fa5e3;
}
.coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemtitle {
  text-decoration: none;
  font-weight: normal;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  font-size: 1rem;
}
.coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemdescription p > a,
.coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemdescription a {
  font-weight: bold;
  font-weight: 700;
  color: #3fa5e3;
}
.coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemdescription p > a:hover,
.coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemdescription a:hover {
  color: #0d366e;
}
@media screen and (min-width: 640px) {
  .coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemtitle {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemtitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .coteo-block-accordion .coteo-block-accordion__item .coteo-block-accordion__itemtitle {
    font-size: 1.375rem;
  }
}
