@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Public+Sans:400,400i,500,500i,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/06/2019
    Author     : Coteo
*/
/* TODO Test */
/* Informations */
/* Header */
/* Navigation */
/* Container */
/* Footer */
/* Buttons */
/* Breadcrumb */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v121/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* ITCSS partials for main.less */
/* ==========================================================================
   SETTINGS
   ========================================================================== */
/**
 * This layer defines all the global variables and configuration settings.
 * Please notice that these are global scoped variables, such as font sizes,
 * colors, responsive breakpoints.
 *
 * Try to keep every file short and clean.
 *
 * Place component or object specific settings within its own file so they are
 * more modular and we achieve a higher separation of concerns.
 */
/* ==========================================================================
   TOOLS
   ========================================================================== */
/**
 * This layer defines site-wide mixins and functions.
 *
 * Please notice that both Settings and Tools should not output any compiled
 * CSS code.
 */
.t-filter-black {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #181818;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.t-border-radius-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* ==========================================================================
   GENERIC
   ========================================================================== */
/**
 * Low-specificity, far-reaching rulesets such as box-sizing, normalize, resets.
 *
 * This is the first layer which generates actual CSS.
 */
.g-text-bold {
  font-weight: bold;
}
.g-text-italic {
  font-style: italic;
}
.g-text-normal {
  font-weight: normal;
}
.g-text-uppercase {
  text-transform: uppercase;
}
.g-text-capitalize {
  text-transform: capitalize;
}
.g-text-no-underline {
  text-decoration: none;
}
.g-text-underline {
  text-decoration: underline;
}
.g-text-line-throught {
  text-decoration: line-through;
}
.g-text-initial {
  text-transform: initial;
}
.g-no-bullet {
  list-style-type: none;
}
.g-text-line-through {
  text-decoration: line-through;
}
.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;
  color: #b1b1b1;
}
.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;
}
html {
  font-size: 1rem;
}
.o-body {
  background-color: inherit;
  color: #333333;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.c-go-top {
  z-index: 9999;
}
.o-page a {
  color: #1fa9b4;
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
}
.o-page a:hover,
.o-page a:focus {
  color: #4e4943;
}
.o-page p,
.o-page ul li,
.o-page ol li,
.o-page time,
.o-page span,
.o-page em {
  color: #181818;
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
}
.o-page h1,
.o-page .h1-like {
  color: #4e4943;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
}
.o-page h2,
.o-page .h2-like {
  color: #4e4943;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
}
.o-page h3,
.o-page .h3-like {
  color: #4e4943;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
}
.o-page h4,
.o-page .h4-like {
  color: #4e4943;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.o-page h5,
.o-page .h5-like {
  color: #4e4943;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.o-page h6,
.o-page .h6-like {
  color: #4e4943;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.o-page a.uk-button,
.o-page button.uk-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 10px 0;
  padding: 3px 15px;
  font-size: .9rem;
  line-height: 25px;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align: left;
}
.o-page a.uk-button > span,
.o-page button.uk-button > span {
  margin: 0 5px;
  display: inline-table;
}
.o-page a.uk-button-default,
.o-page button.uk-button-default {
  background: #1fa9b4;
  color: #ffffff;
  border: 1px solid #1fa9b4;
}
.o-page a.uk-button-default > span,
.o-page button.uk-button-default > span {
  color: #ffffff;
}
.o-page a.uk-button-default:hover,
.o-page button.uk-button-default:hover,
.o-page a.uk-button-default:focus,
.o-page button.uk-button-default:focus {
  background: #188088;
  color: #ffffff;
}
.o-page a.uk-button-default:hover > span,
.o-page button.uk-button-default:hover > span,
.o-page a.uk-button-default:focus > span,
.o-page button.uk-button-default:focus > span {
  color: #ffffff;
}
.o-page a.uk-button-primary,
.o-page button.uk-button-primary {
  background: #1fa9b4;
  color: #ffffff;
  border: 1px solid #1fa9b4;
}
.o-page a.uk-button-primary > span,
.o-page button.uk-button-primary > span {
  color: #ffffff;
}
.o-page a.uk-button-primary:hover,
.o-page button.uk-button-primary:hover,
.o-page a.uk-button-primary:focus,
.o-page button.uk-button-primary:focus {
  background: #ffffff;
  color: #1fa9b4;
}
.o-page a.uk-button-primary:hover > span,
.o-page button.uk-button-primary:hover > span,
.o-page a.uk-button-primary:focus > span,
.o-page button.uk-button-primary:focus > span {
  color: #1fa9b4;
}
.o-page a.uk-button-secondary,
.o-page button.uk-button-secondary {
  background: #ffffff;
  color: #1fa9b4;
  border: 1px solid #1fa9b4;
}
.o-page a.uk-button-secondary > span,
.o-page button.uk-button-secondary > span {
  color: #ffffff;
}
.o-page a.uk-button-secondary:hover,
.o-page button.uk-button-secondary:hover,
.o-page a.uk-button-secondary:focus,
.o-page button.uk-button-secondary:focus {
  background: #1fa9b4;
  color: #ffffff;
}
.o-page a.uk-button-secondary:hover > span,
.o-page button.uk-button-secondary:hover > span,
.o-page a.uk-button-secondary:focus > span,
.o-page button.uk-button-secondary:focus > span {
  color: #1fa9b4;
}
.o-page .o-main-content--home h2 span {
  color: #1fa9b4;
  font-family: 'Satisfy', cursive;
  font-weight: initial;
  display: block;
  font-size: 1.8rem;
  line-height: .8;
}
@media screen and (min-width: 640px) {
  .o-page a {
    font-size: 1rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page ol li,
  .o-page time,
  .o-page span,
  .o-page em {
    font-size: 1rem;
  }
  .o-page h1,
  .o-page .h1-like {
    font-size: 2.2rem;
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: 1.8rem;
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: 1.6rem;
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: 1.4rem;
  }
  .o-page h5,
  .o-page .h5-like {
    font-size: 1.2rem;
  }
  .o-page h6,
  .o-page .h6-like {
    font-size: 1.1rem;
  }
  .o-page a.uk-button,
  .o-page button.uk-button {
    font-size: 1rem;
    padding: 3px 10px 3px 20px;
  }
  .o-page .o-main-content--home h2 {
    font-size: 2rem;
  }
  .o-page .o-main-content--home h2 span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .o-page a.uk-button,
  .o-page button.uk-button {
    font-size: 1.1rem;
  }
  .o-page .o-main-content--home h2 {
    font-size: 2.4rem;
  }
  .o-page .o-main-content--home h2 span {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .o-page a {
    font-size: 1.1rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page ol li,
  .o-page time,
  .o-page span,
  .o-page em {
    font-size: 1.1rem;
  }
  .o-page h1,
  .o-page .h1-like {
    font-size: 2.6rem;
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: 2.1rem;
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: 1.9rem;
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: 1.7rem;
  }
  .o-page h5,
  .o-page .h5-like {
    font-size: 1.5rem;
  }
  .o-page h6,
  .o-page .h6-like {
    font-size: 1.3rem;
  }
  .o-page a.uk-button,
  .o-page button.uk-button {
    font-size: 1.2rem;
    padding: 3px 15px;
  }
  .o-page .o-main-content--home h2 {
    font-size: 2.8rem;
  }
  .o-page .o-main-content--home h2 span {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-page a {
    font-size: 1.2rem;
  }
  .o-page p,
  .o-page ul li,
  .o-page ol li,
  .o-page time,
  .o-page span,
  .o-page em {
    font-size: 1.2rem;
  }
  .o-page h1,
  .o-page .h1-like {
    font-size: 2.8rem;
  }
  .o-page h2,
  .o-page .h2-like {
    font-size: 2.3rem;
  }
  .o-page h3,
  .o-page .h3-like {
    font-size: 2.1rem;
  }
  .o-page h4,
  .o-page .h4-like {
    font-size: 1.9rem;
  }
  .o-page h5,
  .o-page .h5-like {
    font-size: 1.7rem;
  }
  .o-page h6,
  .o-page .h6-like {
    font-size: 1.5rem;
  }
  .o-page a.uk-button,
  .o-page button.uk-button {
    font-size: 1.3rem;
  }
  .o-page .o-main-content--home h2 {
    font-size: 3.2rem;
  }
  .o-page .o-main-content--home h2 span {
    font-size: 3.7rem;
    line-height: 1;
  }
}
.o-page .o-header-top {
  background: #efefef;
}
.o-page .o-header-top .o-header-top__news .BlockNews.BlockNews--head-fil-actualites a {
  color: #181818;
  font-size: .8rem;
}
.o-page .o-header-main {
  background-color: inherit;
}
.o-page .o-header-bottom {
  background-color: inherit;
}
.o-page .o-navigation .o-menu-mobile {
  background: #ffffff;
}
.o-page .o-navigation .o-menu-mobile .o-menu-mobile__logo {
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 1;
}
.o-page .o-navigation .o-menu-mobile .o-menu-mobile__logo img {
  max-width: 150px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left {
  background: #4e4943;
  width: 100%;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-toggle {
  min-height: 100%;
  color: #ffffff;
  background: #1fa9b4;
  padding: 0 15px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-toggle span {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav {
  min-height: 100%;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a {
  color: #ffffff;
  min-height: 60px;
  padding: 0 10px;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a:hover {
  color: #4e4943;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a > span {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a.uk-open,
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a:hover,
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a:focus {
  background: #ffffff;
}
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a.uk-open > span,
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a:hover > span,
.o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a:focus > span {
  color: #4e4943;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
  width: 300px;
  background: #1fa9b4;
}
.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 {
  font-weight: bold;
  color: #ffffff;
}
.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 {
  text-transform: uppercase;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.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: #ffffff;
  text-decoration: none;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li > div > a.nav-parent {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li.uk-active > a {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li > a,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li a.nav-parent {
  text-transform: uppercase;
  font-size: 1rem;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li > a:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li a.nav-parent:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li > a:focus,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li a.nav-parent:focus {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords p,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords span {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a > span {
  color: #ffffff;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a:hover,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a:focus {
  color: #4e4943;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a:hover > span,
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a:focus > span {
  color: #4e4943;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a[href*=mailto] {
  text-decoration: underline;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a[href*=tel] {
  margin-top: 5px;
  font-size: 1.4rem;
}
.o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .o-menu-offcanvas__coords a[href*=tel]:hover {
  text-decoration: none;
}
.o-page .o-breadcrumb ol.uk-breadcrumb {
  margin-bottom: 0;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
  margin: 0 2px;
  color: #4e4943;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * {
  color: #ffffff;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * span {
  color: #4e4943;
  text-decoration: underline;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a {
  color: #4e4943;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a:hover span {
  text-decoration: underline;
}
.o-page .o-breadcrumb ol.uk-breadcrumb > li > a span {
  font-size: .9rem;
  color: #4e4943;
}
.o-page .o-main-content--home {
  position: relative;
  margin-top: -50px;
  z-index: 2;
}
.o-page .o-footer {
  background: #4e4943;
}
.o-page .o-footer-main {
  background: #4e4943;
}
.o-page .o-footer-main p {
  color: #ffffff;
  font-size: .9rem;
}
.o-page .o-footer-main p.h3-like {
  font-size: 1rem;
}
.o-page .o-footer-main p.h3-like a {
  color: #ffffff;
}
.o-page .o-footer-main .o-social-network > li > a:hover > span,
.o-page .o-footer-main .o-social-network > li > a:focus > span {
  color: #1fa9b4;
  background: #ffffff;
}
.o-page .o-footer-main .o-social-network > li > a > span {
  color: #ffffff;
  background: #1fa9b4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
}
.o-page .o-footer-main .o-footer-main__search h2 {
  color: #ffffff;
}
.o-page .o-footer-main .o-footer-main__search ul > li {
  margin-top: 5px;
}
.o-page .o-footer-main .o-footer-main__search ul > li > a {
  color: #ffffff;
  font-size: .9rem;
}
.o-page .o-footer-bottom {
  background: #4e4943;
  margin-bottom: 0;
}
.o-page .o-footer-bottom ul {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.o-page .o-footer-bottom ul > li > a,
.o-page .o-footer-bottom ul > li > span {
  text-transform: initial;
  display: inline-block;
  color: #ffffff;
  font-size: .9rem;
}
.o-page .o-cookies p,
.o-page .o-cookies a {
  font-size: .9rem;
  color: #333333;
}
.o-page .o-cookies a {
  display: block;
}
@media screen and (min-width: 640px) {
  .o-page .o-header-top .o-header-top__news .BlockNews.BlockNews--head-fil-actualites a {
    font-size: 1rem;
  }
  .o-page .o-header-top .o-header-top__news a.o-header-top__news__all {
    font-size: 1rem;
    text-decoration: underline;
    color: #1fa9b4;
  }
  .o-page .o-header-top .o-header-top__news a.o-header-top__news__all:hover,
  .o-page .o-header-top .o-header-top__news a.o-header-top__news__all:hover span {
    color: #4e4943;
  }
  .o-page .o-header-top .o-header-top__news a.o-header-top__news__all span {
    color: #1fa9b4;
  }
  .o-page .o-navigation .o-menu-mobile .o-menu-mobile__logo img {
    max-width: 180px;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a span {
    font-size: .9rem;
  }
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar {
    width: 350px;
  }
  .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.1rem;
  }
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li > a,
  .o-page .o-navigation .o-menu-offcanvas .uk-offcanvas-bar .uk-nav > li.is-dropdown-submenu-parent .uk-nav-sub > li a.nav-parent {
    font-size: 1rem;
  }
  .o-page .o-main-content--home {
    margin-top: -120px;
  }
  .o-page .o-footer-main--home {
    padding-top: 80px;
  }
  .o-page .o-footer-main .o-footer-main__logo {
    margin-bottom: 40px;
  }
  .o-page .o-footer-main p {
    font-size: .9rem;
  }
  .o-page .o-footer-main p.h3-like {
    font-size: 1.1rem;
  }
  .o-page .o-footer-main .o-footer-main__internal-links ul > li:not(:last-child) {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .o-page .o-footer-main .o-footer-main__internal-links ul > li:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    margin-left: 15px;
  }
  .o-page .o-footer-main .o-footer-main__internal-links ul > li > a {
    font-size: 1rem;
    color: #ffffff;
  }
  .o-page .o-footer-main .o-footer-main__search ul > li > a {
    font-size: .9rem;
  }
  .o-page .o-footer-bottom ul {
    flex-flow: row wrap;
  }
  .o-page .o-footer-bottom ul > li:not(:last-child) {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .o-page .o-footer-bottom ul > li:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    margin-left: 15px;
  }
  .o-page .o-footer-bottom ul > li > a,
  .o-page .o-footer-bottom ul > li > span {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .o-page .o-header-top .o-header-top__links a {
    color: #181818;
    font-size: 1rem;
  }
  .o-page .o-navigation .o-menu-mobile .o-menu-mobile__logo {
    top: 10px;
  }
  .o-page .o-navigation .o-menu-mobile .o-menu-mobile__logo img {
    max-width: 220px;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-toggle > span {
    font-size: 1.2rem;
  }
  .o-page .o-navigation .o-menu-mobile .uk-navbar-left .uk-navbar-nav > li > a span {
    font-size: 1rem;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a span {
    font-size: 1.1rem;
  }
  .o-page .o-main-content--home {
    margin-top: -200px;
  }
  .o-page .o-footer-main p {
    font-size: 1rem;
  }
  .o-page .o-footer-main p.h3-like {
    font-size: 1.1rem;
  }
  .o-page .o-footer-main .o-footer-main__internal-links ul > li > a {
    font-size: 1.1rem;
  }
  .o-page .o-footer-main .o-footer-main__search ul > li > a {
    font-size: 1rem;
  }
  .o-page .o-footer-bottom ul {
    justify-content: left;
  }
  .o-page .o-footer-bottom ul > li > a,
  .o-page .o-footer-bottom ul > li > span {
    font-size: 1rem;
  }
  .o-page .o-cookies p {
    padding: 5px 55px;
  }
  .o-page .o-cookies p,
  .o-page .o-cookies a {
    font-size: 1rem;
  }
  .o-page .o-cookies a {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .o-header-top .o-header-top__links a[href*=tel] {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .o-page .o-header-top .o-header-top__links a[href*=tel]:hover,
  .o-page .o-header-top .o-header-top__links a[href*=tel]:hover span {
    color: #1fa9b4;
    text-decoration: none;
  }
  .o-page .o-navigation {
    background: #ffffff;
    padding: 0 15px;
  }
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 1;
  }
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo img {
    max-width: 190px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li:first-child {
    margin-right: 10px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li:nth-child(2) {
    display: none;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open {
    color: #1fa9b4;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.nav-path-selected > a.uk-open:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li.uk-active > a.uk-open:hover {
    color: #1fa9b4;
    text-decoration: none;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #181818;
    font-size: .9rem;
    padding: 0 15px;
    min-height: 70px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a.uk-open,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a:hover {
    color: #181818;
    text-decoration: underline;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a > span {
    color: #1fa9b4;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown {
    width: 300px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a {
    color: #1fa9b4;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.nav-path-selected > a:hover,
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-active > a:hover {
    color: #1fa9b4;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
    color: #181818;
    text-transform: uppercase;
    font-size: .9rem;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a + .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover {
    color: #181818;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:nth-child(n+2)::before {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li:last-child > * span {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a {
    color: #ffffff;
  }
  .o-page .o-breadcrumb ol.uk-breadcrumb > li > a span {
    font-size: 1.1rem;
    color: #ffffff;
  }
  .o-page .o-main-content--home {
    margin-top: -250px;
  }
  .o-page .o-main-aside-right--coords .o-main-aside-right__contact .o-social-network > li > a:hover > span,
  .o-page .o-main-aside-right--coords .o-main-aside-right__contact .o-social-network > li > a:focus > span {
    color: #1fa9b4;
  }
  .o-page .o-footer-main p {
    font-size: 1.1rem;
  }
  .o-page .o-footer-main p.h3-like {
    font-size: 1.3rem;
  }
  .o-page .o-footer-main .o-footer-main__internal-links ul > li > a {
    font-size: 1.2rem;
  }
  .o-page .o-footer-main .o-footer-main__search ul > li > a {
    font-size: 1rem;
  }
  .o-page .o-cookies p {
    padding: 5px 170px;
  }
}
@media screen and (min-width: 1400px) {
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo img {
    max-width: 220px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li:first-child {
    margin-right: 10px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a {
    padding: 0 15px;
    font-size: .95rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .o-header-top .o-header-top__links a {
    font-size: 1.2rem;
    padding: 0 15px;
  }
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo {
    left: 25px;
  }
  .o-page .o-navigation .o-menu-desktop .o-menu-desktop__logo img {
    max-width: 280px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a {
    font-size: 1.1rem;
    min-height: 80px;
  }
  .o-page .o-main-content--home {
    margin-top: -330px;
  }
  .o-page .o-footer-main p {
    font-size: 1.2rem;
  }
  .o-page .o-footer-main p.h3-like {
    font-size: 1.6rem;
  }
  .o-page .o-footer-main .o-footer-main__internal-links ul > li > a {
    font-size: 1.3rem;
  }
  .o-page .o-footer-main .o-footer-main__search ul > li > a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav {
    margin-right: 80px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li:first-child {
    margin-right: 20px;
  }
  .o-page .o-navigation .o-menu-desktop .uk-navbar-left .uk-navbar-nav > li > a {
    padding: 0 25px;
    font-size: 1.2rem;
  }
}
/* ==========================================================================
   COMPONENTS
   ========================================================================== */
/**
 * Namespace: .c-classname
 *
 * Specific UI components.
 *
 * This is where the majority of the work takes place. since adding new
 * components and features usually makes up the vast majority of development.
 * UI components are often composed of Objects and Components.
 *
 * All of the changes made to a Component styles should be detectable in the
 * current context. Modifying these styles should be safe and have no side
 * effects.
 */
.o-page .c-social-share .uk-drop {
  width: 45px;
}
.o-page .c-social-share .c-social-share__item .uk-icon {
  background: rgba(24, 24, 24, 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(24, 24, 24, 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-informations {
  background: inherit;
}
.o-page .c-informations p,
.o-page .c-informations h1,
.o-page .c-informations h2,
.o-page .c-informations h3,
.o-page .c-informations h4,
.o-page .c-informations h5,
.o-page .c-informations h6,
.o-page .c-informations span {
  color: contrast(inherit);
}
.o-page .c-light-mode {
  background-color: #f2f2f2;
}
.o-page .c-dark-mode {
  background-color: #111827;
}
.o-page .c-dark-mode p,
.o-page .c-dark-mode ul li,
.o-page .c-dark-mode span,
.o-page .c-dark-mode .uk-button-text {
  color: #fff;
}
.o-page .c-dark-mode em {
  color: #ffa500;
}
.o-page .c-sup-title {
  background-color: rgba(46, 64, 97, 0.2);
  color: #1e293e;
  padding: 4px 12px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.o-page .c-dark-mode .c-sup-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #111827;
}
.o-page .c-section-title:not(.h1-like, .h2-like, .h3-like) {
  color: #2e4061;
  margin: 0.5rem 0 0 0;
}
.o-page .c-dark-mode .c-section-title {
  color: #fff;
}
.o-page .c-sub-title {
  color: #a6a6a6;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 1.5rem 0 0 0;
}
@media screen and (min-width: 1200px) {
  .o-page .c-social-share {
    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(24, 24, 24, 0.8);
  }
  .o-page .c-social-share .c-social-share__button span {
    color: #ffffff;
  }
}
.o-search-stack {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100vw;
  height: 100vh;
  background: #181818;
}
a.btn-close-search {
  color: #ffffff;
  text-decoration: none;
}
a.btn-close-search:hover {
  color: #999999;
  text-decoration: none;
}
a.btn-close-search span {
  color: #ffffff;
}
.ccm-search-block-form span.uk-icon {
  color: #ffffff;
}
.ccm-search-block-form .h2-like {
  color: #ffffff;
  font-weight: normal;
}
.ccm-search-block-form input.ccm-search-block-text {
  font-size: 1.2rem;
  color: #181818;
  border: 0;
  width: 90%;
  margin: 0 5%;
  height: 45px;
  text-align: center;
}
.o-page .c-header-banner {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.o-page .c-header-banner .c-header-banner__content h1 {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.o-page .c-header-banner .c-header-banner__image {
  height: 100%;
}
.o-page .c-header-banner--home {
  width: 100%;
  height: 270px;
  position: relative;
}
.o-page .c-header-banner--home::after {
  height: 80px;
}
.o-page .c-header-banner--home .c-header-banner__image {
  align-items: center;
}
.o-page .c-header-banner--home .c-header-banner__image h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.o-page .c-header-banner--home .c-header-banner__image h1 span {
  color: #ffffff;
  font-weight: initial;
  font-size: 1.2rem;
  line-height: 28px;
}
.o-page .c-fast-entries .c-fast-entries__item {
  background: #ffffff;
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.o-page .c-fast-entries .c-fast-entries__item:hover {
  background: #1fa9b4;
}
.o-page .c-fast-entries .c-fast-entries__item:hover span {
  color: #ffffff;
}
.o-page .c-fast-entries .c-fast-entries__price {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #1fa9b4;
}
.o-page .c-fast-entries .c-fast-entries__price > span {
  color: #ffffff;
}
.o-page .c-marques p {
  color: #4e4943;
  font-size: 1rem;
  font-weight: 700;
}
.o-page .c-advises .c-advises__image {
  width: 100%;
  height: 250px;
}
.o-page .c-advises .c-advises__image h2 {
  color: #ffffff;
}
.o-page .c-reassurance .c-reassurance__item::before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-image: url('/application/themes/theme_simpleo_coteo/images/c-reassurance-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.o-page .c-reassurance .c-reassurance__item p span {
  display: block;
  font-size: 1.1rem;
  padding: 10px 0;
}
.o-page .c-reassurance .c-reassurance__item--assistance::before {
  background-position: -50px 0;
}
.o-page .c-reassurance .c-reassurance__item--sav::before {
  background-position: -100px 0;
}
.o-page .c-reassurance .c-reassurance__item--paiement::before {
  background-position: -150px 0;
}
.o-page .c-reassurance .c-reassurance__item--agencies::before {
  background-position: -200px 0;
}
.o-page .c-reassurance .c-reassurance__item--install::before {
  background-position: -250px 0;
}
.o-page .c-mh-home--neuf {
  background: #f2eeea;
}
.o-page .c-mh-home--neuf .tpl-mobilhome-facet__item {
  background: #ffffff;
}
.o-page .c-contact .c-contact__help {
  background: #1fa9b4;
}
.o-page .c-contact .c-contact__help p {
  color: #ffffff;
  font-size: 1.1rem;
}
.o-page .c-contact .c-contact__help a {
  color: #ffffff;
  display: block;
}
.o-page .c-contact .c-contact__help a[href*="tel"] {
  font-weight: 600;
  font-size: 1.4rem;
}
.o-page .c-contact .c-contact__help a[href*="mailto"] {
  font-size: 1rem;
}
.o-page .c-contact .c-contact__list {
  background: #f2eeea;
}
.o-page .c-contact .c-contact__list p {
  color: #4e4943;
  font-weight: 700;
  font-size: 1rem;
}
.o-page .c-contact .c-contact__list ul > li {
  padding: 10px 0;
  margin: 0;
}
.o-page .c-contact .c-contact__list ul > li:not(:first-child) {
  border-top: 2px dashed #998e83;
}
.o-page .c-contact .c-contact__list ul > li a {
  color: #4e4943;
  font-size: 1rem;
}
.o-page .c-contact .c-contact__list ul > li a:hover,
.o-page .c-contact .c-contact__list ul > li a:hover span {
  text-decoration: none;
  color: #1fa9b4;
}
.o-page .c-flux-facebook {
  background: #F2EEEA;
}
.o-page .c-presentation .c-presentation__content {
  background: #ffffff;
  padding: 30px 30px;
}
.o-page .c-presentation .c-presentation__content .c-presentation__signature {
  position: relative;
}
.o-page .c-presentation .c-presentation__content .c-presentation__signature::after {
  content: '';
  width: 260px;
  height: 41px;
  display: block;
  background-image: url("/application/themes/theme_simpleo_coteo/images/c-presentation-signature.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0px;
}
.o-page .c-filters > li.uk-active > a {
  background: #1fa9b4;
  color: #ffffff;
  border-color: #1fa9b4;
}
.o-page .c-filters > li > a {
  border: 1px solid #4e4943;
  text-transform: initial;
  background: transparent;
  color: #4e4943;
  font-size: 1rem;
}
.o-page .c-filters > li > a.uk-disabled {
  pointer-events: initial;
  cursor: not-allowed;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.o-page .c-filters .ElmPriceRange .price-input {
  margin: 0 0 25px;
  padding: 10px 0;
}
.o-page .c-filters .ElmPriceRange .price-input .separator {
  display: none;
}
.o-page .c-filters .ElmPriceRange .price-input .separator + .field {
  margin-left: 10px;
}
.o-page .c-filters .ElmPriceRange .price-input .field span {
  font-size: .9rem;
}
.o-page .c-filters .ElmPriceRange .price-input .field input {
  font-size: 1rem;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.o-page .c-filters .ElmPriceRange .noUi-connect {
  background: #1fa9b4;
}
@media screen and (min-width: 640px) {
  .o-page .c-header-banner {
    height: 180px;
  }
  .o-page .c-header-banner .c-header-banner__content h1 {
    margin-bottom: 40px;
  }
  .o-page .c-header-banner--home {
    height: 430px;
  }
  .o-page .c-header-banner--home::after {
    height: 120px;
  }
  .o-page .c-header-banner--home .c-header-banner__image {
    align-items: flex-start;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 {
    font-size: 2.5rem;
    text-shadow: initial;
    margin: 80px 0 0 0;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 span {
    font-size: 1.4rem;
    line-height: 35px;
  }
  .o-page .c-marques p {
    font-size: 1.2rem;
  }
  .o-page .c-advises::after {
    content: '';
    width: 35vw;
    height: 350px;
    display: block;
    background-image: url('/application/themes/theme_simpleo_coteo/images/c-advises-after.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 40px;
    right: 0;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.1);
  }
  .o-page .c-advises .c-advises__image {
    height: 350px;
  }
  .o-page .c-reassurance .c-reassurance__item p span {
    font-size: 1.2rem;
    padding: 10px 15px;
  }
  .o-page .c-contact {
    background: #1fa9b4;
    margin: 20px 0 60px 0;
  }
  .o-page .c-contact .c-contact__help p {
    font-size: 1.2rem;
  }
  .o-page .c-contact .c-contact__help a[href*="tel"] {
    font-size: 1.6rem;
  }
  .o-page .c-contact .c-contact__help a[href*="mailto"] {
    font-size: 1rem;
  }
  .o-page .c-contact .c-contact__list p {
    font-size: 1rem;
  }
  .o-page .c-contact .c-contact__list ul > li {
    padding: 10px 0;
  }
  .o-page .c-contact .c-contact__list ul > li a {
    font-size: 1rem;
  }
  .o-page .c-presentation .c-presentation__content {
    padding: 30px 50px;
    position: relative;
  }
  .o-page .c-presentation .c-presentation__content::before {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -30px;
    z-index: 2;
    display: block;
    width: 180px;
    height: 180px;
    background-image: url("/application/themes/theme_simpleo_coteo/images/c-presentation-blason.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .o-page .c-presentation .c-presentation__content::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
  }
}
@media screen and (min-width: 960px) {
  .o-page .c-header-banner {
    height: 200px;
  }
  .o-page .c-header-banner--home {
    height: 550px;
  }
  .o-page .c-header-banner--home::after {
    height: 200px;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 {
    font-size: 3rem;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 span {
    font-size: 1.6rem;
    line-height: 50px;
  }
  .o-page .c-advises::after {
    width: 40vw;
    height: 400px;
    top: 50px;
    box-shadow: -40px 40px 50px rgba(0, 0, 0, 0.1);
  }
  .o-page .c-advises .c-advises__image {
    height: 400px;
  }
  .o-page .c-reassurance .c-reassurance__item p span {
    font-size: 1.3rem;
    padding: 10px 25px;
  }
  .o-page .c-contact {
    position: relative;
  }
  .o-page .c-contact::before {
    content: '';
    width: 35%;
    display: block;
    background-image: url("/application/themes/theme_simpleo_coteo/images/c-contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .o-page .c-contact .c-contact__help p {
    font-size: 1.6rem;
    padding-right: 20%;
  }
  .o-page .c-contact .c-contact__help a[href*="tel"] {
    font-size: 1.8rem;
  }
  .o-page .c-contact .c-contact__help a[href*="mailto"] {
    font-size: 1.2rem;
  }
  .o-page .c-contact .c-contact__list p {
    font-size: 1.4rem;
  }
  .o-page .c-contact .c-contact__list ul > li {
    padding: 15px 0;
  }
  .o-page .c-contact .c-contact__list ul > li a span {
    font-size: 1.2rem;
  }
  .o-page .c-presentation .c-presentation__content {
    padding: 50px 50px;
  }
  .o-page .c-presentation .c-presentation__content::before {
    right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .c-header-banner {
    height: 250px;
  }
  .o-page .c-header-banner .c-header-banner__content h1 {
    font-size: 3rem;
    margin-bottom: 70px;
  }
  .o-page .c-header-banner--home {
    height: 650px;
  }
  .o-page .c-header-banner--home::after {
    height: 250px;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 {
    font-size: 3.5rem;
    margin: 80px 0 0 0;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 span {
    font-size: 2rem;
    line-height: 60px;
  }
  .o-page .c-fast-entries .c-fast-entries__item span.uk-icon {
    margin-left: 5px;
    display: inline-table;
  }
  .o-page .c-marques p {
    font-size: 1.4rem;
  }
  .o-page .c-advises::after {
    height: 500px;
    top: 60px;
  }
  .o-page .c-advises .c-advises__image {
    height: 500px;
  }
  .o-page .c-reassurance .c-reassurance__item p span {
    padding: 10px 15px;
  }
  .o-page .c-contact {
    background: transparent;
    margin: 80px 0 80px 0;
  }
  .o-page .c-contact::before {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 690px;
  }
  .o-page .c-contact .c-contact__help {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
  }
  .o-page .c-contact .c-contact__help::before {
    content: '';
    width: 311px;
    height: 106px;
    display: block;
    position: absolute;
    top: -81px;
    left: 30px;
    background-image: url("/application/themes/theme_simpleo_coteo/images/c-contact-before.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .o-page .c-presentation .c-presentation__content {
    padding: 50px 50px 70px 50px;
  }
  .o-page .c-presentation .c-presentation__content .c-presentation__signature::after {
    width: 304px;
    height: 49px;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .c-header-banner .c-header-banner__content h1 {
    font-size: 3.5rem;
  }
  .o-page .c-header-banner--home {
    height: 900px;
  }
  .o-page .c-header-banner--home::after {
    height: 350px;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 {
    font-size: 5rem;
    margin: 120px 0 0 0;
  }
  .o-page .c-header-banner--home .c-header-banner__image h1 span {
    font-size: 2.8rem;
    line-height: 70px;
  }
  .o-page .c-fast-entries .c-fast-entries__item span {
    font-size: 1.2rem;
  }
  .o-page .c-marques p {
    color: #4e4943;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .o-page .c-advises::after {
    height: 650px;
    top: 80px;
    box-shadow: -50px 50px 40px rgba(0, 0, 0, 0.1);
  }
  .o-page .c-advises .c-advises__image {
    height: 650px;
  }
  .o-page .c-reassurance .c-reassurance__item p span {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  .o-page .c-contact {
    margin: 90px 0 90px 0;
  }
  .o-page .c-contact::before {
    width: 52%;
    height: 720px;
  }
  .o-page .c-contact .c-contact__help {
    padding-top: 70px;
  }
  .o-page .c-contact .c-contact__help::before {
    width: 421px;
    height: 145px;
    top: -112px;
    left: 30px;
  }
  .o-page .c-contact .c-contact__help p {
    font-size: 1.5rem;
  }
  .o-page .c-contact .c-contact__help a[href*="tel"] {
    font-size: 2rem;
  }
  .o-page .c-contact .c-contact__help a[href*="mailto"] {
    font-size: 1.2rem;
  }
  .o-page .c-contact .c-contact__list p {
    font-size: 1.5rem;
  }
  .o-page .c-presentation .c-presentation__content {
    width: 1200px;
    padding: 50px 90px 80px 90px;
  }
  .o-page .c-filters > li > a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1800px) {
  .o-page .c-advises::after {
    width: 660px;
    height: 790px;
    box-shadow: -70px 70px 50px rgba(0, 0, 0, 0.1);
  }
  .o-page .c-advises .c-advises__image {
    height: 790px;
  }
  .o-page .c-reassurance .c-reassurance__item p span {
    font-size: 1.6rem;
    padding: 10px 30px;
  }
  .o-page .c-contact::before {
    width: 57%;
    height: 750px;
  }
  .o-page .c-contact .c-contact__content {
    width: 34%;
  }
  .o-page .c-contact .c-contact__help p {
    font-size: 1.7rem;
    padding-right: 20%;
  }
  .o-page .c-contact .c-contact__help a[href*="tel"] {
    font-size: 2.2rem;
  }
  .o-page .c-contact .c-contact__list p {
    font-size: 1.7rem;
  }
  .o-page .c-contact .c-contact__list ul > li a span {
    font-size: 1.3rem;
  }
}
/* 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: #181818;
}
.coteo-block-file + .coteo-block-file {
  margin-top: 20px;
}
.coteo-block-leader__img {
  position: relative;
}
.coteo-block-leader__img > img {
  width: 65px;
}
.coteo-block-leader__img__zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(24, 24, 24, 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(24, 24, 24, 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;
  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-page-list {
  /* Template Liste - tpl-1col-basic.php */
  /* Template Grille 2 colonnes - tpl-2col-basic.php */
  /* Template Grille 3 colonnes - tpl-3col-hover.php */
  /* Template list-campig.php */
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #efefef;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  padding: 20px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover,
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #1fa9b4;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription,
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus span.uk-icon {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  min-height: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #4e4943;
  font-size: 1.2rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #4e4943;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #efefef;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  padding: 20px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover,
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #1fa9b4;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle,
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription,
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover span.uk-icon,
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus span.uk-icon {
  color: #ffffff;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
  min-height: 30px;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #4e4943;
  font-size: 1.2rem;
}
.coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #4e4943;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover {
  /* Template list-marque.php - basé sur tpl-3col-hover*/
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdefault .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #4e4943;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
  color: #4e4943;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .coteo-block-page-list__itemdescription {
  color: #4e4943;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .uk-button {
  background: #1fa9b4;
}
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .uk-button:hover,
.coteo-block-page-list.coteo-block-page-list--tpl-3col-hover .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemhover .coteo-block-page-list__itemcontent .uk-button:focus {
  background: #188088;
}
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item {
  background: #efefef;
}
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
  display: block;
  padding: 20px;
  text-decoration: none;
}
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover,
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus {
  background: #1fa9b4;
  color: #ffffff;
}
.coteo-block-page-list--tpl-list-camping .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--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemtitle {
  color: #ffffff;
}
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .coteo-block-page-list__itemdescription,
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .coteo-block-page-list__itemdescription {
  color: #ffffff;
}
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:hover .uk-icon,
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink:focus .uk-icon {
  color: #ffffff;
}
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
  color: #4e4943;
  margin: 15px 0;
  font-size: 1.2rem;
}
.coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemdescription {
  color: #4e4943;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .coteo-block-page-list {
    /* Template Liste - tpl-1col-basic.php */
    /* Template Grille 2 colonnes - tpl-2col-basic.php */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
    padding: 20px 0;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
    min-height: 80px;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink {
    padding: 20px  0;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent {
    min-height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .coteo-block-page-list {
    /* Template Liste - tpl-1col-basic.php */
    /* Template Grille 2 colonnes - tpl-2col-basic.php */
    /* Template list-campig.php */
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-1col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    font-size: 1.4rem;
  }
  .coteo-block-page-list.coteo-block-page-list--tpl-2col-basic .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemcontent .coteo-block-page-list__itemtitle {
    color: #4e4943;
    font-size: 1.4rem;
  }
  .coteo-block-page-list--tpl-list-camping .coteo-block-page-list__items .coteo-block-page-list__item .coteo-block-page-list__itemlink .coteo-block-page-list__itemtitle {
    font-size: 1.4rem;
  }
}
.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;
}
.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: #181818;
  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: #181818;
  text-transform: capitalize;
}
.ccm-conversation-wrapper .ccm-conversation-message-list .ccm-conversation-messages .ccm-conversation-message .ccm-conversation-message-form {
  padding-left: 60px;
}
#searchResults + .ccm-pagination-wrapper ul.pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
#searchResults + .ccm-pagination-wrapper ul.pagination > li {
  padding: 0 10px;
}
#searchResults + .ccm-pagination-wrapper ul.pagination > li.active {
  background: #4e4943;
}
#searchResults + .ccm-pagination-wrapper ul.pagination > li.active > span {
  color: #ffffff;
}
/* Templates */
.PageNewsListing .PageNewsListing-items .PageNewsListing-item:nth-of-type(odd) {
  background: #efefef;
}
.PageNewsListing .PageNewsListing-items .PageNewsListing-item p.PageNewsListing-itemDescription {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .PageNewsListing .PageNewsListing-items .PageNewsListing-item p.PageNewsListing-itemDescription {
    margin-top: 0;
  }
}
.tpl-mobilhome-listing h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.tpl-mobilhome-listing .tpl-mobilhome-listing__item:hover {
  text-decoration: none;
}
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .uk-card {
  height: 100%;
}
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__image span {
  color: #ffffff;
}
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__isSold,
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__isReserved {
  background: rgba(78, 73, 67, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__isSold span,
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__isReserved span {
  color: #ffffff;
  font-size: 1.8rem;
}
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__content .tpl-mobilhome-listing__price {
  font-size: 1.2rem;
}
.tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__content .tpl-mobilhome-listing__percent {
  background: #e2001a;
  color: #ffffff;
  padding: 5px 10px;
  font-size: .8rem;
}
@media screen and (min-width: 640px) {
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__switcher {
    border-bottom: 1px solid #7e7e7e;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__switcher > li:first-child {
    padding-left: 0;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__switcher > li.uk-active a {
    background: #ffffff;
    color: #181818;
    border-color: #1fa9b4;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__switcher > li a {
    color: #7e7e7e;
    border-bottom: 5px solid transparent;
    padding: 10px 15px;
    font-size: 1.1rem;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__switcher > li a:hover {
    background: transparent;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__filters__list p {
    font-size: 1rem;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__filters__list ul > li.uk-active > a,
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__filters__list ul > li.uk-active > a:hover {
    background: #1fa9b4;
    color: #ffffff;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__filters__list ul > li > a {
    text-transform: initial;
    font-size: 1rem;
    color: #7e7e7e;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__filters .tpl-mobilhome-listing__filters__list ul > li > a:hover {
    color: #ffffff;
    background: #7e7e7e;
  }
}
@media screen and (min-width: 960px) {
  .tpl-mobilhome-listing h2 {
    font-size: 1.5rem;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__content .tpl-mobilhome-listing__price {
    font-size: 1.8rem;
  }
  .tpl-mobilhome-listing .tpl-mobilhome-listing__item .tpl-mobilhome-listing__content .tpl-mobilhome-listing__percent {
    font-size: 1rem;
  }
}
.o-page .tpl-mobilhome-facet__filters p {
  background: #efefef;
}
.o-page .tpl-mobilhome-facet__filters .c-filters > li > a {
  border: 0px;
}
.o-page .tpl-mobilhome-facet__result {
  background: #efefef;
}
.o-page .tpl-mobilhome-facet__result h2 > a.uk-label {
  background: #1fa9b4;
  color: #ffffff;
  border: 1px solid #1fa9b4;
  font-size: 1rem;
  text-decoration: none;
  padding: 5px 10px;
  text-transform: capitalize;
}
.o-page .tpl-mobilhome-facet__result h2 > a.uk-label > svg {
  margin-left: 5px;
}
.o-page .tpl-mobilhome-facet__result ul > li:first-child {
  width: 100%;
}
.o-page .tpl-mobilhome-facet__item {
  background: #efefef;
}
.o-page .tpl-mobilhome-facet__item--new {
  background: #ffffff;
}
.o-page .tpl-mobilhome-facet__item:hover {
  text-decoration: none;
}
.o-page .tpl-mobilhome-facet__item__photo {
  height: 110px;
}
.o-page .tpl-mobilhome-facet__item__count {
  padding: 10px 15px;
}
.o-page .tpl-mobilhome-facet__item__count span {
  color: #ffffff;
  font-size: .8rem;
}
.o-page .tpl-mobilhome-facet__item__type {
  padding: 5px 10px;
}
.o-page .tpl-mobilhome-facet__item__type span {
  color: #ffffff;
  font-size: .7rem;
}
.o-page .tpl-mobilhome-facet__item__type--neuf {
  background: #44bb33;
}
.o-page .tpl-mobilhome-facet__item__type--occasion {
  background: #ff0000;
}
.o-page .tpl-mobilhome-facet__item__type--is-sold,
.o-page .tpl-mobilhome-facet__item__type--is-reserved {
  background: #4e4943;
}
.o-page .tpl-mobilhome-facet__item__location {
  text-transform: uppercase;
  font-size: .75rem;
  background: #ffffff;
  padding: 3px 10px;
  border: 1px solid #898580;
  display: table;
  margin-top: 5px;
}
.o-page .tpl-mobilhome-facet__item__brand,
.o-page .tpl-mobilhome-facet__item__type {
  font-size: .9rem;
  color: #4e4943;
}
.o-page .tpl-mobilhome-facet__item__details > li {
  font-size: .9rem;
  display: flex;
  align-items: center;
  color: #4e4943;
}
.o-page .tpl-mobilhome-facet__item__details > li > i.material-icons {
  margin-right: 5px;
  color: #4e4943;
}
.o-page .tpl-mobilhome-facet__item__price--old {
  font-size: 1rem;
  color: #898580;
}
.o-page .tpl-mobilhome-facet__item__price--percent {
  background: #ff0000;
  color: #ffffff;
  padding: 0 8px;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .o-page .tpl-mobilhome-facet__result h2 > a.uk-label {
    margin-left: 15px;
  }
  .o-page .tpl-mobilhome-facet__result ul > li:first-child {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .o-page .tpl-mobilhome-facet__item__photo {
    height: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .o-page .tpl-mobilhome-facet__item__photo {
    height: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .o-page .tpl-mobilhome-facet__item__photo {
    height: 250px;
  }
}
.tpl-mobilhome-page .tpl-mobilhome-page__content .tpl-mobilhome-page__price {
  font-size: 1.4rem;
}
.tpl-mobilhome-page .tpl-mobilhome-page__content .tpl-mobilhome-page__percent {
  background: #e2001a;
  color: #ffffff;
  padding: 5px 10px;
  font-size: .8rem;
}
@media screen and (min-width: 640px) {
  .tpl-mobilhome-page .tpl-mobilhome-page__content .tpl-mobilhome-page__price {
    font-size: 1.8rem;
  }
  .tpl-mobilhome-page .tpl-mobilhome-page__content .tpl-mobilhome-page__percent {
    font-size: 1rem;
  }
}
/* Single pages */
.o-page .c-terrains-mobil-homes {
  background: #f2eeea;
}
.o-page .c-terrains-mobil-homes__item {
  background: #ffffff;
}
.o-page .c-terrains-mobil-homes__item__label {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
}
.o-page .c-terrains-mobil-homes__item__image {
  height: 100px;
}
.o-page .c-terrains-mobil-homes__item__destinations > li > span {
  color: #1fa9b4;
}
.o-page .c-terrains-mobil-homes__item__themes > li > span {
  color: #1fa9b4;
}
@media screen and (min-width: 640px) {
  .o-page .c-terrains-mobil-homes__item__label {
    width: 90px;
  }
}
@media screen and (min-width: 960px) {
  .o-page .c-terrains-mobil-homes__item__label {
    width: 110px;
  }
  .o-page .c-terrains-mobil-homes__item__image {
    height: 100%;
  }
}
.o-main--jours-du-mobil-home {
  overflow: hidden;
  background-image: url('/application/themes/theme_simpleo_coteo/images/15joursdumobilhome/header-banner-showrooms-xs.jpg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 152vw;
}
.o-main--jours-du-mobil-home .o-main-content > div {
  background: #ffffff;
}
.o-main--cover {
  background-size: cover;
}
.o-main--cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.jours-du-mobil-home h1 span,
.printemps-du-mobil-home h1 span {
  color: #1fa9b4;
  font-family: 'Satisfy', cursive;
  font-weight: initial;
  display: block;
  font-size: 1.8rem;
  line-height: .8;
}
.jours-du-mobil-home h2 span,
.printemps-du-mobil-home h2 span {
  color: #1fa9b4;
  font-family: 'Satisfy', cursive;
  font-weight: initial;
  display: block;
  font-size: 1.8rem;
  line-height: .8;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home {
  position: relative;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home::before,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  display: block;
  background: #f8f8f8;
  width: 200%;
  height: 100%;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item::before,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item::before {
  width: 130px;
  height: 65px;
  background-image: url('/application/themes/theme_simpleo_coteo/images/15joursdumobilhome/c-reassurance-sprite-jours-mobil-home.jpg');
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--free::before,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--free::before {
  background-position: -130px 0;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--showrooms::before,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--showrooms::before {
  background-position: -260px 0;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--mobilhome::before,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--mobilhome::before {
  background-position: -390px 0;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--offers::before,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--offers::before {
  background-position: -520px 0;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--covid::before,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item--covid::before {
  background-position: -650px 0;
}
.jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item span,
.printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item span {
  font-weight: bold;
}
.jours-du-mobil-home .c-reassurance > div,
.printemps-du-mobil-home .c-reassurance > div {
  position: relative;
}
.jours-du-mobil-home .jours-du-mobil-home__addresses,
.printemps-du-mobil-home .jours-du-mobil-home__addresses,
.printemps-du-mobil-home .printemps-du-mobil-home__addresses {
  position: relative;
  padding: 40px 0;
}
.jours-du-mobil-home .jours-du-mobil-home__addresses::before,
.printemps-du-mobil-home .jours-du-mobil-home__addresses::before,
.printemps-du-mobil-home .printemps-du-mobil-home__addresses::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  display: block;
  background: #f8f8f8;
  width: 200%;
  height: 100%;
}
.jours-du-mobil-home .jours-du-mobil-home__addresses > div,
.printemps-du-mobil-home .jours-du-mobil-home__addresses > div,
.printemps-du-mobil-home .printemps-du-mobil-home__addresses > div {
  position: relative;
}
.jours-du-mobil-home .jours-du-mobil-home__addresses h3 + p,
.printemps-du-mobil-home .jours-du-mobil-home__addresses h3 + p,
.printemps-du-mobil-home .printemps-du-mobil-home__addresses h3 + p {
  color: #1fa9b4;
  font-weight: bold;
}
.jours-du-mobil-home .jours-du-mobil-home__addresses .jours-du-mobil-home__addresses__coords,
.printemps-du-mobil-home .jours-du-mobil-home__addresses .jours-du-mobil-home__addresses__coords,
.printemps-du-mobil-home .printemps-du-mobil-home__addresses .jours-du-mobil-home__addresses__coords {
  background: #ffffff;
}
@media screen and (min-width: 640px) {
  .o-main--jours-du-mobil-home {
    background-image: url('/application/themes/theme_simpleo_coteo/images/15joursdumobilhome/header-banner-showrooms-m.jpg');
    padding-top: 36vw;
  }
  .jours-du-mobil-home h1 span,
  .printemps-du-mobil-home h1 span {
    font-size: 2.4rem;
  }
  .jours-du-mobil-home h2 span,
  .printemps-du-mobil-home h2 span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .jours-du-mobil-home h1 span,
  .printemps-du-mobil-home h1 span {
    font-size: 2.8rem;
  }
  .jours-du-mobil-home h2 span,
  .printemps-du-mobil-home h2 span {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .o-main--jours-du-mobil-home {
    background-image: url('/application/themes/theme_simpleo_coteo/images/15joursdumobilhome/header-banner-showrooms-xl.jpg');
  }
  .jours-du-mobil-home h1 span,
  .printemps-du-mobil-home h1 span {
    font-size: 3.5rem;
    line-height: 1;
  }
  .jours-du-mobil-home h2 span,
  .printemps-du-mobil-home h2 span {
    font-size: 3.5rem;
    line-height: 1;
  }
  .jours-du-mobil-home .jours-du-mobil-home__intro,
  .printemps-du-mobil-home .jours-du-mobil-home__intro {
    padding-left: 160px;
  }
  .jours-du-mobil-home .jours-du-mobil-home__intro p,
  .printemps-du-mobil-home .jours-du-mobil-home__intro p {
    font-size: 1.2rem;
  }
  .jours-du-mobil-home .c-reassurance--jours-du-mobil-home,
  .printemps-du-mobil-home .c-reassurance--jours-du-mobil-home {
    position: relative;
  }
  .jours-du-mobil-home .c-reassurance--jours-du-mobil-home::before,
  .printemps-du-mobil-home .c-reassurance--jours-du-mobil-home::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: -50%;
    display: block;
    background: #f8f8f8;
    width: 200%;
    height: 100%;
  }
  .jours-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item p span,
  .printemps-du-mobil-home .c-reassurance--jours-du-mobil-home .c-reassurance__item p span {
    font-size: 1.5rem;
  }
  .jours-du-mobil-home .jours-du-mobil-home__addresses h3,
  .printemps-du-mobil-home .jours-du-mobil-home__addresses h3,
  .printemps-du-mobil-home .printemps-du-mobil-home__addresses h3 {
    font-weight: bold;
  }
  .jours-du-mobil-home .jours-du-mobil-home__addresses h3 + p,
  .printemps-du-mobil-home .jours-du-mobil-home__addresses h3 + p,
  .printemps-du-mobil-home .printemps-du-mobil-home__addresses h3 + p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .jours-du-mobil-home h1 span,
  .printemps-du-mobil-home h1 span {
    font-size: 3.7rem;
  }
  .jours-du-mobil-home h2 span,
  .printemps-du-mobil-home h2 span {
    font-size: 3.7rem;
  }
}
.salon-du-mobil-home h1 span {
  color: #1fa9b4;
  font-family: 'Satisfy', cursive;
  font-weight: initial;
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
}
.salon-du-mobil-home h2 span {
  color: #1fa9b4;
  font-family: 'Satisfy', cursive;
  font-weight: initial;
  display: block;
  font-size: 1.8rem;
  line-height: .8;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home {
  position: relative;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  display: block;
  background: #f8f8f8;
  width: 200%;
  height: 100%;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item::before {
  width: 130px;
  height: 65px;
  background-image: url('/application/themes/theme_simpleo_coteo/images/salondumobilhome/c-reassurance-sprite-salon-mobil-home.jpg');
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item--free::before {
  background-position: -130px 0;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item--showrooms::before {
  background-position: -260px 0;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item--mobilhome::before {
  background-position: -390px 0;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item--offers::before {
  background-position: -520px 0;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item--covid::before {
  background-position: -650px 0;
}
.salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item span {
  font-weight: bold;
}
.salon-du-mobil-home .c-reassurance > div {
  position: relative;
}
.salon-du-mobil-home .c-marques img {
  max-width: 130px;
}
.salon-du-mobil-home .salon-du-mobil-home__addresses {
  position: relative;
  padding: 40px 25px;
}
.salon-du-mobil-home .salon-du-mobil-home__addresses::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  display: block;
  background: #f8f8f8;
  width: 200%;
  height: 100%;
}
.salon-du-mobil-home .salon-du-mobil-home__addresses > div {
  position: relative;
}
.salon-du-mobil-home .salon-du-mobil-home__addresses h3 + p {
  color: #1fa9b4;
  font-weight: bold;
}
.salon-du-mobil-home .salon-du-mobil-home__addresses .salon-du-mobil-home__addresses__coords {
  background: #ffffff;
}
@media screen and (min-width: 640px) {
  .salon-du-mobil-home h1 span {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .salon-du-mobil-home h2 span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .salon-du-mobil-home h1 span {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .salon-du-mobil-home h2 span {
    font-size: 2.8rem;
  }
  .salon-du-mobil-home .c-marques img {
    max-width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .salon-du-mobil-home h1 span {
    font-size: 3rem;
    line-height: 1;
  }
  .salon-du-mobil-home h2 span {
    font-size: 3.5rem;
    line-height: 1;
  }
  .salon-du-mobil-home .salon-du-mobil-home__intro {
    padding-left: 190px;
  }
  .salon-du-mobil-home .salon-du-mobil-home__intro h2 {
    font-size: 2.8rem;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .salon-du-mobil-home .salon-du-mobil-home__intro p {
    font-size: 1.2rem;
  }
  .salon-du-mobil-home .c-reassurance--salon-du-mobil-home {
    position: relative;
  }
  .salon-du-mobil-home .c-reassurance--salon-du-mobil-home::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: -50%;
    display: block;
    background: #f8f8f8;
    width: 200%;
    height: 100%;
  }
  .salon-du-mobil-home .c-reassurance--salon-du-mobil-home .c-reassurance__item p span {
    font-size: 1.5rem;
  }
  .salon-du-mobil-home .c-marques img {
    max-width: 180px;
  }
  .salon-du-mobil-home .salon-du-mobil-home__addresses h3 {
    font-weight: bold;
  }
  .salon-du-mobil-home .salon-du-mobil-home__addresses h3 + p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .salon-du-mobil-home h1 span {
    font-size: 3rem;
  }
  .salon-du-mobil-home h2 span {
    font-size: 3.7rem;
  }
}
.o-main--printemps-du-mobil-home {
  overflow: hidden;
  background-image: url('/application/themes/theme_simpleo_coteo/images/15joursdumobilhome/header-banner-showrooms-xs.jpg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 152vw;
}
.o-main--printemps-du-mobil-home .o-main-content > div {
  background: #ffffff;
}
.o-main--cover {
  background-size: cover;
}
.o-main--cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home {
  position: relative;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  display: block;
  background: #f8f8f8;
  width: 200%;
  height: 100%;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home .c-reassurance__item::before {
  width: 130px;
  height: 65px;
  background-image: url('/application/themes/theme_simpleo_coteo/images/printempsdumobilhome/c-reassurance-sprite-printemps-mobil-home.jpg');
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home .c-reassurance__item--exchange::before {
  background-position: -130px 0;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home .c-reassurance__item--proximity::before {
  background-position: -260px 0;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home .c-reassurance__item--rent::before {
  background-position: -390px 0;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home .c-reassurance__item--install::before {
  background-position: -520px 0;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home .c-reassurance__item--paiement::before {
  background-position: -650px 0;
}
.printemps-du-mobil-home .c-reassurance--printemps-du-mobil-home .c-reassurance__item span {
  font-weight: bold;
}
.printemps-du-mobil-home .c-reassurance > div {
  position: relative;
}
.printemps-du-mobil-home .printemps-du-mobil-home__gallery {
  position: relative;
  padding: 40px 0;
}
.printemps-du-mobil-home .printemps-du-mobil-home__gallery::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  display: block;
  background: #f8f8f8;
  width: 200%;
  height: 100%;
}
.printemps-du-mobil-home .printemps-du-mobil-home__gallery > div {
  position: relative;
}
.printemps-du-mobil-home .printemps-du-mobil-home__addresses .printemps-du-mobil-home__addresses__coords {
  background: #ffffff;
}
@media screen and (min-width: 640px) {
  .o-main--printemps-du-mobil-home {
    background-image: url('/application/themes/theme_simpleo_coteo/images/15joursdumobilhome/header-banner-showrooms-m.jpg');
    padding-top: 36vw;
  }
}
@media screen and (min-width: 1200px) {
  .o-main--printemps-du-mobil-home {
    background-image: url('/application/themes/theme_simpleo_coteo/images/15joursdumobilhome/header-banner-showrooms-xl.jpg');
  }
}
/* ==========================================================================
   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;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion-title {
  background-color: #efefef;
  color: #4e4943;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
}
.accordion-title::after {
  content: '\e148';
  font-size: 2rem;
  font-family: Material Icons;
}
.accordion-title.active,
.accordion-title:hover {
  background-color: #1fa9b4;
  color: #fff;
}
.accordion-title.active::after {
  content: '\e15d';
  font-size: 2rem;
  font-family: Material Icons;
}
/* Style the accordion panel. Note: hidden by default */
.accordion-content {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.accordion-content.active,
.ccm-edit-mode .accordion-content {
  display: block;
}
