/*!
Theme Name: Copas
Author: Comed
Author URI: https://www.comed.lu/
Text Domain: copas
Version: 1.0

*/

/* COLORS */
:root {
  /* OFFICIAL */
  --blue: #23bdc1;
  --darkBlue: #1c9da1;
  --blue90: rgba(35, 189, 193, 0.9);
  --red: #ce201b;
  --red90: rgba(206, 33, 27, 0.9);
  --darkRed: #a21b17;
  --yellow: #ffde1a;
  --darkYellow: #f1d21f;
  --yellow90: rgba(255, 222, 26, 0.9);
}

/* FONTS */
@font-face {
  font-family: "Lato-Regular";
  src: url("assets/fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("assets/fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-Black";
  src: url("assets/fonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Lato-Light";
  src: url("assets/fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "Lato-Italic";
  src: url("assets/fonts/Lato-Italic.ttf");
}

/* GLOBAL */
* {
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: "Lato-Regular", sans-serif;
  font-size: 16.5px;
  line-height: 20px;
  color: #434343;
}
body.disable-scroll {
  overflow: hidden;
}
a {
  color: #434343;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #ce201b;
}
a.return-home i {
  padding-left: 0.5em;
  font-size: 13px;
}
body,
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figure {
  margin: 0;
}
p + ul {
  margin-top: -0.75em;
}
ul + p {
  margin-top: 1rem;
}
p a {
  color: #ce201b;
  text-decoration: underline;
}
.cl-red {
  color: #ce201b;
}
.cl-blue {
  color: #23bdc1;
}
.container {
  max-width: calc(1230px + 30px);
}
.half-width {
  width: 50%;
}
.bg-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-left-center {
  background-position: left center;
}
.bg-right-center {
  background-position: right center;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
.bg-half {
  background-size: 50% !important;
}
img {
  max-width: 100%;
  height: auto;
}
.frame {
  border-width: 8px;
  border-style: solid;
}
.frame.blue {
  border-color: #23bdc1;
}
.frame.red {
  border-color: #ce201b;
}
.frame.yellow {
  border-color: #ffde1a;
}
.bg-blue {
  background-color: #23bdc1;
}
.bg-yellow {
  background-color: #ffde1a;
}
.bg-red {
  background-color: #ce201b;
}
.left-half {
  left: 0;
  height: 100%;
}
.right-half {
  right: 0;
  height: 100%;
}
.svg-icon svg {
  height: 18px;
  width: 18px;
}
.svg-red path {
  fill: #ce201b;
}
.svg-white path {
  fill: #ffffff;
}
.svg-black path {
  fill: #434343;
}
#page {
  overflow: hidden;
  position: relative;
}
.mb80 {
  margin-bottom: 80px !important;
}
.small-text {
  font-size: 0.9em;
}
/* Buttons */
.btn {
  border: 0;
}
.btn-regular {
  display: inline-block;
  background-color: #ce201b;
  color: #ffffff !important;
  font-family: "Lato-Bold", sans-serif;
  font-size: 18px;
  line-height: 69px;
  padding: 0 35px;
  border-radius: 68px;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -ms-border-radius: 68px;
  -o-border-radius: 68px;
}
.btn-regular:hover,
.btn-regular:focus {
  background-color: #a21b17;
}
.btn-small {
  font-family: "Lato-Bold", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  display: inline-block;
  background: #ce201b;
  /*padding: 9px 22px;
  */
  line-height: 38px;
  padding: 0 22px;
  margin-bottom: 13.5px;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.btn-small:hover,
.btn-small:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #a21b17 !important;
}
/* print */
a.print {
  z-index: 1;
  display: inline-block;
  height: 66px;
  width: 66px;
  background-color: #ce201b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
a.print svg {
  height: 26px;
  width: auto;
}
a.print:hover,
a.print:focus {
  background-color: #a21b17;
}
/* single event */
.page-actions {
  margin-top: -33px;
  position: relative;
  z-index: 1;
}
.event-header a.print {
  position: absolute;
  right: 0;
  top: calc(100px - 33px);
}

/* INPUT */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #434343;
  /* opacity: 0.65; */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #434343;
  /* opacity: 0.65; */
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #434343;
  /* opacity: 0.65; */
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
input,
select:not(.language-switcher),
textarea {
  font-family: "Lato-Regular", sans-serif;
  color: #434343;
  padding: 10px 5px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.45);
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
select::-ms-expand {
  display: none;
}

.select .wpcf7-form-control-wrap.contactPerson:after,
.select .wpcf7-form-control-wrap.objet:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 10px;
  line-height: 41px;
  position: absolute;
  right: 5px;
  pointer-events: none;
}
/* contact form 7 */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border-color: #23bdc1;
}
span.wpcf7-not-valid-tip {
  color: #23bdc1;
  text-align: right;
}
.wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.wpcf7-form-control-wrap.contactPerson {
  margin-bottom: 0;
}
.wpcf7 .checkbox {
  margin-top: 15px;
}
.wpcf7 .submit {
  position: relative;
  display: inline-block;
}
div.wpcf7 .ajax-loader {
  background-size: contain;
  position: absolute;
  bottom: -22px;
  left: calc(50% - 8px);
}
div.wpcf7-response-output {
  margin: 0;
  margin-top: 30px;
}
.wpcf7 .submit input {
  /*float: right;
  */
  font-family: "Lato-Bold", sans-serif;
  width: 195px;
  border-bottom: 4px solid #434343;
  color: #434343;
  padding-top: 12px;
  padding-bottom: 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.wpcf7 .submit input:hover,
.wpcf7 .submit input:focus {
  background-color: #434343;
  color: #ffffff;
}
/* checkbox */
.wpcf7-form .wpcf7-form-control-wrap.check .wpcf7-list-item {
  margin-left: 30px;
}
.wpcf7-form input[type="checkbox"] {
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
  opacity: 0;
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label:before {
  position: absolute;
  top: -1px;
  left: 0;
  left: -30px;
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #434343;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -1px;
  left: -27px;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: 900;
  font-size: 16px;
}
#map iframe {
  width: 100% !important;
  height: 100% !important;
}

/* LOGO */
.logo img {
  /* height: 46px; */
  width: 150px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
/* TITLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0;
}
h1 {
  position: relative;
  font-family: "Lato-Black", sans-serif;
  font-size: 38px;
  line-height: 45px;
}
h1 .smaller {
  font-family: "Lato-Light", sans-serif;
}
h2 {
  font-family: "Lato-Black", sans-serif;
  font-size: 35px;
  line-height: 41px;
}
h2 span {
  font-family: "Lato-Regular", sans-serif;
}
h2.italic span {
  font-family: "Lato-Italic", sans-serif;
}
h3 {
  font-family: "Lato-Black", sans-serif;
  font-size: 27px;
  line-height: 33px;
}
h4 {
  font-family: "Lato-Bold", sans-serif;
  font-size: 23px;
  line-height: 27px;
}
h5 {
  font-family: "Lato-Bold", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.line-bottom {
  padding-bottom: 26px;
  padding-bottom: 30px;
}
h1.line-bottom::after,
.line-bottom::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #434343;
  height: 4px;
  width: 40px;
  bottom: 0;
  left: 0;
  opacity: 0.75;
}
.line-bottom.red-line::after {
  background: #ce201b;
}

/* TOP MENU */
#top-menu {
  height: 45px;
  margin-top: -10px;
}
.top-menu-item {
  font-size: 17px;
  line-height: 53px;
  padding: 0 15px 0 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.top-menu-item.extranet a {
  font-family: "Lato-Regular", sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.top-menu-item.extranet img {
  width: 16px;
  height: auto;
  margin-top: -4px;
}
.top-menu-item.extranet.notlogged img {
  margin-right: 8px;
}
.top-menu-item.extranet.logged img {
  margin-left: 8px;
}
.top-menu-item.btn-style.language {
  font-family: "Lato-Black", sans-serif;
  font-size: 17px;
  line-height: 49px;
  background-color: #ce201b;
  padding-left: 30px;
  padding-right: 15px;
  margin-right: -15px;
  position: relative;
  z-index: 3;
}
.top-menu-item.btn-style.language::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 11px;
  line-height: 45px;
  position: absolute;
  color: #ffffff;
  right: 15px;
  top: 3px;
  pointer-events: none;
}
.top-menu-item.btn-style.language select::-ms-expand {
  display: none;
}
.top-menu-item.btn-style.language select {
  position: relative;
  padding-right: 15px;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.top-menu-item.btn-style.language select option {
  color: black;
}
.top-menu-item.btn-style.etr {
  line-height: 45px;
  background-color: #0a1395;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}
.top-menu-item.btn-style.font {
  font-size: 17px;
  background-color: #23bdc1;
  position: relative;
  z-index: 1;
}
.top-menu-item img.etr-icon {
  height: 30px;
  width: 30px;
}
a.fontsize {
  font-family: "Lato-Regular", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  padding-bottom: 3px;
}
a.fontsize.larger {
  font-size: 16px;
  line-height: 18px;
}
a.fontsize.largest {
  font-family: "Lato-Black", sans-serif;
  font-size: 17px;
  line-height: 19px;
}
a.fontsize.current {
  text-decoration: underline !important;
}
.largest .main-menu a {
  font-size: 0.9em;
}
/* MENU */
.mobile-menu {
  /* opacity: 0; */
  visibility: hidden;
}
.mobile-menu,
.toggle-menu {
  display: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar.main-navigation {
  padding: 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.main-navigation .navbar-container {
  margin-top: 10px;
}
.main-menu a {
  font-family: "Lato-Bold", sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.main-menu a:hover,
.main-menu a:focus {
  text-decoration: none;
}
.main-menu > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.main-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 8px;
  /* padding-bottom: 8px; */
}
.main-menu > li:last-of-type > a {
  padding-right: 0;
}
ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
ul.sub-menu li a {
  display: block;
}
ul.sub-menu li:not(:first-of-type) {
  padding-top: 8px;
}
ul.sub-menu li:not(:last-of-type) {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(67, 67, 67, 0.18);
}
ul.sub-menu a {
  font-family: "Lato-Regular", sans-serif;
}
ul.sub-menu li.current_page_item a {
  font-family: "Lato-Bold", sans-serif;
  color: #ce201b;
}
@media (min-width: 992px) {
  .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* on hover */
  li.menu-item-has-children:hover ul.sub-menu,
  li.menu-item-has-children:focus ul.sub-menu,
  li.menu-item-has-children.open ul.sub-menu,
  li.menu-item-has-children.focus ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }

  /* sub-menu */
  ul.sub-menu {
    list-style: none;
    position: absolute;
    background-color: #ffffff;
    padding: 15px 20px;
    z-index: 10;
    /*border-radius: 15px;
    min-width: 230px;
    */
    top: 100%;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 214px;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.16);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
  }
  .larger ul.sub-menu,
  .largest ul.sub-menu {
    min-width: 250px;
  }
  ul.sub-menu:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #ce201b;
    border-width: 0 5px 7px;
    top: -7px;
    left: calc(50% - 9px);
  }
  ul.sub-menu:after {
    content: "";
    position: absolute;
    background: transparent !important;
    top: -7px;
    height: 7px;
    width: 100%;
    left: 0;
    z-index: -1;
  }
}

/* PAGE HEADER */
/* Homepage */
.homepage-header {
  height: 450px;
  /* margin-bottom: 80px; */
}
/* Other Pages */
.page-header {
  height: 315px;
  position: relative;
}
.page-header.larger {
  height: 365px;
}
/* .page-header.default {
  margin-bottom: 110px;
} */
.page-header::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #23bdc1;
  opacity: 0.7;
  top: 0;
}
.page-header .page-title {
  position: relative;
  z-index: 1;
}
.page-header h1 {
  color: #ffffff;
  margin-bottom: 25px;
  margin-bottom: 0;
}
.page-header h1::after {
  background: #ffffff;
}
.page-header h4 a {
  font-family: "Lato-Regular";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #ffffff;
  opacity: 0.6;
  /* text-decoration: none; */
}
/* .page-header h4 a:hover,
.page-header h4 a:focus {
  color: #CE201B;
} */

/* MAIN CONTENT */
body:not(.home) .site-main {
  margin-top: 80px;
}

/* HOMEPAGE */
.intro-columns h1 {
  color: #ce201b;
}
.intro-columns h1.line-bottom::after {
  background: #ce201b;
}
.intro-columns .text-content {
  margin-top: 60px;
}
ul.intro-list {
  list-style: none;
}
ul.intro-list li {
  position: relative;
}
ul.intro-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
ul.intro-list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #ce201b;
  width: 15px;
  height: 1px;
  left: 0;
  bottom: -8px;
  opacity: 0.75;
}

/* Template Parts */
/* chiffres-encadré */
.chiffres-encadre {
  max-width: 870px;
  margin: 0 auto;
  padding: 50px;
  padding: 50px 30px;
}
.chiffres-icon {
  height: 80px;
  margin-bottom: 50px;
}
.chiffres-icon img {
  /* max-height: 80px; */
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.chiffre-item span.chiffre {
  display: block;
  font-family: "Lato-Bold", sans-serif;
  font-size: 27px;
  line-height: 33px;
}
.chiffre-item span.chiffre > span {
  font-family: "Lato-Black", sans-serif;
  color: #ce201b;
}

/* colored-blocks */
.colored-blocks .image-block {
  height: 100%;
  position: relative;
  z-index: -1;
}
.colored-blocks .bg-blue {
  background-color: rgba(35, 189, 193, 0.9);
}
.colored-blocks .bg-red {
  background-color: rgba(206, 33, 27, 0.9);
}
.colored-blocks .bg-yellow {
  background-color: rgba(255, 222, 26, 0.9);
}
.colored-blocks .section1 .bg-colored {
  padding-top: 50px;
  padding-left: 120px;
  /* padding-right: 90px; */
  padding-right: 45px;
  padding-bottom: 55px;
}
.colored-blocks .section2 .bg-colored {
  padding-top: 65px;
  padding-left: 120px;
  padding-right: 45px;
  padding-bottom: 75px;
}
.colored-blocks .section1 .text-container {
  height: 100%;
  padding-top: 65px;
}
.colored-blocks .right-block {
  margin-left: -155px;
}
.colored-blocks .text-container .bg-colored {
  height: 100%;
}
.colored-blocks h2 {
  position: relative;
  /* max-width: 215px; */
  margin-bottom: 75px;
  font-family: "Lato-Black", sans-serif;
}
.colored-blocks h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #434343;
  height: 4px;
  width: 40px;
  bottom: -26px;
  left: 0;
  opacity: 0.75;
}
.colored-blocks ul {
  list-style: none;
  margin-left: -15px;
}
.colored-blocks ul li {
  position: relative;
  color: #ffffff;
  font-family: "Lato-Bold", sans-serif;
  font-size: 22.5px;
  line-height: 27px;
}
.colored-blocks ul li a {
  color: #434343;
}
.colored-blocks ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.colored-blocks ul li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #434343;
  width: 15px;
  height: 1px;
  left: 0;
  bottom: -8px;
  opacity: 0.75;
}

.colored-blocks .section1 h2,
.colored-blocks .section1 ul li,
.colored-blocks .section1 ul li a {
  color: #ffffff;
}
.colored-blocks .section1 h2::after,
.colored-blocks .section1 ul li:not(:last-of-type)::after {
  background: #ffffff;
}

/* call-to-action */
.call-to-action {
  margin-top: -50px;
  margin-top: -130px;
  /* margin-bottom: 80px; */
}
.call-to-action a.cta {
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
}
.call-to-action .cta h3 {
  margin-top: 23px;
  font-family: "Lato-Bold", sans-serif;
  font-size: 26px;
  line-height: 33px;
}
.call-to-action .cta-item {
  background-color: #ce201b;
  padding-top: 73.68%;
  position: relative;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.call-to-action .cta:hover .cta-item,
.call-to-action .cta:focus .cta-item {
  background-color: #a21b17;
}
.call-to-action .cta-item .cta-icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.call-to-action img.cta-icon {
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transition: transform 0.25s ease-in-out;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
}

.call-to-action .cta:hover img.cta-icon,
.call-to-action .cta:focus img.cta-icon {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}

/* Text-block */
.text-block h1 {
  margin-bottom: 45px;
}
.text-block p:last-of-type {
  margin: 0;
}
/* text-block-image */
.text-block-image .rounded-image {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin: 0 auto;
}
.text-block-image h2 {
  margin-bottom: 45px;
}

/* Encadré texte + image */
.framed-text-block .text-col {
  padding: 50px 0;
}
.framed-text-block .text-holder {
  padding: 50px 70px 35px;
}
.framed-text-block .text-holder h2 {
  margin-bottom: 35px;
}
/* image right */
.framed-text-block .img-right .text-holder {
  margin-right: -45px;
}
.framed-text-block .img-right .text-holder {
  padding-right: 80px;
  padding-right: 75px;
}
/* image left */
.framed-text-block .img-left .text-holder {
  margin-left: -45px;
}
.framed-text-block .img-left .text-holder {
  padding-left: 90px;
}
/* links */
.text-block ul.content-links,
.framed-text-block ul.content-links {
  list-style: none;
  margin-bottom: 1.2rem;
  /* max-width: 265px; */
  max-width: 300px;
  margin-top: 1rem !important;
}
.text-block ul.content-links li,
.framed-text-block ul.content-links li {
  position: relative;
  color: #ce201b;
  margin-bottom: 10px;
}
.text-block ul.content-links a,
.framed-text-block ul.content-links a {
  color: #ce201b;
  position: relative;
  text-decoration: none;
  font-family: "Lato-Bold", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.text-block ul.content-links a:hover span,
.framed-text-block ul.content-links a:hover span,
.text-block ul.content-links a:focus span,
.framed-text-block ul.content-links a:focus span {
  text-decoration: underline;
}
.text-block ul.content-links a i,
.framed-text-block ul.content-links a i {
  font-size: 10px;
  margin-left: 10px;
  text-decoration: none;
}
.text-block ul.content-links a::after,
.framed-text-block ul.content-links a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  content: "";
  font-weight: 900;
  right: -20px;
  top: calc(50% - 10px);
  font-size: 12px;
  pointer-events: none;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: calc(1000px);
  margin: 0 auto;
}
.timeline .flower-item {
  z-index: -1 !important;
}
.timeline::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 1px;
  background: #434343;
  opacity: 0.25;
  left: 50%;
}
.timeline .timeline-item {
  margin-bottom: 100px;
}
.timeline .timeline-item:last-of-type {
  margin-bottom: 80px;
  margin-bottom: 75px;
}
.timeline .timeline_content p:last-of-type {
  margin: 0;
}
.timeline .timeline_content {
  position: relative;
}
.timeline .shift-top .timeline_time {
  margin-top: -3px;
}
.timeline .shift-top-larger .timeline_time {
  margin-top: -7px;
}
.timeline .timeline_content::before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-top-color: #ce201b;
  border-width: 22px 12.5px 0;
  top: 0;
  right: -12.5px;
  left: inherit;
}
.timeline .text-align-left .timeline_content::before {
  left: -12.5px;
  right: inherit;
}
.timeline .text-align-right .timeline_content {
  text-align: right;
  padding-right: 70px;
}
.timeline .text-align-right .timeline_time {
  text-align: left;
  padding-left: 70px;
}
.timeline .text-align-left .timeline_content {
  text-align: left;
  padding-left: 70px;
}
.timeline .text-align-left .timeline_time {
  text-align: right;
  padding-right: 70px;
}
.timeline .timeline_day {
  font-size: 22.5px;
  line-height: 27px;
}

/* liste noms */
.liste-noms {
  margin-bottom: 30px;
}
.liste-noms .nom {
  position: relative;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 50px;
}
.liste-noms .nom::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #434343;
  height: 4px;
  width: 30px;
  bottom: 0;
  left: calc(50% - 15px);
}
.liste-noms .nom span {
  display: block;
}
.liste-noms .nom .lastname {
  font-family: "Lato-Bold", sans-serif;
  text-transform: uppercase;
}

