<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&amp;display=swap');

.ac-stretch {
  align-content: stretch;
}
.ac-center {
  align-content: center;
}
.ac-flex-start {
  align-content: flex-start;
}
.ac-flex-end {
  align-content: flex-end;
}
.ac-space-between {
  align-content: space-between;
}
.ac-space-around {
  align-content: space-around;
}
.ac-initial {
  align-content: initial;
}
.ac-inherit {
  align-content: inherit;
}
.ai-stretch {
  align-items: stretch;
}
.ai-center {
  align-items: center;
}
.ai-flex-start {
  align-items: flex-start;
}
.ai-flex-end {
  align-items: flex-end;
}
.ai-baseline {
  align-items: baseline;
}
.ai-initial {
  align-items: initial;
}
.ai-inherit {
  align-items: inherit;
}
.as-auto {
  align-self: auto;
}
.as-stretch {
  align-self: stretch;
}
.as-center {
  align-self: center;
}
.as-flex-start {
  align-self: flex-start;
}
.as-flex-end {
  align-self: flex-end;
}
.as-baseline {
  align-self: baseline;
}
.as-initial {
  align-self: initial;
}
.as-inherit {
  align-self: inherit;
}
.bs-content-box {
  box-sizing: content-box;
}
.bs-border-box {
  box-sizing: border-box;
}
.bs-initial {
  box-sizing: initial;
}
.bs-inherit {
  box-sizing: inherit;
}
.c-none {
  clear: none;
}
.c-left {
  clear: left;
}
.c-right {
  clear: right;
}
.c-both {
  clear: both;
}
.c-initial {
  clear: initial;
}
.c-inherit {
  clear: inherit;
}
.bc-white {
  background-color: white;
}
.c-white {
  color: white;
}
.bc-black {
  background-color: black;
}
.c-black {
  color: black;
}
.c-alias {
  cursor: alias;
}
.c-all-scroll {
  cursor: all-scroll;
}
.c-auto {
  cursor: auto;
}
.c-cell {
  cursor: cell;
}
.c-context-menu {
  cursor: context-menu;
}
.c-col-resize {
  cursor: col-resize;
}
.c-copy {
  cursor: copy;
}
.c-crosshair {
  cursor: crosshair;
}
.c-default {
  cursor: default;
}
.c-e-resize {
  cursor: e-resize;
}
.c-ew-resize {
  cursor: ew-resize;
}
.c-grab {
  cursor: grab;
}
.c-grabbing {
  cursor: grabbing;
}
.c-help {
  cursor: help;
}
.c-initial {
  cursor: initial;
}
.c-inherit {
  cursor: inherit;
}
.c-move {
  cursor: move;
}
.c-n-resize {
  cursor: n-resize;
}
.c-ne-resize {
  cursor: ne-resize;
}
.c-nesw-resize {
  cursor: nesw-resize;
}
.c-ns-resize {
  cursor: ns-resize;
}
.c-nw-resize {
  cursor: nw-resize;
}
.c-nwse-resize {
  cursor: nwse-resize;
}
.c-no-drop {
  cursor: no-drop;
}
.c-none {
  cursor: none;
}
.c-not-allowed {
  cursor: not-allowed;
}
.c-pointer {
  cursor: pointer;
}
.c-progress {
  cursor: progress;
}
.c-row-resize {
  cursor: row-resize;
}
.c-s-resize {
  cursor: s-resize;
}
.c-se-resize {
  cursor: se-resize;
}
.c-sw-resize {
  cursor: sw-resize;
}
.c-text {
  cursor: text;
}
.c-vertical-text {
  cursor: vertical-text;
}
.c-w-resize {
  cursor: w-resize;
}
.c-wait {
  cursor: wait;
}
.c-zoom-in {
  cursor: zoom-in;
}
.c-zoom-out {
  cursor: zoom-out;
}
.d-block {
  display: block;
}
.d-contents {
  display: contents;
}
.d-flex {
  display: flex;
}
.d-grid {
  display: grid;
}
.d-inherit {
  display: inherit;
}
.d-initial {
  display: initial;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-flex {
  display: inline-flex;
}
.d-inline-grid {
  display: inline-grid;
}
.d-inline-table {
  display: inline-table;
}
.d-list-item {
  display: list-item;
}
.d-none {
  display: none;
}
.d-run-in {
  display: run-in;
}
.d-table {
  display: table;
}
.d-table-caption {
  display: table-caption;
}
.d-table-cell {
  display: table-cell;
}
.d-table-column {
  display: table-column;
}
.d-table-column-group {
  display: table-column-group;
}
.d-table-footer-group {
  display: table-footer-group;
}
.d-table-header-group {
  display: table-header-group;
}
.d-table-row {
  display: table-row;
}
.d-table-row-group {
  display: table-row-group;
}
.fd-row {
  flex-direction: row;
}
.fd-row-reverse {
  flex-direction: row-reverse;
}
.fd-column {
  flex-direction: column;
}
.fd-column-reverse {
  flex-direction: column-reverse;
}
.fd-initial {
  flex-direction: initial;
}
.fd-inherit {
  flex-direction: inherit;
}
.fw-nowrap {
  flex-wrap: nowrap;
}
.fw-wrap {
  flex-wrap: wrap;
}
.fw-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.fw-initial {
  flex-wrap: initial;
}
.fw-inherit {
  flex-wrap: inherit;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
.f-inherit {
  float: inherit;
}
.fs-inherit {
  font-style: inherit;
}
.fs-initial {
  font-style: initial;
}
.fs-italic {
  font-style: italic;
}
.fs-normal {
  font-style: normal;
}
.fs-oblique {
  font-style: oblique;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.jc-flex-start {
  justify-content: flex-start;
}
.jc-flex-end {
  justify-content: flex-end;
}
.jc-start {
  justify-content: start;
}
.jc-end {
  justify-content: end;
}
.jc-left {
  justify-content: left;
}
.jc-right {
  justify-content: right;
}
.jc-center {
  justify-content: center;
}
.jc-space-between {
  justify-content: space-between;
}
.jc-space-around {
  justify-content: space-around;
}
.jc-space-evenly {
  justify-content: space-evenly;
}
.js-center {
  justify-self: center;
}
.js-start {
  justify-self: start;
}
.js-end {
  justify-self: end;
}
.js-self-start {
  justify-self: self-start;
}
.js-self-end {
  justify-self: self-end;
}
.js-flex-start {
  justify-self: flex-start;
}
.js-flex-end {
  justify-self: flex-end;
}
.lb-auto {
  line-break: auto;
}
.lb-loose {
  line-break: loose;
}
.lb-normal {
  line-break: normal;
}
.lb-strict {
  line-break: strict;
}
.lb-anywhere {
  line-break: anywhere;
}
.o-visible {
  overflow: visible;
}
.o-hidden {
  overflow: hidden;
}
.o-scroll {
  overflow: scroll;
}
.o-auto {
  overflow: auto;
}
.o-initial {
  overflow: initial;
}
.o-inherit {
  overflow: inherit;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.p-relative {
  position: relative;
}
.p-static {
  position: static;
}
.p-sticky {
  position: sticky;
}
.tl-auto {
  table-layout: auto;
}
.tl-fixed {
  table-layout: fixed;
}
.tl-initial {
  table-layout: initial;
}
.tl-inherit {
  table-layout: inherit;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.ta-center {
  text-align: center;
}
.ta-justify {
  text-align: justify;
}
.ta-initial {
  text-align: initial;
}
.ta-inherit {
  text-align: inherit;
}
.td-line-through {
  text-decoration: line-through;
}
.td-none {
  text-decoration: none;
}
.td-overline {
  text-decoration: overline;
}
.td-underline {
  text-decoration: underline;
}
.tr-auto {
  text-rendering: auto;
}
.tr-optimizeSpeed {
  text-rendering: optimizeSpeed;
}
.tr-optimizeLegibility {
  text-rendering: optimizeLegibility;
}
.tr-geometricPrecision {
  text-rendering: geometricPrecision;
}
.tt-none {
  text-transform: none;
}
.tt-capitalize {
  text-transform: capitalize;
}
.tt-uppercase {
  text-transform: uppercase;
}
.tt-lowercase {
  text-transform: lowercase;
}
.tt-initial {
  text-transform: initial;
}
.tt-inherit {
  text-transform: inherit;
}
.va-baseline {
  vertical-align: baseline;
}
.va-bottom {
  vertical-align: bottom;
}
.va-inherit {
  vertical-align: inherit;
}
.va-initial {
  vertical-align: initial;
}
.va-middle {
  vertical-align: middle;
}
.va-sub {
  vertical-align: sub;
}
.va-super {
  vertical-align: super;
}
.va-text-bottom {
  vertical-align: text-bottom;
}
.va-text-top {
  vertical-align: text-top;
}
.va-top {
  vertical-align: top;
}
.ws-normal {
  white-space: normal;
}
.ws-no-wrap {
  white-space: no-wrap;
}
.ws-pre {
  white-space: pre;
}
.ws-pre-line {
  white-space: pre-line;
}
.ws-pre-wrap {
  white-space: pre-wrap;
}
.ws-initial {
  white-space: initial;
}
.ws-inherit {
  white-space: inherit;
}
.wb-normal {
  word-break: normal;
}
.wb-break-all {
  word-break: break-all;
}
.wb-keep-all {
  word-break: keep-all;
}
.wb-break-word {
  word-break: break-word;
}
article {
  position: relative;
  color: #3A3637;
}
article::selection {
  background-color: #3A3637;
  color: white;
}
hr {
  height: 1px;
  border: none;
  background-color: #c2c2c2;
  color: #ffffff;
  margin: 0;
}
hr::selection {
  background-color: #c2c2c2;
  color: white;
}
hr a {
  color: #ffffff;
}
hr.wide {
  margin-top: 80px;
  margin-bottom: 80px;
}
hr.small {
  margin-top: 0px;
  margin-bottom: 0px;
}
.components sup {
  text-transform: lowercase;
}
.components .paragraphe {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 15px;
}
.cp {
  /** header menu
    Options du component :
    - default : mode compact sticky avec le fond degradÃ©
    - class += -cover-light     &gt; mode menu sur une cover (typo claire)
    - class += -cover-dark      &gt; mode menu sur un fond clair (les pages "after")
    - class += -logo-transparent  &gt; option du mode cover-dark, logo sur fond transparent 
  **/
}
.cp-acces-direct {
  text-align: center;
  padding-top: 45px;
  margin-bottom: -22.5px;
}
.cp-acces-direct &gt; * {
  text-align: left;
  vertical-align: top;
  padding-bottom: 5px;
  margin-bottom: 22.5px;
  display: inline-block;
  margin-left: 14.66666667px;
  margin-right: 14.66666667px;
}
.cp-acces-direct &gt; *:first-child {
  margin-left: 8px;
  margin-right: 6.66666667px;
}
.cp-acces-direct &gt; *:last-child {
  margin-left: 6.66666667px;
  margin-right: 8px;
}
.cp-acces-direct .media {
  display: inline-block;
  vertical-align: middle;
  width: 89px;
  max-width: 100%;
}
.cp-acces-direct .media .image {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.cp-acces-direct .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  height: 80%;
}
.cp-acces-direct .description {
  display: inline-block;
  vertical-align: middle;
  width: 223px;
  max-width: 100%;
}
.cp-acces-direct .description .titre {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  color: #3A3637;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 4px;
  
}
.cp-acces-direct .description .titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-acces-direct .description .cp-cta-plus {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 0px;
}
.cp-acces-direct .description .cp-cta-plus:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-acces-direct .description .cp-cta-plus span {
  border-bottom: 0px !important;
}
.cp-acces-direct .programme {
  position: relative;
  z-index: 0;
  border-bottom: 4px solid #1C1480;
}
.cp-acces-direct .inscription {
  position: relative;
  z-index: 0;
  border-bottom: 4px solid #dc2c4e;
}
.cp-acces-direct .infos-pratiques {
  position: relative;
  z-index: 0;
  border-bottom: 4px solid #3A3637;
}
.cp-acces-direct-1828 {
  text-align: center;
}
.cp-acces-direct-1828 &gt; * {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  padding-left: 3px;
  padding-right: 17px;
  margin-bottom: 40px;
}
.cp-acces-direct-1828 .media {
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  max-width: 100%;
}
.cp-acces-direct-1828 .media .image {
  height: 70px;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.cp-acces-direct-1828 .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  height: 50%;
}
.cp-acces-direct-1828 .description {
  display: inline-block;
  vertical-align: middle;
}
.cp-acces-direct-1828 .description .cp-cta-plus {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
}
.cp-acces-direct-1828 .description .cp-cta-plus:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-acces-direct-1828 .description .cp-cta-plus span {
  border-bottom: 0px !important;
}
.cp-acces-direct-1828 .description .cp-cta-plus:after {
  font-size: 14px;
}
.cp-acces-direct-1828 .inscription {
  position: relative;
  z-index: 0;
  background-color: #1C1480;
  color: rgba(255, 255, 255, 0.9);
  color: white;
  border: 2px solid #1C1480;
  margin-right: 44px;
}
.cp-acces-direct-1828 .inscription::selection {
  background-color: #1C1480;
  color: white;
}
.cp-acces-direct-1828 .inscription a {
  color: rgba(255, 255, 255, 0.9);
}
.cp-acces-direct-1828 .programme {
  position: relative;
  z-index: 0;
  border: 2px solid #3A3637;
  margin-right: 44px;
}

.cp-acces-direct-1828 .conditions {
  position: relative;
  z-index: 0;
  border: 2px solid #3A3637;
}
.cp-best-of {
  text-align: center;
}
.cp-best-of &gt; * {
  text-align: left;
  vertical-align: middle;
}
.cp-best-of &gt; *:first-child {
  margin-right: 44px;
}
.cp-best-of .media {
  display: inline-block;
  width: 490px;
  max-width: 100%;
}
.cp-best-of .media .image {
  position: relative;
  overflow: hidden;
}
.cp-best-of .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-best-of .description {
  display: inline-block;
  width: 312px;
  max-width: 100%;
}
.cp-best-of .description .titre {
  display: inline-block;
  color: #3A3637;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.cp-best-of .description .titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-best-of .description .titre:before {
  position: absolute;
  content: "";
  background-color: #dc2c4e;
  width: 48px;
  height: 1px;
}
.cp-best-of .description .titre:before {
  bottom: 0;
  left: 0;
}
.cp-best-of .description .texte {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 40px;
}
.cp-best-of.\-video .image {
  padding-top: 56.32%;
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
}
.cp-best-of.\-actes .titre:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-best-of.\-actes .description {
  padding-top: 60px;
  position: relative;
  z-index: 0;
}
.cp-best-of.\-actes .\-cells {
  margin-left: -44px;
  margin-right: -44px;
  border-collapse: separate;
  border-spacing: 44px 0;
}
.cp-best-of.\-actes .\-cells .\-cell {
  vertical-align: bottom;
}
.cp-best-of.\-actes .\-cells .\-cell:nth-child(odd) {
  padding-bottom: 45px;
}
.cp-best-of.\-actes .image {
  width: 134px;
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
  padding-top: 138.9%;
}
.parole-1828 .cp-best-of .description .titre {
  font-size: 53px;
  font-weight: 500;
  font-family: 'Summer', sans-serif;
  line-height: 0.6;
  padding-bottom: 30px;
}
.cp-bouton {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.cp-cercle {
  display: flex;
  align-items: center;
  height: 55px;
  color: #3A3637;
  float: left;
  font-size: 12px;
  font-weight: 400;
}
.cp-cercle::selection {
  background-color: #3A3637;
  color: white;
}
.cp-cercle a {
  color: #3A3637;
  cursor: pointer;
  padding-left: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
}
.cp-cercle a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-cercle a:hover {
  text-decoration: underline;
}
.cp-chiffres-gris {
  font-size: 30px !important;
  font-family: 'Source Sans Pro', sans-serif;
  line-height:36px;
  vertical-align: middle;
  margin: 0 -0.8em;
}
.cp-chiffres-gris .chiffre {
  font-family: 'Source Sans Pro', sans-serif;
  float: left;
  padding: 0 0.8em;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.cp-chiffres-gris .chiffre strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.cp-chiffres-gris:after {
  clear: both;
  display: block;
  content: '';
}
.cp-chiffres-rouges {
  background-color: #1C1480;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cp-chiffres-rouges::selection {
  background-color: #1C1480;
  color: white;
}
.cp-chiffres-rouges a {
  color: rgba(255, 255, 255, 0.9);
}
.cp-chiffres-rouges .titre {
  font-size: 30px;
  line-height: 36px;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  width: 222px;
  border-right: 1px solid white;
}
.cp-chiffres-rouges .focus {
  padding-left: 45px;
  width: 178px;
}
.cp-chiffres-rouges .data {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
.cp-chiffres-rouges .texte {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}
.cp-cover .background-cover {
  /* background-image: -webkit-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: -moz-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: -ms-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: -o-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: linear-gradient(90deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%); */
  background: -webkit-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background: -moz-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background: -ms-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background: -o-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background: linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  z-index: 1;
  overflow: hidden;
}
.cp-cover .video-cover {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cp-cover .slide {
  position: relative;
}
.cp-cover .slide-before {
  padding-top: 200px;
  padding-bottom: 50px;
}
.cp-cover .slide-before .info {
  color: white;
  position: relative;
  z-index: 3;
}
.cp-cover .slide-before .info .titre {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  padding-bottom: 20px;
  text-transform: uppercase;
  z-index: 5;
  position: relative;
}
/* .cp-cover .slide-before .info .titre:first-line {
  font-size: 32px;
  display: block;
} */
.cp-cover .slide-before .info .date {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  padding-bottom: 20px;
  z-index: 5;
  position: relative;
}
.cp-cover .slide-before .info .sub-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 96px;
  padding-bottom: 30px;
  /* font-size: 96px;
  font-weight: 300;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  padding-bottom: 15px;
  z-index: 5;
  position: relative; */
}
.cp-cover .slide-before .info .descriptif {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  padding-bottom: 75px;
  z-index: 5;
  position: relative;
}
.cp-cover .slide-before .info .symbole {
  pointer-events: none;
  user-select: none;
}
.cp-cover .slide-before .info .symbole .contenu {
  font-family: 'Roboto Slab', serif;
  font-size: 500px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  z-index: 4;
  -webkit-transform: translate(-75%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-75%, -50%) translate3d(0px, 0px, 0px);
}
.cp-cover .slide-before .info .symbole .contenu::selection {
  background-color: #dc2c4e;
  color: white;
}
.cp-cover .slide-before .bandeau {
  color: white;
  position: relative;
  z-index: 3;
  /* background-image: -webkit-linear-gradient(0deg, rgba(220, 44, 78, 0.5) 0%, rgba(220, 44, 78, 0.5) 62%, transparent 62%);
  background-image: -moz-linear-gradient(0deg, rgba(220, 44, 78, 0.5) 0%, rgba(220, 44, 78, 0.5) 62%, transparent 62%);
  background-image: -ms-linear-gradient(0deg, rgba(220, 44, 78, 0.5) 0%, rgba(220, 44, 78, 0.5) 62%, transparent 62%);
  background-image: -o-linear-gradient(0deg, rgba(220, 44, 78, 0.5) 0%, rgba(220, 44, 78, 0.5) 62%, transparent 62%);
  background-image: linear-gradient(90deg, rgba(220, 44, 78, 0.5) 0%, rgba(220, 44, 78, 0.5) 62%, transparent 62%); */
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0) 70%);
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0) 70%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0) 70%);
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 62%, rgba(255, 255, 255, 0) 70%);
}
.cp-cover .slide-before .bandeau .inscription {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #3A3637;
  position: relative;
  background-color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 35px;
  padding-left: 22px;
  margin-right: 25px;
  border-radius: 5px;
}
.cp-cover .slide-before .bandeau .inscription::selection {
  background-color: #3A3637;
  color: white;
}
.cp-cover .slide-before .bandeau .inscription:after {
  content: 'â†’';
  line-height: 1;
  margin-top: -1px;
  right: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
}
.cp-cover .slide-before .bandeau .focus {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 100px;
  position: relative;
}
.cp-cover .slide-before .bandeau .focus:before {
  content: '';
  position: absolute;
  width: 73px;
  height: 1px;
  left: 0;
  top: 50%;
  background: white;
}
.cp-cover .slide-during {
  padding-top: 180px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.cp-cover .slide-during .info {
  color: white;
  z-index: 5;
  position: relative;
}
.cp-cover .slide-during .info .titre {
  font-family: 'Roboto Slab', serif;
  font-size: 56px;
  font-weight: 300;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  padding-bottom: 50px;
}
.cp-cover .slide-during .info .titre strong {
  font-weight: 700;
}
.cp-cover .slide-during .components {
  z-index: 5;
  position: relative;
}
.cp-cover .slide-during .background-cover {
  margin-top: -160px;
}
.cp-cover .slide-after {
  height: 722px;
}
.cp-cover .slide-after .\-wrapper {
  position: relative;
}
.cp-cover .slide-after .baseline {
  position: absolute;
  left: 45px;
  top: 105px;
  z-index: 10;
  width: 712px;
  max-width: 100%;
  line-height: 1.3;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
}
.cp-cover .slide-after .baseline .merci {
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 54px;
  font-weight: 300;
}
.cp-cover .slide-after .baseline .reaix {
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 44px;
  font-weight: 700;
}
.cp-cover .slide-after .chiffre {
  position: absolute;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-family: 'Roboto Slab', serif;
  color: #dc2c4e;
  font-size: 500px;
  font-weight: 700;
  z-index: 9;
  opacity: 0.85;
  top: -20px;
  left: -70px;
  pointer-events: none;
  user-select: none;
}
.cp-cover .slide-after .chiffre::selection {
  background-color: #dc2c4e;
  color: white;
}
.cp-cover .slide-after .photo {
  position: absolute;
  overflow: hidden;
}
.cp-cover .slide-after .photo-1 {
  width: 870px;
  z-index: 1;
  top: 0;
  left: 0;
}
.cp-cover .slide-after .photo-1 .image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 55.84%;
}
.cp-cover .slide-after .photo-1 .image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-cover .slide-after .photo-2 {
  width: 282px;
  z-index: 2;
  top: 34px;
  right: 0;
  border: 11px solid white;
}
.cp-cover .slide-after .photo-2 .image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 149.8%;
}
.cp-cover .slide-after .photo-2 .image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-cover .slide-after .photo-3 {
  width: 367px;
  z-index: 3;
  top: 370px;
  right: 29.5%;
  border: 11px solid white;
}
.cp-cover .slide-after .photo-3 .image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 66.36%;
}
.cp-cover .slide-after .photo-3 .image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-cover .slide-after .photo-4 {
  width: 224px;
  z-index: 4;
  top: 344px;
  right: 10.8%;
  border: 11px solid white;
}
.cp-cover .slide-after .photo-4 .image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 149.5%;
}
.cp-cover .slide-after .photo-4 .image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-cover .slide-after .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.cp-cover .slide-after .mapmonde {
  position: absolute;
  top: 485px;
  right: 10.8%;
}
.cp-cover .slide-after .mapmonde img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.parole-1828 .cp-cover .slide-after {
  padding-top: 58.59%;
  height: 600px;
}
.parole-1828 .cp-cover .slide-after .baseline {
  left: 30.46875%;
  top: 80px;
  width: 623px;
  max-width: 100%;
}
.parole-1828 .cp-cover .slide-after .baseline .merci {
  font-family: 'Summer', sans-serif;
  font-size: 115px;
  line-height: 0.6;
  padding-bottom: 5px;
}
.parole-1828 .cp-cover .slide-after .baseline .reaix {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-weight: 400;
}
.parole-1828 .cp-cover .slide-after .photo-1 {
  width: 801px;
  max-width: 100%;
  left: auto;
  right: 45px;
}
.parole-1828 .cp-cover .slide-after .photo-2 {
  width: 222px;
  max-width: 100%;
  z-index: 2;
  top: 111px;
  left: 4.39453125%;
  border: 11px solid white;
}
.parole-1828 .cp-cover .slide-after .photo-2 .image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 145.94%;
}
.parole-1828 .cp-cover .slide-after .photo-2 .image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.parole-1828 .cp-cover .slide-after .photo-3 {
  width: 356px;
  max-width: 100%;
  z-index: 3;
  top: 348px;
  left: 17.3828125%;
  border: 11px solid white;
}
.parole-1828 .cp-cover .slide-after .photo-3 .image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 66.29000000000001%;
}
.parole-1828 .cp-cover .slide-after .photo-3 .image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.parole-1828 .cp-cover .slide-after .photo-4 {
  width: 245px;
  max-width: 100%;
  z-index: 4;
  top: 344px;
  right: 0;
  border: 0px;
}
.parole-1828 .cp-cover .slide-after .photo-4 .image {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 92.5%;
}
.parole-1828 .cp-cover .slide-after .photo-4 .image img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.parole-1828 .cp-cover .slide-after .mapmonde {
  top: 395px;
  right: 26%;
}
.cp-cover .slide-1828 {
  padding-top: 150px;
}
.cp-cover .slide-1828 .info {
  color: white;
  position: relative;
  z-index: 3;
}
.cp-cover .slide-1828 .info .titre {
  font-family: 'Oswald', sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  padding-bottom: 5px;
  z-index: 5;
  position: relative;
}
.cp-cover .slide-1828 .info .titre .rouge {
  color: #dc2c4e;
}
.cp-cover .slide-1828 .info .titre .rouge::selection {
  background-color: #dc2c4e;
  color: white;
}
.cp-cover .slide-1828 .bandeau {
  color: white;
  position: relative;
  z-index: 3;
}
.cp-cover .slide-1828 .bandeau .focus {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  padding-top: 35px;
  padding-bottom: 15px;
  padding-left: 100px;
  position: relative;
}
.cp-cover .slide-1828 .bandeau .focus:before {
  content: '';
  position: absolute;
  width: 73px;
  height: 1px;
  left: 0;
  top: 50px;
  background-color: white;
}
.cp-cover .slide-1828 .parole .\-wrapper {
  position: relative;
  padding-bottom: 50px;
}
.cp-cover .slide-1828 .parole .\-wrapper .media {
  width: 267px;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: 5;
}
.cp-cover .slide-1828 .parole .\-wrapper .media .image {
  padding-top: 93.63%;
}
.cp-cover .slide-1828 .parole .\-wrapper .media .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  width: 100%;
}

