@import url("https://use.typekit.net/act4iew.css");
@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: #05051a;
  -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: #6e6ee3;
}
.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: #1e1e9a;
}
.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: #05051a;
  }
  .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: #05051a;
  }
  .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: #05051a;
  }
  .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: #05051a;
  }
  .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: #05051a;
    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: #05051a;
  }
  .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: #05051a;
    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(5, 5, 26, 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(5, 5, 26, 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(5, 5, 26, 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: #05051a;
}
.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(5, 5, 26, 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: #05051a;
}
.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(5, 5, 26, 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(5, 5, 26, 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: #05051a;
  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: #05051a;
  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-size: 2rem;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
}
/* Couleur des backgrounds */
.s-back-black {
  background: #05051a;
}
.s-back-grey {
  background: #eef1fa;
}
.s-back-white {
  background: #ffffff;
}
.s-back-purple {
  background: #2b2d72;
}
.s-back-yellow {
  background: #ffd500;
}
/* Couleur des textes */
.s-text-black {
  color: #05051a;
}
.s-text-grey {
  color: #eef1fa;
}
.s-text-white {
  color: #ffffff;
}
.s-text-purple {
  color: #2b2d72;
}
.s-text-yellow {
  color: #ffd500;
}
.s-primary-font {
  font-family: "barlow", sans-serif;
}
.s-secondary-font {
  font-family: "fraunces-variable", sans-serif;
}
.o-body {
  color: #05051a;
  overflow-x: hidden;
  font-size: .9rem;
}
.o-page a:not(.uk-button),
.coteo-block-modal a:not(.uk-button) {
  font-family: "barlow", sans-serif;
  color: #2b2d72;
  text-decoration: underline;
  font-size: .9rem;
  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: #05051a;
}
.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-family: "barlow", sans-serif;
  color: #05051a;
  font-size: .9rem;
}
.o-page h1,
.o-page .h1-like,
.coteo-block-modal h1,
.coteo-block-modal .h1-like {
  font-family: "fraunces-variable", sans-serif;
  color: #2b2d72;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(1.79166667rem);
  line-height: 1.1;
}
.o-page h2,
.o-page .h2-like,
.coteo-block-modal h2,
.coteo-block-modal .h2-like {
  font-family: "fraunces-variable", sans-serif;
  color: #2b2d72;
  font-size: calc(1.875rem);
  line-height: 1.1;
}
.o-page h2 > span,
.o-page .h2-like > span,
.coteo-block-modal h2 > span,
.coteo-block-modal .h2-like > span {
  font-weight: 600;
  font-style: italic;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.o-page h3,
.o-page .h3-like,
.coteo-block-modal h3,
.coteo-block-modal .h3-like {
  font-family: "barlow", sans-serif;
  color: #2b2d72;
  font-size: calc(1.5rem);
  line-height: 1.1;
}
.o-page h4,
.o-page .h4-like,
.coteo-block-modal h4,
.coteo-block-modal .h4-like {
  font-family: "barlow", sans-serif;
  color: #2b2d72;
  font-size: calc(1.16666667rem);
  line-height: 1.1;
}
.o-page h5,
.o-page .h5-like,
.coteo-block-modal h5,
.coteo-block-modal .h5-like {
  font-family: "barlow", sans-serif;
  color: #2b2d72;
}
.o-page h6,
.o-page .h6-like,
.coteo-block-modal h6,
.coteo-block-modal .h6-like {
  font-family: "barlow", sans-serif;
  color: #2b2d72;
}
.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;
  text-decoration: none;
  text-transform: initial;
  padding: 0 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: #2b2d72;
  font-weight: 600;
  font-size: .9rem;
  border: 1px solid #2b2d72;
  padding: 0 10px;
}
.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: #2b2d72;
  color: #ffffff;
}
.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: #ffd500;
  color: #2b2d72;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1px 15px 2px 15px;
}
.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: #2b2d72;
  color: #ffffff;
}
.o-page * > .uk-text-lead,
.coteo-block-modal * > .uk-text-lead {
  font-size: 110%;
}
.o-page .uk-label,
.coteo-block-modal .uk-label {
  font-family: "fraunces-variable", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
}
.o-page .uk-label-info,
.coteo-block-modal .uk-label-info {
  background: #ffd500;
  color: #2b2d72;
  font-weight: 600;
  text-shadow: none;
}
@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.82894737rem);
  }
  .o-page h2,
  .o-page .h2-like,
  .coteo-block-modal h2,
  .coteo-block-modal .h2-like {
    font-size: calc(2.5rem);
  }
  .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.45833333rem);
  }
  .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 {
    font-size: 1.125rem;
    padding: 0px 15px;
  }
  .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 {
    font-size: 1.375rem;
    padding: 2px 25px 4x 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(4.3rem);
  }
  .o-page h1.tpl-project-page__name,
  .o-page .h1-like.tpl-project-page__name,
  .coteo-block-modal h1.tpl-project-page__name,
  .coteo-block-modal .h1-like.tpl-project-page__name {
    font-size: 3rem;
  }
  .o-page h2,
  .o-page .h2-like,
  .coteo-block-modal h2,
  .coteo-block-modal .h2-like {
    font-size: calc(3.125rem);
  }
  .o-page h3,
  .o-page .h3-like,
  .coteo-block-modal h3,
  .coteo-block-modal .h3-like {
    font-size: calc(2.5rem);
  }
  .o-page h4,
  .o-page .h4-like,
  .coteo-block-modal h4,
  .coteo-block-modal .h4-like {
    font-size: 1.75rem;
  }
  .o-page * > .uk-text-lead,
  .coteo-block-modal * > .uk-text-lead {
    font-size: 135%;
  }
}
@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: 5.375rem;
  }
  .o-page h2,
  .o-page .h2-like,
  .coteo-block-modal h2,
  .coteo-block-modal .h2-like {
    font-size: 3.75rem;
  }
  .o-page h3,
  .o-page .h3-like,
  .coteo-block-modal h3,
  .coteo-block-modal .h3-like {
    font-size: 3rem;
  }
  .o-page h4,
  .o-page .h4-like,
  .coteo-block-modal h4,
  .coteo-block-modal .h4-like {
    font-size: 1.75rem;
  }
  .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 {
    font-size: 1.25rem;
    padding: 0px 15px 4px 15px;
  }
  .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 {
    font-size: 1.625rem;
    padding: 5px 45px 8px 45px;
  }
}
.o-page .o-social-network > li > a:hover.uk-icon > svg,
.coteo-block-modal .o-social-network > li > a:hover.uk-icon > svg {
  background: #2b2d72;
  color: #ffffff;
}
.o-page .o-social-network > li > a.uk-icon > svg,
.coteo-block-modal .o-social-network > li > a.uk-icon > svg {
  width: 40px;
  height: 40px;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ffd500;
  color: #2b2d72;
}
.o-page .o-informations,
.coteo-block-modal .o-informations {
  background: #FFD500;
}
.o-page .o-navigation,
.coteo-block-modal .o-navigation {
  background: #05051a;
}
.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: initial;
}
.o-page .o-navigation .o-menu-mobile__logo,
.coteo-block-modal .o-navigation .o-menu-mobile__logo {
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.o-page .o-navigation .o-menu-mobile__logo a > img,
.coteo-block-modal .o-navigation .o-menu-mobile__logo a > img {
  max-width: 180px;
  max-height: initial;
}
.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: #2b2d72;
  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-size: 1.125rem;
}
.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: #05051a;
  width: 300px;
}
.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: #ffffff;
}
.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 #ffffff;
}
.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: #ffd500;
  color: #2b2d72;
}
.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-family: "barlow", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  background: #2b2d72;
  color: #ffffff;
  text-decoration: none;
  text-transform: initial;
}
.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: #05051a;
  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;
}
.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 {
  color: #05051a;
  font-weight: normal;
  background: #ffffff;
}
.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: 12px 0 12px 40px;
  font-size: 1rem;
  color: #ffffff;
  background: #05051a;
}
.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 {
  background: #ffffff;
  color: #05051a;
  text-decoration: none;
}
.o-page .o-navigation .o-menu-offcanvas__coords,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords {
  background: #05051a;
  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;
}
.o-page .o-navigation .o-menu-offcanvas__coords i,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords i {
  color: #ffd500;
}
.o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel],
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel] {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.125rem;
}
.o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel]:hover,
.o-page .o-navigation .o-menu-offcanvas__coords a[href*=tel]:focus,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel]:hover,
.coteo-block-modal .o-navigation .o-menu-offcanvas__coords a[href*=tel]:focus {
  color: #ffd500;
  text-decoration: underline;
}
.o-page .o-footer,
.coteo-block-modal .o-footer {
  background: #05051a;
}
.o-page .o-footer-top ul > li > a,
.coteo-block-modal .o-footer-top ul > li > a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.o-page .o-footer-top ul > li > a:hover,
.coteo-block-modal .o-footer-top ul > li > a:hover {
  color: #ffd500;
  text-decoration: underline;
}
.o-page .o-footer-top a[href*=facebook],
.coteo-block-modal .o-footer-top a[href*=facebook] {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #ffd500;
  font-weight: 600;
}
.o-page .o-footer-top a[href*=facebook]:hover,
.coteo-block-modal .o-footer-top a[href*=facebook]:hover {
  color: #ffd500;
}
.o-page .o-footer-top__coords,
.coteo-block-modal .o-footer-top__coords {
  color: #ffffff;
}
.o-page .o-footer-top__coords p,
.o-page .o-footer-top__coords span,
.o-page .o-footer-top__coords a,
.coteo-block-modal .o-footer-top__coords p,
.coteo-block-modal .o-footer-top__coords span,
.coteo-block-modal .o-footer-top__coords a {
  color: #ffffff;
  font-weight: 600;
}
.o-page .o-footer-top__coords a,
.coteo-block-modal .o-footer-top__coords a {
  text-decoration: none;
}
.o-page .o-footer-top__coords a:hover,
.coteo-block-modal .o-footer-top__coords a:hover {
  color: #ffd500;
  text-decoration: underline;
}
.o-page .o-footer-top__coords i,
.coteo-block-modal .o-footer-top__coords i {
  color: #ffd500;
}
.o-page .o-footer-main__logos,
.coteo-block-modal .o-footer-main__logos {
  background: #ffffff;
}
.o-page .o-footer-bottom ul,
.coteo-block-modal .o-footer-bottom ul {
  display: flex;
  flex-flow: row wrap;
  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 {
  text-transform: initial;
  text-decoration: none;
  font-weight: 600;
  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 {
  text-decoration: underline;
  color: #ffd500;
}
.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 .o-menu-mobile__contact i,
  .coteo-block-modal .o-navigation .o-menu-mobile__contact i {
    color: #ffd500;
  }
  .o-page .o-navigation .o-menu-mobile__contact a[href*=tel],
  .coteo-block-modal .o-navigation .o-menu-mobile__contact a[href*=tel] {
    text-decoration: none;
    font-size: 1.125rem;
    color: #ffffff;
  }
  .o-page .o-navigation .o-menu-mobile__contact a[href*=tel]:hover,
  .o-page .o-navigation .o-menu-mobile__contact a[href*=tel]:focus,
  .coteo-block-modal .o-navigation .o-menu-mobile__contact a[href*=tel]:hover,
  .coteo-block-modal .o-navigation .o-menu-mobile__contact a[href*=tel]:focus {
    color: #ffd500;
    text-decoration: underline;
  }
  .o-page .o-footer-bottom ul > li,
  .coteo-block-modal .o-footer-bottom ul > li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .o-page .o-footer-bottom ul > li:not(:first-child)::before,
  .coteo-block-modal .o-footer-bottom ul > li:not(:first-child)::before {
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 15px;
    display: block;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .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-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: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
  }
  .o-page .o-navigation.uk-active,
  .coteo-block-modal .o-navigation.uk-active {
    background: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo,
  .coteo-block-modal .o-navigation .o-menu-desktop .o-menu-desktop__logo {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
  }
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo a > img,
  .coteo-block-modal .o-navigation .o-menu-desktop .o-menu-desktop__logo a > img {
    max-width: 220px;
  }
  .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 {
    background: #ffffff;
    gap: 0;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a {
    padding: 0 10px 0 20px;
  }
  .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: #ffd500;
  }
  .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: #2b2d72;
    color: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true] span.uk-icon,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true] span.uk-icon {
    color: #ffffff;
  }
  .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: #ffd500;
    color: #2b2d72;
  }
  .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: #2b2d72;
  }
  .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: #ffd500;
    color: #2b2d72;
  }
  .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: #2b2d72;
    text-transform: initial;
    text-decoration: none;
    font-weight: 600;
    font-family: "barlow", sans-serif;
    font-size: 1.125rem;
    padding: 0 20px;
    min-height: 65px;
  }
  .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,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a:focus,
  .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,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a:focus {
    background: #2b2d72;
    color: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown {
    background: #ffffff;
    width: 300px;
    padding: 0;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav {
    padding: 0;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li:not(:first-child),
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li:not(:first-child) {
    border-top: 1px solid #2b2d72;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a.uk-open {
    background: #ffd500;
    color: #2b2d72;
    font-weight: 600;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a.uk-open:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li.nav-path-selected.uk-active > a.uk-open:hover {
    background: #ffd500;
    color: #2b2d72;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a {
    font-family: "barlow", sans-serif;
    text-decoration: none;
    text-transform: initial;
    color: #2b2d72;
    background: #ffffff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 10px 20px;
    display: block;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a:hover,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a.uk-open,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a:hover {
    background: #2b2d72;
    color: #ffffff;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo a > img,
  .coteo-block-modal .o-navigation .o-menu-desktop .o-menu-desktop__logo a > img {
    max-width: initial;
  }
  .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;
    min-height: 80px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li > a + .uk-navbar-dropdown ul.uk-navbar-dropdown-nav > li > a {
    font-size: 1.25rem;
  }
  .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: 1920px) {
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo,
  .coteo-block-modal .o-navigation .o-menu-desktop .o-menu-desktop__logo {
    left: 8vw;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a,
  .coteo-block-modal .o-navigation .o-menu-desktop .uk-navbar-left ul.uk-navbar-nav > li.is-dropdown-submenu-parent > a {
    padding: 0 15px 0 25px;
  }
  .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.5rem;
    min-height: 80px;
    padding: 0 25px;
  }
}
.o-page .c-header-banner,
.coteo-block-modal .c-header-banner {
  height: 150px;
}
.o-page .c-header-banner--home,
.coteo-block-modal .c-header-banner--home {
  height: 400px;
}
.o-page .c-header-banner__content p,
.o-page .c-header-banner__content h1,
.coteo-block-modal .c-header-banner__content p,
.coteo-block-modal .c-header-banner__content h1 {
  color: #ffffff;
  text-shadow: 4px 4px 6px #05051a;
}
.o-page .c-introduction,
.coteo-block-modal .c-introduction {
  background: #eef1fa;
}
.o-page .c-introduction__detail p,
.coteo-block-modal .c-introduction__detail p {
  text-align: justify;
}
.o-page .c-introduction__image,
.coteo-block-modal .c-introduction__image {
  min-height: 300px;
}
.o-page .c-reinsurance,
.coteo-block-modal .c-reinsurance {
  padding-top: 5px;
}
.o-page .c-reinsurance > li > a,
.coteo-block-modal .c-reinsurance > li > a {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #2b2d72;
  font-weight: 600;
}
.o-page .c-reinsurance > li > a span,
.coteo-block-modal .c-reinsurance > li > a span {
  color: #2b2d72;
}
.o-page .c-reinsurance > li > a .c-reinsurance__icon,
.coteo-block-modal .c-reinsurance > li > a .c-reinsurance__icon {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ffd500;
}
.o-page .c-reinsurance > li > a .c-reinsurance__icon > img,
.coteo-block-modal .c-reinsurance > li > a .c-reinsurance__icon > img {
  max-width: 90px;
}
.o-page .c-reinsurance > li > a .c-reinsurance__icon--disabled,
.coteo-block-modal .c-reinsurance > li > a .c-reinsurance__icon--disabled {
  background: #eef1fa;
}
.o-page .c-reinsurance > li > a:hover,
.coteo-block-modal .c-reinsurance > li > a:hover {
  color: #2b2d72;
}
.o-page .c-reinsurance > li > a:hover span,
.coteo-block-modal .c-reinsurance > li > a:hover span {
  color: #2b2d72;
}
.o-page .c-reinsurance > li > a:hover .c-reinsurance__icon,
.coteo-block-modal .c-reinsurance > li > a:hover .c-reinsurance__icon {
  background: #2b2d72;
}
.o-page .c-reinsurance > li > a:hover .c-reinsurance__icon--disabled,
.coteo-block-modal .c-reinsurance > li > a:hover .c-reinsurance__icon--disabled {
  background: #eef1fa;
}
.o-page .c-faq,
.coteo-block-modal .c-faq {
  background: #2b2d72;
}
.o-page .c-faq__detail,
.coteo-block-modal .c-faq__detail {
  padding: 30px 30px 0 30px;
}
.o-page .c-faq__detail h2.h3-like,
.coteo-block-modal .c-faq__detail h2.h3-like {
  font-family: "fraunces-variable", sans-serif;
  color: #ffd500;
}
.o-page .c-faq__detail p,
.coteo-block-modal .c-faq__detail p {
  color: #ffffff;
}
.o-page .c-faq__image,
.coteo-block-modal .c-faq__image {
  text-align: right;
}
.o-page .c-faq__image > img,
.coteo-block-modal .c-faq__image > img {
  max-width: 300px;
}
.o-page .c-fast-access,
.coteo-block-modal .c-fast-access {
  background: #eef1fa;
}
.o-page .c-fast-access__item,
.coteo-block-modal .c-fast-access__item {
  height: 350px;
}
.o-page .c-fast-access__item::before,
.coteo-block-modal .c-fast-access__item::before {
  content: '';
  width: 100%;
  height: 75%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#05051a));
  background: -webkit-linear-gradient(top, transparent, #05051a);
  background: -moz-linear-gradient(top, transparent, #05051a);
  background: -ms-linear-gradient(top, transparent, #05051a);
  background: -o-linear-gradient(top, transparent, #05051a);
}
.o-page .c-fast-access__item:hover > img,
.coteo-block-modal .c-fast-access__item:hover > img {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -15px;
}
.o-page .c-fast-access__item:hover .c-fast-access__detail h3.h4-like,
.coteo-block-modal .c-fast-access__item:hover .c-fast-access__detail h3.h4-like {
  color: #ffd500;
}
.o-page .c-fast-access__item > img,
.coteo-block-modal .c-fast-access__item > img {
  outline: 5px solid transparent;
  outline-offset: -10px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.o-page .c-fast-access__detail,
.coteo-block-modal .c-fast-access__detail {
  z-index: 2;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.o-page .c-fast-access__detail h3.h4-like,
.coteo-block-modal .c-fast-access__detail h3.h4-like {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.o-page .c-fast-access__detail span,
.coteo-block-modal .c-fast-access__detail span {
  color: #ffffff;
  border-bottom: 2px solid #ffd500;
}
.o-page .c-short-movie,
.coteo-block-modal .c-short-movie {
  background: #2b2d72;
}
.o-page .c-short-movie h2,
.o-page .c-short-movie p,
.coteo-block-modal .c-short-movie h2,
.coteo-block-modal .c-short-movie p {
  color: #ffffff;
}
@media screen and (min-width: 640px) {
  .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: 400px;
  }
  .o-page .c-header-banner--home::before,
  .coteo-block-modal .c-header-banner--home::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -30px;
    display: block;
    width: calc(183.5px);
    height: calc(243px);
    background-image: url("/application/themes/theme_simpleo_coteo/images/img-header-viking.png");
    background-size: cover;
    z-index: 1;
  }
  .o-page .c-header-banner--home::after,
  .coteo-block-modal .c-header-banner--home::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    display: block;
    width: calc(157px);
    height: calc(152px);
    background-image: url("/application/themes/theme_simpleo_coteo/images/img-header-famille.png");
    background-size: cover;
    z-index: 1;
  }
  .o-page .c-header-banner__content,
  .coteo-block-modal .c-header-banner__content {
    max-width: 350px;
  }
  .o-page .c-header-banner__content p.h3-like,
  .coteo-block-modal .c-header-banner__content p.h3-like {
    max-width: 320px;
  }
  .o-page .c-introduction__detail,
  .coteo-block-modal .c-introduction__detail {
    padding-right: 150px;
    overflow: hidden;
  }
  .o-page .c-introduction__detail::after,
  .coteo-block-modal .c-introduction__detail::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -20px;
    display: block;
    width: calc(181px);
    height: calc(181px);
    background-image: url("/application/themes/theme_simpleo_coteo/images/img-introduction-princesse.png");
    background-size: cover;
    z-index: 1;
  }
  .o-page .c-faq__detail,
  .coteo-block-modal .c-faq__detail {
    padding: 40px;
  }
  .o-page .c-faq__image > img,
  .coteo-block-modal .c-faq__image > img {
    max-width: 420px;
  }
}
@media screen and (min-width: 960px) {
  .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: 500px;
  }
  .o-page .c-header-banner--home::before,
  .coteo-block-modal .c-header-banner--home::before {
    left: -10px;
    width: calc(229.375px);
    height: calc(303.75px);
  }
  .o-page .c-header-banner--home::after,
  .coteo-block-modal .c-header-banner--home::after {
    right: 10px;
    width: calc(196.25px);
    height: calc(190px);
  }
  .o-page .c-header-banner__content,
  .coteo-block-modal .c-header-banner__content {
    max-width: 560px;
  }
  .o-page .c-header-banner__content p.h3-like,
  .coteo-block-modal .c-header-banner__content p.h3-like {
    max-width: 480px;
  }
  .o-page .c-introduction__detail,
  .coteo-block-modal .c-introduction__detail {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 130px;
    overflow: initial;
  }
  .o-page .c-introduction__detail::after,
  .coteo-block-modal .c-introduction__detail::after {
    width: calc(258.57142857px);
    height: calc(258.57142857px);
    right: -130px;
  }
  .o-page .c-faq__detail,
  .coteo-block-modal .c-faq__detail {
    position: relative;
    z-index: 1;
  }
  .o-page .c-faq__image,
  .coteo-block-modal .c-faq__image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
@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--home::before,
  .coteo-block-modal .c-header-banner--home::before {
    left: -50px;
    bottom: -35px;
    width: calc(305.83333333px);
    height: calc(405px);
  }
  .o-page .c-header-banner--home::after,
  .coteo-block-modal .c-header-banner--home::after {
    right: -10px;
    width: calc(261.66666667px);
    height: calc(253.33333333px);
  }
  .o-page .c-header-banner__content,
  .coteo-block-modal .c-header-banner__content {
    max-width: 800px;
  }
  .o-page .c-header-banner__content p.h3-like,
  .coteo-block-modal .c-header-banner__content p.h3-like {
    max-width: 590px;
  }
  .o-page .c-introduction__detail,
  .coteo-block-modal .c-introduction__detail {
    padding-left: 280px;
    padding-right: 100px;
  }
  .o-page .c-introduction__detail::before,
  .coteo-block-modal .c-introduction__detail::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100px;
    display: block;
    width: calc(375.83333333px);
    height: calc(333.33333333px);
    background-image: url("/application/themes/theme_simpleo_coteo/images/img-introduction-roi-reine.png");
    background-size: cover;
    z-index: 1;
  }
  .o-page .c-introduction__detail::after,
  .coteo-block-modal .c-introduction__detail::after {
    right: -130px;
    width: calc(241.33333333px);
    height: calc(241.33333333px);
  }
  .o-page .c-reinsurance > li > a .c-reinsurance__icon,
  .coteo-block-modal .c-reinsurance > li > a .c-reinsurance__icon {
    width: 160px;
    height: 160px;
  }
  .o-page .c-reinsurance > li > a .c-reinsurance__icon > img,
  .coteo-block-modal .c-reinsurance > li > a .c-reinsurance__icon > img {
    max-width: 120px;
  }
  .o-page .c-faq__detail,
  .coteo-block-modal .c-faq__detail {
    padding: 60px 50px 60px 80px;
  }
  .o-page .c-faq__image > img,
  .coteo-block-modal .c-faq__image > img {
    max-width: 580px;
  }
  .o-page .c-fast-access__item,
  .coteo-block-modal .c-fast-access__item {
    height: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .c-header-banner--home,
  .coteo-block-modal .c-header-banner--home {
    height: 740px;
  }
  .o-page .c-header-banner--home::before,
  .coteo-block-modal .c-header-banner--home::before {
    left: 15px;
    bottom: -45px;
    width: 367px;
    height: 486px;
  }
  .o-page .c-header-banner--home::after,
  .coteo-block-modal .c-header-banner--home::after {
    right: 50px;
    width: 314px;
    height: 304px;
  }
  .o-page .c-header-banner__content,
  .coteo-block-modal .c-header-banner__content {
    max-width: 960px;
  }
  .o-page .c-header-banner__content p.h3-like,
  .coteo-block-modal .c-header-banner__content p.h3-like {
    max-width: 710px;
  }
  .o-page .c-introduction__detail,
  .coteo-block-modal .c-introduction__detail {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 340px;
    padding-right: 150px;
  }
  .o-page .c-introduction__detail::before,
  .coteo-block-modal .c-introduction__detail::before {
    left: -100px;
    width: 451px;
    height: 400px;
  }
  .o-page .c-introduction__detail::after,
  .coteo-block-modal .c-introduction__detail::after {
    right: -200px;
    width: 362px;
    height: 362px;
  }
  .o-page .c-reinsurance > li > a .c-reinsurance__icon,
  .coteo-block-modal .c-reinsurance > li > a .c-reinsurance__icon {
    width: 200px;
    height: 200px;
  }
  .o-page .c-reinsurance > li > a .c-reinsurance__icon > img,
  .coteo-block-modal .c-reinsurance > li > a .c-reinsurance__icon > img {
    max-width: 150px;
  }
}
@media screen and (min-width: 1920px) {
  .o-page .c-header-banner--home::before,
  .coteo-block-modal .c-header-banner--home::before {
    left: 75px;
    bottom: -45px;
  }
  .o-page .c-header-banner--home::after,
  .coteo-block-modal .c-header-banner--home::after {
    right: 250px;
  }
  .o-page .c-introduction__detail,
  .coteo-block-modal .c-introduction__detail {
    padding-left: 360px;
    padding-right: 230px;
  }
  .o-page .c-introduction__detail::before,
  .coteo-block-modal .c-introduction__detail::before {
    left: -80px;
  }
}
.o-page .tpl-news-listing .c-news-listing .c-news,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news {
  background: #eef1fa;
}
.o-page .tpl-news-listing .c-news-listing .c-news > a,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news > a {
  text-decoration: none;
}
.o-page .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:hover .c-news__image > img {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -15px;
}
.o-page .tpl-news-listing .c-news-listing .c-news__image,
.coteo-block-modal .tpl-news-listing .c-news-listing .c-news__image {
  height: 180px;
}
.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 {
  outline: 5px solid transparent;
  outline-offset: -10px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
@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: 320px;
  }
}
@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:hover > img,
.coteo-block-modal .tpl-news-page__image:hover > img {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: -15px;
}
.o-page .tpl-news-page__image > img,
.coteo-block-modal .tpl-news-page__image > img {
  outline: 5px solid transparent;
  outline-offset: -10px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
@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: #ffffff;
  padding: 20px 15px;
  border-top: 2px solid #2b2d72;
  border-left: 2px solid #2b2d72;
  border-right: 2px solid #2b2d72;
}
.coteo-block-accordion .coteo-block-accordion__item:last-child {
  border-bottom: 2px solid #2b2d72;
}
.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: #2b2d72;
}
.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: #05051a;
}
@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;
  }
}