/* documents-links */
.documents-links h2 {
  margin-bottom: 48px;
}
.document-tab {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.document-tab:not(.active):not(:last-of-type) {
  margin-bottom: 12px;
}
.document-tab h4 {
  position: relative;
  background-color: #ffde1a;
  color: #434343;
  padding: 15px 37.5px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.document-tab a {
  text-decoration: none;
}
.document-tab a:hover > h4,
.document-tab a:focus > h4,
.document-tab.active > h4 {
  background-color: #f1d21f;
}
.document-tab h4::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  right: 40px;
  font-size: 12px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.document-tab.active > h4::after {
  content: "\f077";
}
.documents-list {
  list-style: none;
  display: none;
  margin: 0.5rem 0;
}
.documents-tabs.active .documents-links {
  visibility: block;
}
.documents-list li {
  padding: 0 37.5px;
}
.documents-list li a {
  font-family: "Lato-Regular", sans-serif;
  font-size: 16.5px;
  line-height: 20px;
  font-size: 1em;
  line-height: 1.15em;
  text-decoration: none;
  padding: 13.5px 0;
}
.documents-list li:not(:last-of-type) a {
  border-bottom: 1px solid rgba(67, 67, 67, 0.22);
}
.documents-list li .number {
  max-width: 80px;
  width: 100%;
  padding-right: 10px;
}
.documents-list li .number,
.documents-list li .document-type {
  font-family: "Lato-Black", sans-serif;
  font-size: 13.5px;
  line-height: 16.5px;
  text-transform: uppercase;
}
.documents-list li svg {
  height: 15px;
  margin-left: 27px;
}
.documents-list .no-result {
  display: block;
  font-family: "Lato-Regular", sans-serif;
  font-size: 16.5px;
  line-height: 20px;
  text-decoration: none;
  padding: 13.5px 37.5px;
}
.documents-list .pdf-icon {
  /* min-width: 70px; */
  min-width: 115px;
  padding-left: 40px;
  text-align: right;
}
/* SUB TAB */
.style2 .documents-list {
  display: block;
}
.style2 .sub-tab {
  padding-left: 37.5px;
  margin: 0.5rem 0 !important;
}
.style2 .sub-tab h4 {
  background-color: #f3f3f3;
}
.style2 .sub-tab a:hover > h4,
.style2 .sub-tab a:focus > h4,
.style2 .sub-tab.active > h4 {
  background-color: #e3e3e3;
}
.style2 .tab-content {
  padding: 7px 0;
}
.style2 .tab-content,
.style2 .sub-documents {
  display: none;
}
.style2 .sub-tab.active h4::after {
  content: "\f077";
}

/* liste personnes */
.liste-personnes {
  margin-bottom: 50px;
}
.liste-personnes .personne-item {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-template-contact .liste-personnes .personne-item {
  cursor: pointer;
}
.liste-personnes .personne-photo {
  margin-bottom: 22px;
}
.liste-personnes .personne-photo figure {
  /* height: 235px;
  width: 235px; */
  max-width: 235px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.liste-personnes .personne-photo figure .bg-image {
  padding-top: 100%;
}
.liste-personnes .personne-photo img {
  height: 100%;
  width: auto;
  max-width: inherit;
  /* transform: translateX(-6%); */
}
.liste-personnes .personne-photo .mailto {
  background-color: #23bdc1;
  margin: 0 auto;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -22.5px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.liste-personnes:not(.langage-facile) .personne-item:hover .mailto,
.liste-personnes:not(.langage-facile) .personne-item:focus .mailto,
.liste-personnes:not(.langage-facile) .personne-photo .mailto:hover,
.liste-personnes:not(.langage-facile) .personne-photo .mailto:focus {
  background: #ce201b;
}
.liste-personnes .personne-info span {
  display: block;
}
.liste-personnes .personne-info .lname {
  font-family: "Lato-Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.liste-personnes .personne-info .role {
  color: #ce201b;
  font-size: 13.5px;
  line-height: 16.5px;
}
.langage-facile .liste-personnes .personne-info .role {
  color: #434343;
}
.langage-facile .liste-personnes .mailto {
  font-family: "Lato-Bold", sans-serif;
}

/* PAGE encadrés déclés */
.encadres-decales .framed-text-block {
  margin-bottom: 120px !important;
  margin-top: 40px;
}
/* image à droite */
.encadres-decales .row.img-right {
  padding-top: 40px;
}
.encadres-decales .framed-text-block .img-right .text-col {
  padding: 0;
  padding-bottom: 110px;
  margin-top: -40px;
}
/* image à gauche */
.encadres-decales .row.img-left {
  margin-bottom: 150px;
}
.encadres-decales .framed-text-block .img-left .text-col {
  padding: 0;
  padding-top: 130px;
  margin-bottom: -70px;
}
/* ne pas étirer l'image */
/* image à droite */
.encadres-decales .framed-text-block .img-right.contain {
  margin-bottom: calc(80px + 60px);
}
.encadres-decales .framed-text-block .img-right.contain .img-col {
  max-height: calc(100% - 40px);
  margin-top: 60px;
}
.encadres-decales .framed-text-block .img-right.contain .text-col {
  padding: 0;
}
/* image à gauche */
.encadres-decales .framed-text-block .img-left.contain {
  margin-bottom: calc(80px + 30px + 100px);
}
.encadres-decales .framed-text-block .img-left.contain .img-col {
  height: calc(100% + 30px);
  margin-top: 100px;
}
.encadres-decales .framed-text-block .img-left.contain .text-col {
  padding: 0;
}

/* Page Qui somme-nous */
.qui-sommes-nous .chiffres-encadre {
  margin-bottom: -30px;
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.qui-sommes-nous .semi-fluid .text-holder {
  padding-top: 180px;
  padding-bottom: 100px;
}
.qui-sommes-nous .semi-fluid .text-holder h1 {
  margin-bottom: 40px;
}

/* PAGE Membres */
#members {
  /* padding: 75px 0 110px; */
  padding-bottom: 110px;
}
.page-template-template-membres .quicksearch + .btn-search {
  pointer-events: none;
}
.members-container {
  margin-top: 100px;
  max-width: calc(1130px + 30px);
}
.member-item {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  padding: 5px 25px;
}
.member-item[aria-expanded="true"],
.member-item:hover,
.member-item:focus {
  opacity: 1;
}
.member-image span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #ce201b;
  font-size: 12px;
  line-height: 16px;
}
.infos-membre {
  background-color: #ffffff;
  z-index: 5;
  padding: 35px;
  width: 600px;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.16);
}

/* Tippy.js */
.tippy-tooltip {
  background: transparent !important;
}
.tippy-content {
  padding: 0;
}
.tippy-content {
  font-family: "Lato-Regular";
  font-size: 18px;
  line-height: 22px;
}
.tippy-content h3,
.tippy-content .adresse {
  margin-bottom: 20px;
}
/* arrow */
.tippy-tooltip[data-placement^="top"] > .tippy-arrow {
  border-top-color: #ce201b;
  border-width: 15px 11px 0;
  bottom: -15px;
}
.tippy-tooltip[data-placement^="bottom"] > .tippy-arrow {
  border-bottom-color: #ce201b;
  border-width: 0 11px 15px;
  top: -15px;
}
.tippy-tooltip {
  color: black;
}
.tippy-tooltip h2 {
  color: #ce201b;
}
/* links */
.tippy-tooltip .info-links a {
  font-family: "Lato-Bold", sans-serif;
}
.tippy-tooltip .info-links a svg {
  margin-right: 12px;
  height: 27px;
}
.tippy-tooltip .info-links a:first-of-type {
  margin-right: 22.5px;
}
/* close tippy */
.close-tippy {
  position: absolute;
  top: -18px;
  right: -18px;
  background: #ce201b;
  border: 0;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.close-tippy:hover,
.close-tippy:focus {
  background-color: #23bdc1;
}

/* PAGE Publications */
.publications-grid {
  margin-top: 100px;
  /* margin-bottom: 80px; */
  margin-bottom: 35px;
}
/* .publication-item * {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
} */
.publication-item {
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 75px;
  /* border-bottom: 1px solid rgba(67, 67, 67, 0.5); */
}
.publication-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(67, 67, 67, 0.5);
}
.publication-item h4 {
  font-family: "Lato-Bold";
  font-size: 18px;
  line-height: 22px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.publication-item h5 {
  margin-bottom: 8px;
}
.publication-item .download {
  margin: 0 auto;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.publication-item .download:hover,
.publication-item .download:focus {
  background: #23bdc1;
}
.publication-icon svg {
  max-height: 50px;
}
.publication-icon svg path {
  fill: #23bdc1;
}

/* Loading ajax */
@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
path.red,
path.blue,
path.yellow {
  opacity: 0.25;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
path.blue {
  animation-delay: 0.333333333s;
}
path.yellow {
  animation-delay: 0.666666667s;
}

.reset-filters:hover {
  text-decoration: none;
}
.reset-filters:hover span {
  text-decoration: underline;
}
.reset-filters i {
  margin-right: 5px;
  font-size: 12px;
}

.load-more {
  height: 10px;
  height: 30px;
  margin-bottom: 30px;
}
.loadmore .dot,
.loading .dot {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ce201b;
  margin: 0 3px;
  text-align: center;
}
.loadmore .dot:nth-child(2),
.loading .dot:nth-child(2) {
  opacity: 0.6;
}
.loadmore .dot:nth-child(3),
.loading .dot:nth-child(3) {
  opacity: 0.2;
}
/* loadmore animation */
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
    height: 9px;
    width: 9px;
  }
  100% {
    opacity: 0.2;
  }
}
.loadmore.animate .dot,
.loading.animate .dot {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loadmore .dot:nth-child(2),
.loading .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.loadmore .dot:nth-child(3),
.loading .dot:nth-child(3) {
  animation-delay: 0.4s;
}

/* PAGE Agenda */
.agenda.container {
  max-width: calc(1130px + 30px);
  /* margin-bottom: 80px; */
  margin-top: 100px;
}
.agenda .event-item {
  max-width: calc(505px + 30px);
}
.event-item {
  margin-bottom: 90px;
}
.event-content {
  border-bottom: 1px solid rgba(67, 67, 67, 0.5);
}
.event-image {
  position: relative;
}
.event-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #23bdc1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.hovered .event-image::after,
.revue-de-presse-wrap .overlay.hovered .event-image::after,
a:hover .event-image::after,
a:focus .event-image::after {
  opacity: 0.2;
}
.agenda.langage-facile .event-content {
  padding-bottom: 30px;
}
.event-item .date,
.single-events .date {
  display: inline-block;
  font-family: "Lato-Black", sans-serif;
  font-size: 27px;
  line-height: 33px;
  color: #23bdc1;
  position: relative;
  z-index: 1;
}
/* .agenda:not(.langage-facile) .event-image {
  display: none;
} */
.agenda:not(.langage-facile) .event-item .date,
.revue-de-presse-wrap .event-item .date,
main:not(.langage-facile) .event-item .date {
  font-family: "Lato-Bold", sans-serif;
  margin-bottom: 20px;
  padding: 20px 24px;
  margin-top: -24px;
  background-color: #23bdc1;
  color: #ffffff;
}
.event-item .event-title {
  max-width: 400px;
  margin-bottom: 20px;
  min-height: 66px;
}
.event-infos {
  margin-bottom: 30px;
}
.event-info {
  font-size: 18px;
  line-height: 22px;
}
.event-info .event-label {
  color: #ce201b;
  font-family: "Lato-Black", sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.event-info:not(:last-of-type) {
  /* margin-right: 40px; */
  margin-right: 30px;
}
.event-info.horaire .label {
  white-space: nowrap;
}
.event-icon svg {
  height: 26px;
  width: 26px;
  /* margin-right: 15px; */
  margin-right: 8px;
}
.event-item .more {
  display: inline-block;
  background: red;
  font-family: "Lato-Bold", sans-serif;
  color: #ffffff;
  line-height: 48px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  padding: 0 35px;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.event-item .see-more {
  color: #ffffff;
  background-color: #ce201b;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  margin-bottom: -24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  text-decoration: none;
}
.event-item .see-more:hover,
.event-item .see-more:focus,
.event-item .more:focus,
.event-item .more:hover {
  background-color: #23bdc1;
}

/* Single Event */
.single-events h1 {
  max-width: 715px;
  margin-bottom: 55px;
}
.single-events #main:not(.langage-facile) {
  margin-top: -100px;
}
.single-events .info-box {
  width: calc(100% + 55px);
  padding: 40px 50px 65px;
  margin-left: -55px;
  margin-bottom: -40px;
  margin-top: 200px;
}
.single-events .info-box .date {
  margin-bottom: 27px;
}
.single-events .info-box svg {
  height: 22.5px;
}
.single-events .info-box span {
  display: block;
}
.single-events .info-box span.day {
  font-family: "Lato-Bold", sans-serif;
  font-size: 75px;
  /* line-height: 90px; */
  line-height: 80px;
}
.single-events .info-box span.month {
  text-transform: capitalize;
  font-family: "Lato-Light", sans-serif;
  font-size: 34.5px;
  line-height: 41px;
}
.single-events .info-box span.year {
  font-family: "Lato-Bold", sans-serif;
  font-size: 27px;
  line-height: 33px;
}
.single-events .info-box span.horaire {
  margin-bottom: 14px;
}
.single-events .event-header {
  margin-bottom: calc(60px + 40px);
}
.single-events .event-description {
  margin-bottom: 60px;
}
.single-events h2 {
  font-family: "Lato-Bold", sans-serif;
  margin-bottom: 60px;
}
.single-events .similar-events {
  margin-bottom: 60px;
}
.single-events .similar-events .event-item {
  margin-bottom: 30px;
}
.single-events .similar-events .event-item .date {
  font-size: 22.5px;
  line-height: 27px;
}

/* Formulaire agenda */
.event-form .form-container {
  padding: 100px 0;
  padding-right: 100px;
  color: #ffffff;
}
.event-form .overlay {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
}
.event-form h2 {
  margin-bottom: 60px;
}
.event-form .bg-red input,
.event-form .bg-red select,
.event-form .bg-red textarea {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}
.event-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
.event-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.event-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.event-form .bg-red .checkbox {
  font-family: "Lato-Light", sans-serif;
  margin-bottom: 15px;
}
.event-form .bg-red input[type="checkbox"] + .wpcf7-list-item-label:before {
  border-color: #ffffff;
}
.event-form .bg-red .checkbox a {
  font-family: "Lato-Black", sans-serif;
  color: #ffffff;
}
.event-form .submit input {
  width: 195px;
}
.event-form .bg-red .submit input {
  border-color: #ffffff;
  color: #ffffff;
}
.event-form .bg-red .submit input:hover,
.event-form .bg-red .submit input:focus {
  background-color: #ffffff;
  color: #434343;
}

/* Page Contact */
.contact-form h2 {
  margin-bottom: 60px;
}
.contact-form .checkbox a {
  color: #ce201b;
}
.contact-form .checkbox {
  font-family: "Lato-Light", sans-serif;
  margin-bottom: 15px;
}
.contact-form input[type="checkbox"] + .wpcf7-list-item-label::before,
.contact-form input[type="checkbox"] + .wpcf7-list-item-label::after {
  border-color: #ce201b;
  color: #ce201b;
}
.contact-form .checkbox a {
  font-family: "Lato-Black", sans-serif;
  color: #ce201b;
}
.contact-form .submit input {
  border-color: #ce201b;
}
.contact-form .submit input:hover,
.contact-form .submit input:focus {
  background-color: #ce201b;
}

.langage-facile .contact-form {
  max-width: 615px;
  width: 100%;
}
.langage-facile .contact-form .col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.map-container .info-box {
  padding: 50px 70px 35px;
  padding-right: 90px;
  margin: 40px -45px 40px 0;
  position: relative;
  z-index: 1;
}
.map-container .info-box h2 {
  margin-bottom: 30px;
}
.map-container .info-box span {
  display: block;
}
.map-container .info-box .adresse {
  margin-bottom: 23px;
}
.map-container .info-box .phone {
  display: block;
  margin-bottom: 10px;
}
.map-container .info-box svg {
  margin-right: 15px;
}
/* MAP */
.gm-style .gm-style-iw-c {
  border: 4px solid #23bdc1 !important;
  border-radius: 0 !important;
}
.gm-style .gm-style-iw-t::after {
  background: linear-gradient(
    45deg,
    rgb(35, 189, 193) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}

/* FILTERS */
.filters-wrap,
.filters,
.filter-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.filters-wrap .print {
  margin-right: 25px;
}
.filters-wrap .filters {
  color: #ffffff;
  /* background-color: #CE201B; */
}
.filters-wrap .filters .label {
  pointer-events: none;
  font-family: "Lato-Black", sans-serif;
  line-height: 66px;
  padding-left: 30px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #ce201b;
}
.filters-wrap .filters select,
.filters-wrap .filters input {
  /* font-family: "Lato-Light", sans-serif; */
  border: 0;
  line-height: 66px;
  height: 66px;
  width: auto;
  background-color: #ce201b;
  color: #ffffff;
  padding: 0 25px;
}
.filters ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 1);
}
.filters :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 1);
}
.filters ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 1);
}

/* select */
/* remove arrow IE11 */
.filters-wrap .filters select::-ms-expand {
  display: none;
}
.filters-wrap .filters select {
  cursor: pointer;
  padding-left: 5px;
  transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
}
/*.filters-wrap .filters select option {
   background-color: #ffffff;
  color: #434343;
} */
.filter-options {
  background-color: #ce201b;
  padding: 0 25px;
}
.select-wrapper {
  position: relative;
  padding-left: 25px;
  background-color: #ce201b;
}
.select-wrapper::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 11px;
  line-height: 66px;
  position: absolute;
  color: #ffffff;
  top: 0;
  right: 5px;
  pointer-events: none;
}

