@import url('https://fonts.googleapis.com/css?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/06/2019
    Author     : Coteo
*/
/* TODO Test */
/* Informations */
/* Header */
/* Navigation */
/* Container */
/* Footer */
/* Buttons */
/* Breadcrumb */
.material-symbols-outlined {
  font-size: 2rem;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
}
/* 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.
 */
.s-text-black {
  color: #1a171b;
}
.s-text-white {
  color: #ffffff;
}
.s-text-lightgrey {
  color: #f0f0f0;
}
.s-text-grey {
  color: #4b5760;
}
.s-text-pink {
  color: #dc0043;
}
.s-text-green {
  color: #86c36b;
}
.s-back-black {
  background: #1a171b;
}
.s-back-white {
  background: #ffffff;
}
.s-back-lightgrey {
  background: #f0f0f0;
}
.s-back-grey {
  background: #4b5760;
}
.s-back-pink {
  background: #dc0043;
}
.s-back-green {
  background: #86c36b;
}
.s-primary-font {
  font-family: 'Rethink Sans', sans-serif;
}
/* ==========================================================================
   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: #1a171b;
  -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;
}
@media screen and (min-width: 1600px) {
  .g-offset-left {
    margin-left: -150px;
  }
}
.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: #b5acb8;
}
.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 {
  font-family: 'Rethink Sans', sans-serif;
  color: #1a171b;
  overflow-x: hidden;
  font-size: .9rem;
}
.o-page a:not(.uk-button) {
  color: #dc0043;
  font-family: 'Rethink Sans', sans-serif;
  font-size: .9rem;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.o-page a:not(.uk-button):hover,
.o-page a:not(.uk-button):focus {
  color: #1a171b;
  text-decoration: none;
}
.o-page a:not(.uk-button).uk-icon > svg {
  margin-left: 5px;
}
.o-page a:has(.material-symbols-outlined) {
  text-decoration: none;
  position: relative;
}
.o-page a:has(.material-symbols-outlined)::after {
  content: "";
  width: 100%;
  height: 1px;
  color: #dc0043;
  position: absolute;
  bottom: -2px;
}
.o-page a:has(.material-symbols-outlined):hover {
  color: #1a171b;
}
.o-page a:has(.material-symbols-outlined):hover::after {
  color: #1a171b;
}
.o-page p,
.o-page ul li,
.o-page time,
.o-page span,
.o-page em {
  color: #1a171b;
  font-family: 'Rethink Sans', sans-serif;
  font-size: .9rem;
}
.o-page h1,
.o-page .h1-like {
  font-family: 'Rethink Sans', sans-serif;
  color: #dc0043;
  font-style: italic;
  font-size: calc(1.77083333rem);
  line-height: 1.2;
}
.o-page h1 > span,
.o-page .h1-like > span {
  display: block;
  margin-left: 10vw;
  color: #dc0043;
  font-weight: bold;
  font-weight: 700;
  font-size: 130%;
}
.o-page h2,
.o-page .h2-like {
  font-family: 'Rethink Sans', sans-serif;
  color: #1a171b;
  font-style: italic;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(1.5rem);
  line-height: 1.2;
}
.o-page h2 > span,
.o-page .h2-like > span {
  display: block;
  color: #dc0043;
  font-size: inherit;
}
.o-page h3,
.o-page .h3-like {
  font-family: 'Rethink Sans', sans-serif;
  color: #1a171b;
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.125rem);
  line-height: 1.2;
}
.o-page h4,
.o-page .h4-like {
  font-family: 'Rethink Sans', sans-serif;
  color: #1a171b;
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.07142857rem);
  line-height: 1.4;
}
.o-page a.uk-button,
.o-page button.uk-button,
.o-page span.uk-button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  text-decoration: none;
  font-family: 'Rethink Sans', sans-serif;
  text-transform: initial;
  padding: 3px 20px;
  font-size: 1rem;
}
.o-page a.uk-button-default,
.o-page button.uk-button-default,
.o-page span.uk-button-default {
  background: #dc0043;
  color: #ffffff;
  border: 1px solid #dc0043;
}
.o-page a.uk-button-default:hover,
.o-page button.uk-button-default:hover,
.o-page span.uk-button-default:hover {
  border: 1px solid #4b5760;
  background: #4b5760;
  color: #ffffff;
}
.o-page a.uk-button-primary,
.o-page button.uk-button-primary,
.o-page span.uk-button-primary {
  background: transparent;
  color: #dc0043;
  border: 1px solid #dc0043;
}
.o-page a.uk-button-primary:hover,
.o-page button.uk-button-primary:hover,
.o-page span.uk-button-primary:hover {
  background: #dc0043;
  color: #ffffff;
}
.o-page a.uk-button-secondary,
.o-page button.uk-button-secondary,
.o-page span.uk-button-secondary {
  background: #86c36b;
  color: #ffffff;
  border: 1px solid #86c36b;
}
.o-page a.uk-button-secondary:hover,
.o-page button.uk-button-secondary:hover,
.o-page span.uk-button-secondary:hover {
  background: #4b5760;
  color: #ffffff;
}
.o-page * > .uk-text-lead {
  font-size: 110%;
}
@media screen and (min-width: 640px) {
  .o-body {
    font-size: 1rem;
  }
  .o-page a:not(.uk-button) {
    font-size: 1rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page time,
  .o-page span,
  .o-page em {
    font-size: 1rem;
  }
  .o-page h1,
  .o-page h1-like {
    font-size: calc(2.83333333rem);
    line-height: 1;
  }
  .o-page a.uk-button,
  .o-page button.uk-button,
  .o-page span.uk-button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .o-page h1,
  .o-page .h1-like {
    font-size: calc(3.4rem);
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: calc(2.5rem);
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: calc(1.5rem);
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: calc(1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  .o-body {
    font-size: 1.25rem;
  }
  .o-page a:not(.uk-button) {
    font-size: 1.25rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page time,
  .o-page span,
  .o-page em {
    font-size: 1.25rem;
  }
  .o-page h1,
  .o-page .h1-like {
    font-size: calc(3.77777778rem);
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: calc(2.67857143rem);
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: calc(1.8rem);
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: calc(1.5rem);
  }
  .o-page a.uk-button,
  .o-page button.uk-button,
  .o-page span.uk-button {
    padding: 7px 30px 5px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-body {
    font-size: 1.4rem;
  }
  .o-page a:not(.uk-button) {
    font-size: 1.4rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page time,
  .o-page span,
  .o-page em {
    font-size: 1.4rem;
  }
  .o-page h1,
  .o-page .h1-like {
    font-size: 4.25rem;
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: 3.75rem;
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: 2.25rem;
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: 1.875rem;
  }
  .o-page a.uk-button,
  .o-page button.uk-button,
  .o-page span.uk-button {
    padding: 10px 40px;
    font-size: 1.4rem;
  }
  .o-page * > .uk-text-lead {
    font-size: 135%;
  }
}
.o-page .o-social-network > li > a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
.o-page .o-social-network > li > a:hover {
  color: #dc0043;
}
.o-page .o-social-network > li > a.uk-icon > svg {
  margin-right: 10px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dc0043;
  color: #1a171b;
}
.o-page .o-navigation.uk-active {
  background: #ffffff;
  border-bottom: 1px solid #FFFFFF;
}
.o-page .o-navigation.uk-active .o-logo-mobile a img {
  max-width: 90px;
}
.o-page .o-navigation.uk-active .o-logo-mobile a + a {
  display: none;
}
.o-page .o-navigation .o-logo-mobile {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.o-page .o-navigation .o-logo-mobile a {
  display: block;
}
.o-page .o-navigation .o-logo-mobile a img {
  max-width: 200px;
}
.o-page .o-navigation .o-logo-mobile a + a {
  margin-top: 15px;
}
.o-page .o-navigation .o-logo-mobile a + a img {
  max-width: 50px;
}
.o-page .o-navigation .o-menu-mobile {
  background: #1a171b;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right {
  column-gap: 0;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle {
  min-height: 60px;
  background: #dc0043;
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle > span {
  font-size: 1rem;
  color: #ffffff;
  font-family: 'Rethink Sans', sans-serif;
}
.o-page .o-navigation .o-menu-offcanvas {
  display: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
  width: 320px;
  padding: 0;
  background: #1a171b;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar button.uk-offcanvas-close {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__logo {
  background: #1a171b;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__logo a img {
  max-width: 180px;
}
.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.uk-active > a:hover {
  background: #f0f0f0;
  color: #dc0043;
  text-decoration: none;
}
.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 {
  font-family: 'Rethink Sans', sans-serif;
  text-transform: initial;
  text-decoration: none;
  color: #ffffff;
  background: #dc0043;
  position: relative;
  display: block;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 10px 30px;
}
.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 {
  background: #4b5760;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > a[href*=pepites] {
  background: #86c36b;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords {
  background: #1a171b;
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords p,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords span,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a[href*=mailto] {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords span {
  font-size: 1rem;
}
.o-page .o-breadcrumb ol.uk-breadcrumb {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
  content: "/";
  margin: 0 5px;
  font-size: 1rem;
  color: #1a171b;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > a {
  text-decoration: underline;
  color: #dc0043;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > a > span {
  color: #dc0043;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a {
  color: #1a171b;
  text-decoration: none;
  font-size: .9rem;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a:hover {
  text-decoration: underline;
}
.o-page .o-footer-top {
  background: #ffffff;
}
.o-page .o-footer-top__fast-access__item {
  height: 300px;
}
.o-page .o-footer-top__fast-access__item .uk-overlay-primary {
  background: rgba(26, 23, 27, 0.4);
}
.o-page .o-footer-top__fast-access__item .uk-overlay-primary p {
  color: #dc0043;
}
.o-page .o-footer-top__fast-access__item .uk-overlay-primary h3 {
  color: #ffffff;
}
.o-page .o-footer-main {
  background: #1a171b;
}
.o-page .o-footer-main img {
  max-width: 200px;
}
.o-page .o-footer-main ul:not(.o-social-network) {
  column-count: 2;
}
.o-page .o-footer-main ul:not(.o-social-network) > li > a {
  color: #ffffff;
  text-decoration: none;
}
.o-page .o-footer-main ul:not(.o-social-network) > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.o-page .o-footer-main p {
  color: #ffffff;
}
.o-page .o-footer-main a {
  color: #ffffff;
}
.o-page .o-footer-main a:hover {
  color: #ffffff;
}
.o-page .o-footer-bottom {
  background: #1a171b;
}
.o-page .o-footer-bottom ul {
  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 {
  text-transform: initial;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
}
.o-page .o-footer-bottom ul > li a:hover,
.o-page .o-footer-bottom ul > li a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.o-page .o-cookies a {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .o-page .o-navigation .o-logo-mobile a img {
    max-width: 250px;
  }
  .o-page .o-navigation .o-logo-mobile a + a img {
    max-width: 60px;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle {
    padding: 0 20px;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-right .uk-navbar-toggle > span {
    font-size: 1.2rem;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
    margin: 0 10px;
    font-size: 1.125rem;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a {
    font-size: 1rem;
  }
  .o-page .o-footer-main {
    padding-top: 30px;
  }
  .o-page .o-footer-main img {
    max-width: 220px;
  }
  .o-page .o-footer-bottom ul {
    flex-flow: row wrap;
    justify-content: center;
  }
  .o-page .o-footer-bottom ul > li {
    display: inline-flex;
    align-items: center;
  }
  .o-page .o-footer-bottom ul > li:not(:last-child)::after {
    content: '-';
    margin-left: 15px;
    color: #ffffff;
  }
  .o-page .o-cookies p {
    padding: 5px 30px;
  }
}
@media screen and (min-width: 960px) {
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
    width: 330px;
  }
  .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 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
    margin: 0 12px;
    font-size: 1.25rem;
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > a {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > a > span {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a {
    font-size: 1.125rem;
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a > span {
    color: #ffffff;
  }
  .o-page .o-footer-top__fast-access {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .o-page .o-footer-top__fast-access__item {
    height: 400px;
  }
  .o-page .o-footer-top__fast-access__item--small {
    height: 300px;
  }
  .o-page .o-footer-main {
    padding-top: 50px;
  }
  .o-page .o-footer-main img {
    max-width: 100%;
  }
  .o-page .o-footer-main ul:not(.o-social-network) {
    margin-left: 60px;
    column-count: 1;
  }
  .o-page .o-footer-main ul:not(.o-social-network) > li:nth-child(6) {
    margin-top: 50px;
  }
  .o-page .o-cookies p {
    padding: 5px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .o-navigation {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
  }
  .o-page .o-navigation.uk-active {
    background: #1a171b;
  }
  .o-page .o-navigation.uk-active .o-menu-desktop__logo {
    top: 10px;
  }
  .o-page .o-navigation.uk-active .o-menu-desktop__logo a img {
    max-width: 90px;
  }
  .o-page .o-navigation.uk-active .o-menu-desktop__logo a + a {
    display: none;
  }
  .o-page .o-navigation.uk-active .o-menu-desktop .uk-navbar .uk-navbar-nav > li > a {
    min-height: 60px;
  }
  .o-page .o-navigation .o-menu-desktop__logo {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
  }
  .o-page .o-navigation .o-menu-desktop__logo a {
    display: block;
  }
  .o-page .o-navigation .o-menu-desktop__logo a img {
    max-width: 220px;
  }
  .o-page .o-navigation .o-menu-desktop__logo a + a {
    margin-top: 15px;
  }
  .o-page .o-navigation .o-menu-desktop__logo a + a img {
    max-width: 60px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav {
    background: #dc0043;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.is-dropdown-submenu-parent > a.uk-icon svg {
    color: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.is-dropdown-submenu-parent > a + .uk-navbar-dropdown {
    background: #1a171b;
    width: 300px;
    padding: 0;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.is-dropdown-submenu-parent > a + .uk-navbar-dropdown ul > li.uk-active > a {
    border-left: 5px solid #dc0043;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.is-dropdown-submenu-parent > a + .uk-navbar-dropdown ul > li > a {
    color: #ffffff;
    text-decoration: none;
    text-transform: initial;
    font-family: 'Rethink Sans', sans-serif;
    width: 100%;
    padding: 0 25px;
    min-height: 60px;
    font-size: 1.125rem;
    box-sizing: border-box;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.is-dropdown-submenu-parent > a + .uk-navbar-dropdown ul > li > a:hover {
    background: #dc0043;
    color: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li > a {
    text-transform: initial;
    color: #ffffff;
    font-family: 'Rethink Sans', sans-serif;
    text-decoration: none;
    font-size: 1.25rem;
    padding: 0 20px;
    min-height: 60px;
    position: relative;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li > a:hover::after {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li > a[href*=pepites] {
    background: #86c36b;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.uk-active > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.uk-active > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.nav-path-selected > a:hover {
    color: #dc0043;
    background: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.uk-active > a.uk-icon svg,
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.nav-path-selected > a.uk-icon svg,
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.uk-active > a:hover.uk-icon svg,
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.nav-path-selected > a:hover.uk-icon svg {
    color: #dc0043;
  }
  .o-page .o-footer-top__fast-access__item {
    height: 600px;
  }
  .o-page .o-footer-top__fast-access__item--small {
    height: 450px;
  }
  .o-page .o-cookies p {
    padding: 5px 80px;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .o-navigation .o-menu-desktop__logo {
    top: 40px;
    left: 3vw;
  }
  .o-page .o-navigation .o-menu-desktop__logo a + a img {
    max-width: 70px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.is-dropdown-submenu-parent > a + .uk-navbar-dropdown {
    width: 350px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li.is-dropdown-submenu-parent > a + .uk-navbar-dropdown ul > li > a {
    font-size: 1.25rem;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar .uk-navbar-nav > li > a {
    font-size: 1.5rem;
    padding: 0 35px;
  }
  .o-page .o-footer-top__fast-access {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .o-page .o-footer-top__fast-access__item {
    height: 750px;
  }
  .o-page .o-footer-top__fast-access__item--small {
    height: 525px;
  }
}
.o-page .c-social-share .uk-drop {
  width: 45px;
}
.o-page .c-social-share .c-social-share__item .uk-icon {
  background: rgba(26, 23, 27, 0.8);
  color: #ffffff;
  padding: 10px;
}
.o-page .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(26, 23, 27, 0.8);
}
.o-page .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 {
  color: #ffffff;
}
.o-page .c-header-banner {
  background: #1a171b;
  height: 180px;
}
.o-page .c-header-banner--home {
  height: 330px;
}
.o-page .c-header-banner__image {
  height: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.o-page .c-header-banner__content h1 {
  color: #ffffff;
}
.o-page .c-header-banner__label {
  position: absolute;
}
.o-page .c-header-banner__label:first-of-type {
  bottom: 30px;
  left: 2vw;
}
.o-page .c-header-banner__label:nth-of-type(2) {
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
}
.o-page .c-header-banner__label:nth-of-type(3) {
  bottom: 60px;
  right: 2vw;
}
.o-page .c-header-banner__label:nth-of-type(3) > span::after {
  left: initial;
  right: 25px;
}
.o-page .c-header-banner__label > span {
  color: #ffffff;
  background: #dc0043;
  padding: 8px 12px;
  position: relative;
  font-size: 1rem;
}
.o-page .c-header-banner__label > span::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 25px;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 14px solid #dc0043;
  border-right: 8px solid transparent;
  border-left: 7px solid transparent;
}
.o-page .c-offers {
  padding-bottom: 30px;
}
.o-page a.c-job-offer {
  display: block;
  text-decoration: none;
}
.o-page .c-job-offer {
  background: #f0f0f0;
  position: relative;
}
.o-page .c-job-offer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 75%;
  background: #dc0043;
}
.o-page .c-job-offer:not(.uk-disabled):hover span.uk-button {
  background: #dc0043;
  color: #ffffff;
}
.o-page .c-job-offer.uk-disabled {
  background-image: url(/application/themes/theme_simpleo_coteo/images/background-disabled.png);
  background-repeat: repeat;
  background-position: top left;
}
.o-page .c-job-offer__label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: .9rem;
}
.o-page .c-job-offer__label > svg {
  color: #dc0043;
  margin-right: 5px;
}
.o-page .c-job-offer__label--urgent {
  flex-direction: row;
  background: #fff000;
  padding: 5px 5px 5px 10px;
  text-transform: uppercase;
}
.o-page .c-job-offer__label--urgent > svg {
  color: inherit;
  margin-left: 5px;
  margin-right: 0;
}
.o-page .c-courses {
  background: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.o-page .c-courses p {
  color: #dc0043;
}
.o-page .c-operating {
  padding-top: 15px;
  padding-bottom: 30px;
}
.o-page .c-operating ul {
  margin-top: 50px;
}
.o-page .c-operating ul > li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.25rem;
  color: #4b5760;
}
.o-page .c-operating ul > li i {
  color: #dc0043;
  font-size: 5rem;
  margin-right: 15px;
}
.o-page .c-faq {
  background: #dc0043;
}
.o-page .c-faq h2 {
  color: #ffffff;
}
.o-page .c-faq ul > li {
  background: #ffffff;
  color: #1a171b;
  padding: 15px 20px;
}
.o-page .c-faq ul > li:nth-child(n+2) {
  margin-top: 15px;
}
.o-page .c-faq ul > li span {
  color: #dc0043;
}
.o-page .c-subscribe {
  background: #1a171b;
  padding-top: 50px;
  padding-bottom: 50px;
}
.o-page .c-subscribe p {
  color: #dc0043;
}
.o-page .c-subscribe h2 {
  color: #ffffff;
}
@media screen and (min-width: 640px) {
  .o-page .c-header-banner {
    height: 250px;
  }
  .o-page .c-header-banner--home {
    height: 350px;
  }
  .o-page .c-header-banner__label:first-of-type {
    bottom: 35px;
    left: 10vw;
  }
  .o-page .c-header-banner__label:nth-of-type(2) {
    bottom: 60px;
  }
  .o-page .c-header-banner__label:nth-of-type(3) {
    bottom: 85px;
    right: 10vw;
  }
  .o-page .c-header-banner__label > span {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  .o-page .c-header-banner {
    height: 350px;
  }
  .o-page .c-header-banner--home {
    height: 500px;
  }
  .o-page .c-header-banner__label:first-child {
    bottom: 75px;
  }
  .o-page .c-header-banner__label:nth-child(2) {
    bottom: 100px;
  }
  .o-page .c-header-banner__label:nth-child(3) {
    bottom: 125px;
  }
  .o-page .c-header-banner__label > span {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  .o-page .c-introduction {
    padding-top: 30px;
  }
  .o-page .c-offers {
    padding-bottom: 50px;
  }
  .o-page .c-job-offer__label {
    font-size: 1rem;
  }
  .o-page .c-courses {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .o-page .c-operating {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .o-page .c-operating ul {
    margin-top: 40px;
  }
  .o-page .c-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-page .c-faq ul {
    margin-top: 20px;
  }
  .o-page .c-subscribe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .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 {
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: rgba(26, 23, 27, 0.8);
  }
  .o-page .c-social-share .c-social-share__button span {
    color: #ffffff;
  }
  .o-page .c-header-banner {
    height: 450px;
  }
  .o-page .c-header-banner--home {
    height: 600px;
  }
  .o-page .c-header-banner__label:first-child {
    bottom: 75px;
    left: 5vw;
  }
  .o-page .c-header-banner__label:nth-child(2) {
    bottom: 150px;
  }
  .o-page .c-header-banner__label:nth-child(3) {
    bottom: 225px;
    right: 5vw;
  }
  .o-page .c-header-banner__label > span {
    font-size: 1.5rem;
    padding: 12px 25px;
  }
  .o-page .c-introduction {
    padding-top: 50px;
  }
  .o-page .c-offers {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .o-page .c-job-offer__label {
    font-size: 1.125rem;
    height: 40px;
  }
  .o-page .c-job-offer__label--location {
    flex-direction: row;
  }
  .o-page .c-job-offer__label--location > svg {
    margin-right: 0;
    margin-left: 5px;
  }
  .o-page .c-job-offer__label--urgent {
    height: initial;
    font-size: 1rem;
  }
  .o-page .c-courses {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .o-page .c-courses__item {
    margin-left: 2vw;
  }
  .o-page .c-courses__image {
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 0;
  }
  .o-page .c-operating {
    padding-top: 150px;
  }
  .o-page .c-operating ul {
    margin-top: 75px;
  }
  .o-page .c-operating ul > li {
    font-size: 1.5rem;
  }
  .o-page .c-operating ul > li i {
    font-size: 7rem;
  }
  .o-page .c-faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .o-page .c-faq ul {
    position: relative;
    margin-top: 50px;
    z-index: 2;
  }
  .o-page .c-faq ul > li {
    padding: 25px 30px;
  }
  .o-page .c-faq__image {
    position: absolute;
    z-index: 1;
    top: 190px;
    right: 0;
    width: 550px;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .c-header-banner {
    height: 500px;
  }
  .o-page .c-header-banner--home {
    height: 800px;
  }
  .o-page .c-header-banner__label:first-of-type {
    bottom: 175px;
    left: 12vw;
  }
  .o-page .c-header-banner__label:nth-of-type(2) {
    bottom: 250px;
  }
  .o-page .c-header-banner__label:nth-of-type(3) {
    bottom: 440px;
    right: 15vw;
  }
  .o-page .c-introduction {
    padding-top: 100px;
  }
  .o-page .c-offers {
    padding-top: 100px;
    padding-bottom: 300px;
  }
  .o-page .c-courses {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-page .c-courses__image {
    top: -120px;
  }
  .o-page .c-operating {
    padding-top: 300px;
    padding-bottom: 150px;
  }
  .o-page .c-operating ul {
    margin-top: 100px;
  }
  .o-page .c-operating ul > li {
    font-size: 2rem;
  }
  .o-page .c-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .o-page .c-faq__image {
    top: 250px;
    width: 670px;
  }
  .o-page .c-subscribe {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
/* ==========================================================================
   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 {
  line-height: 38px;
}
.o-page a.uk-button-small,
.o-page button.uk-button-small,
.o-page 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 {
  line-height: 53px;
}
/* Page Templates */
.o-page .tpl-news-listing a.tpl-news-listing__item {
  display: block;
  text-decoration: none;
}
.o-page .tpl-news-listing a.tpl-news-listing__item:hover span.uk-button {
  background: #dc0043;
  color: #ffffff;
}
.o-page .tpl-news-listing__item {
  background: #f0f0f0;
  position: relative;
}
.o-page .tpl-news-listing__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 75%;
  background: #dc0043;
}
.o-page .tpl-news-listing__item__label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: .9rem;
}
.o-page .tpl-news-listing__item__label > svg {
  color: #dc0043;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .o-page .tpl-news-listing__item__label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .tpl-news-listing__item__label {
    font-size: 1.125rem;
  }
}
.o-page .tpl-news-page a.tpl-news-page__link {
  text-decoration: none;
  display: block;
}
.o-page .tpl-news-page a.tpl-news-page__link span {
  color: #dc0043;
}
.o-page .tpl-news-page__label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: .9rem;
}
.o-page .tpl-news-page__label > svg {
  color: #dc0043;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .o-page .tpl-news-page__label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .tpl-news-page__label {
    font-size: 1.125rem;
  }
}
/* Blocks */
/* 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: #f0f0f0;
  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: #f0f0f0;
}
.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: #f0f0f0;
  }
  .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: #f0f0f0;
  }
  .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: #f0f0f0;
  }
  .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: #f0f0f0;
  }
  .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;
  }
}
.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;
}
.coteo-block-file {
  background: #f0f0f0;
  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: #1a171b;
}
.coteo-block-file + .coteo-block-file {
  margin-top: 20px;
}
.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: #1a171b;
}
.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(26, 23, 27, 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-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(26, 23, 27, 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(26, 23, 27, 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-page-list {
  margin: 40px 0;
  /* Template Défaut - view.php */
  /* Template Liste - tpl-1col-basic.php */
  /* Template Grille 2 colonnes - tpl-2col-basic.php */
  /* Template Grille 3 colonnes et bouton - tpl-3col-basic.php */
  /* Template Grille 3 colonnes image sombre- tpl-3col-brightness.php */
  /* Template Grille 3 colonnes - tpl-3col-hover.php */
  /* Template Grille complète - tpl-3col-2levels.php */
  /* Template Simple - tpl-1col-simple.php */
}
.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: #f0f0f0;
  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-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .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-1col-basic .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-1col-basic .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-1col-basic .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-1col-basic .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-1col-basic .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-1col-basic .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-1col-basic .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-1col-basic .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-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .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-2col-basic .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-2col-basic .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-2col-basic .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-2col-basic .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-2col-basic .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-2col-basic .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-2col-basic .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-2col-basic .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-3col-basic .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-basic .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-3col-basic .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-3col-basic .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-3col-basic .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-3col-basic .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-3col-basic .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-3col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent {
  background: #f0f0f0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-basic .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-3col-basic .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-3col-basic .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-3col-basic .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-3col-basic .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-3col-basic .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemnoimage {
  background: #f0f0f0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-brightness .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-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover .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-3col-hover .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-3col-hover .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-3col-hover .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-3col-hover .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-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover {
  background: #f0f0f0;
  -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-3col-hover .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-3col-hover .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-3col-hover .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-3col-2levels .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-2levels .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-3col-2levels .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-3col-2levels .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #f0f0f0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-2levels .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-3col-2levels .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-3col-2levels .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-3col-2levels .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-3col-2levels .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-3col-2levels .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-3col-2levels .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-3col-2levels .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-3col-2levels .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-3col-2levels .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-1col-simple .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-1col-simple .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;
}
@media screen and (min-width: 640px) {
  .coteo-block-page-list {
    /* Template Liste - tpl-1col-basic.php */
    /* Template Grille 2 colonnes - tpl-2col-basic.php */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item {
    background: #ffffff;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .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-1col-basic .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-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item {
    background: #ffffff;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .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-2col-basic .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 Liste - tpl-1col-basic.php */
    /* Template Grille 2 colonnes - tpl-2col-basic.php */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .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-2col-basic .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;
  }
}
@media screen and (min-width: 1200px) {
  .coteo-block-page-list {
    /* Template Défaut - view.php */
    /* Template Grille 3 colonnes et bouton - tpl-3col-basic.php */
    /* Template Grille 3 colonnes - tpl-3col-hover.php */
    /* Template Grille complète - tpl-3col-2levels.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-3col-basic .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-3col-hover .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-3col-2levels .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-3col-brightness .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-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 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);
  }
}
.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-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;
  }
}
.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;
}
.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: #1a171b;
  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: #1a171b;
  text-transform: capitalize;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message .ccm-conversation-message-form {
  padding-left: 60px;
}