.cp-cta-bouton-blog {
  text-align: center;
  cursor: pointer;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  text-transform: uppercase;
  color: #1C1480;
  padding: 8px 10px;
  background: #FFFFFF;
  border: 1px solid #1C1480;
  border-radius: 5px;
}
.cp-cta-bouton {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1.2em;
  padding-left: 1.5em;
  color: #fff;
  border: 1px solid #1C1480;
  border-radius: 5px;
}

.cp-link-style{
  text-decoration: underline!important;
}


.cp-cta-bouton::selection {
  background-color: #dc2c4e;
  color: white;
}
.cp-cta-bouton:after {
  font-family: 'fa5';
  content: "\f178";
}
.cp-cta-bouton:after {
  display: inline-block;
  padding-left: 0.25em;
}
.cp-cta-bouton.\-gris {
  color: #3A3637;
  border: 1px solid #3A3637;
}
.cp-cta-bouton.\-telecharger {
  background: #fff !important;
  color: #1C1480 !important;
}

.cp-cta-bouton.\-telecharger:after {
  font-family: 'fa5';
  content: "\f33d";
}
.cp-texte .cp-cta-bouton {
  color: #fff;
  background-color:#1C1480;
  text-decoration: none !important;
}
.cp-texte .cp-cta-bouton:hover {
  text-decoration: none;
  color:  #1C1480 !important;
  background-color: #fff !important;
}

.cp-cta-bouton-blog:hover {
  background: #1C1480  !important;
  color: #fff !important;
}