/* search */
.filters-wrap .filters input.quicksearch {
  position: relative;
  background-color: #a21b17;
  color: #ffffff;
  padding: 0 25px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: 1.2em;
  height: 66px;
}
.input-wrapper {
  position: relative;
}
.btn-search {
  font-size: 15px;
  line-height: 66px;
  position: absolute;
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
  padding: 0;
  padding-left: 15px;
  padding-right: 25px;
  right: 0;
  top: 0;
  border: 0;
  background: #a21b17;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.ready .btn-search {
  color: #ffffff;
}
.input-wrapper::after {
  font-family: "Font Awesome 5 Free";
  /* content: "\f002"; */
  font-weight: 900;
  font-size: 15px;
  line-height: 66px;
  position: absolute;
  color: #ffffff;
  opacity: 0.5;
  right: 35px;
}

/* EXTRANET */
/* LOGIN */
.login-form input[type="text"],
.login-form input[type="password"] {
  margin-bottom: 15px;
}
.login-form .btn-small {
  width: auto;
  margin: 0;
  margin-top: 15px;
}
.login-form .error-message {
  color: #ce201b;
  /* margin: 0.5rem 0; */
}
.login-form a.reset-pass {
  opacity: 0.7;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.login-form a.reset-pass:hover,
.login-form a.reset-pass:focus {
  opacity: 1;
}
.login-form .login-info {
  color: #23bdc1;
}

.extranet-header .strech {
  height: 700px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* @media screen and (-ms-high-contrast: none) {
  .extranet-header .strech .text-holder {
    margin-top: 50px;
    position: relative;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
  }
} */

/* Page Dashboard */
.extranet-form input.quicksearch {
  background-color: rgba(155, 155, 155, 0.13);
  position: relative;
  padding: 0 25px;
  border: 0;
  line-height: 1.2em;
  height: 66px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.extranet-form button.btn-search {
  background-color: #23bdc1;
  border-radius: 50px;
  padding: 0 45px;
  transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
}
.extranet-form button.btn-search:hover,
.extranet-form button.btn-search:focus {
  background-color: #1c9da1;
}
.extranet-links a.extranet-link {
  font-family: "Lato-Black", sans-serif;
  font-size: 22.5px;
  line-height: 27px;
  padding: 25px;
  min-height: 130px;
  height: 130px;
  color: #ffffff;
  margin-bottom: 22.5px;
  border: 6px solid #ce201b;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.extranet-links a.extranet-link:hover,
.extranet-links a.extranet-link:focus {
  color: #434343;
  background-color: #ffffff;
}
/* Page Revue de Presse */
.revue-de-presse-wrap {
  margin-top: -130px;
  /* margin-bottom: 80px; */
}
.revue-de-presse-wrap .action-icon {
  margin: 0 5px;
}
/* Page Question parlementaires */
.questions-tabs .document-tab h4 {
  background-color: #ce201b;
  color: #ffffff;
}
.questions-tabs .document-tab a:hover > h4,
.questions-tabs .document-tab a:focus > h4,
.questions-tabs .document-tab.active > h4 {
  background-color: #a21b17;
}
.questions-tabs .document-tab h4::after {
  columns: #ffffff;
}
.questions-tabs .question-name {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* Single Revue de Presse */
.single-revue-de-presse .entry-content {
  text-align: center;
  margin: 60px auto 80px;
}
.single-revue-de-presse .see-more {
  margin: 0 0.5rem;
  color: #ffffff;
  background-color: #ce201b;
  height: 48px;
  width: 48px;
  margin-bottom: -24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  text-decoration: none;
}
.single-revue-de-presse .see-more:hover,
.single-revue-de-presse .see-more:focus {
  background-color: #23bdc1;
}
/* Page Recherche */
.extranet-search-result {
  margin-bottom: 0;
  background-color: rgba(67, 67, 67, 0.06);
  padding: 112.5px 0;
}
mark.search-excerpt {
  background-color: inherit;
  padding: 0;
  margin: 0;
  color: #ce201b;
}
article.search-item {
  display: inline-block;
  margin-bottom: 85px;
}
article.search-item .content-wrap {
  position: relative;
  padding-bottom: 2rem;
}
article.search-item .content-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(67, 67, 67, 0.5);
}
article.search-item .entry-title {
  margin-bottom: 1rem;
}
article.search-item .entry-summary p:last-of-type {
  margin-bottom: 0;
}
article.search-item .link {
  color: #ffffff;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  text-decoration: none;
  background-color: #ce201b;
}
article.search-item .link:hover,
article.search-item .link:focus {
  background-color: #23bdc1;
}

/* LANGE FACILE */
.page-content ul {
  list-style: none;
  padding-left: 20px;
}
.page-content ul li {
  position: relative;
}
.page-content ul li::before {
  content: "-";
  position: absolute;
  left: -10px;
}

/* HOMEPAGE */
.colored-blocks.langage-facile {
  position: relative;
  /* background-color: #23bdc1; */
}
.colored-blocks.langage-facile::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: -2;
  background-color: #23bdc1;
}
.colored-blocks.langage-facile::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #ffde1a;
}
.colored-blocks.langage-facile .section1,
.colored-blocks.langage-facile .section2 {
  /* position: relative;
  z-index: 1; */
  padding-top: 65px;
  padding-bottom: 65px;
}

/* flowers */
/* .flower {
  z-index: -1;
  pointer-events: none;
  max-height: 100%;
  width: auto;
} */
.flower-item {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.flower-item img {
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
/* homepage + Text-block + qui-sommes-nous */
.chiffres .flower-item,
.text-block .flower-item,
.qui-sommes-nous .flower-item {
  z-index: 5;
}

/* erreur 404 */
.error-404 {
  margin: 100px 0;
}
.error-404 .flower_1 {
  top: -70px;
  left: 0;
}
.error-404 .flower_2 {
  bottom: -98px;
  /* right: 54px; */
  right: 20px;
}
.error-404 .flower_3 {
  bottom: -70px;
  left: 100px;
}
.error-404 span {
  display: block;
}
.error-404 .t1 {
  font-family: "Lato-Black", sans-serif;
  font-size: 225px;
  line-height: 270px;
  text-align: right;
  margin-top: -33px;
}
.error-404 .t2 {
  font-family: "Lato-Black", sans-serif;
  font-size: 105px;
  line-height: 126px;
}
.error-404 .t3 {
  font-family: "Lato-Light", sans-serif;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 36px;
}
.error-404 .t4 {
  font-family: "Lato-Bold", sans-serif;
  font-size: 27px;
  line-height: 33px;
  text-align: right;
}

/* FOOTER */
footer {
  padding-top: 60px;
  position: relative;
  margin-bottom: 65px;
}
footer::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #ce201b;
  height: 4px;
  width: 40px;
  top: 0;
  left: calc(50% - 20px);
  opacity: 0.75;
}
footer .footer-logo {
  display: inline-block;
  margin-bottom: 13.5px;
}
footer .footer-logo img {
  max-height: 31px;
}
footer .footer-widget-3 {
  text-align: right;
}
footer .footer-widget-3 a.login-extranet {
  font-family: "Lato-Bold", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  display: inline-block;
  background: #ce201b;
  /* padding: 9px 22px; */
  line-height: 38px;
  padding: 0 22px;
  margin-bottom: 13.5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
}
footer .footer-widget-3 .login-extranet img {
  width: 19px;
  margin-top: -2px;
  margin-left: 8px;
}
footer .footer-widget-3 ul {
  list-style: none;
}
/* footer contact infos */
footer .info-contact a {
  display: inline-block;
  text-decoration: none;
}
footer .info-contact a:not(:last-of-type) {
  margin-right: 15px;
}
footer .info-contact span {
  margin-left: 10px;
}
footer .info-contact svg path {
  fill: #ce201b;
}
footer .info-contact #mail-svg {
  height: 20px;
  width: 20px;
  display: inline-block;
}
footer .info-contact #phone-svg {
  height: 18px;
  width: 18px;
  display: inline-block;
}

/* Site info */
footer .site-info {
  margin-top: 30px;
  text-align: center;
}

/* GDPR */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #23bdc1 !important;
  background-color: #1c9da1 !important;
  background-color: #434343 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
  color: #434343 !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton,
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton {
  background-color: #a21b17 !important;
  background-color: #ce201b !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton:hover,
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton:hover,
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton:focus,
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton:focus,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  a.mgbutton:hover,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton:hover,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  a.mgbutton:focus,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton:focus,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:focus,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:hover
  i,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:hover
  span.gdpr-icon,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:focus
  i,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:focus
  span.gdpr-icon {
  background-color: #a21b17 !important;
  border-color: #a21b17;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .right-half.col-md-7,
  .left-half.col-md-7 {
    -ms-flex: 0 0 calc(58.333333%);
    flex: 0 0 calc(58.333333%);
    max-width: calc(58.333333%);
    top: 0;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mb80 {
    margin-bottom: 60px !important;
  }

  h1 {
    position: relative;
    font-family: "Lato-Black", sans-serif;
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-family: "Lato-Black", sans-serif;
    font-size: 28px;
    line-height: 35px;
  }

  .colored-blocks .section1 .bg-colored,
  .colored-blocks .section2 .bg-colored {
    padding-left: 45px;
  }
  h1 br,
  h2 br,
  h3 br,
  h4 br {
    display: none;
  }

  /* FLOWERS */
  .flowers {
    display: none !important;
  }
  .timeline .flowers {
    display: block !important;
  }

  /* HOMEPAGE */
  .homepage-header {
    height: 350px;
  }
  /* intro columns */
  .intro-columns .text-content {
    margin-top: 30px;
  }
  .intro-columns .intro-block:first-of-type {
    margin-bottom: 30px;
  }
  /* colored blocks */
  .colored-blocks h2 {
    margin-bottom: 50px;
  }
  .colored-blocks ul {
    margin-left: 0;
  }

  .qui-sommes-nous .chiffres-encadre {
    margin-right: auto;
  }

  #wpadminbar,
  .main-navigation {
    position: fixed;
    top: 0;
  }
  .main-navigation {
    background-color: #ffffff;
    z-index: 99;
    width: 100%;
  }
  body.admin-bar .navbar.main-navigation {
    margin-top: 32px;
  }
  #page {
    margin-top: 96px;
  }
  #page.small-header nav.navbar {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
    padding: 14px 0;
  }
  #page.small-header .logo img {
    height: 38px;
  }

  /* filters */
  .filters-wrap .select-wrapper {
    padding-left: 0;
  }
  .page-template-template-agenda .filters-wrap,
  .page-template-template-publications .filters-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-template-template-agenda .filters-wrap a.print,
  .page-template-template-publications .filters-wrap a.print {
    margin-bottom: 1rem;
  }
  /* .page-template-template-agenda .filters-wrap form,
  .page-template-template-publications .filters-wrap form {
    margin: 0 auto;
  } */

  /* publications */
  .publication-item > .row {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* single event */
  .single-events .similar-events .event-item:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .menu-wrapper {
    display: none;
  }
  .navbar.main-navigation {
    padding: 25px 0;
  }

  .members-container,
  .publications-grid,
  .agenda.container {
    margin-top: 60px;
  }

  /* MOBILE MENU */
  .toggle-menu {
    display: block;
  }
  .toggle-menu {
    /* width: 60px;
    height: 45px; */
    width: 30px;
    height: 22.5px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .toggle-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #434343;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .toggle-menu.open span {
    background: #ce201b;
  }
  .toggle-menu span:nth-child(1) {
    top: 0px;
  }
  .toggle-menu span:nth-child(2),
  .toggle-menu span:nth-child(3) {
    top: 9px;
  }
  .toggle-menu span:nth-child(4) {
    top: 18px;
  }
  .toggle-menu.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .toggle-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle-menu.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    top: 96px;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  #page.small-header .mobile-menu {
    top: 66px;
  }
  body.admin-bar .mobile-menu {
    top: calc(96px + 32px);
  }
  body.admin-bar #page.small-header .mobile-menu {
    top: calc(66px + 32px);
  }
  .mobile-menu.active {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu .navbar-container,
  .mobile-menu li a {
    width: 100%;
  }
  .mobile-menu li a {
    padding: 15px 0;
  }
  .mobile-menu li:not(:last-of-type) a {
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
  }
  .top-menu-item.extranet {
    padding: 0 30px;
    line-height: inherit;
  }
  .menu-actions {
    padding: 0 30px;
  }
  .menu-actions .btn-style {
    height: 42px;
    line-height: 42px !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 71px;
  }
  .top-menu-item.btn-style.language::after {
    line-height: 40px;
  }
  .menu-actions .btn-style.etr {
    margin: 0 30px !important;
  }

  /* call to actions */
  .call-to-action .cta h3 {
    font-size: 22px;
    line-height: 27px;
  }

  /* EXTRANET */
  .extranet-header .strech {
    min-height: 500px;
    height: auto;
  }
  .page-template-template-extranet-dashboard
    .extranet-header.framed-text-block
    .text-holder
    h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar .mobile-menu {
    top: calc(96px + 46px);
  }
  body.admin-bar .navbar.main-navigation {
    margin-top: 46px;
  }
  body.admin-bar #page.small-header .mobile-menu {
    top: calc(66px + 46px);
  }
}

