@import url('https://fonts.googleapis.com/css?family=Muli:400,700|Pacifico');
/*
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 */
/* 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: #0f3055;
}
.s-text-white {
  color: #ffffff;
}
.s-text-grey {
  color: #eef2f6;
}
.s-text-blue {
  color: #0c70e2;
}
.s-text-lightblue {
  color: #59c6f2;
}
.s-text-yellow {
  color: #ffe401;
}
.s-back-black {
  background: #0f3055;
}
.s-back-white {
  background: #ffffff;
}
.s-back-grey {
  background: #eef2f6;
}
.s-back-blue {
  background: #0c70e2;
}
.s-back-lightblue {
  background: #59c6f2;
}
.s-back-yellow {
  background: #ffe401;
}
.s-primary-font {
  font-family: 'Muli', sans-serif;
}
.s-secondary-font {
  font-family: 'Pacifico', cursive;
}
/* ==========================================================================
   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: #0f3055;
  -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%;
}
.t-yellow-bar {
  position: relative;
}
.t-yellow-bar::after {
  content: "";
  width: 60%;
  height: 14px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0 auto;
  background: #ffe401;
}
/* ==========================================================================
   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;
}
.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: #a7c9ef;
}
.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: 'Muli', sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
}
.o-page {
  position: relative;
  overflow: hidden;
}
.o-page a:not(.uk-button) {
  color: #0c70e2;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}
.o-page a:not(.uk-button):hover,
.o-page a:not(.uk-button):focus {
  color: #0f3055;
}
.o-page a:focus-visible {
  outline: 0;
}
.o-page p,
.o-page ul li,
.o-page time,
.o-page span,
.o-page em {
  font-family: 'Muli', sans-serif;
  color: #0f3055;
  font-size: 1rem;
}
.o-page h1,
.o-page .h1-like {
  font-family: 'Pacifico', cursive;
  color: #0f3055;
  font-size: calc(2.5rem);
  line-height: 1.3;
}
.o-page h2,
.o-page .h2-like {
  font-family: 'Pacifico', cursive;
  color: #0f3055;
  font-size: calc(1.625rem);
  line-height: 1.3;
}
.o-page h2 > span,
.o-page .h2-like > span {
  display: block;
  color: #0c70e2;
  font-weight: bold;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 15px;
}
.o-page h3,
.o-page .h3-like {
  font-family: 'Pacifico', cursive;
  color: #0f3055;
  font-size: calc(1.54411765rem);
  line-height: 1.3;
}
.o-page h4,
.o-page .h4-like {
  font-family: 'Muli', sans-serif;
  color: #0c70e2;
  font-weight: bold;
  font-weight: 700;
  font-size: calc(1.07142857rem);
}
.o-page a.uk-button,
.o-page button.uk-button,
.o-page span.uk-button {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
.o-page a.uk-button > span,
.o-page button.uk-button > span,
.o-page span.uk-button > span,
.o-page a.uk-button > i,
.o-page button.uk-button > i,
.o-page span.uk-button > i {
  color: inherit;
}
.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,
.o-page a.uk-button-tertiary,
.o-page button.uk-button-tertiary,
.o-page span.uk-button-tertiary {
  text-decoration: none;
  font-family: 'Muli', sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: initial;
  font-weight: bold;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 12px 20px;
}
.o-page a.uk-button-default.uk-icon,
.o-page button.uk-button-default.uk-icon,
.o-page span.uk-button-default.uk-icon,
.o-page a.uk-button-primary.uk-icon,
.o-page button.uk-button-primary.uk-icon,
.o-page span.uk-button-primary.uk-icon,
.o-page a.uk-button-secondary.uk-icon,
.o-page button.uk-button-secondary.uk-icon,
.o-page span.uk-button-secondary.uk-icon,
.o-page a.uk-button-tertiary.uk-icon,
.o-page button.uk-button-tertiary.uk-icon,
.o-page span.uk-button-tertiary.uk-icon {
  padding: 12px 10px 12px 20px;
}
.o-page a.uk-button-default.uk-icon > svg,
.o-page button.uk-button-default.uk-icon > svg,
.o-page span.uk-button-default.uk-icon > svg,
.o-page a.uk-button-primary.uk-icon > svg,
.o-page button.uk-button-primary.uk-icon > svg,
.o-page span.uk-button-primary.uk-icon > svg,
.o-page a.uk-button-secondary.uk-icon > svg,
.o-page button.uk-button-secondary.uk-icon > svg,
.o-page span.uk-button-secondary.uk-icon > svg,
.o-page a.uk-button-tertiary.uk-icon > svg,
.o-page button.uk-button-tertiary.uk-icon > svg,
.o-page span.uk-button-tertiary.uk-icon > svg {
  color: inherit;
  margin-left: 8px;
}
.o-page a.uk-button-default span.uk-icon > svg,
.o-page button.uk-button-default span.uk-icon > svg,
.o-page span.uk-button-default span.uk-icon > svg,
.o-page a.uk-button-primary span.uk-icon > svg,
.o-page button.uk-button-primary span.uk-icon > svg,
.o-page span.uk-button-primary span.uk-icon > svg,
.o-page a.uk-button-secondary span.uk-icon > svg,
.o-page button.uk-button-secondary span.uk-icon > svg,
.o-page span.uk-button-secondary span.uk-icon > svg,
.o-page a.uk-button-tertiary span.uk-icon > svg,
.o-page button.uk-button-tertiary span.uk-icon > svg,
.o-page span.uk-button-tertiary span.uk-icon > svg {
  color: inherit;
  margin-left: 10px;
}
.o-page a.uk-button-default,
.o-page button.uk-button-default,
.o-page span.uk-button-default {
  background: #ffe401;
  color: #0f3055;
  border: 2px solid #ffe401;
}
.o-page a.uk-button-default:hover,
.o-page button.uk-button-default:hover,
.o-page span.uk-button-default:hover {
  background: #0f3055;
  color: #ffffff;
  border-color: #0f3055;
}
.o-page a.uk-button-primary,
.o-page button.uk-button-primary,
.o-page span.uk-button-primary {
  background: #0c70e2;
  color: #ffffff;
  border: 2px solid #0c70e2;
}
.o-page a.uk-button-primary:hover,
.o-page button.uk-button-primary:hover,
.o-page span.uk-button-primary:hover {
  background: #0f3055;
  color: #ffffff;
  border-color: #0f3055;
}
.o-page a.uk-button-secondary,
.o-page button.uk-button-secondary,
.o-page span.uk-button-secondary {
  background: #ffffff;
  color: #0f3055;
  border: 2px solid #ffffff;
}
.o-page a.uk-button-secondary:hover,
.o-page button.uk-button-secondary:hover,
.o-page span.uk-button-secondary:hover {
  background: #0f3055;
  color: #ffffff;
  border-color: #0f3055;
}
.o-page a.uk-button-tertiary,
.o-page button.uk-button-tertiary,
.o-page span.uk-button-tertiary {
  background: #ffffff;
  color: #0c70e2;
  border: 2px solid #0c70e2;
}
.o-page a.uk-button-tertiary:hover,
.o-page button.uk-button-tertiary:hover,
.o-page span.uk-button-tertiary:hover {
  background: #0c70e2;
  color: #ffffff;
}
.o-page a.uk-button-large,
.o-page button.uk-button-large,
.o-page span.uk-button-large {
  padding: 6px 40px;
}
.o-page a.uk-button-large.uk-icon,
.o-page button.uk-button-large.uk-icon,
.o-page span.uk-button-large.uk-icon {
  padding: 6px 35px 6px 40px;
}
.o-page a.uk-button-small,
.o-page button.uk-button-small,
.o-page span.uk-button-small {
  padding: 6px 15px;
}
.o-page a.uk-button-small.uk-icon,
.o-page button.uk-button-small.uk-icon,
.o-page span.uk-button-small.uk-icon {
  padding: 6px 15px 6px 20px;
}
@media screen and (min-width: 640px) {
  .o-page h1,
  .o-page .h1-like {
    font-size: calc(3.57142857rem);
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: calc(1.625rem);
  }
  .o-page h2 > span,
  .o-page .h2-like > span {
    font-size: 1.188rem;
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: calc(1.54411765rem);
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: calc(1.15384615rem);
  }
}
@media screen and (min-width: 960px) {
  .o-body {
    font-size: 1.125rem;
  }
  .o-page a:not(.uk-button) {
    font-size: 1.125rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page time,
  .o-page span,
  .o-page em {
    font-size: 1.125rem;
  }
  .o-page h1,
  .o-page .h1-like {
    font-size: calc(4.80769231rem);
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: calc(2.32142857rem);
  }
  .o-page h2 > span,
  .o-page .h2-like > span {
    margin-top: 20px;
    font-size: 1.313rem;
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: calc(2.01923077rem);
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: calc(1.25rem);
  }
  .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,
  .o-page a.uk-button-tertiary,
  .o-page button.uk-button-tertiary,
  .o-page span.uk-button-tertiary {
    font-size: 1.25rem;
    line-height: 1;
    padding: 14px 25px;
  }
  .o-page a.uk-button-default.uk-icon,
  .o-page button.uk-button-default.uk-icon,
  .o-page span.uk-button-default.uk-icon,
  .o-page a.uk-button-primary.uk-icon,
  .o-page button.uk-button-primary.uk-icon,
  .o-page span.uk-button-primary.uk-icon,
  .o-page a.uk-button-secondary.uk-icon,
  .o-page button.uk-button-secondary.uk-icon,
  .o-page span.uk-button-secondary.uk-icon,
  .o-page a.uk-button-tertiary.uk-icon,
  .o-page button.uk-button-tertiary.uk-icon,
  .o-page span.uk-button-tertiary.uk-icon {
    padding: 14px 15px 14px 25px;
  }
  .o-page a.uk-button-large,
  .o-page button.uk-button-large,
  .o-page span.uk-button-large {
    padding: 7px 45px;
  }
  .o-page a.uk-button-large.uk-icon,
  .o-page button.uk-button-large.uk-icon,
  .o-page span.uk-button-large.uk-icon {
    padding: 7px 35px 7px 45px;
  }
  .o-page a.uk-button-small,
  .o-page button.uk-button-small,
  .o-page span.uk-button-small {
    padding: 7px 15px;
  }
  .o-page a.uk-button-small.uk-icon,
  .o-page button.uk-button-small.uk-icon,
  .o-page span.uk-button-small.uk-icon {
    padding: 7px 10px 7px 20px;
  }
}
@media screen and (min-width: 1600px) {
  .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;
    line-height: 1.5;
  }
  .o-page ul.uk-list > li {
    line-height: 1;
  }
  .o-page h1,
  .o-page .h1-like {
    font-size: 6.25rem;
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: 3.25rem;
  }
  .o-page h2 > span,
  .o-page .h2-like > span {
    font-size: 1.5rem;
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: 2.625rem;
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: 1.5rem;
  }
  .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,
  .o-page a.uk-button-tertiary,
  .o-page button.uk-button-tertiary,
  .o-page span.uk-button-tertiary {
    font-size: 1.375rem;
    line-height: 1;
    padding: 8px 30px;
  }
  .o-page a.uk-button-default.uk-icon,
  .o-page button.uk-button-default.uk-icon,
  .o-page span.uk-button-default.uk-icon,
  .o-page a.uk-button-primary.uk-icon,
  .o-page button.uk-button-primary.uk-icon,
  .o-page span.uk-button-primary.uk-icon,
  .o-page a.uk-button-secondary.uk-icon,
  .o-page button.uk-button-secondary.uk-icon,
  .o-page span.uk-button-secondary.uk-icon,
  .o-page a.uk-button-tertiary.uk-icon,
  .o-page button.uk-button-tertiary.uk-icon,
  .o-page span.uk-button-tertiary.uk-icon {
    padding: 8px 20px 8px 30px;
  }
  .o-page a.uk-button-large,
  .o-page button.uk-button-large,
  .o-page span.uk-button-large {
    padding: 8px 50px;
  }
  .o-page a.uk-button-large.uk-icon,
  .o-page button.uk-button-large.uk-icon,
  .o-page span.uk-button-large.uk-icon {
    padding: 8px 30px 8px 50px;
  }
  .o-page a.uk-button-small,
  .o-page button.uk-button-small,
  .o-page span.uk-button-small {
    padding: 16px 15px;
  }
  .o-page a.uk-button-small.uk-icon,
  .o-page button.uk-button-small.uk-icon,
  .o-page span.uk-button-small.uk-icon {
    padding: 16px 15px 16px 25px;
  }
}
.o-page .o-header {
  border-top: 5px solid #ffe401;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.o-page .o-header__langages {
  background: #ffe401;
  padding: 0 10px 6px;
  right: 15px;
  z-index: 2;
}
.o-page .o-header__langages ul li {
  margin: 0;
  cursor: pointer;
}
.o-page .o-header__langages ul li.o-header-top__langages__flag-visibility {
  display: none;
}
.o-page .o-header__langages ul li.o-header-top__langages__flag-visibility.o-header-top__langages__flag-visibility--show {
  display: block;
}
.o-page .o-header__langages ul li a {
  font-size: .625rem;
}
.o-page .o-navigation .o-logo-mobile {
  display: block;
  padding: 15px;
}
.o-page .o-navigation .o-logo-mobile img {
  width: 150px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.o-page .o-navigation .o-menu-mobile {
  background: transparent;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  height: 100%;
  padding: 0 20px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right a span.uk-icon {
  margin-right: 5px;
  color: #ffffff;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right a:hover {
  background: #0f3055;
  color: #ffffff;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-right a.uk-navbar-toggle {
  background: #0f3055;
  color: #ffffff;
  text-transform: uppercase;
}
.o-page .o-navigation .o-menu-offcanvas {
  display: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
  width: 300px;
  padding: 0 0 25px;
  background: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
  color: #0f3055;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__logo img {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav {
  padding: 0 15px 25px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.nav-path-selected > div > a.nav-parent,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.uk-active > div > a.nav-parent {
  color: #0c70e2;
}
.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: 1rem;
  color: #0f3055;
  text-decoration: none;
  text-align: center;
}
.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 {
  color: #0c70e2;
  text-decoration: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords {
  background: #59c6f2;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords h2,
.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 {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__group img {
  max-width: 100px;
}
.o-page .o-breadcrumb {
  padding: 8px 10px;
}
.o-page .o-breadcrumb ol.uk-breadcrumb {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.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: 14px;
  color: #0f3055;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * {
  color: #0f3055;
  text-decoration: underline;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a {
  color: #0f3055;
  text-decoration: none;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a span {
  font-size: .875rem;
  color: #0f3055;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a:hover {
  text-decoration: underline;
}
.o-page .o-footer {
  background: #59c6f2;
  padding-top: 20px;
  position: relative;
}
.o-page .o-footer::before {
  content: "";
  position: absolute;
  top: -97px;
  left: 0;
  width: 2000px;
  height: 97px;
  display: block;
  background-image: url("/application/themes/theme_simpleo_coteo/images/vague-bottom.png");
  background-size: cover;
}
.o-page .o-footer-bottom__coords img {
  margin-bottom: 15px;
}
.o-page .o-footer-bottom__coords span {
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: 700;
}
.o-page .o-footer-bottom ul:not(.o-social-network) {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.o-page .o-footer-bottom ul:not(.o-social-network) > li > a,
.o-page .o-footer-bottom ul:not(.o-social-network) > li > span {
  text-transform: initial;
  text-decoration: none;
  display: inline-block;
  color: #0f3055;
}
.o-page .o-footer-bottom ul:not(.o-social-network) > li a:hover {
  text-decoration: underline;
}
.o-page .o-cookies p,
.o-page .o-cookies a {
  font-size: .875rem;
  color: #0f3055;
}
.o-page .o-cookies a {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .o-page .o-navigation .o-logo-mobile img {
    width: 200px;
  }
  .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.125rem;
  }
  .o-page .o-breadcrumb {
    margin-top: 15px;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
    margin: 0 5px;
    font-size: 1.125rem;
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a span {
    color: #ffffff;
    font-size: 1.125rem;
  }
  .o-page .o-footer-bottom {
    padding-bottom: 50px;
  }
  .o-page .o-footer-bottom__coords span {
    font-size: 1.25rem;
    font-weight: bold;
    font-weight: 700;
  }
  .o-page .o-footer-bottom ul:not(.o-social-network) {
    align-items: start;
  }
  .o-page .o-cookies p {
    padding: 5px 15px;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .o-page .o-navigation .o-logo-mobile img {
    width: 200px;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a span {
    font-size: 1.125rem;
  }
  .o-page .o-cookies p {
    padding: 5px 55px;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .o-main:not(.o-main--home) {
    padding-bottom: 150px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav {
    display: flex;
    justify-content: space-between;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.uk-active > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.nav-path-selected > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.uk-active > a.uk-open {
    background: #ffe401;
    color: #0f3055;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.nav-path-selected > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.uk-active > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.nav-path-selected > a.uk-open:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.uk-active > a.uk-open:hover {
    background: #ffe401;
    color: #0f3055;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.is-dropdown-submenu-parent > a {
    padding: 0 10px 0 15px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.is-dropdown-submenu-parent > a[aria-expanded*=true] {
    background: #0f3055;
    color: #ffffff;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a {
    color: #0f3055;
    text-transform: initial;
    font-weight: bold;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    font-size: 1.125rem;
    padding: 0 15px;
    min-height: 60px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a:hover {
    color: #ffffff;
    background: #0f3055;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown {
    background: #0f3055;
    width: 350px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a {
    color: #ffe401;
    text-decoration: none;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a:hover {
    color: #ffe401;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
    color: #ffffff;
    text-transform: initial;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 1.125rem;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover {
    color: #ffe401;
  }
  .o-page .o-breadcrumb {
    margin-top: 25px;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a span {
    font-size: 1.25rem;
  }
  .o-page .o-cookies p {
    padding: 5px 150px;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .o-header__langages {
    right: 5vw;
  }
  .o-page .o-navigation .o-menu-desktop__logo img {
    max-width: initial;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav {
    justify-content: center;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li.is-dropdown-submenu-parent > a {
    padding: 0 15px 0 30px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a {
    font-size: 1.25rem;
    padding: 0 30px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
    font-size: 1.25rem;
  }
}
.o-page .c-social-share .uk-drop {
  width: 45px;
}
.o-page .c-social-share .c-social-share__item .uk-icon {
  background: rgba(15, 48, 85, 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(15, 48, 85, 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 {
  height: 250px;
  background: #0f3055;
}
.o-page .c-header-banner__image,
.o-page .c-header-banner .uk-overflow-hidden,
.o-page .c-header-banner .block-coteo-slideshow,
.o-page .c-header-banner .block-coteo-slideshow > div,
.o-page .c-header-banner .block-coteo-slideshow > div > ul {
  width: 100%;
  height: 100%;
}
.o-page .c-header-banner__image,
.o-page .c-header-banner .block-coteo-slideshow > div > ul {
  -webkit-opacity: 85%;
  -moz-opacity: 85%;
  opacity: 85%;
}
.o-page .c-header-banner__content {
  padding: 0 25px;
}
.o-page .c-header-banner__content h1,
.o-page .c-header-banner__content .h1-like {
  color: #ffffff;
}
.o-page .c-header-banner--home {
  height: 450px;
}
.o-page .c-header-banner--home .c-header-banner__content {
  max-width: 90%;
  padding: 0 25px;
}
.o-page .c-header-banner--home .c-header-banner__content p {
  color: #ffffff;
}
.o-page .c-header-banner--home .c-header-banner__content p.classification {
  font-size: 125%;
}
.o-page .c-booking {
  background: #59c6f2;
  position: relative;
}
.o-page .c-booking::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 1000px;
  height: 101px;
  display: block;
  background-image: url("/application/themes/theme_simpleo_coteo/images/vague-top.png");
  background-size: cover;
  background-position: bottom center;
}
.o-page .c-booking h2 {
  color: #ffffff;
}
.o-page .c-reassurance > li {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-align: center;
  width: 110px;
}
.o-page .c-reassurance > li img {
  margin-bottom: 15px;
  max-width: 100px;
}
.o-page .c-introduction__map {
  margin-left: auto;
  margin-right: auto;
}
.o-page .c-fast-access__item {
  height: 200px;
}
.o-page .c-fast-access__item .uk-cover-container {
  width: 100%;
  height: 100%;
}
.o-page .c-featured-data--activities {
  background: #ECF5FE;
}
.o-page .c-featured-data--activities--int {
  position: relative;
  margin-top: 80px;
}
.o-page .c-featured-data--activities--int::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 1000px;
  height: 80px;
  display: block;
  background-image: url("/application/themes/theme_simpleo_coteo/images/vague-middle.png");
  background-size: cover;
  background-position: bottom center;
}
.o-page .c-featured-data--activities--ext {
  padding-bottom: 50px;
}
.o-page .c-featured-data .uk-slider {
  padding-bottom: 7px;
}
.o-page .c-featured-data__item {
  height: 250px;
  background: #0f3055;
}
.o-page .c-featured-data__item .uk-cover-container {
  width: 100%;
  height: 100%;
}
.o-page .c-featured-data__item .uk-cover-container img {
  -webkit-opacity: 75%;
  -moz-opacity: 75%;
  opacity: 75%;
}
.o-page .c-featured-data__item h3,
.o-page .c-featured-data__item p {
  color: #ffffff;
}
.o-page .c-faq {
  padding-bottom: 50px;
}
.o-page .c-camping-rate .uk-table tbody td {
  font-size: .9rem;
}
.o-page .c-camping-rate .uk-table.c-camping-rate__table,
.o-page .c-camping-rate .uk-table.c-camping-rate__table > tbody > tr,
.o-page .c-camping-rate .uk-table.c-camping-rate__table > tbody > tr > td {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  color: #0f3055;
}
.o-page .c-camping-rate .uk-table.c-camping-rate__table td.title {
  background: #E6F0FC;
}
.o-page .c-camping-rate .uk-table.c-camping-rate__table td.confort {
  background: #E6F0FC;
}
.o-page .c-camping-rate .uk-table.c-camping-rate__table td.hight-season {
  background: #ffe401;
}
.o-page .c-camping-rate .uk-table.c-camping-rate__table td.low-season {
  background: #59c6f2;
}
@media screen and (min-width: 640px) {
  .o-page .c-header-banner {
    height: 350px;
  }
  .o-page .c-header-banner--home {
    height: 550px;
  }
  .o-page .c-header-banner--home .c-header-banner__content p.classification {
    font-size: 140%;
  }
  .o-page .c-camping-rate .uk-table tbody td {
    font-size: .95rem;
  }
}
@media screen and (min-width: 960px) {
  .o-page .c-header-banner {
    height: 400px;
  }
  .o-page .c-header-banner .block-coteo-slideshow a[class*=uk-position-center] {
    color: #ffffff;
  }
  .o-page .c-header-banner--home {
    height: 600px;
  }
  .o-page .c-header-banner--home .c-header-banner__content {
    width: 80%;
  }
  .o-page .c-booking::before {
    width: 2000px;
    height: 203px;
    top: -175px;
  }
  .o-page .c-reassurance > li {
    width: 170px;
  }
  .o-page .c-reassurance > li img {
    max-width: initial;
  }
  .o-page .c-fast-access__item {
    height: 250px;
  }
  .o-page .c-featured-data--activities--int {
    margin-top: 170px;
  }
  .o-page .c-featured-data--activities--int::before {
    top: -130px;
    width: 2000px;
    height: 159px;
  }
  .o-page .c-featured-data__item {
    height: 300px;
  }
  .o-page .c-camping-rate .uk-table tbody td {
    font-size: 1rem;
  }
}
@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(15, 48, 85, 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: 650px;
  }
  .o-page .c-header-banner--home .c-header-banner__content {
    width: 70%;
  }
  .o-page .c-fast-access__item {
    height: 300px;
  }
  .o-page .c-featured-data--activities--ext {
    padding-bottom: 150px;
  }
  .o-page .c-featured-data__item {
    height: 400px;
  }
  .o-page .c-faq {
    padding-bottom: 150px;
  }
}
@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--home .c-header-banner__content {
    width: 65%;
  }
  .o-page .c-reassurance > li {
    width: 170px;
  }
  .o-page .c-fast-access__item {
    height: 400px;
  }
  .o-page .c-featured-data__item {
    height: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .o-page .c-reassurance > li {
    width: 190px;
  }
}
/* ==========================================================================
   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;
}
.o-page .panorama-360 {
  width: 100%;
  height: 40vh;
}
@media screen and (min-width: 640px) {
  .o-page .panorama-360 {
    width: 600px;
    height: 400px;
  }
}
/* 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: #f8f8f8;
  width: 200vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: 0;
}
.coteo-block-article--striped .coteo-block-article__item .coteo-block-article__content {
  position: relative;
  z-index: 1;
}
.coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex {
  flex-direction: row-reverse;
}
.coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex.uk-flex-row-reverse {
  flex-direction: row;
}
.coteo-block-article--striped.coteo-block-article--fourth-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__title {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.coteo-block-article--fourth-tpl.coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content {
  background: #ffffff;
}
.coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__image {
  padding: 0;
}
.coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
  padding: 30px 0;
}
.coteo-block-article--striped.coteo-block-article--sixth-tpl .coteo-block-article__item::before {
  display: none;
}
.coteo-block-article--striped.coteo-block-article--sixth-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content {
  background: #f8f8f8;
}
.coteo-block-article--alternate-content.coteo-block-article--sixth-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex {
  flex-direction: column-reverse;
}
.coteo-block-article--alternate-content.coteo-block-article--sixth-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex.uk-flex-row-reverse {
  flex-direction: column;
}
.coteo-block-article--sixth-tpl .coteo-block-article__item .coteo-block-article__content {
  padding: 30px;
}
.coteo-block-article--seventh-tpl .coteo-block-article__item .coteo-block-article__content > * {
  color: #ffffff;
}
.coteo-block-article--seventh-tpl .coteo-block-article__item .coteo-block-article__content a.uk-button {
  margin: 0;
}
.coteo-container--full .coteo-block-article:not(.coteo-block-article--fifth-tpl) {
  padding: 30px;
}
.coteo-container--full .coteo-block-article--fifth-tpl .coteo-block-article__content {
  padding: 30px;
}
@media screen and (max-width: 639px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article .coteo-block-article__item {
    margin-bottom: 15px;
  }
  .coteo-block-article .coteo-block-article__item .uk-padding {
    padding: 15px;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    background: #f8f8f8;
  }
  .coteo-block-article--third-tpl .coteo-block-article__image {
    position: relative;
    min-height: 200px;
  }
  .coteo-block-article--third-tpl .coteo-block-article__image > div {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .coteo-block-article--third-tpl .coteo-block-article__image > div::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
@media screen and (min-width: 640px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article:not(.coteo-block-article--fourth-tpl) .coteo-block-article__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image {
    position: relative;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after {
    background: #f8f8f8;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before {
    border-top-color: #f8f8f8;
  }
  .coteo-block-article--striped .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--striped--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    border-bottom-color: #f8f8f8;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image::after {
    left: initial;
    right: 0;
    width: 3em;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after {
    left: initial;
    right: 0;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::before {
    border-left: 3em solid transparent;
    border-right: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__image > div::after {
    border-left: 3em solid transparent;
    border-right: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after {
    left: 0;
    width: 4.9em;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    left: 0;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::before {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image > div::after {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content,
  .coteo-block-article--alternate-content--fourth-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__content {
    left: 0;
  }
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__content,
  .coteo-block-article--alternate-content--fourth-tpl .coteo-block-article__item:nth-of-type(even) .uk-flex-row-reverse .coteo-block-article__content {
    left: initial;
    right: 0;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image {
    min-height: 200px;
    position: relative;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    background: #ffffff;
    width: 3em;
    z-index: 1;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::before {
    top: 0;
    bottom: calc(58%);
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image::after {
    bottom: 0;
    top: calc(58%);
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div {
    height: 100%;
    position: relative;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::after {
    content: '';
    position: absolute;
    width: 0;
    right: 0;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::before {
    top: calc(42%);
    border-bottom: none;
    border-left: 3em solid transparent;
    border-right: none;
    border-top: 3em solid #ffffff;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .coteo-block-article__image > div::after {
    bottom: calc(42%);
    border-bottom: 3em solid #ffffff;
    border-left: 3em solid transparent;
    border-right: none;
    border-top: none;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::after {
    left: 0;
    width: 4.9em;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::after {
    left: 0;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::before {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image > div::after {
    border-right: 3em solid transparent;
    border-left: none;
  }
  .coteo-block-article--fourth-tpl .coteo-block-article__item .coteo-block-article__content {
    position: absolute;
    top: 50px;
    right: 0;
  }
  .coteo-block-article--fourth-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__content {
    position: absolute;
    top: 50px;
    left: 0;
  }
  .coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  /* BLOCK COTEO ARTICLE */
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::before,
  .coteo-block-article--alternate-content .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after,
  .coteo-block-article--alternate-content--third-tpl .coteo-block-article__item:nth-of-type(even) .coteo-block-article__image::after {
    width: 5.5em;
  }
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::before,
  .coteo-block-article--third-tpl .coteo-block-article__item .uk-flex-row-reverse .coteo-block-article__image::after {
    left: 10px;
  }
  .coteo-block-article--fifth-tpl .coteo-block-article__item .coteo-block-article__content {
    padding: 80px;
  }
  .coteo-container--full .coteo-block-article--fifth-tpl .coteo-block-article__content {
    padding: 100px;
  }
}
.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: #f8f8f8;
  margin-top: 40px;
  padding: 25px;
}
.coteo-block-file__thumbnail {
  width: 80px;
}
.coteo-block-file__meta {
  display: block;
}
.coteo-block-file a.coteo-block-file__link,
.coteo-block-file a.coteo-block-file__link:hover {
  color: #0f3055;
}
.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: #0f3055;
}
.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(15, 48, 85, 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(15, 48, 85, 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(15, 48, 85, 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 card horizontal 1 colonne - tpl-card-horizontal-1col.php */
  /* Ancien Template Liste - tpl-1col-basic.php */
  /* Template card horizontal 2 colonnes - tpl-card-horizontal-2col.php */
  /* Ancien Template Grille 2 colonnes - tpl-2col-basic.php */
  /* Template card 3 colonnes - tpl-card-3col.php */
  /* Ancien Template Grille 3 colonnes et bouton - tpl-3col-basic.php */
  /* Gallery 3 colonnes - tpl-gallery-3col.php */
  /* Ancien Template Grille 3 colonnes image sombre- tpl-3col-brightness.php */
  /* Template card hover 3 colonnes - tpl-card-hover-3col.php */
  /* Ancien Template Grille 3 colonnes - tpl-3col-hover.php */
  /* Template Card 2 niveaux et 3 colonnes - tpl-card-2levels-3col.php */
  /* Template Grille complète - tpl-3col-2levels.php */
  /* Template texte 1 colonne - tpl-text-1col.php */
  /* Ancien Template Simple - tpl-1col-simple.php */
  /* Mosaic grid - tpl-mosaic-grid.php */
  /* Mosaic grid - Template 1col */
  /* Mosaic grid - Template 2col */
  /* Mosaic grid - Template 2col-one-big-left */
  /* Mosaic grid - Template 2col-one-big-top */
  /* Mosaic grid - Template 3col */
  /* Mosaic grid - Template 3col-one-big-left */
  /* Mosaic grid - Template 3col-two-big-left */
  /* Mosaic grid - Template 3col-one-big-square-left */
  /* Mosaic grid - Template 4col */
  /* Mosaic grid - Template 4col-one-big-left */
}
.coteo-block-page-list.coteo-block-page-list--image-format-carre .coteo-block-page-list__itemimage img {
  width: 100%;
  object-fit: cover;
  /* Carré */
  aspect-ratio: 1;
}
.coteo-block-page-list.coteo-block-page-list--image-format-paysage .coteo-block-page-list__itemimage img {
  width: 100%;
  object-fit: cover;
  /* Format paysage 16:9 */
  aspect-ratio: 1.77777778;
}
.coteo-block-page-list.coteo-block-page-list--image-format-portrait .coteo-block-page-list__itemimage img {
  width: 100%;
  object-fit: cover;
  /* Format portrait 3:4 */
  aspect-ratio: 0.75;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  color: #333333;
  background: #f8f8f8;
  line-height: 38px;
  display: block;
  text-align: center;
  padding: 20px 30px 25px 30px;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
  font-size: 1.5rem;
  color: #333333;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover,
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink::after {
  content: '';
  height: 1px;
  width: 33%;
  background: #656565;
  display: block;
  margin: -10px auto 0 auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus span.uk-icon {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  min-height: 70px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.2rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink span.uk-icon {
  margin-right: 15px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus span.uk-icon {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  min-height: 70px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.2rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink span.uk-icon {
  margin-right: 15px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage {
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage img {
  transition: .5s all ease;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemimage img,
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemimage img {
  transform: scale(1.1);
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent,
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent {
  background: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  padding: 30px;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.5rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle::after {
  content: '';
  height: 1px;
  width: 33%;
  background: #656565;
  display: block;
  margin: 15px auto 20px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 20px 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  display: block;
  width: 100%;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemimage img,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemimage img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemnoimage,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemnoimage {
  background: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemnoimage + .coteo-block-page-list__itemcontent span.uk-icon {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage {
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage img {
  filter: brightness(0.7);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  width: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemnoimage {
  background: #1a1a1a;
  width: 100%;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #ffffff;
  margin: 0;
  padding-right: 10px;
  font-size: 1.5rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent span.uk-icon {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemhover,
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemhover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdefault .coteo-block-page-list__itemcontent {
  padding: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdefault .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  margin: 0;
  font-size: 1.5rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover {
  background: #f8f8f8;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: 0.45s transform ease-out;
  -moz-transition: 0.45s transform ease-out;
  -ms-transition: 0.45s transform ease-out;
  -o-transition: 0.45s transform ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent {
  padding: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
  font-size: 1.6rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item {
  text-align: center;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover,
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #2e4061;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  padding: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #333333;
  font-size: 1.5rem;
  margin: 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle::after {
  content: '';
  height: 1px;
  width: 33%;
  background: #656565;
  display: block;
  margin: 15px auto 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #333333;
  margin: 20px 0 0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 15px;
  text-align: left;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist > li span.uk-icon {
  color: #333333;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist > li a {
  color: #1e87f0;
}
.coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlist > li a:hover {
  color: inherit;
}
.coteo-block-page-list.coteo-block-page-list--tpl-text-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  color: inherit;
}
.coteo-block-page-list.coteo-block-page-list--tpl-text-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink.uk-active {
  font-weight: bold;
  font-weight: 700;
  color: #1e87f0;
  text-decoration: underline;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items {
  display: grid;
  gap: 20px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item {
  position: relative;
  border-radius: 8px;
  transition: transform 0.5s;
  background-color: #1a1a1a;
  overflow: hidden;
  min-height: 300px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:hover,
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:focus {
  background-color: #f8f8f8;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:hover .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item.coteo-block-page-list__item--no-image:focus .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
  color: #1a1a1a;
  background: none;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  text-decoration: none;
  display: block;
  height: 100%;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover img,
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus img {
  transform: scale(1.05);
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 10%, transparent);
  user-select: none;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--1col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-top .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-square-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col-one-big-left .coteo-block-page-list__items {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
@media screen and (min-width: 640px) {
  .coteo-block-page-list {
    /* Template card horizontal 1 colonne - tpl-card-horizontal-1col.php */
    /* Ancien Template Liste - tpl-1col-basic.php */
    /* Template card horizontal 2 colonnes - tpl-card-horizontal-2col.php */
    /* Ancien Template Grille 2 colonnes - tpl-2col-basic.php */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item {
    background: #ffffff;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
    min-height: 120px;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.5rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item {
    background: #ffffff;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
    min-height: 120px;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .coteo-block-page-list {
    /* Template card horizontal 1 colonne - tpl-card-horizontal-1col.php */
    /* Template Liste - tpl-1col-basic.php */
    /* Template card horizontal 2 colonnes - tpl-card-horizontal-2col.php */
    /* Ancien Template Grille 2 colonnes - tpl-2col-basic.php */
    /* Mosaic grid - Template 2col */
    /* Mosaic grid - Template 2col-one-big-left */
    /* Mosaic grid - Template 2col-one-big-top */
    /* Mosaic grid - Template 3col */
    /* Mosaic grid - Template 3col-one-big-left */
    /* Mosaic grid - Template 3col-two-big-left */
    /* Mosaic grid - Template 3col-one-big-square-left */
    /* Mosaic grid - Template 4col */
    /* Mosaic grid - Template 4col-one-big-left */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-1col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-horizontal-2col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-top .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--2col-one-big-top .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-column: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(5n+1) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(4n+1) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-two-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(4n+2) {
    grid-row: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-square-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--3col-one-big-square-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-row: span 2;
    grid-column: span 2;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col-one-big-left .coteo-block-page-list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-mosaic-grid--4col-one-big-left .coteo-block-page-list__items .coteo-block-page-list__item:nth-child(3n+1) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1200px) {
  .coteo-block-page-list {
    /* Template Défaut - view.php */
    /* Template card 3 colonnes - tpl-card-3col.php */
    /* Ancien Template Grille 3 colonnes et bouton - tpl-3col-basic.php */
    /* Template card hover 3 colonnes - tpl-card-hover-3col.php */
    /* Ancien Template Grille 3 colonnes - tpl-3col-hover.php */
    /* Template Card 2 niveaux et 3 colonnes - tpl-card-2levels-3col.php */
    /* Ancien Template Grille complète - tpl-3col-2levels.php */
    /* Gallery 3 colonnes - tpl-gallery-3col.php */
    /* Template Grille 3 colonnes image sombre- tpl-3col-brightness.php */
  }
  .coteo-block-page-list.coteo-block-page-list--default .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-hover-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdefault .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-card-2levels-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-gallery-3col .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.8rem;
  }
}
.coteo-block-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;
  display: block;
}
.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__item.uk-open .coteo-block-accordion__itemdescription {
    margin-top: 0;
  }
  .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);
  }
}
.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: #0f3055;
  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: #0f3055;
  text-transform: capitalize;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message .ccm-conversation-message-form {
  padding-left: 60px;
}