.cp-cta-bouton.\-telecharger:hover {
  background: #1C1480  !important;
  color: #fff !important;
}
.cp-texte .cp-cta-bouton.\-gris {
  color: #3A3637;
}
.cp-cta-focus {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}
.cp-cta-focus:before {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  padding-bottom: 52.5%;
}
.cp-cta-focus .photo {
  position: absolute;
  overflow: hidden;
  width: 78.95981087%;
  top: 0;
  left: 0;
}
.cp-cta-focus .photo .image {
  padding-top: 66.76000000000001%;
}
.cp-cta-focus .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  z-index: -1;
  height: 100%;
}
.cp-cta-focus .description {
  width: 49%;
  min-width: 380px;
  position: relative;
  background-color: white;
  margin-top: 75px;
  padding-top: 7.75%;
  padding-left: 7.75%;
  padding-right: 2.6%;
}
.cp-cta-image-texte {
  text-align: center;
}
.cp-cta-image-texte &gt; * {
  text-align: left;
  vertical-align: middle;
}
.cp-cta-image-texte &gt; *:first-child {
  margin-right: 44px;
}
.cp-cta-image-texte .media {
  display: inline-block;
  width: 223px;
  max-width: 100%;
}
.cp-cta-image-texte .media .image {
  position: relative;
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
  overflow: hidden;
  padding-top: 68.16%;
}
.cp-cta-image-texte .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-cta-image-texte .description {
  display: inline-block;
  width: 445px;
  max-width: 100%;
}
.cp-cta-image-texte.\-book {
  text-align: left;
}
.cp-cta-image-texte.\-book .book {
  display: inline-block;
  width: 312px;
  max-width: 100%;
}
.cp-cta-image-texte.\-book .media {
  margin-left: 67px;
}
.cp-cta-image-texte.\-book .media .image {
  padding-top: 196.17%;
}
.cp-cta-inscription {
  display: block;
  vertical-align: middle;
  height: 55px;
  position: relative;
  padding-right: 25px;
  padding-left: 22px;
  background-color: #4F26DB;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
}
.cp-cta-inscription::selection {
  background-color: #1C1480;
  color: white;
}
.cp-cta-inscription a {
  color: rgba(255, 255, 255, 0.9);
}
.cp-cta-inscription:after {
  content: "â†’";
}
.cp-cta-inscription:after {
  margin-top: -3px;
  margin-left: 8px;
}
.cp-cta-live {
  vertical-align: middle;
  text-align: right;
  color: #1C1480;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 4px solid transparent;
}
.cp-cta-live img {
  height: 12px;
  margin-bottom: -1px;
  margin-right: 2px;
}
.cp-cta-live::selection {
  background-color: #1C1480;
  color: white;
}
.cp-cta-plus {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #3A3637;
  display: inline-block;
  padding-bottom: 6px;
}
.cp-cta-plus::selection {
  background-color: #3A3637;
  color: white;
}
.cp-cta-plus:after {
  content: "â†’";
}
.cp-cta-plus.\-bas:after {
  content: "â†“";
}
.cp-cta-plus:after {
  margin-top: -6px;
  padding-left: 4px;
  vertical-align: middle;
  display: inline-block;
}
.cp-cta-plus.\-rouge {
  position: relative;
}
.cp-cta-plus.\-rouge:before {
  position: absolute;
  content: "";
  background-color: #1C1480;
  width: 30px;
  height: 1px;
}
.cp-cta-plus.\-rouge:before {
  bottom: 0;
  left: 0;
}
.cp-cta-plus.\-gris &gt; span {
  border-bottom: 1px solid #1C1480;
}
/* .cp-cta-plus.\-bio {
  color: #1C1480;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-top: 13px;
  padding-bottom: 14px;
  border: 1px solid #1C1480;
  border-radius: 5px;
} */
.cp-cta-plus.\-bio {
  color: #fff;
  background-color: #1C1480;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-top: 13px;
  padding-bottom: 14px;
  border: 1px solid #1C1480;
  border-radius: 5px;
}
.cp-cta-plus.\-bio::selection {
  background-color: #1C1480;
  color: white;
}
.cp-cta-plus.\-bio:after {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.cp-fil-ariane {
  color: #939495;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cp-fil-ariane::selection {
  background-color: #939495;
  color: white;
}
.cp-fil-ariane &gt; li {
  display: inline-block;
}
.cp-fil-ariane &gt; li:after {
  content: "&gt;";
  padding-left: 5px;
  padding-right: 5px;
}
.cp-fil-ariane &gt; li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
.cp-fil-ariane a {
  color: #939495;
  text-decoration: underline;
}
.cp-fil-ariane a::selection {
  background-color: #939495;
  color: white;
}
.cp-fonction {
  font-size: 14px;
  line-height: 20px;
}
.cp-fonction .titre {
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  color: #939495;
}
.cp-fonction .titre::selection {
  background-color: #939495;
  color: white;
}
.cp-fonction .info {
  font-weight: 600;
}
.cp-fonction .twitter:hover {
  text-decoration: underline;
}
.cp-fonction a {
  color: #55bded;
}
.cp-fonction li {
  display: inline-block;
}
.cp-fonction li &gt; * {
  vertical-align: middle;
}
.cp-fonction li:after {
  content: '|';
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.cp-fonction li:last-child:after {
  content: '';
  padding-top: 0px;
  padding-bottom: 0px;
}
.cp-geoloc {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.cp-geoloc .location {
  display: inline-flex;
  gap: 5px;
  margin-left: 15px;
  position: relative;
  padding-left: 1em;
}
.cp-geoloc .location:before {
  display: inline-block;
  /* position: absolute; */
  font-family: 'fa5';
  content: "\f3c5";
  /* bottom: 0;
  left: 0; */
}
.cp-geoloc .location:before {
  color: #939495;
  bottom: 3px;
}
.cp-geoloc .location:before::selection {
  background-color: #939495;
  color: white;
}
.cp-geoloc .date {
  display: inline-flex;
  gap: 5px;
  margin-left: 15px;
  position: relative;
  padding-left: 23px;
  color: #939495;
}
.cp-geoloc .date:before {
  display: inline-block;
  /* position: absolute; */
  font-family: 'fa5';
  content: "\f073";
  /* bottom: 2px;
  left: 0; */
}
.cp-geoloc .date:before {
  color: #939495;
}
.cp-geoloc .date:before::selection {
  background-color: #939495;
  color: white;
}
.cp-geoloc .heure {
  display: inline-flex;
  gap: 5px;
  margin-left: 15px;
  position: relative;
  padding-left: 25px;
  color: #939495;
}
.cp-geoloc .heure:before {
  /* display: inline-block;
  position: absolute; */
  font-family: 'fa5';
  content: "\f017";
  /* bottom: 2px;
  left: 0; */
}
.cp-geoloc .heure:before {
  color: #939495;
}
.cp-geoloc .heure:before::selection {
  background-color: #939495;
  color: white;
}
.cp-header-menu {
  /**
    * Default : mode compacte en sticky
    **/
  position: sticky;
  max-width: 100%;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  /* background-image: -webkit-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: -moz-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: -ms-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: -o-linear-gradient(0deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%);
  background-image: linear-gradient(90deg, #c14566 0, #b04367 25%, #854869 50%, #332949 75%, #192541 100%); */
  background-image: -webkit-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background-image: -o-linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
  background-image: linear-gradient(90deg, rgba(28,20,128,1) 0%, rgba(79,38,219,1) 100%);
}
.cp-header-menu .\-979 {
  width: 1024px;
  max-width: 100%;
}
@media screen and (max-width: 1040px) {
  .cp-header-menu .\-979 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.cp-header-menu .logo {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  height: 56px;
  width: 192px;
  margin-left: -107px;
  margin-top: 12px;
  margin-bottom: 5px;
}
.cp-header-menu .logo .picto {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url(img/new-reaix-2023.svg) top left no-repeat;
  background-size: 192px 56px;
}
.cp-header-menu .menu {
  position: relative;
  width: 1024px;
  max-width: 100%;
  padding-top: 0px;
  padding-left: 107px;
  margin: 0 auto;
  height: 78px;
}
.cp-header-menu .menu-primaire {
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: bottom;
  text-align: right;
}
.cp-header-menu .menu-primaire &gt; li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: bottom;
  text-align: left;
}
.cp-header-menu .menu-primaire &gt; li.hasChildren {
  padding-right: 30px;
}
.cp-header-menu .menu-primaire &gt; li.hasChildren &gt; a {
  cursor: pointer;
}
.cp-header-menu .menu-primaire &gt; li.hasChildren &gt; a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  line-height: 1;
}
.cp-header-menu .menu-primaire &gt; li.hasChildren &gt; a:after.picto-fleche-droite {
  left: 100%;
}
.cp-header-menu .menu-primaire &gt; li.hasChildren &gt; a:after.picto-fleche-gauche {
  right: 100%;
}
.cp-header-menu .menu-primaire &gt; li.hasChildren &gt; a:after {
  content: "â†“";
}
.cp-header-menu .menu-primaire &gt; li.hasChildren &gt; a:after {
  font-size: 16px;
  margin-top: -3px;
  right: 10px;
}
.cp-header-menu .menu-primaire &gt; li.parole-18-28 {
  position: relative;
  height: 50px;
  padding-left: 10px;
  margin-left: 20px;
}
.cp-header-menu .menu-primaire &gt; li.parole-18-28:after {
  margin-top: -1px;
}
.cp-header-menu .menu-primaire &gt; li.parole-18-28:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 22px;
  left: -12px;
  top: 14px;
  background: transparent url(img/vertical-separator.jpg) left center no-repeat;
}
.cp-header-menu .menu-primaire &gt; li.parole-18-28:hover &gt; ul {
  right: 0;
  left: auto;
}
.cp-header-menu .menu-primaire &gt; li.parole-18-28 &gt; a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: -3px;
}
.cp-header-menu .menu-primaire &gt; li.current {
  font-weight: 700;
  color: #3A3637;
}
.cp-header-menu .menu-primaire &gt; li.current::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu .menu-primaire &gt; li.current &gt; a {
  border-bottom: 4px solid #fff;
}
.cp-header-menu .menu-primaire &gt; li:hover {
  background-color: white;
}
.cp-header-menu .menu-primaire &gt; li:hover &gt; a {
  color: #3A3637;
  border-bottom: 4px solid transparent;
}
.cp-header-menu .menu-primaire &gt; li:hover &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu .menu-primaire &gt; li:hover &gt; ul {
  display: block;
  top: 100%;
}
.cp-header-menu .menu-primaire &gt; li &gt; a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: white;
  display: inline-block;
  line-height: 46px;
  border-bottom: 4px solid transparent;
  font-family: 'Source Sans Pro', sans-serif;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul {
  position: absolute;
  z-index: 100;
  left: 0;
  display: none;
  background-color: white;
  min-width: 250px;
  padding-left: 48px;
  padding-right: 36px;
  padding-top: 10px;
  padding-bottom: 30px;
  list-style: none;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  font-weight: 400;
  color: #3A3637;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
  font-family: 'Source Sans Pro', sans-serif;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li.unfold {
  padding-top: 2em;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a {
  font-size: 10px;
  color: #939495;
  border-bottom: 0;
  text-transform: uppercase;
  position: relative;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a::selection {
  background-color: #939495;
  color: white;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a:before {
  position: absolute;
  content: "";
  background-color: #939495;
  width: 15px;
  height: 1px;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a:before {
  top: 15px;
  left: -22px;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li:last-child &gt; a {
  border-bottom: 0;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  font-weight: 400;
  color: #3A3637;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu .menu-primaire &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a {
  border-bottom: 0;
}
.cp-header-menu .picto.open {
  display: none;
}
.\-cover-light.cp-header-menu {
  width: 1024px;
  position: relative;
  background-image: none;
}
.\-cover-light.cp-header-menu .menu {
  position: absolute;
  z-index: 100;
  top: 25px;
  right: 0;
  width: 979px;
  max-width: 100%;
  padding-left: 192px;
}
.\-cover-light.cp-header-menu .logo {
  width: 192px;
  height: 56px;
  margin-left: -192px;
}
.\-cover-light.cp-header-menu .logo .picto {
  background-size: 192px 56px;
}

@media screen and (max-width: 516px) {

  .cp-header-menu .logo .picto {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(img/new-reaix-2023.svg) top left no-repeat;
    background-size: 152px 56px;
  }
  .\-cover-light.cp-header-menu .logo {
    width: 152px;
    height: 56px;
    margin-left: -152px;
  }
  .\-cover-light.cp-header-menu .logo .picto {
    background-size: 152px 56px;
  }
}
.\-cover-light.cp-header-menu .menu-primaire {
  top: 10px;
  bottom: auto;
}
.\-cover-dark.cp-header-menu {
  position: relative;
  background-image: none;
}
.\-cover-dark.cp-header-menu .menu {
  top: auto;
  right: auto;
  position: relative;
  padding-left: 223px;
}
.\-cover-dark.cp-header-menu .logo {
  margin-left: -223px;
  width: 223px;
}
.\-cover-dark.cp-header-menu .logo .picto {
  background: #ffffff url(img/logo-cercle-full-colored.png) 45px center no-repeat;
  background-size: 149px 94px;
  height: 145px;
  z-index: 10;
}
.\-cover-dark.cp-header-menu .menu-primaire {
  padding-top: 25px;
}
.\-cover-dark.cp-header-menu .menu-primaire &gt; li &gt; a {
  color: #3A3637;
}
.\-cover-dark.cp-header-menu .menu-primaire &gt; li &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu .\-logo-transparent .logo .picto {
  background-color: transparent;
}
.cp-htag {
  font-size: 25px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 7px;
}
.cp-htag a {
  color: #55bded;
}
.cp-htag a::selection {
  background-color: #55bded;
  color: white;
}
.cp-intervenant &gt; * {
  display: inline-block;
  vertical-align: top;
}
.cp-intervenant &gt; *:first-child {
  margin-right: 44px;
}
.cp-intervenant &gt; .media {
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
  position: sticky;
  top: 120px;
}
.cp-intervenant &gt; .media .image {
  padding-top: 149.32%;
  position: relative;
  overflow: hidden;
}
.cp-intervenant &gt; .media .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  height: 100%;
}
.cp-intervention .calendrier {
  display: inline-block;
  width: 89px;
  vertical-align: top;
}
.cp-intervention .calendrier .date {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.cp-intervention .calendrier .heure {
  font-size: 28px;
  font-weight: 700;
}
.cp-intervention .description {
  display: inline-block;
  width: 533px;
  vertical-align: top;
}
.cp-intervention .description .pre-titre {
  text-transform: uppercase;
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 14px;
  color: #939495;
}
.cp-intervention .description .pre-titre::selection {
  background-color: #939495;
  color: white;
}
.cp-intervention .description .titre {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 5px;
  display: inline-block;
}
.cp-intervention .description .geoloc {
  margin-bottom: 20px;
}
.cp-intervention .description .resume {
  margin-right: 20px;
}
.cp-intro {
  text-align: center;
}
.\-texte.cp-intro {
  text-align: left;
}
.cp-intro &gt; * {
  text-align: left;
  vertical-align: top;
}
.cp-intro &gt; *:first-child {
  margin-right: 44px;
  margin-bottom: 22px;
}
.cp-intro .media {
  display: inline-block;
  width: 23.92578125%;
  max-width: 100%;
}
.cp-intro .media .image {
  position: relative;
  padding-top: 150.22%;
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
  overflow: hidden;
}
.cp-intro .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-intro .description {
  display: inline-block;
  width: 65.13671875%;
  max-width: 100%;
}
.\-texte.cp-intro .description {
  width: 712px;
  max-width: 100%;
  margin-left: 178px;
}
.cp-intro .description .texte:first-letter {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 44px;
  display: inline-block;
  padding-top: 6px;
  padding-right: 5px;
  float: left;
}
.cp-logo {
  height: 55px;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 55px;
}
.cp-logo img {
  /* -ms-interpolation-mode: bicubic;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: optimizeQuality; */
  /* display: block; */
  height: 26px;
  max-width: 123px;
  vertical-align: middle;
}
.cp-mapmonde {
  position: absolute;
  z-index: -1;
  width: 1212px;
  max-width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
  transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 1228px) {
  .cp-mapmonde {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.cp-mapmonde img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-menu-ancres {
  /*    
    
    &amp;:before {
    
      .p-absolute;
      top:-20px;
      left:-10px;
      right:-10px;
      bottom:0;
      .bc-white;
      z-index:-1;
      content:"";
    }
*/
}
.cp-menu-ancres li {
  display: inline-block;
  padding-right: 45px;
  vertical-align: middle;
}
.cp-menu-ancres li:last-child.\-f-right {
  padding-right: 44px;
}
.cp-menu-ancres li a {
  color: #3A3637;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
}
.cp-menu-ancres li a::selection {
  background-color: #c2c2c2;
  color: white;
}
.cp-menu-ancres li a.cp-cta-live {
  color: #dc2c4e;
  font-weight: 600;
}
.cp-menu-ancres li a.cp-cta-live::selection {
  background-color: #dc2c4e;
  color: white;
}
.cp-menu-ancres li a.cp-cta-plus {
  font-weight: 600;
  color: #3A3637;
}
.cp-menu-ancres li a.cp-cta-plus::selection {
  background-color: #3A3637;
  color: white;
}
.cp-menu-ancres li.current a {
  color: #3A3637;
  border-bottom: 4px solid #3A3637;
}
.cp-menu-ancres li.current a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-menu-ancres li.\-f-right {
  float: right;
  padding-right: 0;
}
.cp-menu-annexes li {
  display: inline-block;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 5px;
}
.cp-menu-annexes li:last-child {
  padding-right: 0;
}
.cp-menu-annexes li .cp-cta-live {
  padding-bottom: 0;
}
.cp-menu-programme .\-wrapper {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cp-overlay {
  cursor: pointer;
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(65, 75, 86, 0.95);
}
.cp-pager {
  text-align: center;
}
.cp-pager &gt; * {
  display: inline-block;
}
.cp-pager .first {
  font-size: 10px;
  font-family: 'fa5';
  position: relative;
  padding-left: 1em;
}
.cp-pager .first:before {
  content: "\f323";
  display: inline-block;
  position: absolute;
  font-family: 'fa5';
  bottom: 0;
  left: 0;
}
.cp-pager .first:before {
  bottom: -1px;
}
.cp-pager .prev {
  font-size: 10px;
  font-family: 'fa5';
  position: relative;
  padding-left: 1em;
}
.cp-pager .prev:before {
  content: "\f053";
  display: inline-block;
  position: absolute;
  font-family: 'fa5';
  bottom: 0;
  left: 0;
}
.cp-pager .prev:before {
  bottom: -1px;
}
.cp-pager .next {
  font-size: 10px;
  font-family: 'fa5';
  position: relative;
  padding-left: 1em;
}
.cp-pager .next:before {
  content: "\f054";
  display: inline-block;
  position: absolute;
  font-family: 'fa5';
  bottom: 0;
  left: 0;
}
.cp-pager .next:before {
  bottom: -1px;
  right: 0;
  left: auto;
}
.cp-pager .last {
  font-size: 10px;
  font-family: 'fa5';
  position: relative;
  padding-left: 1em;
}
.cp-pager .last:before {
  content: "\f324";
  display: inline-block;
  position: absolute;
  font-family: 'fa5';
  bottom: 0;
  left: 0;
}
.cp-pager .last:before {
  bottom: -1px;
  right: 0;
  left: auto;
}
.cp-pager li {
  color: #939495;
  font-size: 17px;
  line-height: 1;
  font-family: 'Source Serif Pro', Georgia, serif;
  font-weight: 600;
  vertical-align: middle;
}
.cp-pager li::selection {
  background-color: #939495;
  color: white;
}
.cp-pager li a {
  color: #939495;
}
.cp-pager li a::selection {
  background-color: #939495;
  color: white;
}
.cp-pager li a,
.cp-pager li span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  padding-right: 5px;
}
.cp-pager li.current {
  color: #3A3637;
}
.cp-pager li.current::selection {
  background-color: #3A3637;
  color: white;
}
.cp-pager li.current span {
  text-decoration: underline;
}
.cp-partenaires .en-tete {
  width: 178px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 194px) {
  .cp-partenaires .en-tete {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.cp-partenaires .cp-titre-2 {
  line-height: 1.2;
  padding-bottom: 12px;
}
.parole-1828 .cp-partenaires .cp-titre-2 {
  padding-bottom: 30px;
  line-height: 0.8;
}
.cp-partenaires .logos {
  display: inline-block;
  width: 756px;
  max-width: 100%;
  margin-left: 45px;
}
@media screen and (max-width: 772px) {
  .cp-partenaires .logos {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.cp-partenaires .logos li,
.cp-partenaires .logos a {
  display: inline-block;
}
.cp-partenaires .logos li {
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.cp-partenaires .logos li:nth-child(5n + 1) {
  border-left: 0;
}
.cp-partenaires .logos li:nth-child(n + 6) {
  border-bottom: 0;
}
.cp-partenaires .logos a {
  width: 148px;
  padding-top: 62.83%;
  position: relative;
  overflow: hidden;
}
.cp-partenaires .logos a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.cp-phototheque {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.cp-phototheque .\-paysage {
  width: 223px;
}
.cp-phototheque .\-portrait {
  width: 134px;
}
.cp-phototheque.\-after .\-paysage {
  width: 356px;
}
.cp-phototheque.\-after .\-portrait {
  width: 222px;
}
.cp-phototheque .image {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
}
.cp-phototheque .image.\-paysage {
  padding-top: 66.51000000000001%;
}
.cp-phototheque .image.\-paysage img {
  width: 100%;
}
.cp-phototheque .image.\-portrait {
  padding-top: 150%;
}
.cp-phototheque .image.\-portrait img {
  height: 100%;
}
.cp-phototheque .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.cp-playlist-youtube {
  position: relative;
  z-index: 10;
  background-color: #f0f0f0;
  color: #f0f0f0;
}
.cp-playlist-youtube::selection {
  background-color: #f0f0f0;
  color: white;
}
.cp-playlist-youtube a {
  color: #f0f0f0;
}
.cp-playlist-youtube &gt; * {
  display: inline-block;
  vertical-align: top;
}
.cp-playlist-youtube .media {
  width: 65%;
}
.cp-playlist-youtube .media .image {
  padding-top: 55.98%;
  position: relative;
  overflow: hidden;
}
.cp-playlist-youtube .media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.cp-playlist-youtube .liste {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.cp-playlist-youtube .liste li {
  background-color: #f0f0f0;
  color: #f0f0f0;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 22px;
  border-bottom: 1px solid #3A3637;
  position: relative;
  z-index: 0;
}
.cp-playlist-youtube .liste li::selection {
  background-color: #f0f0f0;
  color: white;
}
.cp-playlist-youtube .liste li a {
  color: #f0f0f0;
}
.cp-playlist-youtube .liste li:first-child {
  padding-top: 14px;
  padding-bottom: 11px;
}
.cp-playlist-youtube .liste li:last-child {
  margin-bottom: 0px;
}
.cp-playlist-youtube .liste li:last-child:after {
  position: absolute;
  bottom: 0;
}
.cp-playlist-youtube .liste li.current {
  background-color: white;
}
.cp-playlist-youtube .liste li:last-child {
  border-bottom: 0px;
}
.cp-playlist-youtube .liste .theme {
  color: #dc2c4e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 5px;
}
.cp-playlist-youtube .liste .theme::selection {
  background-color: #dc2c4e;
  color: white;
}
.cp-playlist-youtube .liste .titre {
  display: block;
  font-size: 14px;
  color: #3A3637;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cp-playlist-youtube .liste .titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-playlist-youtube .liste .titre:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-playlist-youtube .liste .cp-cta-plus {
  color: #3A3637;
  font-size: 12px;
  text-transform: uppercase;
}
.cp-playlist-youtube .liste .cp-cta-plus::selection {
  background-color: #3A3637;
  color: white;
}
.cp-presentation {
  position: relative;
  z-index: 0;
}
.cp-presentation .seo {
  color: #3A3637;
}
.cp-presentation .seo:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-presentation .seo::selection {
  background-color: #3A3637;
  color: white;
}
.cp-presentation .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 75%, #ffffff 90%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 75%, #ffffff 90%);
  background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 75%, #ffffff 90%);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 75%, #ffffff 90%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 75%, #ffffff 90%);
}
.cp-presentation .cp-texte {
  max-height: 125px;
  overflow: hidden;
}
.cp-programmation .geoloc {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding-left: 14px;
}
.cp-programmation .geoloc:before {
  content: "";
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
}
.cp-programmation .jour {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 36px;
  color: #1C1480;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cp-programmation .jour::selection {
  background-color: #c2c2c2;
  color: white;
}
.cp-programmation .programme .creneau {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  padding-left: 89px;
}
.cp-programmation .programme .creneau:last-child {
  border-bottom: 0;
}
.cp-programmation .programme .creneau .heure {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #3A3637;
  position: absolute;
  top: 0;
  left: 0;
  width: 89px;
  max-width: 100%;
  vertical-align: top;
  padding-top: 25px;
  padding-right: 22.5px;
}
@media screen and (max-width: 105px) {
  .cp-programmation .programme .creneau .heure {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.cp-programmation .programme .creneau .organisation {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.cp-programmation .programme .creneau .organisation .sessions {
  display: table;
  width: 101%;
  margin: 0 -0.5%;
  vertical-align: top;
}
.cp-programmation .programme .creneau .organisation .sessions .session {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.5%;
  padding-right: 0.5%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.cp-programmation .programme .creneau .organisation .sessions .session .wrapper {
  border-radius: 10px;
  background-color: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 11px;
}
.cp-programmation .programme .creneau .organisation .sessions .session .wrapper .fiche {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
}
.cp-programmation .programme .creneau .organisation .sessions .session:first-child:last-child {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-programmation .programme .creneau .organisation .sessions .session:first-child:last-child * {
  display: block;
}
.cp-programmation .programme .creneau .organisation .sessions .session.violet .fiche {
  border-left: 3px solid #a46c9f;
}
.cp-programmation .programme .creneau .organisation .sessions .session.violet .geoloc {
  color: #a46c9f;
}
.cp-programmation .programme .creneau .organisation .sessions .session.violet .geoloc:before {
  background-image: url(img/geoloc-violet.png);
}
.cp-programmation .programme .creneau .organisation .sessions .session.vert .fiche {
  border-left: 3px solid #3cb878;
}
.cp-programmation .programme .creneau .organisation .sessions .session.vert .geoloc {
  color: #3cb878;
}
.cp-programmation .programme .creneau .organisation .sessions .session.vert .geoloc:before {
  background-image: url(img/geoloc-vert.png);
}
.cp-programmation .programme .creneau .organisation .sessions .session.rose .fiche {
  border-left: 3px solid #f49ac1;
}
.cp-programmation .programme .creneau .organisation .sessions .session.rose .geoloc {
  color: #f49ac1;
}
.cp-programmation .programme .creneau .organisation .sessions .session.rose .geoloc:before {
  background-image: url(img/geoloc-rose.png);
}
.cp-programmation .programme .creneau .organisation .sessions .session.rouge .fiche {
  border-left: 3px solid #dc2c4e;
}
.cp-programmation .programme .creneau .organisation .sessions .session.rouge .geoloc {
  color: #dc2c4e;
}
.cp-programmation .programme .creneau .organisation .sessions .session.rouge .geoloc:before {
  background-image: url(img/geoloc-rouge.png);
}
.cp-programmation .programme .creneau .organisation .sessions .session.bleu .fiche {
  border-left: 3px solid #55bded;
}
.cp-programmation .programme .creneau .organisation .sessions .session.bleu .geoloc {
  color: #55bded;
}
.cp-programmation .programme .creneau .organisation .sessions .session.bleu .geoloc:before {
  background-image: url(img/geoloc-bleu.png);
}
.cp-programmation .programme .creneau .organisation .sessions .session.jaune .fiche {
  border-left: 3px solid #f7a712;
}
.cp-programmation .programme .creneau .organisation .sessions .session.jaune .geoloc {
  color: #f7a712;
}
.cp-programmation .programme .creneau .organisation .sessions .session.jaune .geoloc:before {
  background-image: url(img/geoloc-jaune.png);
}
.cp-programmation .programme .creneau .organisation .sessions .session .transfo:before {
  /* font-family: 'fa5';
  content: "\f3c5";
  font-size: 14px;
  background: none !important;
  display: inline-block; */
}
.cp-programmation .programme .transition {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #3A3637;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-left: 1px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  /* background-image: url(img/transition-bg.jpg);
  background-repeat: repeat-x; */
}
.cp-programmation .programme .transition::selection {
  background-color: #939495;
  color: white;
}
.cp-programmation .programme .type {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #3A3637;
  padding-bottom: 3px;
}
.cp-programmation .programme .type::selection {
  background-color: #939495;
  color: white;
}
.cp-programmation .programme .titre {
  font-family: 'Source Sans Pro';
  color: #3A3637;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: block;
  padding-bottom: 5px;
}
.cp-programmation .programme .titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-programmation .programme .fermeture {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #3A3637;
  padding-top: 2px;
  padding-left: 1px;
  padding-bottom: 12px;
  border-top: 1px solid #c2c2c2;
}
.cp-programmation .programme .fermeture::selection {
  background-color: #939495;
  color: white;
}
.cp-programmation .parcours {
  padding-top: 15px;
  padding-bottom: 25px;
}
.cp-programmation .parcours .grille {
  display: table;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-programmation .parcours .label {
  color: #939495;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: table-cell;
  width: 89px;
  max-width: 100%;
  vertical-align: middle;
}
.cp-programmation .parcours .label::selection {
  background-color: #939495;
  color: white;
}
@media screen and (max-width: 105px) {
  .cp-programmation .parcours .label {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.cp-programmation .parcours .organisation {
  width: 935px;
  display: table-cell;
  table-layout: fixed;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.cp-programmation .parcours .organisation .sessions {
  display: table;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  vertical-align: top;
}
.cp-programmation .parcours .organisation .sessions .session {
  display: table-cell;
  vertical-align: top;
  border-left: 2px solid #e0e0e0;
  padding-left: 15px;
}
.cp-programmation .parcours .organisation .sessions .session:first-child {
  border-left: 0px;
  padding-left: 5px;
}
.cp-programmation .parcours .organisation .sessions .session .wrapper .fiche {
  display: inline-block;
}
.cp-programmation .parcours .organisation .sessions .session:first-child:last-child {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-programmation .parcours .organisation .sessions .session:first-child:last-child * {
  display: block;
}
.cp-programmation .parcours .organisation .sessions .session.violet .geoloc {
  color: #a46c9f;
}
.cp-programmation .parcours .organisation .sessions .session.violet .geoloc:before {
  background-image: url(img/geoloc-violet.png);
}
.cp-programmation .parcours .organisation .sessions .session.vert .geoloc {
  color: #3cb878;
}
.cp-programmation .parcours .organisation .sessions .session.vert .geoloc:before {
  background-image: url(img/geoloc-vert.png);
}
.cp-programmation .parcours .organisation .sessions .session.rose .geoloc {
  color: #f49ac1;
}
.cp-programmation .parcours .organisation .sessions .session.rose .geoloc:before {
  background-image: url(img/geoloc-rose.png);
}
.cp-programmation .parcours .organisation .sessions .session.rouge .geoloc {
  color: #dc2c4e;
}
.cp-programmation .parcours .organisation .sessions .session.rouge .geoloc:before {
  background-image: url(img/geoloc-rouge.png);
}
.cp-programmation .parcours .organisation .sessions .session.bleu .geoloc {
  color: #55bded;
}
.cp-programmation .parcours .organisation .sessions .session.bleu .geoloc:before {
  background-image: url(img/geoloc-bleu.png);
}
.cp-programmation .parcours .organisation .sessions .session.jaune .geoloc {
  color: #f7a712;
}
.cp-programmation .parcours .organisation .sessions .session.jaune .geoloc:before {
  background-image: url(img/geoloc-jaune.png);
}
.cp-programmation .parcours .titre {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 5px;
  padding-right: 10px;
}
.cp-recherche-intervenants form {
  display: flex;
  align-items: center;
}
.cp-recherche-intervenants input[type=text] {
  border: 0;
  height: 33Px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 12px;
  background-color: #f6f6f6;
  color: #f6f6f6;
  color: #939495;
  display: inline-block;
}
.cp-recherche-intervenants input[type=text]::selection {
  background-color: #f6f6f6;
  color: white;
}
.cp-recherche-intervenants input[type=text] a {
  color: #f6f6f6;
}
.cp-recherche-intervenants input[type=text]::selection {
  background-color: #939495;
  color: white;
}
.cp-recherche-intervenants button {
  background-color: #dad9d8;
  border: 0;
  display: inline-block;
  cursor: pointer;
  height: 33px;
  width: 38px;
  padding-top: 5px;
}
.cp-recherche-intervenants button img {
  height: 15px;
}
.cp-remontee-articles {
  word-break: keep-all;
}
.cp-remontee-articles .contenu {
  width: 312px;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-left: 44px;
  text-align: left;
}
.cp-remontee-articles .contenu:first-child {
  margin-left: 0px;
}
.cp-remontee-articles .image {
  padding-top: 66.34%;
  position: relative;
  overflow: hidden;
}
.cp-remontee-articles .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-remontee-articles .titre {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #1C1480;
  display: block;
  padding-left: 22.5px;
  padding-right: 22.5px;
  padding-top: 20px;
  padding-bottom: 8px;
}
.cp-remontee-articles .titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-remontee-articles .titre:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-remontee-articles .lien {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.cp-remontee-events {
  position: relative;
}
.cp-remontee-events .events {
  display: flex;
  flex-direction: column;
}
.cp-remontee-events .event {
  width: 66.66%;
  display: flex;
}
.cp-remontee-events .event .media {
  width: 50%;
}
.cp-remontee-events .event .media .image {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.cp-remontee-events .event .media .image img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.cp-remontee-events .event .contenu {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  padding-right: 45px;
}
.cp-remontee-events .event .contenu &gt; * {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: left;
}
.cp-remontee-events .event .contenu .lien {
  text-align: right;
}
.cp-remontee-events .event.\-vertical {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33.33%;
  flex-direction: column;
}
.cp-remontee-events .event.\-vertical .media {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cp-remontee-events .event.\-vertical .contenu {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 50%;
}
.cp-remontee-events .event.\-switch {
  flex-direction: row-reverse;
}
.cp-remontee-events .contenu {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.cp-remontee-events .date {
  font-family: 'Source Sans Pro';
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.cp-remontee-events .date img {
  width: 14px;
  margin-top: -2px;
  vertical-align: middle;
}
.cp-remontee-events .type {
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #3A3637;
  line-height: 20px;
  padding-bottom: 10px;
}
.cp-remontee-events .type::selection {
  background-color: #3A3637;
  color: white;
}
.cp-remontee-events .titre {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  color: #1C1480;
}
.cp-remontee-events .titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-remontee-events .titre:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-remontee-events .accroche {
  font-size: 14px;
  line-height: 1.2;
}
.cp-remontee-events .lien {
  text-align: right;
  padding-top: 20px;
}
.cp-remontee-events .lien a:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-remontee-intervenants {
  text-align: center;
}
.cp-remontee-intervenants .intervenants {
  flex-wrap: nowrap;
  overflow: hidden;
}
.cp-remontee-intervenants .contenu {
  position: relative;
  z-index: 0;
  text-align: left;
}
.cp-remontee-intervenants .media {
  width: 134px;
  max-width: 100%;
}
.cp-remontee-intervenants .media .image {
  padding-top: 132.08%;
  position: relative;
  overflow: hidden;
}
.cp-remontee-intervenants .media .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  height: 100%;
}
.cp-remontee-intervenants .description .nom {
  font-family: 'Oswald', sans-serif;
  color: #3A3637;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  line-break: anywhere;
  display: block;
  padding-bottom: 10px;
}
.cp-remontee-intervenants .description .nom::selection {
  background-color: #3A3637;
  color: white;
}
.cp-remontee-intervenants .description .nom:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cp-remontee-intervenants .description .titre {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 14px;
  display: block;
  padding-bottom: 20px;
  padding-right: 20px;
}
.cp-remontee-intervenants .fonction {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.cp-remontee-intervenants.\-grille-multi .intervenants {
  display: flex;
  justify-content: left;
  margin-left: -22px;
  margin-right: -22px;
}
.cp-remontee-intervenants.\-grille-multi .intervenants:after {
  content: "";
  display: block;
  width: 22.5px;
  flex-shrink: 0;
}
.cp-remontee-intervenants.\-grille-multi .contenu {
  width: 134px;
  max-width: 100%;
  flex-basis: 134px;
  margin-left: 22px;
  margin-right: 22px;
  padding-bottom: 44px;
  vertical-align: top;
  margin-bottom: 44px;
}
.cp-remontee-intervenants.\-grille-multi .fonction {
  padding-bottom: 15px;
  min-height: 31px;
}
.cp-remontee-intervenants.\-grille-multi .nom {
  padding-top: 15px;
}
.cp-remontee-intervenants.\-grille-multi .lien {
  position: absolute;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  bottom: 0;
}
.cp-remontee-intervenants.\-grille-multi .row .contenu {
  padding-top: 22px;
}
.cp-remontee-intervenants.\-grille-multi .row:first-child .contenu {
  padding-top: 0px;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .intervenants {
  position: relative;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .contenu {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 13px;
  padding-bottom: 36px;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .contenu .titre {
  padding-bottom: 0px;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .contenu:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 14px;
  background-color: white;
  right: 0;
  left: 0;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .row:first-child .contenu {
  padding-top: 0px;
  padding-bottom: 15px;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .row:nth-child(2) .contenu {
  padding-top: 0px;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .row:first-child .contenu,
.cp-remontee-intervenants.\-grille-multi.\-alternate .row:last-child .contenu {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.cp-remontee-intervenants.\-grille-multi.\-alternate .row:last-child .contenu {
  padding-bottom: 0px;
}
.cp-remontee-intervenants.\-grille-1 {
  padding-top: 22px;
}
.cp-remontee-intervenants.\-grille-1 .contenu {
  width: 100%;
  max-width: 445px;
  display: table;
  position: relative;
}
.cp-remontee-intervenants.\-grille-1 .contenu .media {
  display: table-cell;
}
.cp-remontee-intervenants.\-grille-1 .contenu .description {
  display: table-cell;
  width: 267px;
  max-width: 100%;
  padding-left: 22px;
  padding-bottom: 44px;
}
.cp-remontee-intervenants.\-grille-1 .contenu .description .titre {
  font-size: 14px;
  padding-right: 22px;
}
.cp-remontee-intervenants.\-grille-1 .lien {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.cp-remontee-intervenants.\-grille-1 .lien span {
  padding-left: 22px;
  padding-right: 22px;
}
.cp-remontee-intervenants.\-grille-row .intervenants {
  flex-wrap: wrap;
  overflow: auto;
}
.cp-remontee-videos {
  text-align: center;
}
.cp-remontee-videos .videos {
  overflow: hidden;
  display: flex;
  justify-content: left;
  flex-wrap: nowrap;
  margin-left: -22px;
  margin-right: -22px;
}
.cp-remontee-videos .videos:after {
  content: "";
  display: block;
  width: 22.5px;
  flex-shrink: 0;
}
.cp-remontee-videos .contenu {
  width: 223px;
  max-width: 100%;
  flex-basis: 223px;
  margin-left: 22px;
  margin-right: 22px;
  padding-bottom: 44px;
  vertical-align: top;
  margin-bottom: 44px;
  position: relative;
  z-index: 0;
  text-align: left;
  flex-shrink: 0;
}
.cp-remontee-videos .media .image {
  padding-top: 56.05%;
  position: relative;
  overflow: hidden;
}
.cp-remontee-videos .media .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  height: 100%;
}
.cp-remontee-videos .description .session {
  font-family: 'Source Serif Pro', Georgia, serif;
  color: #939495;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  padding-top: 22.5px;
}
.cp-remontee-videos .description .session::selection {
  background-color: #939495;
  color: white;
}
.cp-remontee-videos .description .titre {
  color: #3A3637;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.cp-remontee-videos .description .titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-section-header {
  display: flex;
  padding-bottom: 45px;
}
.cp-section-header .cp-cta-plus {
  align-items: center;
}
.cp-section-header .cp-titre-2 + .cp-slideshow-controles,
.cp-section-header .cp-titre-2 + .cp-cta-plus,
.cp-section-header .cp-titre-2 + .cp-recherche-intervenants {
  margin-left: auto;
}
.cp-separator {
  padding-top: 67.5px;
  padding-bottom: 67.5px;
}
.cp-slideshow-controles {
  vertical-align: middle;
  padding-left: 44px;
}
.cp-slideshow-controles img {
  width: 32px;
}
.cp-slideshow-controles &gt; a:last-child {
  margin-left: 5px;
}
.cp-social li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.cp-social li a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
.cp-social img {
  -ms-interpolation-mode: bicubic;
  -ms-interpolation-mode: nearest-neighbor;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}
.cp-titre-1 {
  font-size: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  color: #1C1480;
  padding-bottom: 15px;
}
.cp-titre-1::selection {
  background-color: #3A3637;
  color: white;
}
.cp-titre-1.\-focus {
  font-size: 48px;
}
.cp-titre-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color:#1C1480;
}
.cp-titre-2.\-focus {
  font-size: 36px;
  padding-bottom: 40px;
  position: relative;
}
.cp-titre-2.\-focus:before {
  position: absolute;
  content: "";
  background-color: #1C1480;
  width: 48px;
  height: 1px;
}
.cp-titre-2.\-focus:before {
  bottom: 0;
  left: 0;
}
.cp-titre-2.\-section {
  padding-right: 60px;
  position: relative;
  display: inline-block;
}
.cp-titre-2.\-section:before {
  position: absolute;
  content: "";
  background-color: #1C1480;
  width: 48px;
  height: 1px;
}
.cp-titre-2.\-section:before {
  right: 0;
  bottom: 12px;
}
.cp-titre-2.\-focus-2 {
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.cp-titre-2.\-focus-2:before {
  position: absolute;
  content: "";
  background-color: #1C1480;
  width: 48px;
  height: 1px;
}
.cp-titre-2.\-focus-2:before {
  bottom: 0;
  left: 0;
}
.parole-1828 .cp-titre-2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width:767px){
  .parole-1828 .cp-titre-2 {
    font-size: 1.5rem;
  }
}
.parole-1828 .cp-titre-2.\-section:before {
  bottom: auto;
  top: 25px;
}
.cp-titre-rouge {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #1C1480;
}
.cp-titre-rouge::selection {
  background-color: #1C1480;
  color: white;
}
.cp-texte {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 0;
}
.cp-texte a {
  color: #3A3637;
  text-decoration: underline;
}
.cp-texte a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-texte blockquote {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 15px;
  margin-left: 5px;
  border-left: 1px solid #1C1480;
  color: #1C1480;
}

.cp-texte ul, .cp-texte ol {
  padding: 10px 20px;
}
.cp-texte ol {
  list-style-type: decimal !important;
}


.cp-texte blockquote cite {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 15px;
  margin-left: 5px;
  font-style: normal;
  color: #1C1480;
  padding: 0;
  margin: 0;
}
/* .cp-cta-focus .cp-texte blockquote {
  font-size: 14px;
  font-weight: 400;
} */
.cp-texte h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #1C1480;
}
.cp-texte h2:before {
  position: absolute;
  content: "";
  background-color: #1C1480;
  width: 48px;
  height: 1px;
}
.cp-texte h2:before {
  bottom: 0;
  left: 0;
}
.parole-1828 .cp-texte h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0.52em;
  margin-bottom: 0.52em;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .parole-1828 .cp-texte h2 {
    font-size: 1.6rem;
  }
}
.cp-texte p {
  font-size: 16px;
  line-height: 20px;
}
.cp-texte p.pre-titre {
  color: #dc2c4e;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding-top: 10px;
  padding-bottom: 20px;
}
.cp-texte p.pre-titre::selection {
  background-color: #dc2c4e;
  color: white;
}
.cp-texte li {
  position: relative;
  /* padding-left: 10px; */
  padding-bottom: 15px;
  /* list-style: initial !important; */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #3A3637;
}
/* .cp-texte li:before {
  content: "";
  background: transparent url(img/puce-rouge.png) left top no-repeat;
  background-size: 4px 4px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
} */
.cp-texte ol li:before {
  display: none;
}
.cp-texte .problematique {
  color: #3A3637;
  font-weight: 700;
  text-decoration: none;
}
.cp-texte .problematique::selection {
  background-color: #3A3637;
  color: white;
}
.cp-texte a[href].titre {
  color: #3A3637;
  font-style: italic;
}
.cp-texte a[href].titre::selection {
  background-color: #3A3637;
  color: white;
}
.cp-texte a[href].titre:hover {
  text-decoration: underline;
}
.cp-texte .auteur {
  color: #939495;
  font-weight: 700;
}
.cp-texte .auteur::selection {
  background-color: #939495;
  color: white;
}
.cp-texte .geoloc {
  position: relative;
  padding-left: 1em;
  font-weight: 600;
}
.cp-texte .geoloc:before {
  display: inline-block;
  position: absolute;
  font-family: 'fa5';
  content: "\f3c5";
  bottom: 0;
  left: 0;
}
.cp-texte .rouge {
  color: #dc2c4e;
}
.cp-texte .violet {
  color: #a46c9f;
}
.cp-texte .bleu {
  color: #55bded;
}
.cp-texte .vert {
  color: #3cb878;
}
.cp-texte .rose {
  color: #f49ac1;
}
.cp-texte .jaune {
  color: #f7a712;
}
.cp-topheader {
  display: flex;
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.cp-topheader .presse {
  font-family: 'Source Sans Pro', sans-serif;
  height: 55px;
  padding-right: 1.8em;
  color: #939495;
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 55px;
}
.cp-topheader .presse::selection {
  background-color: #939495;
  color: white;
}
.cp-topheader .presse:hover {
  text-decoration: underline;
}
.cp-topheader .recherche {
  height: 55px;
}
.cp-topheader .recherche label {
  cursor: pointer;
  background-color: #e4e4e4;
  color: #ffffff;
  color: #3A3637;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.cp-topheader .recherche label::selection {
  background-color: #e4e4e4;
  color: white;
}
.cp-topheader .recherche label a {
  color: #ffffff;
}
.cp-topheader .recherche label::selection {
  background-color: #3A3637;
  color: white;
}
.cp-topheader .recherche label img {
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.cp-topheader .recherche input {
  display: none;
}
.cp-topheader .langue {
  height: 55px;
}
.cp-topheader .langue li,
.cp-topheader .langue a,
.cp-topheader .langue img {
  display: inline-block;
}
.cp-topheader .langue img {
  vertical-align: middle;
  height: 15px;
}
.cp-topheader .langue a {
  display: inline-block;
  height: 55px;
  padding-left: 2em;
  line-height: 55px;
}
.cp-iframe {
  padding-bottom: 56.25%;
  position: relative;
}
.cp-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cp-youtube {
  background-color: black;
  position: relative;
  padding-top: 56.38%;
}
.cp-youtube img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
#accessibilite {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#article {
  position: relative;
}
#article .components {
  position: relative;
  z-index: 1;
}
#bas-page {
  background-color: #f0f0f0;
  color: #f0f0f0;
}
#bas-page::selection {
  background-color: #f0f0f0;
  color: white;
}
#bas-page a {
  color: #f0f0f0;
}
#body {
  position: relative;
}
#footer {
  background-color: #A0A0A0;
  color: #ffffff;
}
#footer::selection {
  background-color: #A0A0A0;
  color: white;
}
#footer a {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
#footer .wrapper {
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1040px) {
  #footer .wrapper {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
#opt-in {
  width: 846px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media screen and (max-width: 862px) {
  #opt-in {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
#opt-in &gt; * {
  display: inline-block;
  vertical-align: top;
}
#opt-in .titre {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1480;
  position: relative;
  width: 210px;
  padding-top: 16px;
  padding-bottom: 16px;
}
#opt-in .titre::selection {
  background-color: #3A3637;
  color: white;
}
#opt-in .titre:before {
  position: absolute;
  content: "";
  background-color: #1C1480;
  width: 48px;
  height: 1px;  
}
#opt-in .titre:before {
  bottom: 0;
  left: 0;
}
#opt-in .formulaire {
  width: 636px;
  border-left: 1px solid #c2c2c2;
  padding-left: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#opt-in .formulaire .label {
  cursor: pointer;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3A3637;
}
#opt-in .formulaire .label::selection {
  background-color: #1C1480;
  color: white;
}
#opt-in .formulaire input[type="text"] {
  font-size: 16px;
  font-weight: 400;
  color: #3A3637;
  border: 0;
  background-color: white;
  height: 50px;
  width: 440px;
  padding-left: 22px;
  padding-right: 22px;
}
#opt-in .formulaire input[type="text"]::selection {
  background-color: #1C1480;
  color: white;
}
#opt-in .formulaire input[type="submit"] {
  font-size: 16px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  height: 50px;
  background-color: #1C1480;
  color: #ffffff;
  padding-left: 22px;
  padding-right: 22px;
}
#opt-in .formulaire input[type="submit"]::selection {
  background-color: #1C1480;
  color: white;
}
#opt-in .formulaire input[type="submit"] a {
  color: #ffffff;
}
#rappel-social  .baseline {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: 600px;
  max-width: 100%;
  font-size: 18px;
  color: white;
  line-height: 20px;
}
@media screen and (max-width: 616px) {
  #rappel-social  .baseline {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
#rappel-social  .logo {
  padding-left: 45px;
  padding-right: 45px;
}
#rappel-social  .logo img {
  height: 70px;
  vertical-align: middle;
}
#rappel-social  .social {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
#rappel-social  .social li {
  padding: 6px;
}
#rappel-social  .social img {
  width: 30px;
}
.menu-map {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.menu-map &gt; * {
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
.menu-map img {
  width: 210px;
}
.menu-map &gt; a {
  padding-right: 35px;
  padding-left: 45px;
}
.menu-map .bloc-liens {
  width: 240px;
  max-width: 100%;
  border-left: 1px solid #fff;
  text-align: left;
  padding-left: 40px;
  padding-right: 30px;
}
@media screen and (max-width: 256px) {
  .menu-map .bloc-liens {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.menu-map .bloc-liens a {
  color: white;
  font-size: 14px;
}
.menu-map .bloc-liens a:hover {
  text-decoration: underline;
}
.menu-map .bloc-liens &gt; a {
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
.menu-map .bloc-liens li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-map .bloc-liens li a:before {
  content: '- ';
  padding-left: 10px;
}
.menu-map .bloc-liens li:last-child a {
  padding-bottom: 0px;
}
.menu-administratif {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.menu-administratif li {
  display: inline-block;
}
.menu-administratif a {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-administratif a:hover {
  text-decoration: underline;
}
#footer .menu-administratif a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
#footer .menu-administratif a::selection {
  background-color: #c2c2c2;
  color: white;
}
#rappel-social {
  background-color: white;
  position: relative;
  overflow: hidden;
}
#rappel-social .wrapper {
  width: 1024px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  #rappel-social .wrapper {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
#rappel-social .wrapper &gt; * {
  vertical-align: middle;
}
#rappel-social .wrapper &gt; *:last-child {
  text-align: right;
}
/**
 *  RESET
 **/
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
address,
blockquote,
dd,
dl,
dt,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

* {
  box-sizing: border-box;
}
img {
  display: inline-block;
}
.semio {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* Line Height */
.lh-0 {
  line-height: 0;
}
.lh-6 {
  line-height: 0.6;
}
.lh-8 {
  line-height: 0.8;
}
.lh-8-5 {
  line-height: 0.85;
}
.lh-9 {
  line-height: 0.9;
}
.lh-10 {
  line-height: 1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}
.lh-14 {
  line-height: 1.4;
}
.lh-15 {
  line-height: 1.5;
}
.lh-16 {
  line-height: 1.6;
}
.lh-18 {
  line-height: 1.8;
}
/* height */
.h-fluid {
  height: 100%;
}
.mh-fluid,
.minh-fluid {
  min-height: 100%;
}
.maxh-fluid {
  max-height: 100%;
}
/* width */
.mw-fluid,
.minw-fluid {
  min-width: 100%;
}
/* margin */
.m-all-0 {
  margin: 0px;
}
.m-x-auto {
  margin-left: auto;
  margin-right: auto;
}
/* padding */
.p-top-0 {
  padding-top: 0px;
}
.p-bottom-0 {
  padding-bottom: 0px;
}
.p-x-0 {
  padding-right: 0px;
  padding-left: 0px;
}
.p-y-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* rounded */
.rounded {
  border-radius: 50%;
}
/* Liens box */
.link-box-root {
  position: relative;
  z-index: 0;
}
.link-box:after {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Cell model */
.cells {
  display: table;
  width: 100%;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
}
.two.cell {
  width: 50%;
}
.two.cell.one-third {
  width: 33%;
}
.two.cell.two-third {
  width: 66%;
}
.three.cell {
  width: 33%;
}
.four.cell {
  width: 25%;
}
/**
 *  Colonnage avec inline block
 **/
.cols &gt; * {
  display: inline-block;
}
.col-4 &gt; * {
  width: 25%;
}
.col-5 {
  width: 20%;
}
/**
 *  Grille
 **/
/* Gradient mixin */
/**
 *  Text-shadow 
 **/
.ts-smoother {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/**
 *  Box shadow 
 **/
.ms-effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777777;
  -moz-box-shadow: 0 10px 6px -6px #777777;
  box-shadow: 0 10px 6px -6px #777777;
}
.ms-effect3 {
  position: relative;
}
.ms-effect3:before,
.ms-effect3:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ms-effect4 {
  position: relative;
}
.ms-effect4:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.ms-effect2 {
  position: relative;
}
.ms-effect2:before,
.ms-effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ms-effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.ms-effect5 {
  position: relative;
}
.ms-effect5:before,
.ms-effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.ms-effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.ms-effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ms-effect6:before,
.ms-effect6:after {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ms-effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.ms-effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ms-effect7:before,
.ms-effect7:after {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ms-effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.ms-effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ms-effect8:before,
.ms-effect8:after {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ms-effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.ms-effect-left:before,
.ms-effect-left:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ms-effect-right:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.ms-effect-inset {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ms-effect-shadow {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ms-effect-transform:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* Perfect vertical middle for absolute positionning */
.t-translate-y-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
}
.absmiddle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
}
.self-center {
  -webkit-transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
  transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
}
.self-abscenter {
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.abscenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
/**
 * THEME configuration
 **/
/**
 *  Theme generation
 **/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.open {
  font-family: 'Open Sans', sans-serif;
}
.source {
  font-family: 'Source Serif Pro', Georgia, serif;
}
.myriad {
  font-family: 'PT Sans', serif;
}
.georgia {
  font-family: Georgia, serif;
}
.reaix-v1 {
  font-family: "reaix-v1";
}
.summer {
  font-family: 'Summer', sans-serif;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.roboto {
  font-family: 'Roboto Slab', serif;
}
.fa5 {
  font-family: 'fa5';
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.fs-28 {
  font-size: 28px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fs-40 {
  font-size: 40px;
}
.fs-44 {
  font-size: 44px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.fs-53 {
  font-size: 53px;
}
.fs-54 {
  font-size: 54px;
}
.fs-56 {
  font-size: 56px;
}
.fs-64 {
  font-size: 64px;
}
.fs-85 {
  font-size: 85px;
}
.fs-96 {
  font-size: 96px;
}
.fs-105 {
  font-size: 105px;
}
.fs-115 {
  font-size: 115px;
}
.fs-500 {
  font-size: 500px;
}
.bc-bleu {
  background-color: #55bded;
  color: #ffffff;
}
.bc-bleu::selection {
  background-color: #55bded;
  color: white;
}
.bc-bleu a {
  color: #ffffff;
}
.c-bleu,
.c-bleu a {
  color: #55bded;
}
.c-bleu::selection,
.c-bleu a::selection {
  background-color: #55bded;
  color: white;
}
.c-bleu a:hover {
  color: #000000;
}
.theme-bleu *::selection {
  background-color: #55bded;
  color: white;
}
.theme-bleu blockquote &gt; p:before,
.theme-bleu blockquote &gt; p:after {
  color: #55bded;
}
.theme-bleu a,
.theme-bleu h2,
.theme-bleu h3 {
  color: #55bded;
}
.theme-bleu a {
  text-decoration: underline;
}
.theme-bleu a:hover {
  color: #000000;
}
.theme-bleu img {
  border: 1px solid #ffffff;
}
.theme-bleu .wp-block-button {
  background-color: #55bded;
}
.theme-bleu .wp-block-cover-image p {
  background-color: rgba(85, 189, 237, 0.8);
}
.theme-bleu .wp-block-separator {
  color: #55bded;
  height: 3px;
  background-color: #55bded;
  border: 1px solid #ffffff;
}
.bc-grey-border {
  background-color: #686f77;
  color: #686f77;
}
.bc-grey-border::selection {
  background-color: #686f77;
  color: white;
}
.bc-grey-border a {
  color: #686f77;
}
.c-grey-border,
.c-grey-border a {
  color: #686f77;
}
.c-grey-border::selection,
.c-grey-border a::selection {
  background-color: #686f77;
  color: white;
}
.c-grey-border a:hover {
  color: #000000;
}
.theme-grey-border *::selection {
  background-color: #686f77;
  color: white;
}
.theme-grey-border blockquote &gt; p:before,
.theme-grey-border blockquote &gt; p:after {
  color: #686f77;
}
.theme-grey-border a,
.theme-grey-border h2,
.theme-grey-border h3 {
  color: #686f77;
}
.theme-grey-border a {
  text-decoration: underline;
}
.theme-grey-border a:hover {
  color: #000000;
}
.theme-grey-border img {
  border: 1px solid #d3d5d8;
}
.theme-grey-border .wp-block-button {
  background-color: #686f77;
}
.theme-grey-border .wp-block-cover-image p {
  background-color: rgba(104, 111, 119, 0.8);
}
.theme-grey-border .wp-block-separator {
  color: #686f77;
  height: 3px;
  background-color: #686f77;
  border: 1px solid #d3d5d8;
}
.bc-grey-ultra-light {
  background-color: #f6f6f6;
  color: #f6f6f6;
}
.bc-grey-ultra-light::selection {
  background-color: #f6f6f6;
  color: white;
}
.bc-grey-ultra-light a {
  color: #f6f6f6;
}
.c-grey-ultra-light,
.c-grey-ultra-light a {
  color: #f6f6f6;
}
.c-grey-ultra-light::selection,
.c-grey-ultra-light a::selection {
  background-color: #f6f6f6;
  color: white;
}
.c-grey-ultra-light a:hover {
  color: #000000;
}
.theme-grey-ultra-light *::selection {
  background-color: #f6f6f6;
  color: white;
}
.theme-grey-ultra-light blockquote &gt; p:before,
.theme-grey-ultra-light blockquote &gt; p:after {
  color: #f6f6f6;
}
.theme-grey-ultra-light a,
.theme-grey-ultra-light h2,
.theme-grey-ultra-light h3 {
  color: #f6f6f6;
}
.theme-grey-ultra-light a {
  text-decoration: underline;
}
.theme-grey-ultra-light a:hover {
  color: #000000;
}
.theme-grey-ultra-light img {
  border: 1px solid #ffffff;
}
.theme-grey-ultra-light .wp-block-button {
  background-color: #f6f6f6;
}
.theme-grey-ultra-light .wp-block-cover-image p {
  background-color: rgba(246, 246, 246, 0.8);
}
.theme-grey-ultra-light .wp-block-separator {
  color: #f6f6f6;
  height: 3px;
  background-color: #f6f6f6;
  border: 1px solid #ffffff;
}
.bc-grey-light {
  background-color: #f0f0f0;
  color: #f0f0f0;
}
.bc-grey-light::selection {
  background-color: #f0f0f0;
  color: white;
}
.bc-grey-light a {
  color: #f0f0f0;
}
.c-grey-light,
.c-grey-light a {
  color: #f0f0f0;
}
.c-grey-light::selection,
.c-grey-light a::selection {
  background-color: #f0f0f0;
  color: white;
}
.c-grey-light a:hover {
  color: #000000;
}
.theme-grey-light *::selection {
  background-color: #f0f0f0;
  color: white;
}
.theme-grey-light blockquote &gt; p:before,
.theme-grey-light blockquote &gt; p:after {
  color: #f0f0f0;
}
.theme-grey-light a,
.theme-grey-light h2,
.theme-grey-light h3 {
  color: #f0f0f0;
}
.theme-grey-light a {
  text-decoration: underline;
}
.theme-grey-light a:hover {
  color: #000000;
}
.theme-grey-light img {
  border: 1px solid #ffffff;
}
.theme-grey-light .wp-block-button {
  background-color: #f0f0f0;
}
.theme-grey-light .wp-block-cover-image p {
  background-color: rgba(240, 240, 240, 0.8);
}
.theme-grey-light .wp-block-separator {
  color: #f0f0f0;
  height: 3px;
  background-color: #f0f0f0;
  border: 1px solid #ffffff;
}
.bc-grey-search-picto {
  background-color: #3A3637;
  color: #3A3637;
}
.bc-grey-search-picto::selection {
  background-color: #3A3637;
  color: white;
}
.bc-grey-search-picto a {
  color: #3A3637;
}
.c-grey-search-picto,
.c-grey-search-picto a {
  color: #3A3637;
}
.c-grey-search-picto::selection,
.c-grey-search-picto a::selection {
  background-color: #3A3637;
  color: white;
}
.c-grey-search-picto a:hover {
  color: #000000;
}
.theme-grey-search-picto *::selection {
  background-color: #3A3637;
  color: white;
}
.theme-grey-search-picto blockquote &gt; p:before,
.theme-grey-search-picto blockquote &gt; p:after {
  color: #3A3637;
}
.theme-grey-search-picto a,
.theme-grey-search-picto h2,
.theme-grey-search-picto h3 {
  color: #3A3637;
}
.theme-grey-search-picto a {
  text-decoration: underline;
}
.theme-grey-search-picto a:hover {
  color: #000000;
}
.theme-grey-search-picto img {
  border: 1px solid #a7b1bc;
}
.theme-grey-search-picto .wp-block-button {
  background-color: #3A3637;
}
.theme-grey-search-picto .wp-block-cover-image p {
  background-color: rgba(65, 75, 86, 0.8);
}
.theme-grey-search-picto .wp-block-separator {
  color: #3A3637;
  height: 3px;
  background-color: #3A3637;
  border: 1px solid #a7b1bc;
}
.bc-grey-search {
  background-color: #e4e4e4;
  color: #ffffff;
}
.bc-grey-search::selection {
  background-color: #e4e4e4;
  color: white;
}
.bc-grey-search a {
  color: #ffffff;
}
.c-grey-search,
.c-grey-search a {
  color: #e4e4e4;
}
.c-grey-search::selection,
.c-grey-search a::selection {
  background-color: #e4e4e4;
  color: white;
}
.c-grey-search a:hover {
  color: #000000;
}
.theme-grey-search *::selection {
  background-color: #e4e4e4;
  color: white;
}
.theme-grey-search blockquote &gt; p:before,
.theme-grey-search blockquote &gt; p:after {
  color: #e4e4e4;
}
.theme-grey-search a,
.theme-grey-search h2,
.theme-grey-search h3 {
  color: #e4e4e4;
}
.theme-grey-search a {
  text-decoration: underline;
}
.theme-grey-search a:hover {
  color: #000000;
}
.theme-grey-search img {
  border: 1px solid #ffffff;
}
.theme-grey-search .wp-block-button {
  background-color: #e4e4e4;
}
.theme-grey-search .wp-block-cover-image p {
  background-color: rgba(228, 228, 228, 0.8);
}
.theme-grey-search .wp-block-separator {
  color: #e4e4e4;
  height: 3px;
  background-color: #e4e4e4;
  border: 1px solid #ffffff;
}
.bc-grey-presse {
  background-color: #939495;
  color: #ffffff;
}
.bc-grey-presse::selection {
  background-color: #939495;
  color: white;
}
.bc-grey-presse a {
  color: #ffffff;
}
.c-grey-presse,
.c-grey-presse a {
  color: #939495;
}
.c-grey-presse::selection,
.c-grey-presse a::selection {
  background-color: #939495;
  color: white;
}
.c-grey-presse a:hover {
  color: #000000;
}
.theme-grey-presse *::selection {
  background-color: #939495;
  color: white;
}
.theme-grey-presse blockquote &gt; p:before,
.theme-grey-presse blockquote &gt; p:after {
  color: #939495;
}
.theme-grey-presse a,
.theme-grey-presse h2,
.theme-grey-presse h3 {
  color: #939495;
}
.theme-grey-presse a {
  text-decoration: underline;
}
.theme-grey-presse a:hover {
  color: #000000;
}
.theme-grey-presse img {
  border: 1px solid #fafafa;
}
.theme-grey-presse .wp-block-button {
  background-color: #939495;
}
.theme-grey-presse .wp-block-cover-image p {
  background-color: rgba(147, 148, 149, 0.8);
}
.theme-grey-presse .wp-block-separator {
  color: #939495;
  height: 3px;
  background-color: #939495;
  border: 1px solid #fafafa;
}
.bc-grey-social {
  background-color: #c2c2c2;
  color: #ffffff;
}
.bc-grey-social::selection {
  background-color: #c2c2c2;
  color: white;
}
.bc-grey-social a {
  color: #ffffff;
}
.c-grey-social,
.c-grey-social a {
  color: #c2c2c2;
}
.c-grey-social::selection,
.c-grey-social a::selection {
  background-color: #c2c2c2;
  color: white;
}
.c-grey-social a:hover {
  color: #000000;
}
.theme-grey-social *::selection {
  background-color: #c2c2c2;
  color: white;
}
.theme-grey-social blockquote &gt; p:before,
.theme-grey-social blockquote &gt; p:after {
  color: #c2c2c2;
}
.theme-grey-social a,
.theme-grey-social h2,
.theme-grey-social h3 {
  color: #c2c2c2;
}
.theme-grey-social a {
  text-decoration: underline;
}
.theme-grey-social a:hover {
  color: #000000;
}
.theme-grey-social img {
  border: 1px solid #ffffff;
}
.theme-grey-social .wp-block-button {
  background-color: #c2c2c2;
}
.theme-grey-social .wp-block-cover-image p {
  background-color: rgba(194, 194, 194, 0.8);
}
.theme-grey-social .wp-block-separator {
  color: #c2c2c2;
  height: 3px;
  background-color: #c2c2c2;
  border: 1px solid #ffffff;
}
.bc-grey-cercle {
  background-color: #3A3637;
  color: #ffffff;
}
.bc-grey-cercle::selection {
  background-color: #3A3637;
  color: white;
}
.bc-grey-cercle a {
  color: #ffffff;
}
.c-grey-cercle,
.c-grey-cercle a {
  color: #3A3637;
}
.c-grey-cercle::selection,
.c-grey-cercle a::selection {
  background-color: #3A3637;
  color: white;
}
.c-grey-cercle a:hover {
  color: #000000;
}
.theme-grey-cercle *::selection {
  background-color: #3A3637;
  color: white;
}
.theme-grey-cercle blockquote &gt; p:before,
.theme-grey-cercle blockquote &gt; p:after {
  color: #3A3637;
}
.theme-grey-cercle a,
.theme-grey-cercle h2,
.theme-grey-cercle h3 {
  color: #3A3637;
}
.theme-grey-cercle a {
  text-decoration: underline;
}
.theme-grey-cercle a:hover {
  color: #000000;
}
.theme-grey-cercle img {
  border: 1px solid #a7b1bc;
}
.theme-grey-cercle .wp-block-button {
  background-color: #3A3637;
}
.theme-grey-cercle .wp-block-cover-image p {
  background-color: rgba(65, 75, 86, 0.8);
}
.theme-grey-cercle .wp-block-separator {
  color: #3A3637;
  height: 3px;
  background-color: #3A3637;
  border: 1px solid #a7b1bc;
}
.bc-primary {
  background-color: #dc2c4e;
  color: rgba(255, 255, 255, 0.9);
}
.bc-primary::selection {
  background-color: #dc2c4e;
  color: white;
}
.bc-primary a {
  color: rgba(255, 255, 255, 0.9);
}
.c-primary,
.c-primary a {
  color: #dc2c4e;
}
.c-primary::selection,
.c-primary a::selection {
  background-color: #dc2c4e;
  color: white;
}
.c-primary a:hover {
  color: #000000;
}
.theme-primary *::selection {
  background-color: #dc2c4e;
  color: white;
}
.theme-primary blockquote &gt; p:before,
.theme-primary blockquote &gt; p:after {
  color: #dc2c4e;
}
.theme-primary a,
.theme-primary h2,
.theme-primary h3 {
  color: #dc2c4e;
}
.theme-primary a {
  text-decoration: underline;
}
.theme-primary a:hover {
  color: #000000;
}
.theme-primary img {
  border: 1px solid #f9dbe1;
}
.theme-primary .wp-block-button {
  background-color: #dc2c4e;
}
.theme-primary .wp-block-cover-image p {
  background-color: rgba(220, 44, 78, 0.8);
}
.theme-primary .wp-block-separator {
  color: #dc2c4e;
  height: 3px;
  background-color: #dc2c4e;
  border: 1px solid #f9dbe1;
}
.w-89 {
  width: 89px;
  max-width: 100%;
}
@media screen and (max-width: 105px) {
  .w-89 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-240 {
  width: 240px;
  max-width: 100%;
}
@media screen and (max-width: 256px) {
  .w-240 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-134 {
  width: 134px;
  max-width: 100%;
}
@media screen and (max-width: 150px) {
  .w-134 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-178 {
  width: 178px;
  max-width: 100%;
}
@media screen and (max-width: 194px) {
  .w-178 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-222 {
  width: 222px;
  max-width: 100%;
}
@media screen and (max-width: 238px) {
  .w-222 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-223 {
  width: 223px;
  max-width: 100%;
}
@media screen and (max-width: 239px) {
  .w-223 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-250 {
  width: 250px;
  max-width: 100%;
}
@media screen and (max-width: 266px) {
  .w-250 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-245 {
  width: 245px;
  max-width: 100%;
}
@media screen and (max-width: 261px) {
  .w-245 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-312 {
  width: 312px;
  max-width: 100%;
}
@media screen and (max-width: 328px) {
  .w-312 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-356 {
  width: 356px;
  max-width: 100%;
}
@media screen and (max-width: 372px) {
  .w-356 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-422-5 {
  width: 422.5px;
  max-width: 100%;
}
@media screen and (max-width: 438.5px) {
  .w-422-5 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-490 {
  width: 490px;
  max-width: 100%;
}
@media screen and (max-width: 506px) {
  .w-490 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-600 {
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 616px) {
  .w-600 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-668 {
  width: 668px;
  max-width: 100%;
}
@media screen and (max-width: 684px) {
  .w-668 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-756 {
  width: 756px;
  max-width: 100%;
}
@media screen and (max-width: 772px) {
  .w-756 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-757 {
  width: 757px;
  max-width: 100%;
}
@media screen and (max-width: 773px) {
  .w-757 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-846 {
  width: 846px;
  max-width: 100%;
}
@media screen and (max-width: 862px) {
  .w-846 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-934 {
  width: 934px;
  max-width: 100%;
}
@media screen and (max-width: 950px) {
  .w-934 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-935 {
  width: 935px;
  max-width: 100%;
}
@media screen and (max-width: 951px) {
  .w-935 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-979 {
  width: 979px;
  max-width: 100%;
}
@media screen and (max-width: 995px) {
  .w-979 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-1024 {
  width: 1024px;
  max-width: 100%;
}
@media screen and (max-width: 1040px) {
  .w-1024 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-1212 {
  width: 1212px;
  max-width: 100%;
}
@media screen and (max-width: 1228px) {
  .w-1212 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.w-auto {
  width: auto;
  max-width: auto;
  min-width: auto;
}
.w-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
/**
 *  Commutateurs &amp; fonctions d'ornementation
 **/
.\-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.\-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.\-inline-block {
  display: inline-block;
}
.\-sticky {
  position: sticky;
  z-index: 1;
  top: 78px;
}
.intervenant .\-sticky {
  top: 76px;
  background-color: rgba(255, 255, 255, 0.98);
}
.\-sticky.offset {
  background-color: rgba(255, 255, 255, 0.98);
}
.\-1024 {
  width: 1024px;
  max-width: 100%;
}
@media screen and (max-width: 1040px) {
  .\-1024 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-979 {
  width: 979px;
  max-width: 100%;
}
@media screen and (max-width: 995px) {
  .\-979 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-934 {
  width: 934px;
  max-width: 100%;
}
@media screen and (max-width: 950px) {
  .\-934 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-846 {
  width: 846px;
  max-width: 100%;
}
@media screen and (max-width: 862px) {
  .\-846 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-757 {
  width: 757px;
  max-width: 100%;
}
@media screen and (max-width: 773px) {
  .\-757 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-756 {
  width: 756px;
  max-width: 100%;
}
@media screen and (max-width: 772px) {
  .\-756 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-668 {
  width: 668px;
  max-width: 100%;
}
@media screen and (max-width: 684px) {
  .\-668 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-312 {
  width: 312px;
  max-width: 100%;
}
@media screen and (max-width: 328px) {
  .\-312 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-223 {
  width: 223px;
  max-width: 100%;
}
@media screen and (max-width: 239px) {
  .\-223 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-222 {
  width: 222px;
  max-width: 100%;
}
@media screen and (max-width: 238px) {
  .\-222 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-134 {
  width: 134px;
  max-width: 100%;
}
@media screen and (max-width: 150px) {
  .\-134 {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
.\-cells {
  display: table;
  width: 100%;
}
.\-cell {
  display: table-cell;
}
.two.\-cell {
  width: 50%;
}
.two.\-cell.one-third {
  width: 33%;
}
.two.\-cell.two-third {
  width: 66%;
}
.three.\-cell {
  width: 33%;
}
.four.\-cell {
  width: 25%;
}
.\-va-top {
  vertical-align: top;
}
.\-va-middle {
  vertical-align: middle;
}
.\-va-middle &gt; * {
  vertical-align: middle;
}
.\-ta-right {
  text-align: right;
}
.\-ta-right &gt; * {
  display: inline-block;
}
.\-ta-center {
  text-align: center;
}
.\-ta-center &gt; * {
  display: inline-block;
}
.\-ta-left {
  text-align: left;
}
.\-ta-left &gt; * {
  display: inline-block;
}
.\-p-right-1col {
  padding-right: 45px;
}
.\-p-left-1col {
  padding-left: 45px;
}
.\-p-bottom-40px {
  padding-bottom: 40px;
}
.\-p-y-30-50 {
  padding-top: 30px;
  padding-bottom: 50px;
}
.\-grid {
  position: relative;
}
.\-h-1-2 {
  width: 50%;
}
.\-h-1-3 {
  width: 33.33333333%;
}
.\-h-2-3 {
  width: 66.66666667%;
}
.\-h-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.\-v-1-2 {
  height: 50%;
}
.\-v-fluid {
  height: 100%;
}
.\-grid-5 &gt; * {
  width: 20%;
}
.\-grid-4 &gt; * {
  width: 25%;
}
.\-grid-3 &gt; * {
  width: 33.33333333%;
}
.\-grid-2 &gt; * {
  width: 50%;
}
.\-left-2-3 {
  left: 66.66666667%;
}
.\-top-0 {
  position: absolute;
  top: 0;
}
.\-right-0 {
  position: absolute;
  right: 0;
}
.\-fs-14 {
  font-size: 14px;
}
.\-fs-12 {
  font-size: 12px;
}
.\-image-100 {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.\-image-100 &gt; img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.\-image-150 {
  padding-top: 150.22%;
  overflow: hidden;
  position: relative;
}
.\-image-150 &gt; img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.\-image-shadow-1 {
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
}
.lettrine {
  font-size: 44px;
}
.reaix-shadow {
  -webkit-box-shadow: 0px 0px 48px -10px #999999;
  -moz-box-shadow: 0px 0px 48px -10px #999999;
  box-shadow: 0px 0px 48px -10px #999999;
}
.bouton {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.\-picto {
  padding-left: 45px;
  position: relative;
}
.\-picto:before {
  content: "";
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 30px;
  width: 24px;
  height: 30px;
  position: absolute;
  left: 0;
}
.\-picto.\-fichier:before {
  background-image: url(img/picto-fichier.png);
  top: 4px;
}
.\-picto.\-livre:before {
  background-image: url(img/picto-livre.png);
  top: 4px;
}
.\-picto.\-fiche:before {
  background-image: url(img/picto-fiche.png);
  top: 3px;
}
.\-picto.\-micro:before {
  background-image: url(img/picto-micro.png);
  top: 3px;
}
.\-picto.\-video:before {
  background-image: url(img/picto-video.png);
  top: 3px;
}
.\-pt-1 {
  padding-top: 1px;
}
.\-pb-90 {
  padding-bottom: 90px;
}
.\-pb-60 {
  padding-bottom: 60px;
}
.\-pb-45 {
  padding-bottom: 45px;
}
.\-pb-40 {
  padding-bottom: 40px;
}
.\-pb-30 {
  padding-bottom: 30px;
}
.\-pb-20 {
  padding-bottom: 20px;
}
.\-pb-15 {
  padding-bottom: 15px;
}
.\-pb-10 {
  padding-bottom: 10px;
}
.\-pb-5 {
  padding-bottom: 5px;
}
.\-pt-70 {
  padding-top: 70px;
}
.\-pt-40 {
  padding-top: 40px;
}
.\-pt-30 {
  padding-top: 30px;
}
.\-pt-20 {
  padding-top: 20px;
}
.\-pt-13 {
  padding-top: 20px;
}
.\-pb-h2 {
  padding-bottom: 60px;
}
.\-pt-h2-s {
  padding-bottom: 30px;
}
.\-py-block {
  padding-top: 70px;
  padding-bottom: 90px;
}
.\-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.\-mb-40 {
  margin-bottom: 40px;
}
.\-mb-10 {
  margin-bottom: 10px;
}
.\-mx-1gut {
  margin-left: 44px;
  margin-right: 44px;
}
.\-mx-1col {
  margin-left: 45px;
  margin-right: 45px;
}
.\-pl-1gut {
  padding-left: 44px;
}
.\-pb-1gut {
  padding-bottom: 44px;
}
.\-pt-1-2gut {
  padding-top: 22px;
}
.background-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  z-index: 1;
}
.background-cover img {
  z-index: -10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.cover-height.background-cover img {
  min-height: 100%;
}
.cover-width.background-cover img {
  min-width: 100%;
}
.social * {
  display: inline-block;
}
.btn {
  position: relative;
  cursor: pointer;
}
.btn svg {
  fill: currentColor;
  display: inline-block;
}
.btn.\-arrow {
  /*
        svg {

            .absmiddle;
            right:12px;
            width:10px;
            height:10px;
        }
        */
}
.btn.\-arrow:after {
  content: '\67';
  text-transform: none;
  font-family: "reaix-v1";
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  font-size: 10px;
  right: 12px;
}
.btn.\-arrow.\-medium:after {
  font-size: 13px;
  right: 18px;
}
.social .btn.\-picto {
  width: 22px;
  height: 22px;
}
.btn.\-picto svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  width: 14px;
  height: 14px;
}
.recherche .btn.\-picto svg {
  width: 18px;
  height: 18px;
}
.height-55 {
  display: inline-block;
  height: 55px;
  line-height: 55px;
}
@media screen and (max-width: 416px) {
  .cp-acces-direct &gt; * {
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .cp-acces-direct-1828 .inscription,
  .cp-acces-direct-1828 .programme,
  .cp-acces-direct-1828 .conditions {
    margin-left: 22.5px;
    margin-right: 22.5px;
    text-align: center;
  }
}
@media screen and (max-width: 376px) {
  .cp-acces-direct-1828 .conditions {
    padding-bottom: 22.5px;
  }
}
@media screen and (max-width: 1040px) {
  .cp-best-of .description {
    margin-right: 0;
    text-align: center;
    padding-bottom: 45px;
  }
  .cp-best-of .description h2 {
    display: block;
  }
  .cp-best-of .description h2:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
    transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  }
  .cp-best-of .media {
    display: block;
    margin: 0 auto;
  }
}
.cp-chiffres-gris {
  font-size: 16px;
}
@media screen and (max-width: 862px) {
  .cp-chiffres-rouges {
    flex-wrap: wrap;
  }
  .cp-chiffres-rouges .titre {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 22.5px;
    margin-bottom: 22.5px;
    border-right: 0;
    border-bottom: 1px solid white;
  }
  .cp-chiffres-rouges .focus {
    display: inline-block;
    margin-bottom: 22.5px;
  }
}
@media screen and (max-width: 1040px) {
  .cp-cover .info,
  .cp-cover .bandeau {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .cp-cover .bandeau .\-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .cp-cover .slide-1828 .parole .\-wrapper {
    padding-bottom: 45px;
  }
  .parole-1828 .cp-cover .slide-after .photo-1 {
    max-width: none;
  }
  .parole-1828 .cp-cover .slide-after .baseline {
    z-index: 5;
    right: 45px;
    left: auto;
    width: 50%;
    top: 0;
    /*            
            .p-top(22%);
            width:50%;
            
            .merci {
              
              font-size:60px;
            }
            .reaix {
            
              font-size:30px;
            }
*/
  }
}
@media screen and (max-width: 916px) {
  .cp-cover .slide-during .info .titre {
    font-size: 36px;
  }
}
@media screen and (max-width: 868px) {
  .cp-cover .slide-1828 .parole .\-wrapper .media {
    width: 25%;
  }
}
@media screen and (max-width: 776px) {
  .cp-cover .slide-1828 .parole .\-wrapper .media {
    width: 160px;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 22.5px;
    margin-left: auto;
  }
  /* .cp-cover .slide-1828 .info .titre {
    font-size: 64px;
  } */
  .parole-1828 .cp-cover .slide-after .photo-2 {
    right: 45px;
    left: auto;
  }
  .parole-1828 .cp-cover .slide-after .baseline {
    padding-top: 150px;
    width: 70%;
    right: auto;
    left: 45px;
  }
  .parole-1828 .cp-cover .slide-after .baseline .merci {
    font-size: 60px;
  }
  .parole-1828 .cp-cover .slide-after .baseline .reaix {
    font-size: 30px;
  }
}
@media screen and (max-width: 658px) {
  .parole-1828 .cp-cover .slide-after .photo-2 {
    display: none;
  }
}
@media screen and (max-width: 616px) {
  .cp-cover .slide-before .info .titre {
    font-size: 32px;
  }
  /* .cp-cover .slide-before .info .titre:first-line {
    font-size: 16px;
  } */
  .cp-cover .slide-before .info .date {
    font-size: 48px;
    line-height: 48px;
  }
  .cp-cover .slide-before .info .sub-title {
    font-size: 48px;
    line-height: 48px;
  }
  .cp-cover .slide-before .bandeau {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    background-color: rgba(220, 44, 78, 0.5);
    background-image: none;
  }
  .cp-cover .slide-before .bandeau .inscription {
    display: inline-block;
  }
  .cp-cover .slide-before .bandeau .focus {
    padding-top: 22.5px;
  }
}
@media screen and (max-width: 516px) {
  .parole-1828 .cp-cover .slide-after .baseline {
    left: 22.5px;
  }
}
@media screen and (max-width: 766px) {
  .cp-cta-focus {
    max-width: 495px;
    margin-right: auto;
    display: block;
  }
  .cp-cta-focus:before {
    display: none;
  }
  .cp-cta-focus .photo {
    position: relative;
    width: auto;
    margin-right: 10%;
  }
  .cp-cta-focus .description {
    margin-top: -10%;
    width: auto;
    outline-offset: -1px;
    margin-left: 10%;
    min-width: 0;
  }
}
@media screen and (max-width: 1040px) {
  .cp-cta-image-texte {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .cp-cta-image-texte .media {
    margin-right: 0;
    min-width: 223px;
    max-width: 100%;
    padding-bottom: 22.5px;
  }
  .cp-cta-image-texte .description {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .cp-cta-image-texte .description h2 {
    display: block;
  }
  .cp-cta-image-texte .description h2:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
    transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
  }
  .cp-cta-image-texte.\-book {
    text-align: center;
  }
  .cp-cta-image-texte.\-book .book {
    margin-right: 0;
    width: auto;
  }
  .cp-cta-image-texte.\-book .media {
    margin-left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .cp-cta-live {
    display: block;
    text-align: left;
    padding-bottom: 22.5px;
  }
}
@media screen and (max-width: 1040px) {
  .menu .cp-cta-plus {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1040px) {
  .cp-geoloc &gt; * {
    display: block;
  }
  .cp-geoloc .location,
  .cp-geoloc .date,
  .cp-geoloc .heure {
    margin-top: 11.25px;
    margin-bottom: 11.25px;
    margin-left: 0;
  }
}
@media screen and (max-width: 716px) {
  .cp-geoloc {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1040px) {
  .cp-header-menu .menu {
    width: 100%;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .cp-header-menu .menu .logo {
    margin-left: 0;
  }
  .cp-header-menu .menu-primaire {
    display: none;
  }
  .cp-header-menu .picto.open {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 22.5px;
    bottom: 6px;
    color: white;
  }
  .\-cover-light.cp-header-menu .picto.open {
    top: 12px;
    bottom: auto;
  }
  .cp-header-menu .picto.open.open span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-right: 35px;
  }
  .cp-header-menu .picto.open.open span:after {
    display: inline-block;
    position: absolute;
    font-family: 'fa5';
    content: "\f0c9";
    bottom: 0px;
    right: 0;
  }
  .cp-header-menu .picto.open.open span:after {
    font-size: 25px;
  }
  .\-cover-dark.cp-header-menu .picto.open {
    color: #3A3637;
  }
  .\-cover-dark.cp-header-menu .picto.open::selection {
    background-color: #3A3637;
    color: white;
  }
  .\-cover-dark.cp-header-menu .logo {
    margin-left: -50px;
  }
  .program .cp-header-menu .menu {
    width: 100%;
  }
  .\-cover-light.cp-header-menu,
  .\-cover-dark.cp-header-menu {
    width: 100%;
  }
  .\-cover-light.cp-header-menu .menu,
  .\-cover-dark.cp-header-menu .menu {
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.cp-header-menu-responsive {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  max-width: 100%;
  overflow: auto;
  background-color: #e3e3e3;
}
.cp-header-menu-responsive .cp-cta-inscription {
  text-align: center;
}
.cp-header-menu-responsive .menu-primaire {
  background-color: white;
  padding-left: 0;
  text-align: left;
}
.cp-header-menu-responsive .menu-primaire .picto {
  cursor: pointer;
  padding-top: 37px;
}
.cp-header-menu-responsive .menu-primaire .picto span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.cp-header-menu-responsive .menu-primaire .picto span:after {
  font-size: 25px;
}
.cp-header-menu-responsive .menu-primaire .picto.close:after {
  border-bottom: 0px;
}
.cp-header-menu-responsive .menu-primaire .picto.close span {
  position: relative;
  padding-right: 35px;
}
.cp-header-menu-responsive .menu-primaire .picto.close span:after {
  display: inline-block;
  position: absolute;
  font-family: 'fa5';
  content: "\f00d";
  bottom: 0px;
  right: 0;
}
.cp-header-menu-responsive .menu-primaire .menu-search {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cp-header-menu-responsive .menu-primaire .menu-search:after {
  border-bottom: 0;
}
.cp-header-menu-responsive .menu-primaire .menu-search form {
  background-color: #e3e3e3;
  border-top: 1px solid #3A3637;
  border-bottom: 1px solid #3A3637;
  position: relative;
  padding-left: 25px;
}
.cp-header-menu-responsive .menu-primaire .menu-search form:before {
  display: inline-block;
  position: absolute;
  font-family: 'fa5';
  content: "\f002";
  bottom: 0px;
  left: 0;
}
.cp-header-menu-responsive .menu-primaire .menu-search form:before {
  font-size: 14px;
  bottom: 10px;
  left: 12px;
}
.cp-header-menu-responsive .menu-primaire .menu-search form input[type="text"] {
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #3A3637;
}
.cp-header-menu-responsive .menu-primaire .menu-search form input[type="text"]::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: bottom;
  text-align: left;
}
.cp-header-menu-responsive .menu-primaire &gt; li.hasChildren {
  padding-right: 30px;
}
.cp-header-menu-responsive .menu-primaire &gt; li.hasChildren &gt; a {
  cursor: pointer;
}
.cp-header-menu-responsive .menu-primaire &gt; li.hasChildren &gt; a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  transform: translate(0, -50%) translate3d(0px, 0px, 0px);
  line-height: 1;
}
.cp-header-menu-responsive .menu-primaire &gt; li.hasChildren &gt; a:after.picto-fleche-droite {
  left: 100%;
}
.cp-header-menu-responsive .menu-primaire &gt; li.hasChildren &gt; a:after.picto-fleche-gauche {
  right: 100%;
}
.cp-header-menu-responsive .menu-primaire &gt; li.hasChildren &gt; a:after {
  content: "â†“";
}
.cp-header-menu-responsive .menu-primaire &gt; li.hasChildren &gt; a:after {
  font-size: 16px;
  margin-top: -3px;
  right: 10px;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28 {
  position: relative;
  height: 50px;
  padding-left: 10px;
  margin-left: 20px;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28:after {
  margin-top: -1px;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 22px;
  left: -12px;
  top: 14px;
  background: transparent url(img/vertical-separator.jpg) left center no-repeat;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28:hover &gt; ul {
  right: 0;
  left: auto;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28 &gt; a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: -3px;
}
.cp-header-menu-responsive .menu-primaire &gt; li.current {
  font-weight: 700;
  color: #3A3637;
}
.cp-header-menu-responsive .menu-primaire &gt; li.current::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li.current &gt; a {
  border-bottom: 4px solid #1C1480;
}
.cp-header-menu-responsive .menu-primaire &gt; li:hover {
  background-color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li:hover &gt; a {
  color: #3A3637;
  border-bottom: 4px solid transparent;
}
.cp-header-menu-responsive .menu-primaire &gt; li:hover &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li:hover &gt; ul {
  display: block;
  top: 100%;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; a {
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: inline-block;
  line-height: 46px;
  border-bottom: 4px solid transparent;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul {
  position: absolute;
  z-index: 100;
  left: 0;
  display: none;
  background-color: white;
  min-width: 250px;
  padding-left: 48px;
  padding-right: 36px;
  padding-top: 10px;
  padding-bottom: 30px;
  list-style: none;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  font-weight: 400;
  color: #3A3637;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li.unfold {
  padding-top: 2em;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a {
  font-size: 10px;
  color: #939495;
  border-bottom: 0;
  text-transform: uppercase;
  position: relative;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a::selection {
  background-color: #939495;
  color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a:before {
  position: absolute;
  content: "";
  background-color: #939495;
  width: 15px;
  height: 1px;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li.unfold &gt; a:before {
  top: 15px;
  left: -22px;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li:last-child &gt; a {
  border-bottom: 0;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  font-weight: 400;
  color: #3A3637;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a {
  border-bottom: 0;
}
.cp-header-menu-responsive .menu-primaire &gt; li {
  display: block;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.cp-header-menu-responsive .menu-primaire &gt; li:after {
  content: "";
  display: block;
  border-bottom: 1px solid #3A3637;
}
.cp-header-menu-responsive .menu-primaire &gt; li:hover {
  background-color: none;
}
.cp-header-menu-responsive .menu-primaire &gt; li.current &gt; a {
  /* display: inline-block; */
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28 {
  float: none;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  padding-left: 23.5px;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28 &gt; a {
  color: #333;
  text-transform: none;
  margin-top: 0;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28 &gt; a span {
  vertical-align: super;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28:after {
  border-bottom: 0;
}
.cp-header-menu-responsive .menu-primaire &gt; li.parole-18-28:before {
  background-image: none;
}
.cp-header-menu-responsive .menu-primaire &gt; li.unfold &gt; ul {
  content: "";
  display: block;
  border-bottom: 1px solid #3A3637;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; a {
  color: #3A3637;
  position: relative;
  display: block;
  text-transform: uppercase;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; a::selection {
  background-color: #3A3637;
  color: white;
}
.cp-header-menu-responsive .menu-primaire &gt; li &gt; ul {
  position: relative;
  display: block;
  min-width: auto;
  padding: 0;
  padding-left: 22.5px;
  padding-bottom: 22.5px;
}
.cp-header-menu-responsive .cp-cercle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cp-header-menu-responsive .cp-cercle a {
  padding-left: 0px;
}
.cp-header-menu-responsive .menu-footer {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.cp-header-menu-responsive .identite {
  display: flex;
  align-items: center;
}
.cp-header-menu-responsive .identite .cp-logo {
  padding-right: 0;
}
.cp-header-menu-responsive .cp-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 11.25px;
  border-bottom: 1px solid #3A3637;
}
.cp-header-menu-responsive .cp-social img {
  width: auto;
  height: auto;
}
.cp-header-menu-responsive .links {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.cp-header-menu-responsive .links &gt; li {
  display: inline-block;
}
.cp-header-menu-responsive .links a {
  font-weight: 400;
  color: #3A3637;
  text-transform: uppercase;
  text-decoration: underline;
}
.cp-header-menu-responsive .links a::selection {
  background-color: #3A3637;
  color: white;
}
@media screen and (max-width: 1040px) {
  .cp-intervenant .biographie {
    /*
        .p-x(0);
        */
    width: 74%;
  }
  .cp-intervenant .media {
    /*
        position:relative;
        top:0;
        .m-bottom(@pad-y);
        */
    width: 22%;
    margin-right: 4%;
  }
  .cp-intervenant .\-sticky {
    /*
        top:78px;
        */
  }
}
@media screen and (max-width: 836px) {
  .cp-intervenant .biographie {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .cp-intervenant .media {
    position: relative;
    top: 0;
    margin-bottom: 22.5px;
    width: 115px;
    max-width: 100%;
    margin-right: 0;
  }
  .cp-intervenant .\-sticky {
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 736px) {
  .cp-intervention {
    text-align: center;
  }
  .cp-intervention .calendrier {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .cp-intervention .geoloc {
    display: inline-block;
  }
  .cp-intervention .description .resume {
    display: block;
    margin-right: 0;
    margin-bottom: 22.5px;
  }
  .cp-intervention .description .replay {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 593px) {
  .cp-intervention .description {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .cp-intro.\-texte {
    text-align: center;
  }
  .cp-intro.\-texte .description {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 784px) {
  .cp-intro {
    text-align: center;
  }
  .cp-intro .media {
    width: 245px;
    margin-right: auto;
  }
  .cp-intro .description {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cp-intro .cp-texte h2 {
    padding-bottom: 22.5px;
    margin-bottom: 22.5px;
  }
  .cp-intro .cp-texte h2:before {
    -webkit-transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
    transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
    left: 50%;
  }
  .cp-intro .cp-texte blockquote {
    border-left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .cp-menu-ancres li {
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 816px) {
  .cp-menu-ancres li.current a {
    color: #939495;
    border-bottom: 4px solid transparent;
  }
  .cp-menu-ancres li.current a::selection {
    background-color: #939495;
    color: white;
  }
}
@media screen and (max-width: 916px) {
  .cp-menu-programme .\-wrapper {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  .cp-menu-programme.\-sticky {
    position: relative;
    top: 0;
  }
  .cp-menu-programme ul {
    text-align: center;
  }
  .cp-menu-programme ul li {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 1040px) {
  .cp-partenaires .en-tete,
  .cp-partenaires .logos {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .cp-partenaires .en-tete {
    padding-bottom: 60px;
  }
  .cp-partenaires .logos li {
    border: 0;
  }
}
@media screen and (max-width: 710px) {
  .cp-phototheque .media {
    margin-bottom: 45px;
  }
  .cp-phototheque .media:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  .cp-playlist-youtube {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .cp-playlist-youtube .media {
    width: 100%;
  }
  .cp-playlist-youtube .liste {
    position: relative;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
  }
  .cp-playlist-youtube .liste li {
    width: 50%;
    border: none;
    border-radius: 5px;
    flex-grow: 1;
    min-width: 270px;
  }
  .cp-playlist-youtube .liste .titre {
    white-space: normal;
  }
}
@media screen and (max-width: 1040px) {
  .cp-presentation .cta {
    text-align: center;
  }
}
@media screen and (max-width: 1040px) {
  .cp-programmation .programme .creneau .organisation {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .cp-programmation .programme .creneau .organisation .sessions {
    display: block;
  }
  .cp-programmation .programme .creneau .organisation .sessions .session {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .cp-programmation .parcours .grille {
    display: block;
  }
  .cp-programmation .parcours .label {
    display: block;
    padding-bottom: 22.5px;
  }
  .cp-programmation .parcours .organisation {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .cp-programmation .parcours .organisation .sessions {
    display: block;
  }
  .cp-programmation .parcours .organisation .sessions .session {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    border: 0;
    padding-bottom: 22.5px;
  }
  .cp-programmation .parcours .organisation .sessions .session:first-child {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .cp-programmation .jour {
    font-size: 30px;
  }
  .cp-programmation .programme {
    margin-left: -5px;
  }
  .cp-programmation .programme .creneau {
    padding-left: 62px;
  }
  .cp-programmation .programme .creneau .heure {
    font-size: 20px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1085px) {
  .\-1024 .cp-remontee-articles .articles {
    text-align: center;
  }
  .\-1024 .cp-remontee-articles .contenu {
    padding-bottom: 45px;
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
}
@media screen and (max-width: 736px) {
  .\-1024 .cp-remontee-articles .contenu {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 373px) {
  .cp-remontee-articles .contenu {
    width: 100%;
  }
}
@media screen and (max-width: 862px) {
  .\-846 .cp-remontee-events .events {
    width: 524px;
    margin-left: auto;
    margin-right: auto;
  }
  .\-846 .cp-remontee-events .events .event {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .\-846 .cp-remontee-events .events .event.\-vertical {
    flex-direction: row;
  }
  .\-846 .cp-remontee-events .events .event.\-vertical .media {
    order: 2;
    width: 50%;
    min-width: auto;
  }
  .\-846 .cp-remontee-events .events .event.\-vertical .contenu {
    width: 50%;
    min-width: auto;
    height: auto;
  }
  .\-846 .cp-remontee-events .events .event.\-switch {
    flex-direction: row;
  }
}
@media screen and (max-width: 585px) {
  .\-846 .cp-remontee-events .events {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .\-846 .cp-remontee-events .events .event {
    position: relative;
    text-align: right;
  }
  .\-846 .cp-remontee-events .events .event .media {
    z-index: -1;
    width: calc(100% - 230px);
  }
  .\-846 .cp-remontee-events .events .event .media .image {
    padding-top: 0;
    height: 262px;
    margin-left: -22.5px;
  }
  .\-846 .cp-remontee-events .events .event .contenu {
    width: 230px !important;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 11.25px;
    padding-left: 22.5px;
  }
  .\-846 .cp-remontee-events .events .event.\-vertical {
    justify-content: right;
    flex-direction: row-reverse;
  }
  .\-846 .cp-remontee-events .events .event.\-vertical .contenu {
    left: 0;
    right: auto;
    padding-left: 11.25px;
    padding-right: 22.5px;
  }
  .\-846 .cp-remontee-events .events .event.\-vertical .media {
    margin-left: 0;
    width: calc(100% - 230px);
  }
  .\-846 .cp-remontee-events .events .event.\-vertical .media .image {
    margin-right: -22.5px;
  }
  .\-846 .cp-remontee-events .events .event.\switch .media {
    width: calc(100% - 230px);
  }
  .\-846 .cp-remontee-events .events .event.\switch .media .image {
    margin-left: -22.5px;
  }
}
@media screen and (max-width: 1085px) {
  .cp-remontee-intervenants.\-grille-multi .intervenants {
    overflow: auto;
  }
  .cp-remontee-intervenants.\-grille-1 .intervenants {
    padding-bottom: 45px;
  }
  .cp-remontee-intervenants.\-grille-1 .intervenants .contenu {
    margin-left: auto;
    margin-right: auto;
  }
  .cp-remontee-intervenants.\-grille-row .intervenants {
    justify-content: center;
  }
}
@media screen and (max-width: 1040px) {
  .cp-section-header {
    flex-direction: column;
  }
  .cp-section-header .cp-cta-plus {
    margin-left: auto;
    margin-right: auto;
  }
  .cp-section-header .cp-slideshow-controles {
    padding-top: 22.5px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp-section-header .cp-recherche-intervenants {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 816px) {
  .cp-section-header .cp-slideshow-controles {
    display: none;
  }
}
@media screen and (max-width: 716px) {
  .cp-titre-1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1040px) {
  .cp-titre-2 {
    display: block;
    text-align: center;
    padding-bottom: 22.5px;
    margin-bottom: 22.5px;
    line-height: 1.3;
  }
  .cp-titre-2.\-section {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .cp-titre-2.\-section:before {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
    transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
  }
}
@media screen and (max-width: 1040px) {
  .cp-topheader {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 890px) {
  .cp-topheader {
    padding-left: 0;
    padding-right: 0;
  }
  .cp-topheader .cp-cercle,
  .cp-topheader .cp-logo,
  .cp-topheader .cp-social,
  .cp-topheader .presse,
  .cp-topheader .recherche,
  .cp-topheader .langue {
    display: none;
  }
  .cp-topheader .cp-cta-inscription {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 996px) {
  .cp-topheader .cp-cercle {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .cp-topheader .cp-cercle a {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1040px) {
  .cp-youtube {
    overflow: hidden;
  }
  .cp-youtube img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .intervenant .\-picto {
    padding-top: 45px;
    padding-left: 0;
  }
  .intervenant .\-picto:before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
    transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
  }
}
@media screen and (max-width: 816px) {
  .\-sticky.menu {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 1040px) {
  .\-wrapper &gt; .\-cells,
  .\-wrapper .cells {
    display: block;
    text-align: center;
  }
  .\-wrapper &gt; .\-cells &gt; .\-cell,
  .\-wrapper .cells &gt; .\-cell,
  .\-wrapper &gt; .\-cells .cell,
  .\-wrapper .cells .cell {
    display: block;
    text-align: left;
    /*
        .p-bottom(@pad-y);

        &amp;:last-child {

          .p-bottom(0);
        }
  */
  }
}
@media screen and (max-width: 862px) {
  #bas-page {
    text-align: center;
  }
  #bas-page .titre {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #bas-page .titre:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
    transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
  }
  #bas-page .formulaire {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 654px) {
  #bas-page .formulaire input[type=text] {
    margin-bottom: 22.5px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 596px) {
  #footer .wrapper {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  #footer .menu-map &gt; * {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding-bottom: 45px;
  }
  #footer .menu-map &gt; a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 996px) {
  #rappel-social {
    text-align: center;
  }
  #rappel-social .cells {
    display: block;
  }
  #rappel-social .cell {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #rappel-social .wrapper {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  #rappel-social .wrapper &gt; .social {
    text-align: center;
  }
  #rappel-social .logo {
    padding-bottom: 22.5px;
  }
  #rappel-social .baseline {
    padding-bottom: 22.5px;
  }
}

/* Program filters */

.programme-filters {
  margin-bottom: 2rem;
}
.fields-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.filter-title {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}

.filter-title:hover {
  box-shadow: inset 0 -2px 0 #3A3637;
}

.filter-title::after {
  transition: all ease .5s;
  content: '';
  position: absolute;
  left: 6.5rem;
  top: 45%;
  display: block;
  border-right: 3px solid #3A3637;
  border-bottom: 3px solid #3A3637;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.filter-title.active::after {
  transform: translate(-50%, 0%) rotate(-135deg);
}

.filter-content-container {
  display: none;
}

.filter-content-container .cp-cta-bouton {
  margin-top: 1rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.6em;
  padding-left: 0.9em;
  font-size: 11px;
  text-transform: none;
  color: #BD0000;
  border: 1px solid #BD0000;
  border-radius: 4px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.filter-content-container .cp-cta-bouton::after {
  content: ''
}

.fields-container fieldset {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: #c2c2c2;
  border-style: solid;
}

.fields-container fieldset legend, .speaker-filter-container legend {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #939495;
}

.autocomplete input {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  min-width: 210px;
}

.autocomplete-items {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}

.speaker-filter-container div {
  margin-top: 0.5rem;
}

.fields-container fieldset div {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}

.transfo-container, .themes-container {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-columns: minmax(100px, 200px);
  grid-auto-flow: column;
}

.transfo-container div, .themes-container div { 
  margin-right: 0.3rem;
}

 .themes-container div label { 
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #939495;
}

.themes-container div input { 
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #bcbcbc;
  border-radius: 2px;
  cursor: pointer;
}

 /* .themes-container div input { 
  display: none;
} */

.flex-break {
  flex-basis: 100%;
  height: 0;
}

/* END Program filters */

/* ARCHIVE BLOG  */
.archive-blog{
  position: relative;
}

.archive-blog .cp-titre-2{
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3A3637;
}


/* ARCHIVE BLOG TAXONOMIE FILTERS */

.archive-blog ul.taxonomies {
  max-width: 765px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  /* flex-wrap:wrap ; */
  gap: 10px;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

/* @media (max-width: 1050px) {
  .archive-blog ul.taxonomies {
    
    gap: 40px;
    
  }
} */

.archive-blog ul.taxonomies .taxonomy {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 230px;
  height: 35px;
 }

 .archive-blog ul.taxonomies .taxonomy.tax {
  width: 230px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  min-width: 80px;
 }

 @media (max-width: 500px) {
  .archive-blog ul.taxonomies .taxonomy.tax {
    width: auto;
  }
}

 .archive-blog ul.taxonomies .taxonomy.tax::after {
  content:url("img/pictos/arrow.png");
 }

 .archive-blog ul.taxonomies .taxonomy:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: 140px;
  min-width: 68px;
  height: 35px;
 }

 @media (max-width: 500px) {
  .archive-blog ul.taxonomies .taxonomy:first-child {
    display: none;
  }
}

.archive-blog ul.taxonomies li.taxonomy, .archive-blog ul.taxonomies li.taxonomy a, .archive-blog ul.taxonomies span {
  font-size: 15px;
  text-transform: uppercase;
  color: #939495;
 }

 .archive-blog ul.taxonomies li.taxonomy.apply-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;  
 }

 .archive-blog ul.taxonomies li.taxonomy.apply-filter span {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 14px 22px 15px 22px;
  border: 1px solid #1C1480;
  border-radius: 5px;
  text-transform: capitalize;
  cursor: pointer;  
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #1C1480;
 }

 .archive-blog ul.taxonomies li.taxonomy.apply-filter span:hover {
  background-color: #1C1480;
  color: #fff;
 }

 .archive-blog ul.taxonomies li.taxonomy.apply-filter a {
  /* text-transform: capitalize;
  text-decoration-line: underline; */
  font-size: 15px;
  line-height: 15px;
  text-underline-offset: 3px;
  font-weight: 600;
  text-transform: capitalize;  
  font-family: 'Source Sans Pro', sans-serif;
 }

 .archive-blog ul.taxonomies li.taxonomy.cp-cta-bouton-filter span,.archive-blog ul.taxonomies li.taxonomy.cp-cta-bouton-filter a {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  border: none;
  
 }

 .archive-blog ul.taxonomies li.taxonomy.active {
  background: #fff; 
 }
 .archive-blog ul.taxonomies li.taxonomy.active:after {
  transform: rotate(180deg); 
 }

 .archive-blog ul.taxonomies li.taxonomy.active ul.terms {
  display: flex;
 }

 /* .archive-blog ul.taxonomies li.taxonomy.tax:hover ul.terms {
  display: flex;
 } */

.archive-blog ul.taxonomies ul.terms {
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 100;
  transform:translate(-50%,0);
  width: 230px;
  background-color: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  
}
@media (max-width: 500px) {
  .archive-blog ul.taxonomies ul.terms {
    width: 180px;
    left: 65%;
    transform:translate(-35%,0);
  }
}

.archive-blog ul.taxonomies ul.terms li:first-child {
  border-top: 2px solid #939495;
 }

 /* .archive-blog ul.taxonomies ul.terms li:not(:last-child) {
  border-bottom: 1px solid #939495;
 } */

.archive-blog ul.taxonomies ul.terms li {
 display: flex;
 font-family: 'Source Sans Pro', sans-serif;
 font-weight: 400;
 width: 230px;
 max-width: 100%;
 align-items: center;
 justify-content: flex-start;
 font-size: 14px;
 line-height: 17px;
 padding: 10px 20px;
 box-sizing: border-box;
 gap: 10px;
 text-transform: capitalize;
}

@media (max-width: 360px) {
  .archive-blog ul.taxonomies ul.terms li {
    /* width: 90px; */
  }
}

.archive-blog ul.taxonomies ul.terms li input{
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #939495;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  /* margin-right: 20px; */
}

.archive-blog ul.taxonomies ul.terms li label{
  cursor: pointer;
  width: 100%;
}

.archive-blog ul.taxonomies ul.terms li input:checked {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.archive-blog ul.taxonomies ul.terms li input:checked:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #939495 !important;
}



/* ARCHIVE BLOG FIRST PAGE */

.archive-blog .results-wrapper--first-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive-blog .results-wrapper--first-page .results {
  max-width: 100%;
  /* flex-wrap: wrap; */
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 850px) {
  .archive-blog .results-wrapper--first-page .results {
   flex-wrap: wrap;
  }
}




.archive-blog .results-wrapper--first-page .results.reverse {
  flex-direction: row-reverse;
}

.archive-blog .results-wrapper--first-page .results .main-article  {
  width: 50%;
}

@media (max-width: 850px) {
  .archive-blog .results-wrapper--first-page .results .main-article  {
    width: 100%;
  }
}
.archive-blog .results-wrapper--first-page .results .main-article a {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.archive-blog .results-wrapper--first-page .results .main-article a .cover  {
  width: 100%;
  height: 292px;
}
.archive-blog .results-wrapper--first-page .results .main-article a .cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.archive-blog .results-wrapper--first-page .results .main-article a .cp-texte .term {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3A3637;
}

.archive-blog .results-wrapper--first-page .results .main-article a .cp-texte .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #3A3637;
  margin-top: 0;
  margin-bottom: 10px;
}

.archive-blog .results-wrapper--first-page .results .main-article a .cp-texte .excerpt {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #3A3637;
}
.archive-blog .results-wrapper--first-page .results .main-article a .cp-texte .sep-title {
  background-color: #1C1480;
  width: 80px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 17px;
}

.archive-blog .results-wrapper--first-page .results .main-article a .cp-texte .author-date {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3A3637;
  /* text-transform: uppercase; */
  margin-top: 0;
  margin-bottom: 10px;
}

.archive-blog .results-wrapper--first-page .results .list-article {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 850px) {
  .archive-blog .results-wrapper--first-page .results .list-article {
    width: 100%;
  }
}

.archive-blog .results-wrapper--first-page .results .list-article a li {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@media (max-width: 850px) {
  .archive-blog .results-wrapper--first-page .results .list-article a li {
    flex-wrap: wrap;
  }
}

.archive-blog .results-wrapper--first-page .results .list-article a li .cover{
  width: 50%;
  height: 150px;
}
@media (max-width: 850px) {
  .archive-blog .results-wrapper--first-page .results .list-article a li .cover{
    width: 100%;
  }
}

.archive-blog .results-wrapper--first-page .results .list-article a li .cover img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.archive-blog .results-wrapper--first-page .results .list-article a li .cp-texte {
  width: 50%;
}
@media (max-width: 850px) {
  .archive-blog .results-wrapper--first-page .results .list-article a li .cp-texte {
    width: 100%;
  }
}



.archive-blog .results-wrapper--first-page .results .list-article a li .cp-texte .term {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3A3637;
}

.archive-blog .results-wrapper--first-page .results .list-article a li .cp-texte .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #3A3637;
  margin-top: 0;
  margin-bottom: 10px;
}
.archive-blog .results-wrapper--first-page .results .list-article a li .cp-texte .sep-title {
  background-color: #1C1480;
  width: 80px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 17px;
}

.archive-blog .results-wrapper--first-page .results .list-article a li .cp-texte .author-date {
  font-family: 'Oswald', sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #3A3637;
  /* text-transform: uppercase; */
  margin-top: 0;
  margin-bottom: 10px;
}





/* BLOG OTHERS PAGES */
.archive-blog .results-wrapper-others-pages .results .list-article {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 850px) {
  .archive-blog .results-wrapper-others-pages .results .list-article {
    grid-template-columns: repeat(1, 1fr);
  }
}

.archive-blog .results-wrapper-others-pages .results .list-article a li {
  /* max-width: 540px; */
  /* width: 50%; */
  display: flex;
  /* flex-direction: row; */
  gap: 20px;
}
@media (max-width: 850px) {
  .archive-blog .results-wrapper-others-pages .results .list-article a li {
    max-width: 100%;
    flex-direction: column;
  }
}


.archive-blog .results-wrapper-others-pages .results .list-article a li .cover{
  width: 268px;
  height: 150px;
}

@media (max-width: 850px) {
  .archive-blog .results-wrapper-others-pages .results .list-article a li .cover{
    width: 100%;
  }
}

.archive-blog .results-wrapper-others-pages .results .list-article a li .cover img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.archive-blog .results-wrapper-others-pages .results .list-article a li .cp-texte  {
  width: 50%;
}
@media (max-width: 850px) {
  .archive-blog .results-wrapper-others-pages .results .list-article a li .cp-texte  {
    width: 100%;
  }
}

.archive-blog .results-wrapper-others-pages .results .list-article a li .cp-texte .term {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3A3637;
}

.archive-blog .results-wrapper-others-pages .results .list-article a li .cp-texte .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:700;
  font-size: 18px;
  line-height: 21px;
  color: #3A3637;
  margin-top: 0;
  margin-bottom: 10px;
}
.archive-blog .results-wrapper-others-pages .results .list-article a li .cp-texte .sep-title {
  background-color: #1C1480;
  width: 80px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 17px;
}

.archive-blog .results-wrapper-others-pages .results .list-article a li .cp-texte .author-date {
  font-family: 'Oswald', sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #3A3637;
  /* text-transform: uppercase; */
  margin-top: 0;
  margin-bottom: 10px;
}

/* SINGLE PAGE */

.single-blog .sep-title{
  background-color: #1C1480;
  width: 80px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 17px;
}
.single-blog .single-blog-infos{
  display: flex;
  gap: 20px;
}

.single-blog .single-blog-infos .term{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3A3637;
}

.single-blog .single-blog-infos .author-date{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3A3637;
  /* text-transform: uppercase; */
  margin-top: 0;
  margin-bottom: 10px;
}

.single-blog .single-blog-infos .author-date a{
  color: #1C1480;
}

.wp-block-image img {
  width: unset;
}

.wp-block-image .aligncenter&gt;figcaption {
  text-align: center;
}

/* PAGINATION ARCHIVE */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;  
  font-size: 14px;
  font-weight: 700;
  color: #3A3637;
  gap: 50px;
}
.pagination span {
  text-decoration: underline;
  color: #1C1480;
}

.pagination a.page-numbers {
  color: #686F77;
}

</pre></body></html>