@media (max-width: 767px) {
  .hideMobile {
    display: none !important;
  }
  h1 {
    font-size: 22.5px;
    line-height: 27px;
    padding-bottom: 20px;
  }
  h2 {
    font-family: "Lato-Black", sans-serif;
    font-size: 22.5px;
    line-height: 27px;
  }

  /* HOMEPAGE */
  .homepage-header {
    height: 300px;
  }
  /* colored blocks */
  .colored-blocks-wrapper,
  .colored-blocks .section1 .text-container {
    padding: 0;
  }
  .colored-blocks .section2 {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .colored-blocks .right-block {
    margin: 0;
  }
  .colored-blocks .text-container .bg-colored {
    padding: 45px 30px;
  }
  .colored-blocks .image-block {
    /* height: 500px; */
    padding-top: 72.67%;
  }
  .colored-blocks h2 {
    margin-bottom: 40px;
  }
  .colored-blocks h2::after {
    bottom: -20px;
    height: 3px;
  }
  .colored-blocks ul {
    margin-left: 0;
  }
  .colored-blocks ul li {
    font-size: 16.5px;
    line-height: 20px;
  }
  /* langage-facile */
  .colored-blocks > .container {
    width: 100%;
    padding: 0;
  }
  .colored-blocks.langage-facile::before,
  .colored-blocks.langage-facile::after {
    content: none;
  }
  .colored-blocks.langage-facile .section1,
  .colored-blocks.langage-facile .section2 {
    padding: 45px 30px;
  }
  .colored-blocks.langage-facile .section1 {
    background-color: #23bdc1;
  }
  .colored-blocks.langage-facile .section2 {
    background-color: #ffde1a;
  }

  /* PAGE HEADER */
  .page-header,
  .page-header.larger {
    height: 315px;
  }
  .page-header h1,
  .page-header h4 {
    text-align: center;
  }
  .page-header h1::after {
    left: calc(50% - 20px);
  }
  .page-actions {
    margin-top: -23px;
  }
  a.print {
    width: 46px;
    height: 46px;
  }
  a.print svg {
    height: 20px;
  }
  .page-actions a.print {
    margin: 0 auto;
  }
  body:not(.home) .site-main {
    margin-top: 40px;
  }

  .text-block h1 {
    margin-bottom: 15px;
    text-align: left !important;
  }

  .text-block-image h2 {
    text-align: center;
  }
  .text-block-image .bg-image {
    margin-bottom: 40px;
  }

  /* call to action */
  .call-to-action {
    margin-top: -65px;
  }
  .call-to-action .cta h3.line-bottom {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .call-to-action a.cta {
    margin-bottom: 35px;
  }

  /* Page qui sommes nous */
  .qui-sommes-nous .chiffres-encadre {
    margin-bottom: 60px;
  }
  .qui-sommes-nous .semi-fluid .text-holder h1 {
    margin-bottom: 10px;
  }

  /* semi-fluid block */
  .semi-fluid .container {
    padding: 0;
  }
  .semi-fluid .half-width,
  .semi-fluid .img-col {
    position: relative !important;
    padding-top: 82.67% !important;
    width: 100% !important;

    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .semi-fluid .text-holder {
    padding: 30px !important;
  }
  .framed-text-block ul.content-links a {
    display: inline-block !important;
    font-size: 15px;
    line-height: 18px;
  }
  .framed-text-block ul.content-links a i {
    top: -2px;
    font-size: 8px;
    margin-left: 6px;
    position: relative;
  }

  /* framed-text-block */
  .framed-text-block .text-col {
    padding: 40px 30px 0 !important;
  }
  .framed-text-block .frame {
    margin: 0 !important;
    margin-top: -65px !important;
  }
  .framed-text-block .text-holder .flower {
    display: none !important;
  }

  /* encadrés décalés */
  .encadres-decales .framed-text-block .strech {
    padding: 0 !important;
    margin-bottom: 0;
  }
  .encadres-decales .framed-text-block .text-col,
  .encadres-decales .framed-text-block .img-right.contain .img-col {
    margin-top: 0 !important;
  }
  .encadres-decales .framed-text-block .img-left .text-col {
    margin-bottom: 0;
  }
  .encadres-decales .framed-text-block.mb80,
  .encadres-decales .framed-text-block .img-right.contain {
    margin-bottom: 60px !important;
  }
  .encadres-decales .row.img-right {
    padding-top: 0;
  }

  /* Documents */
  .documents-list li .number {
    margin-bottom: 0.5rem;
  }

  /* Timeline */
  .timeline::before,
  .timeline .timeline_content::before {
    content: none;
  }
  .timeline .timeline_time,
  .timeline .timeline_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  .timeline .timeline-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    margin-bottom: 75px;
  }
  .timeline .timeline-item:last-of-type {
    margin-bottom: 60px;
  }
  .timeline .timeline_time h1.timeline_year {
    text-align: center !important;
    margin-bottom: 0;
    padding: 0;
  }
  .timeline .timeline_time {
    text-align: center !important;
    padding: 20px 0;
  }
  .timeline .timeline-item:not(:first-of-type) .timeline_time::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -40px;
    height: 40px;
    width: 1px;
    background: #434343;
    opacity: 0.25;
    left: 50%;
  }
  .timeline .timeline_day {
    font-size: 11px;
    line-height: 13px;
  }
  .timeline .flowers {
    position: initial !important;
    position: absolute !important;
    top: 0;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .timeline .flowers .flower-item {
    top: 0 !important;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
    right: inherit !important;
    left: inherit !important;
    position: relative;
  }

  /* FILTERS */
  .filters-wrap,
  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filters-wrap a.print {
    margin-bottom: 1rem;
  }
  .filter-row {
    margin-bottom: 0.5rem;
  }
  .filter-row,
  .filters .input-wrapper {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    background-color: #ce201b;
  }
  .filters-wrap .filters .label,
  .filters-wrap .filters select,
  .filters-wrap .filters .select-wrapper::after,
  .filters-wrap .filters input,
  .filters-wrap .filters input.quicksearch,
  .filters-wrap .btn-search {
    line-height: 46px;
    height: 46px;
  }

  .filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
  }
  .filter-options .select-wrapper {
    width: 50%;
  }
  .filter-options .select-wrapper.year {
    width: 33%;
  }

  .filters-wrap .filters .label,
  .filters-wrap .filters input.quicksearch {
    padding-left: 20px;
  }
  .filter-options,
  .filters-wrap .select-wrapper {
    padding: 0 8px;
  }
  .filters-wrap .filters select {
    padding: 0;
    padding-right: 13px;
    width: 100%;
  }
  .filters-wrap .filters input.quicksearch {
    width: 100%;
  }

  /* page membres */
  .infos-membre {
    width: 500px;
  }
  h3 {
    font-size: 18px;
    line-height: 19px;
  }
  .tippy-content h3,
  .tippy-content .adresse {
    margin-bottom: 20px;
  }
  .tippy-content .adresse,
  .tippy-tooltip .info-links a {
    font-size: 15px;
    line-height: 18px;
  }
  .tippy-tooltip .info-links a svg {
    height: 17px;
    margin-right: 8px;
  }

  /* page agenda + publication */
  .agenda:not(.langage-facile) .event-item .date,
  .revue-de-presse-wrap .event-item .date,
  main:not(.langage-facile) .event-item .date {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 18px;
    margin-top: -22px;
  }
  .event-item {
    margin-bottom: 70px;
  }
  .event-item .event-title {
    min-height: inherit;
  }
  h5,
  .publication-item h4 {
    min-height: inherit;
    font-size: 1em;
    line-height: 1.6em;
  }
  .event-item .event-info {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .event-item .event-icon svg {
    height: 18px;
    width: 18px;
    margin-right: 5px;
  }
  .event-item .see-more,
  .publication-item .download {
    height: 28px;
    width: 28px;
    margin-bottom: -14px;
    margin-right: 0;
  }
  .publication-item {
    margin-bottom: 60px;
  }
  .publication-item .download {
    bottom: -14px;
    margin-bottom: 0;
  }
  .publication-item .download svg {
    height: 14px;
  }
  .event-item .see-more i {
    font-size: 14px;
  }

  /* single event */
  /* .single-events .full-width {
    padding-right: 0;
    padding-left: 0;
  } */
  .single-events a.print {
    display: none !important;
  }
  .single-events #main:not(.langage-facile) {
    margin-top: -35px;
  }
  .single-events .event-header {
    margin-bottom: 0;
    margin-right: -30px;
    margin-left: -30px;
  }
  .single-events .event-header .event-image {
    width: 100%;
    padding-top: 64%;
  }
  .single-events .info-box {
    margin: -30px 30px 60px;
    padding: 40px 30px;
  }
  .single-events .info-box .date {
    margin-bottom: 20px;
  }
  .single-events .info-box span.day {
    font-size: 42px;
    line-height: 50px;
  }
  .single-events .info-box span.month,
  .single-events .info-box span.year {
    font-size: 27px;
    line-height: 33px;
  }
  .event-localite {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .single-events .info-box svg {
    height: 18px;
  }
  .event-form {
    padding: 0;
  }
  .event-form .overlay {
    width: 100%;
  }
  .event-form .form-container {
    padding: 35px 0;
  }
  .single-events .similar-events .event-item {
    margin-bottom: 0;
  }

  /* Formulaire */
  .contact-form h2 {
    margin-bottom: 40px;
  }
  .form-footer {
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
  }
  .form-footer .submit {
    text-align: center;
    margin-bottom: 1rem;
  }
  .form-footer span {
    font-size: 14px;
    line-height: 18px;
  }

  /* page contact & personne de contact */
  .liste-personnes .personne-photo {
    margin-bottom: 12px;
  }
  .liste-personnes .personne-photo .mailto {
    height: 28px;
    width: 28px;
    margin-top: -14px;
  }
  .liste-personnes .personne-photo .mailto svg {
    height: 14px;
  }

  /* MAP */
  .map-container .container {
    padding: 0;
  }
  #map {
    position: relative !important;
    padding-top: 84%;
  }
  .map-container .text-holder {
    padding: 40px 30px;
    margin: -30px 30px 0;
  }

  /* EXTRANET */
  .extranet-header .strech {
    min-height: inherit;
  }
  .login-form {
    text-align: center;
  }
  .login-form p {
    text-align: left;
  }
  .extranet-search h2 {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
  .extranet-form input.quicksearch {
    height: 56px;
  }
  .extranet-form button.btn-search {
    line-height: 56px;
    padding: 0 25px;
    font-size: 25px;
  }
  .extranet-links .extranet-link-wrapper:last-of-type a.extranet-link {
    margin-bottom: 0;
  }
  /* revue de presse */
  .see-more svg {
    height: 14px;
  }
  /* questions */
  .questions-tabs .question-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 75%;
  }
  .questions-tabs .pdf-icon {
    min-width: inherit !important;
    width: 20%;
    padding: 0 !important;
  }

  /* FOOTER */
  .home footer {
    padding-top: 0;
  }
  .home footer::before {
    content: none;
  }
  footer .widget-area,
  footer .footer-widget-3 {
    text-align: center;
  }
  footer .info-contact {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  footer .footer-widget-1,
  footer a.login-extranet {
    margin-bottom: 30px !important;
  }

  /* 404 */
  .error-404 {
    text-align: center;
    margin: 60px 0;
  }
  .error-404 .t1 {
    text-align: center;
    font-size: 90px;
    line-height: 108px;
    margin-bottom: 20px;
  }
  .error-404 .t2 {
    font-size: 27px;
    line-height: 33px;
  }
  .error-404 .t3 {
    font-size: 18px;
    line-height: 22px;
  }
  .error-404 .t4 {
    display: none;
  }
  .error-404 .btn-regular {
    margin: 0 auto;
    line-height: 55px;
    font-size: 15px;
  }
  .error-404 .flower-item img {
    transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
  }
  .error-404 .flower_3 {
    left: 0;
  }
}

@media (max-width: 600px) {
  .infos-membre {
    width: 400px;
  }
}

@media (max-width: 500px) {
  /* HOMEPAGE */
  .homepage-header {
    height: 200px;
  }
  /* colored-blocks */
  .colored-blocks .image-block {
    padding-top: 97.33%;
  }

  /* PAGE HEADER */
  .page-header,
  .page-header.larger {
    height: 215px;
  }
  .page-header h1 {
    font-size: 22.5px;
    line-height: 27px;
    padding-bottom: 20px;
  }

  /* call to action */
  .call-to-action .cta h3 {
    font-size: 18px;
    line-height: 22px;
  }

  /* Documents */
  .document-tab h4 {
    font-size: 14px;
    line-height: 17px;
    padding: 15px 40px 15px 20px;
  }
  .document-tab h4::after {
    right: 20px;
  }
  .documents-list li {
    padding: 0 20px;
  }
  .documents-list li a {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  .documents-list .pdf-icon {
    min-width: 70px;
    padding-left: 30px;
  }
  .documents-list li svg {
    margin-left: 15px;
  }

  /* page membres */
  .infos-membre {
    width: 320px;
  }
  .infos-membre .info-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .infos-membre .info-links a {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .infos-membre {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .menu-actions .btn-style.etr {
    margin: 0 20px !important;
  }

  .infos-membre {
    width: 250px;
  }
}

/* SEMI CADRE */
@media (min-width: 768px) {
  .semi-frame .frame {
    border-top: 0;
  }
  .framed-text-block .img-right .semi-frame .frame {
    border-right: 0;
  }
  .framed-text-block .img-left .semi-frame .frame {
    border-left: 0;
  }
  .framed-text-block .text-col.semi-frame {
    padding: 0;
  }
  .framed-text-block .img-right .semi-frame .text-holder {
    margin-right: 45px;
    padding-right: 0;
  }
  .framed-text-block .img-left .semi-frame .text-holder {
    margin-left: 45px;
    padding-left: 0;
  }
}

/* Cacher Langage facile */
.top-menu-item.btn-style.etr {
  display: none !important;
}
