@charset "UTF-8";
/*======================================
E-MAGINEURS
General
======================================*/
/* Niveau 1 : global */
/* Variables de couleur */
/*rouge*/
/*vert*/
/* Variables d'espacement */
/* Variables de style globales */
/* Variables de typographies */
/* Laisser les valeurs en px, les tailles sont calculée en rem par la suite */
/* Ratio des titres en mobile */
/* Taille du conteneur */
/* Grille sémantic ui */
/*576px*/
/*768px*/
/*992px*/
/*1200px*/
/*1440px*/
/* Fonctions à utiliser dans le thème */
/* Typographgies en unitées relatives */
/*@function calculateRem($size) {
    $remSize: $size / 16px;
    @return $remSize * 1rem;
}
@mixin font-size($size) {
    font-size: $size;
    font-size: calculateRem($size);
}*/
/*Medias queries*/
/*1200px*/
/*1200px*/
/*992px*/
/*768px*/
/*576px*/
/* generic transform*/
/* rotate*/
/* scale*/
/* scale*/
/* translate*/
/* skew*/
/*transform origin*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.btn {
  cursor: pointer;
}
/* Titre */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #005AFF;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  margin: 10px 0;
}
@media only screen and (min-width: 48rem) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 30px 0 10px;
  }
}
@media only screen and (min-width: 75rem) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 50px 0 10px;
  }
}
h1, .h1 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 1.4375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 62rem) {
  h1, .h1 {
    font-size: 2.375rem;
    margin: 0 0 40px;
  }
}
h2, .h2 {
  font-size: 1.25rem;
  display: block;
  padding-left: 20px;
  position: relative;
}
h2:before, .h2:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
  color: #FECA5A;
}
h2.h1, .h2.h1 {
  padding-left: 0px;
}
h2.h1:before, .h2.h1:before {
  content: none;
}
@media only screen and (min-width: 62rem) {
  h2, .h2 {
    font-size: 1.875rem;
    margin-top: 60px;
  }
}
.content_center > div:first-child:not(.row) h2:first-of-type {
  margin-top: 0 !important;
}
h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  padding-left: 0;
}
h3:before, .h3:before {
  content: none;
}
@media only screen and (min-width: 62rem) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}
h4, .h4 {
  line-height: 1.3;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 62rem) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
h5, .h5 {
  font-size: 1rem;
  line-height: 1.3;
}
@media only screen and (min-width: 62rem) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}
h6, .h6 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
}
@media only screen and (min-width: 62rem) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}
/* Paragraphes et texte */
p, span {
  color: #000;
  font-size: 1.0625rem;
  margin: 0;
}
/* confort des yeux pour les <f:debug> */
.extbase-debugger-center pre span {
  color: #999;
}
.chapo {
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
.chapo:before {
  content: none;
}
strong, .strong {
  font-weight: 700;
}
em, .em {
  font-style: italic;
}
abbr[title], abbr[data-original-title] {
  text-decoration: none;
}
small {
  font-size: 1em;
}
/* légende, caption, etc. */
blockquote p + p:last-child, table caption, .figure .figure-caption .small, .figure .figure-caption span, .powermail_legend, .cartographie .figcaption, .cartographie .tabpanel .content-header .entete + *, .timeline__legende, .annu-detail__realise #image-header .figure-caption {
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: normal;
  color: #000;
}
.timeline__legende {
  display: block;
  padding-bottom: 50px;
}
blockquote p + p:last-child, table caption, .figure .figure-caption, .powermail_legend, .cartographie .figcaption, .annu-detail__realise #image-header .figure-caption {
  position: relative;
  padding-top: 8px;
}
blockquote p + p:last-child:before, table caption:before, .figure .figure-caption:before, .powermail_legend:before, .cartographie .figcaption:before, .annu-detail__realise #image-header .figure-caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 4px;
  background: #FECA5A;
}
/* Citation */
blockquote {
  padding: 0 20px;
  margin: 50px 0;
}
@media only screen and (min-width: 62rem) {
  blockquote {
    padding: 0 110px;
    margin: 80px 0 110px;
  }
}
blockquote p {
  font-size: 1.125em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 62rem) {
  blockquote p {
    font-size: 1.25em;
  }
}
blockquote p.blockquote-img {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 62rem) {
  blockquote p.blockquote-img {
    display: block;
  }
}
blockquote p.blockquote-img:first-child:before {
  top: 7px;
  left: -15px;
}
@media only screen and (min-width: 62rem) {
  blockquote p.blockquote-img:first-child:before {
    top: 15px;
    left: 74px;
  }
}
@media only screen and (min-width: 62rem) {
  blockquote p.blockquote-img + p {
    margin-left: 120px;
  }
}
blockquote p:first-child {
  position: relative;
}
blockquote p:first-child:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -20px;
  width: 20px;
  height: 25px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/citation.png");
  background-size: contain;
  background-repeat: no-repeat;
}
blockquote p:first-child img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (min-width: 62rem) {
  blockquote p:first-child img {
    margin-left: -100px;
    margin-right: 40px;
    margin-top: -20px;
  }
}
blockquote p + p:last-child {
  padding-top: 16px;
}
blockquote p + p:last-child:before {
  top: 7px;
}
/* Listes */
.frame-type-textmedia ul, .frame-type-menu_abstract ul, .frame-type-menu_pages ul, .frame-type-menu_subpages ul, .frame-type-menu_section ul, .frame-type-menu_section_pages ul, .cartographie ul {
  margin-bottom: 20px;
  padding: 0;
}
.frame-type-textmedia ul li, .frame-type-menu_abstract ul li, .frame-type-menu_pages ul li, .frame-type-menu_subpages ul li, .frame-type-menu_section ul li, .frame-type-menu_section_pages ul li, .cartographie ul li {
  list-style: none;
  padding: 5px 0px 5px 18px;
  position: relative;
}
.frame-type-textmedia ul li:before, .frame-type-menu_abstract ul li:before, .frame-type-menu_pages ul li:before, .frame-type-menu_subpages ul li:before, .frame-type-menu_section ul li:before, .frame-type-menu_section_pages ul li:before, .cartographie ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
  background: #005AFF;
}
.frame-type-textmedia ul li:last-child, .frame-type-menu_abstract ul li:last-child, .frame-type-menu_pages ul li:last-child, .frame-type-menu_subpages ul li:last-child, .frame-type-menu_section ul li:last-child, .frame-type-menu_section_pages ul li:last-child, .cartographie ul li:last-child {
  padding: 5px 0px 0px 18px;
}
.frame-type-textmedia ul li ul, .frame-type-menu_abstract ul li ul, .frame-type-menu_pages ul li ul, .frame-type-menu_subpages ul li ul, .frame-type-menu_section ul li ul, .frame-type-menu_section_pages ul li ul, .cartographie ul li ul {
  margin-bottom: 0;
}
.frame-type-textmedia ul li ul li, .frame-type-menu_abstract ul li ul li, .frame-type-menu_pages ul li ul li, .frame-type-menu_subpages ul li ul li, .frame-type-menu_section ul li ul li, .frame-type-menu_section_pages ul li ul li, .cartographie ul li ul li {
  margin-bottom: 0;
}
.frame-type-textmedia ul li ul li:before, .frame-type-menu_abstract ul li ul li:before, .frame-type-menu_pages ul li ul li:before, .frame-type-menu_subpages ul li ul li:before, .frame-type-menu_section ul li ul li:before, .frame-type-menu_section_pages ul li ul li:before, .cartographie ul li ul li:before {
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #005AFF;
}
.frame-type-textmedia ol, .frame-type-menu_abstract ol, .frame-type-menu_pages ol, .frame-type-menu_subpages ol, .frame-type-menu_section ol, .frame-type-menu_section_pages ol, .cartographie ol {
  margin-bottom: 20px;
  padding: 0;
  counter-reset: section;
  list-style-type: none;
}
.frame-type-textmedia ol li, .frame-type-menu_abstract ol li, .frame-type-menu_pages ol li, .frame-type-menu_subpages ol li, .frame-type-menu_section ol li, .frame-type-menu_section_pages ol li, .cartographie ol li {
  position: relative;
  padding: 5px 0px 5px 0px;
}
.frame-type-textmedia ol li:before, .frame-type-menu_abstract ol li:before, .frame-type-menu_pages ol li:before, .frame-type-menu_subpages ol li:before, .frame-type-menu_section ol li:before, .frame-type-menu_section_pages ol li:before, .cartographie ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  display: inline-block;
  padding-right: 11px;
  color: #005AFF;
}
.frame-type-textmedia ol li:last-child, .frame-type-menu_abstract ol li:last-child, .frame-type-menu_pages ol li:last-child, .frame-type-menu_subpages ol li:last-child, .frame-type-menu_section ol li:last-child, .frame-type-menu_section_pages ol li:last-child, .cartographie ol li:last-child {
  padding: 5px 0px 0px 0px;
}
.frame-type-textmedia ol li ol, .frame-type-menu_abstract ol li ol, .frame-type-menu_pages ol li ol, .frame-type-menu_subpages ol li ol, .frame-type-menu_section ol li ol, .frame-type-menu_section_pages ol li ol, .cartographie ol li ol {
  margin-bottom: 0;
  padding-left: 18px;
}
.frame-type-textmedia ol li ol li, .frame-type-menu_abstract ol li ol li, .frame-type-menu_pages ol li ol li, .frame-type-menu_subpages ol li ol li, .frame-type-menu_section ol li ol li, .frame-type-menu_section_pages ol li ol li, .cartographie ol li ol li {
  margin-bottom: 0;
}
.frame-type-textmedia .underline, .frame-type-menu_abstract .underline, .frame-type-menu_pages .underline, .frame-type-menu_subpages .underline, .frame-type-menu_section .underline, .frame-type-menu_section_pages .underline, .cartographie .underline {
  text-decoration: underline;
  font-size: inherit;
}
.frame-type-textmedia ul, .frame-type-textmedia ol {
  margin-left: 30px;
}
.frame-type-textmedia ul:last-child, .frame-type-textmedia ol:last-child {
  margin-bottom: 0;
}
/* Liens */
.frame-type-textmedia a, .frame-type-uploads a, .frame-type-menu_abstract a, .frame-type-menu_pages a, .frame-type-menu_subpages a, .frame-type-menu_section a, .frame-type-menu_section_pages a, .glossary a {
  color: #005AFF;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
}
.frame-type-textmedia a:hover, .frame-type-textmedia a:focus, .frame-type-uploads a:hover, .frame-type-uploads a:focus, .frame-type-menu_abstract a:hover, .frame-type-menu_abstract a:focus, .frame-type-menu_pages a:hover, .frame-type-menu_pages a:focus, .frame-type-menu_subpages a:hover, .frame-type-menu_subpages a:focus, .frame-type-menu_section a:hover, .frame-type-menu_section a:focus, .frame-type-menu_section_pages a:hover, .frame-type-menu_section_pages a:focus, .glossary a:hover, .glossary a:focus {
  text-decoration: none;
}
.frame-type-textmedia a.dpnglossary, .frame-type-uploads a.dpnglossary, .frame-type-menu_abstract a.dpnglossary, .frame-type-menu_pages a.dpnglossary, .frame-type-menu_subpages a.dpnglossary, .frame-type-menu_section a.dpnglossary, .frame-type-menu_section_pages a.dpnglossary, .glossary a.dpnglossary {
  -webkit-text-decoration: underline 2px dotted;
  text-decoration: underline 2px dotted;
}
.frame-type-textmedia a.link_external:after, .frame-type-uploads a.link_external:after, .frame-type-menu_abstract a.link_external:after, .frame-type-menu_pages a.link_external:after, .frame-type-menu_subpages a.link_external:after, .frame-type-menu_section a.link_external:after, .frame-type-menu_section_pages a.link_external:after, .glossary a.link_external:after {
  content: "";
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
/* Base */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
body {
  padding-bottom: 80px;
}
@media only screen and (min-width: 48rem) {
  body {
    padding-top: 97px;
    padding-bottom: 0;
  }
}
body.overlay {
  position: relative;
}
body.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 5;
}
/* Images */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
.figure .figure-caption .small:before {
  content: "©";
}
/* Iframes & Vidéos */
iframe {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
.banner-img {
  display: none;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .banner-img {
    display: block;
  }
}
@media only screen and (min-width: 62rem) {
  .banner-img {
    height: 350px;
  }
}
.banner-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Grid */
.container, .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 90rem) {
  .container {
    max-width: 1280px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.text_high, .content-high {
  margin-bottom: 20px;
  margin-top: 40px;
  border-top: 1px solid #005AFF;
  padding: 20px 0;
  position: relative;
}
.text_high:before, .content-high:before {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  position: absolute;
  left: 70px;
  top: -15px;
  background: #fff;
  border: 1px solid #005AFF;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(52deg) skewX(15deg);
  transform: rotate(52deg) skewX(15deg);
}
.text_high--center:before, .content-high--center:before {
  top: -3px;
  left: 50%;
  -webkit-transform: rotate(52deg) skewX(15deg) translateX(-50%);
  transform: rotate(52deg) skewX(15deg) translateX(-50%);
}
.frame-layout-4, .frame-layout-5 {
  margin: 20px 0px 40px;
  padding: 20px;
}
@media only screen and (min-width: 62rem) {
  .frame-layout-4, .frame-layout-5 {
    margin: 20px 115px 60px;
    padding: 30px 40px;
  }
}
.frame-layout-4 .content-header h1, .frame-layout-4 .content-header .h1, .frame-layout-4 .content-header h2, .frame-layout-4 .content-header .h2, .frame-layout-4 .content-header h3, .frame-layout-4 .content-header .h3, .frame-layout-4 .content-header h4, .frame-layout-4 .content-header .h4, .frame-layout-4 .content-header h5, .frame-layout-4 .content-header .h5, .frame-layout-4 .content-header h6, .frame-layout-4 .content-header .h6, .frame-layout-5 .content-header h1, .frame-layout-5 .content-header .h1, .frame-layout-5 .content-header h2, .frame-layout-5 .content-header .h2, .frame-layout-5 .content-header h3, .frame-layout-5 .content-header .h3, .frame-layout-5 .content-header h4, .frame-layout-5 .content-header .h4, .frame-layout-5 .content-header h5, .frame-layout-5 .content-header .h5, .frame-layout-5 .content-header h6, .frame-layout-5 .content-header .h6 {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.25rem;
}
@media only screen and (min-width: 62rem) {
  .frame-layout-4 .content-header h1, .frame-layout-4 .content-header .h1, .frame-layout-4 .content-header h2, .frame-layout-4 .content-header .h2, .frame-layout-4 .content-header h3, .frame-layout-4 .content-header .h3, .frame-layout-4 .content-header h4, .frame-layout-4 .content-header .h4, .frame-layout-4 .content-header h5, .frame-layout-4 .content-header .h5, .frame-layout-4 .content-header h6, .frame-layout-4 .content-header .h6, .frame-layout-5 .content-header h1, .frame-layout-5 .content-header .h1, .frame-layout-5 .content-header h2, .frame-layout-5 .content-header .h2, .frame-layout-5 .content-header h3, .frame-layout-5 .content-header .h3, .frame-layout-5 .content-header h4, .frame-layout-5 .content-header .h4, .frame-layout-5 .content-header h5, .frame-layout-5 .content-header .h5, .frame-layout-5 .content-header h6, .frame-layout-5 .content-header .h6 {
    font-size: 1.5625rem;
  }
}
.frame-layout-4 .content-header h1:before, .frame-layout-4 .content-header .h1:before, .frame-layout-4 .content-header h2:before, .frame-layout-4 .content-header .h2:before, .frame-layout-4 .content-header h3:before, .frame-layout-4 .content-header .h3:before, .frame-layout-4 .content-header h4:before, .frame-layout-4 .content-header .h4:before, .frame-layout-4 .content-header h5:before, .frame-layout-4 .content-header .h5:before, .frame-layout-4 .content-header h6:before, .frame-layout-4 .content-header .h6:before, .frame-layout-5 .content-header h1:before, .frame-layout-5 .content-header .h1:before, .frame-layout-5 .content-header h2:before, .frame-layout-5 .content-header .h2:before, .frame-layout-5 .content-header h3:before, .frame-layout-5 .content-header .h3:before, .frame-layout-5 .content-header h4:before, .frame-layout-5 .content-header .h4:before, .frame-layout-5 .content-header h5:before, .frame-layout-5 .content-header .h5:before, .frame-layout-5 .content-header h6:before, .frame-layout-5 .content-header .h6:before {
  content: none;
}
.frame-layout-4 {
  border: 2px solid #FECA5A;
}
.frame-layout-4 .content-header h1, .frame-layout-4 .content-header .h1, .frame-layout-4 .content-header h2, .frame-layout-4 .content-header .h2, .frame-layout-4 .content-header h3, .frame-layout-4 .content-header .h3, .frame-layout-4 .content-header h4, .frame-layout-4 .content-header .h4, .frame-layout-4 .content-header h5, .frame-layout-4 .content-header .h5, .frame-layout-4 .content-header h6, .frame-layout-4 .content-header .h6 {
  text-transform: uppercase;
}
.frame-layout-5 {
  background-color: #005AFF;
  color: #fff;
}
.frame-layout-5 h1, .frame-layout-5 .h1, .frame-layout-5 h2, .frame-layout-5 .h2, .frame-layout-5 h3, .frame-layout-5 .h3, .frame-layout-5 h4, .frame-layout-5 .h4, .frame-layout-5 h5, .frame-layout-5 .h5, .frame-layout-5 h6, .frame-layout-5 .h6, .frame-layout-5 p, .frame-layout-5 span, .frame-layout-5 a {
  color: #fff;
}
.frame-layout-5 a.link_external:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/external-blanc.svg");
}
.frame-layout-5 a.btn, .frame-layout-5 a.link_internal {
  background-color: #fff;
  border-color: #fff;
  color: #005AFF;
}
.frame-layout-5 a.btn:hover, .frame-layout-5 a.btn:focus, .frame-layout-5 a.link_internal:hover, .frame-layout-5 a.link_internal:focus {
  background-color: #005AFF;
  color: #fff;
}
.frame-layout-6 {
  border-left: 2px solid #FECA5A;
}
.frame-layout-6 .content-header h1, .frame-layout-6 .content-header .h1, .frame-layout-6 .content-header h2, .frame-layout-6 .content-header .h2, .frame-layout-6 .content-header h3, .frame-layout-6 .content-header .h3, .frame-layout-6 .content-header h4, .frame-layout-6 .content-header .h4, .frame-layout-6 .content-header h5, .frame-layout-6 .content-header .h5, .frame-layout-6 .content-header h6, .frame-layout-6 .content-header .h6 {
  text-transform: uppercase;
}
.frame-layout-6 ul li:before {
  content: none;
}
.col-gauche .frame-layout-4, .col-gauche .frame-layout-5 {
  margin: 20px 0px;
  word-break: break-all;
  word-break: break-word;
}
.frame-type-uploads .list-group .list-group-item, .news .related .list-group .list-group-item, .annu-detail .related .list-group .list-group-item {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.frame-type-uploads .list-group .list-group-item a, .frame-type-uploads .list-group .list-group-item .link-like, .news .related .list-group .list-group-item a, .news .related .list-group .list-group-item .link-like, .annu-detail .related .list-group .list-group-item a, .annu-detail .related .list-group .list-group-item .link-like {
  color: #005AFF;
  text-decoration: underline;
}
.frame-type-uploads .list-group .list-group-item a span, .frame-type-uploads .list-group .list-group-item .link-like span, .news .related .list-group .list-group-item a span, .news .related .list-group .list-group-item .link-like span, .annu-detail .related .list-group .list-group-item a span, .annu-detail .related .list-group .list-group-item .link-like span {
  color: #005AFF;
  font-family: "Dosis", sans-serif;
}
.frame-type-uploads .list-group .list-group-item a .lead, .frame-type-uploads .list-group .list-group-item .link-like .lead, .news .related .list-group .list-group-item a .lead, .news .related .list-group .list-group-item .link-like .lead, .annu-detail .related .list-group .list-group-item a .lead, .annu-detail .related .list-group .list-group-item .link-like .lead {
  font-size: 1.25rem;
  font-weight: 700;
}
.frame-type-uploads .list-group .list-group-item a .ce-uploads-extension, .frame-type-uploads .list-group .list-group-item .link-like .ce-uploads-extension, .news .related .list-group .list-group-item a .ce-uploads-extension, .news .related .list-group .list-group-item .link-like .ce-uploads-extension, .annu-detail .related .list-group .list-group-item a .ce-uploads-extension, .annu-detail .related .list-group .list-group-item .link-like .ce-uploads-extension {
  text-transform: uppercase;
}
.frame-type-uploads .list-group .list-group-item a, .news .related .list-group .list-group-item a, .annu-detail .related .list-group .list-group-item a {
  display: inline-block;
  min-height: 34px;
}
.frame-type-uploads .list-group .list-group-item.extension img, .news .related .list-group .list-group-item.extension img, .annu-detail .related .list-group .list-group-item.extension img {
  width: 25px;
}
.frame-type-uploads .list-group .list-group-item.only-name a, .frame-type-uploads .list-group .list-group-item.related-link a, .news .related .list-group .list-group-item.only-name a, .news .related .list-group .list-group-item.related-link a, .annu-detail .related .list-group .list-group-item.only-name a, .annu-detail .related .list-group .list-group-item.related-link a {
  position: relative;
  padding-left: 40px;
}
.frame-type-uploads .list-group .list-group-item.only-name a:before, .frame-type-uploads .list-group .list-group-item.related-link a:before, .news .related .list-group .list-group-item.only-name a:before, .news .related .list-group .list-group-item.related-link a:before, .annu-detail .related .list-group .list-group-item.only-name a:before, .annu-detail .related .list-group .list-group-item.related-link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.frame-type-uploads .list-group .list-group-item.only-name a:before, .news .related .list-group .list-group-item.only-name a:before, .annu-detail .related .list-group .list-group-item.only-name a:before {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/upload.svg");
}
.frame-type-uploads .list-group .list-group-item.related-link a:before, .news .related .list-group .list-group-item.related-link a:before, .annu-detail .related .list-group .list-group-item.related-link a:before {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/link.svg");
}
.frame-type-uploads .list-group .list-group-item.related-link .related-link-description, .news .related .list-group .list-group-item.related-link .related-link-description, .annu-detail .related .list-group .list-group-item.related-link .related-link-description {
  display: block;
  padding-left: 40px;
}
.breadcrumb-social {
  margin-top: 25px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .breadcrumb-social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.breadcrumb-social .breadcrumb-container {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
/* Menu gauche des pages */
.content_left .frame {
  position: relative;
  width: 100%;
}
.content_left .frame .case_titre_page_menu_gauche {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.content_left .frame .case_titre_page_menu_gauche p.titre_page_menu_gauche {
  margin: 7px 0;
  font-size: 0.6875rem;
  text-transform: none;
  color: #000;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 75rem) {
  .content_left .frame .case_titre_page_menu_gauche p.titre_page_menu_gauche {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    text-align: left;
    color: #005AFF;
    margin: 0 0 20px;
    font-size: 0.875rem;
  }
  .content_left .frame .case_titre_page_menu_gauche p.titre_page_menu_gauche:not(.anim_active) {
    position: absolute;
  }
  .content_left .frame .case_titre_page_menu_gauche p.titre_page_menu_gauche.anim_active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
  }
}
.content_left .frame .the_case_sidebar ul {
  display: block;
  width: 100%;
  padding-left: 0;
}
.content_left .frame .the_case_sidebar ul li {
  display: table;
  table-layout: fixed;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 3;
  border: 1px solid #005AFF;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.content_left .frame .the_case_sidebar ul li:before {
  content: none;
}
.content_left .frame .the_case_sidebar ul li .progress_page {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  width: 100%;
}
.content_left .frame .the_case_sidebar ul li a {
  padding: 15px 10px;
  display: table-cell;
  font-family: "Dosis", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  z-index: 3;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #005AFF;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.content_left .frame .the_case_sidebar ul li.progress_100 {
  background: #005AFF;
}
.content_left .frame .the_case_sidebar ul li.en_lecture {
  background: #005AFF;
}
.content_left .frame .the_case_sidebar ul.ie li a {
  color: #005AFF;
  background: none !important;
}
.content_left .frame .the_case_sidebar ul.ie li.progress_100 {
  background: #009DE0;
}
.content_left .frame .the_case_sidebar ul.ie li.en_lecture {
  background: #009DE0;
}
.content_left .frame .the_case_sidebar ul.ie .progress_page {
  background-color: #fff;
}
@media only screen and (min-width: 62rem) {
  .content_left .fixe_sidebar {
    position: fixed;
    top: 150px;
    width: calc(800px * 0.25);
    max-height: calc(100vh - 135px);
  }
}
@media only screen and (min-width: 75rem) {
  .content_left .fixe_sidebar {
    width: calc(980px * 0.25);
  }
}
@media only screen and (min-width: 90rem) {
  .content_left .fixe_sidebar {
    width: calc(1120px * 0.25);
  }
}
.content_left .fixe_sidebar ul {
  overflow: auto;
  /* scollbar */
}
.content_left .fixe_sidebar ul::-webkit-scrollbar {
  width: 10px;
}
.content_left .fixe_sidebar ul::-webkit-scrollbar-track {
  background: #ececec;
}
.content_left .fixe_sidebar ul::-webkit-scrollbar-thumb {
  background: #005AFF;
}
.content_left .fix_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.content_left .fix_bottom.fixe_sidebar {
  position: absolute;
  top: auto;
  bottom: 0;
}
.slick-slider {
  width: 100%;
}
.slick-slider .slick-arrow.btn {
  padding: 0;
}
.slick-slider .slick-arrow.btn:before {
  content: none;
}
.slick-slider .slick-arrow.btn span:not(.sr-only) {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  width: 32px;
  height: 32px;
}
.slick-slider .slick-arrow.btn.slick-prev span:not(.sr-only) {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/prev-circle.svg");
}
.slick-slider .slick-arrow.btn.slick-next span:not(.sr-only) {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/next-circle.svg");
}
.slick-slider .dots-arrows {
  text-align: center;
}
.slick-slider .dots-arrows .slick-dots {
  display: inline-block;
  margin: 0 25px;
}
.slick-slider .dots-arrows .slick-dots li button {
  background: none;
  border: 0;
  padding: 0 2px;
}
.slick-slider .dots-arrows .slick-dots li button:before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #005AFF;
  border-radius: 50%;
}
.slick-slider .dots-arrows .slick-dots li:not(:last-child) {
  margin-right: 0;
}
.slick-slider .dots-arrows .slick-dots li.slick-active button:before {
  background: #005AFF;
}
.slick-slider .play_pause_button:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cartographie {
  position: relative;
}
.cartographie .cartographie__map {
  max-width: 550px;
  margin: 20px auto;
  display: block;
}
@media only screen and (min-width: 48rem) {
  .cartographie .cartographie__map {
    margin: 40px auto;
  }
}
.cartographie .figcaption {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 48rem) {
  .cartographie .figcaption {
    margin-bottom: 0;
    position: absolute;
    top: 455px;
    width: 210px;
    right: 20px;
  }
}
.cartographie .cartographie__tablist .tablist__button text, .cartographie .cartographie__tablist .tablist__button circle, .cartographie .cartographie__tablist .tablist__button g path, .cartographie .cartographie__horszone .tablist__button text, .cartographie .cartographie__horszone .tablist__button circle, .cartographie .cartographie__horszone .tablist__button g path {
  display: none;
}
@media only screen and (min-width: 36rem) {
  .cartographie .cartographie__tablist .tablist__button text, .cartographie .cartographie__tablist .tablist__button circle, .cartographie .cartographie__tablist .tablist__button g path, .cartographie .cartographie__horszone .tablist__button text, .cartographie .cartographie__horszone .tablist__button circle, .cartographie .cartographie__horszone .tablist__button g path {
    display: block;
  }
}
.cartographie .cartographie__tablist .tablist__button.tab-disabled path, .cartographie .cartographie__horszone .tablist__button.tab-disabled path {
  fill: #ececec;
}
.cartographie .cartographie__tablist .tablist__button.tab-disabled text, .cartographie .cartographie__tablist .tablist__button.tab-disabled circle, .cartographie .cartographie__tablist .tablist__button.tab-disabled g path, .cartographie .cartographie__horszone .tablist__button.tab-disabled text, .cartographie .cartographie__horszone .tablist__button.tab-disabled circle, .cartographie .cartographie__horszone .tablist__button.tab-disabled g path {
  fill: #000;
}
.cartographie .cartographie__tablist .tablist__button.tab-disabled:hover, .cartographie .cartographie__tablist .tablist__button.tab-disabled:focus, .cartographie .cartographie__horszone .tablist__button.tab-disabled:hover, .cartographie .cartographie__horszone .tablist__button.tab-disabled:focus {
  text-decoration: none;
  cursor: default;
}
.cartographie .cartographie__tablist .tablist__button.tab-abled path, .cartographie .cartographie__horszone .tablist__button.tab-abled path {
  fill: #005AFF;
}
.cartographie .cartographie__tablist .tablist__button.tab-abled text, .cartographie .cartographie__tablist .tablist__button.tab-abled circle, .cartographie .cartographie__tablist .tablist__button.tab-abled g path, .cartographie .cartographie__horszone .tablist__button.tab-abled text, .cartographie .cartographie__horszone .tablist__button.tab-abled circle, .cartographie .cartographie__horszone .tablist__button.tab-abled g path {
  fill: #fff;
}
.cartographie .cartographie__tablist .tablist__button.tab-abled:hover path, .cartographie .cartographie__tablist .tablist__button.tab-abled:focus path, .cartographie .cartographie__tablist .tablist__button.tab-abled[aria-selected="true"] path, .cartographie .cartographie__horszone .tablist__button.tab-abled:hover path, .cartographie .cartographie__horszone .tablist__button.tab-abled:focus path, .cartographie .cartographie__horszone .tablist__button.tab-abled[aria-selected="true"] path {
  fill: #FECA5A;
}
.cartographie .cartographie__tablist .tablist__button.tab-abled:hover text, .cartographie .cartographie__tablist .tablist__button.tab-abled:hover circle, .cartographie .cartographie__tablist .tablist__button.tab-abled:hover g path, .cartographie .cartographie__tablist .tablist__button.tab-abled:focus text, .cartographie .cartographie__tablist .tablist__button.tab-abled:focus circle, .cartographie .cartographie__tablist .tablist__button.tab-abled:focus g path, .cartographie .cartographie__tablist .tablist__button.tab-abled[aria-selected="true"] text, .cartographie .cartographie__tablist .tablist__button.tab-abled[aria-selected="true"] circle, .cartographie .cartographie__tablist .tablist__button.tab-abled[aria-selected="true"] g path, .cartographie .cartographie__horszone .tablist__button.tab-abled:hover text, .cartographie .cartographie__horszone .tablist__button.tab-abled:hover circle, .cartographie .cartographie__horszone .tablist__button.tab-abled:hover g path, .cartographie .cartographie__horszone .tablist__button.tab-abled:focus text, .cartographie .cartographie__horszone .tablist__button.tab-abled:focus circle, .cartographie .cartographie__horszone .tablist__button.tab-abled:focus g path, .cartographie .cartographie__horszone .tablist__button.tab-abled[aria-selected="true"] text, .cartographie .cartographie__horszone .tablist__button.tab-abled[aria-selected="true"] circle, .cartographie .cartographie__horszone .tablist__button.tab-abled[aria-selected="true"] g path {
  fill: #000;
}
.cartographie .cartographie__lien .tablist__button {
  padding: 0;
  border: 0;
  font-size: 1rem;
}
.cartographie .tabpanel {
  margin-top: 70px;
  padding-top: 50px;
}
.cartographie .tabpanel > .frame > .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cartographie .tabpanel > .frame > .content-header .entete {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
}
.cartographie .tabpanel > .frame > .content-header .entete + * {
  margin-bottom: 0;
  padding-left: 20px;
}
@media print {
  #a11y-menu, .footer, #header, .breadcrumb-social, .detail-navigation, .tablist, .tablist-ception {
    display: none !important;
  }
  .tabpanel .content-high:before {
    content: none !important;
  }
  .tabpanel, .tabpanel-ception, .cartographie .cartographie__tablist .tablist__button text, .cartographie .cartographie__tablist .tablist__button circle, .cartographie .cartographie__tablist .tablist__button g path, .cartographie .cartographie__horszone .tablist__button text, .cartographie .cartographie__horszone .tablist__button circle, .cartographie .cartographie__horszone .tablist__button g path {
    display: block !important;
  }
  #image-header {
    margin-bottom: 20px;
  }
  #image-header > .banner-img {
    display: block !important;
  }
}
/* Header */
#header {
  background: #005AFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  #header {
    top: 0;
    bottom: auto;
    padding: 0 20px;
  }
}
#header a {
  color: #fff;
}
#header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header__content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#header .header__content__header .img-header {
  padding: 20px 0;
}
#header .header__content__header .logos-header {
  height: 58px;
  margin: 20px 0;
}
#header .header__content__header .logos-header > a {
  margin: 0 7px;
}
#header .header__content__header .logos-header > a:first-child {
  margin-left: 0;
}
#header .header__content__header .ue {
  width: 72px;
  height: 56px;
}
#header .header__content__header .paca {
  width: 119px;
  height: 57px;
}
#header .header__content__header .prefet {
  width: 72px;
  height: 57px;
}
#header .header__content__header h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__header .header__link-home {
    padding: 0 20px;
  }
}
#header .header__content__header .header__link-home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__header .header__link-home a {
    background: #fff;
    padding: 20px 12px 15px;
    min-width: 60px;
    position: relative;
  }
  #header .header__content__header .header__link-home a:hover, #header .header__content__header .header__link-home a:focus {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 48rem) {
  #header .header__content__header .header__link-home a img {
    width: 15px;
  }
}
#header .header__content__header .header__link-home a span {
  color: #fff;
  font-size: 0.5625rem;
  padding-top: 3px;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__header .header__link-home a span {
    font-size: 0.6875rem;
    color: #005AFF;
  }
}
#header .header__content__header .header__link-home a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 40px 0 20px;
  border-color: #fff transparent transparent transparent;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__header .header__link-home a:after {
    content: "";
  }
}
#header .header__content__search {
  display: none;
  position: fixed;
  bottom: 80px;
  width: 100%;
  left: 0;
  background: #005AFF;
  padding: 15px 0;
}
#header .header__content__search.open {
  display: block;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__search {
    top: 97px;
    bottom: auto;
  }
}
#header .header__content__search .tx_solr {
  margin: 0 15px;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__search .tx_solr {
    max-width: 680px;
    margin: auto;
  }
}
#header .header__content__search .tx_solr .tx-solr-q, #header .header__content__search .tx_solr .tx-solr-submit {
  border: 0;
  border-radius: 0;
  height: 65px;
  background: #fff;
  color: #005AFF;
  padding: 15px 15px;
  font-style: italic;
}
@media only screen and (min-width: 36rem) {
  #header .header__content__search .tx_solr .tx-solr-q, #header .header__content__search .tx_solr .tx-solr-submit {
    padding: 15px 25px;
  }
}
#header .header__content .frame-type-menu_principal {
  width: 16.66%;
}
@media only screen and (min-width: 48rem) {
  #header .header__content .frame-type-menu_principal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
#header .header__content .frame-type-menu_principal nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav {
    display: block;
    width: auto;
    margin-right: 30px;
  }
}
#header .header__content .frame-type-menu_principal nav #btn_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #005AFF;
  text-align: center;
  padding: 25px 0 20px;
  border: none;
}
@media only screen and (min-width: 48rem) {
  #header .header__content .frame-type-menu_principal nav #btn_menu {
    padding: 34px 0 26px;
    width: 60px;
  }
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #btn_menu {
    display: none;
  }
}
#header .header__content .frame-type-menu_principal nav #btn_menu .burger {
  width: 19px;
  height: 16px;
  margin-bottom: 5px;
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/burger.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#header .header__content .frame-type-menu_principal nav #btn_menu.open {
  background: #fff;
  padding: 21px 0 28px;
}
@media only screen and (min-width: 48rem) {
  #header .header__content .frame-type-menu_principal nav #btn_menu.open {
    padding: 33px 0 32px;
  }
}
#header .header__content .frame-type-menu_principal nav #btn_menu.open .burger {
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/close-circle.svg");
}
#header .header__content .frame-type-menu_principal nav #btn_menu.open .btn_menu__text {
  display: none;
}
#header .header__content .frame-type-menu_principal nav #btn_menu .btn_menu__text {
  color: #fff;
  font-size: 0.5625rem;
  font-family: "Dosis", sans-serif;
}
@media only screen and (min-width: 48rem) {
  #header .header__content .frame-type-menu_principal nav #btn_menu .btn_menu__text {
    font-size: 0.625rem;
    text-transform: uppercase;
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #005AFF;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 15;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 6px #00000029;
  box-shadow: 0px 0px 6px #00000029;
}
@media only screen and (min-width: 48rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite {
    top: 97px;
    height: calc(100% - 97px);
  }
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    width: auto;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 {
  position: relative;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 {
    margin-right: 25px;
    margin-bottom: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1:hover ul.sousMenu, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1:focus ul.sousMenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1:focus-within ul.sousMenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1.active > a {
  font-weight: bold;
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1.active > a {
    font-weight: normal;
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a {
  display: block;
  text-align: left;
  width: calc(100% - 35px);
  padding: 19px 0 19px 15px;
  border: none;
  position: relative;
  font-size: 1.125rem;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  color: #fff;
  cursor: pointer;
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:hover, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:focus {
  text-decoration: none;
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a {
    border: none;
    padding: 0;
    font-size: 1.125rem;
    width: 100%;
  }
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:after {
    content: none;
  }
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:hover, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:focus {
    color: #FECA5A;
  }
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:hover + ul.sousMenu, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:focus + ul.sousMenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > a:focus-within + ul.sousMenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > button {
  position: absolute;
  right: 15px;
  top: 17px;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
  text-indent: -999em;
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/plus-circle-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 > button {
    display: none;
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 ul.sousMenu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1 ul.sousMenu {
    position: absolute;
    top: 100%;
    left: auto;
    width: auto;
    height: auto;
    min-width: 320px;
    background: #005AFF;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1.open > button:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/moins-circle-b.svg");
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau1.open > a {
    color: #FECA5A;
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau1.open ul.sousMenu {
  opacity: 1;
  visibility: visible;
  height: auto;
  border-top: 1px solid #fff;
  padding: 25px 0 10px;
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a {
  color: #fff;
  display: block;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 0.9375rem;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 12px;
  display: block;
  width: 0;
  height: 13px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") 0 -200px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a:hover, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a:focus, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a.current {
  text-decoration: none;
  outline: none;
  padding: 0 12px 0 38px;
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a:hover:before, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a:focus:before, #header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a.current:before {
  width: 22px;
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a.current {
  font-weight: bold;
}
@media only screen and (min-width: 90rem) {
  #header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a.current {
    font-weight: normal;
  }
}
#header .header__content .frame-type-menu_principal nav #menuSite li.niveau2 > a.current:before {
  width: 22px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") 0 -200px;
}
#header .header__content .frame-type-menu_principal nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#header .header__content__menu-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__menu-icone {
    width: auto;
  }
}
#header .header__content__menu-icone li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__menu-icone li:not(:last-child) {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 48rem) {
  #header .header__content__menu-icone li {
    width: auto;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
#header .header__content__menu-icone a, #header .header__content__menu-icone button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__menu-icone a, #header .header__content__menu-icone button {
    padding: 20px 0 26px;
  }
}
#header .header__content__menu-icone a span, #header .header__content__menu-icone button span {
  font-family: "Dosis", sans-serif;
  font-size: 0.5625rem;
  color: #fff;
  margin-top: 6px;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__menu-icone a span, #header .header__content__menu-icone button span {
    font-size: 0.625rem;
    text-transform: uppercase;
  }
}
#header .header__content__menu-icone button {
  border: 0;
  background: none;
}
#header .header__content__menu-icone .btn-header-search {
  min-width: 48px;
}
#header .header__content__menu-icone .btn-header-search.open {
  background: #fff;
  padding-bottom: 28px;
}
@media only screen and (min-width: 48rem) {
  #header .header__content__menu-icone .btn-header-search.open {
    padding-bottom: 34px;
  }
}
#header .header__content__menu-icone .btn-header-search.open .btn-header-search__open, #header .header__content__menu-icone .btn-header-search.open .btn-header-search__text {
  display: none;
}
#header .header__content__menu-icone .btn-header-search:not(.open) .btn-header-search__close {
  display: none;
}
/* Footer */
.footer {
  margin-top: 100px;
}
.footer__content {
  padding: 90px 20px 25px;
  background-color: #005AFF;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .footer__content {
    padding-top: 50px;
  }
}
.footer__content a {
  color: #fff;
}
.footer__content__shortcuts .nav .nav-link, .footer__content__links .nav .nav-link {
  padding: 0;
}
.footer__content__shortcuts {
  margin-bottom: 25px;
}
@media only screen and (min-width: 62rem) {
  .footer__content__shortcuts {
    margin-bottom: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__content__shortcuts .shortcuts {
  width: 100%;
}
@media only screen and (min-width: 62rem) {
  .footer__content__shortcuts .shortcuts {
    width: auto;
  }
}
.footer__content__shortcuts .shortcuts img {
  display: block;
  height: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}
@media only screen and (min-width: 62rem) {
  .footer__content__shortcuts .shortcuts img {
    margin-right: 0;
  }
}
.footer__content__shortcuts .frame-type-menu_piedpage .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__content__shortcuts .nav-link {
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (min-width: 62rem) {
  .footer__content__shortcuts .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 5px;
  }
}
.footer__content__links {
  margin-top: 25px;
}
@media only screen and (min-width: 48rem) {
  .footer__content__links {
    margin-top: 0;
  }
}
.footer__content__links .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__content__links .nav .nav-item {
  font-size: 0.8125rem;
  margin: 0 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .footer__content__links .nav .nav-item {
    margin-bottom: 5px;
    width: auto;
  }
}
.footer__content__links .nav .nav-item button {
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
}
.footer__content .backToTop {
  display: none;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 9;
  background-color: #FECA5A;
  padding: 40px 0 10px;
  bottom: 80px;
  right: 20px;
}
.footer__content .backToTop:before {
  content: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/up-circle-b.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 48rem) {
  .footer__content .backToTop {
    bottom: 0;
  }
}
#tarteaucitronIcon {
  display: none !important;
}
/* Niveau 2 : components */
.btn, a.btn, a.link_internal {
  padding: 25px 60px 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-radius: 0;
}
.btn.btn--small, a.btn.btn--small, a.link_internal.btn--small {
  padding: 25px 30px 20px;
}
.btn.btn-primary, a.btn.btn-primary, a.link_internal.btn-primary {
  background-color: #005AFF;
  border: 1px solid #005AFF;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.link_internal.btn-primary:hover, a.link_internal.btn-primary:focus {
  background-color: #fff;
  color: #005AFF;
}
.btn.btn-secondary, a.btn.btn-secondary, a.link_internal.btn-secondary {
  background-color: #fff;
  border: 1px solid #005AFF;
  color: #005AFF;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:focus, a.link_internal.btn-secondary:hover, a.link_internal.btn-secondary:focus {
  background-color: #005AFF;
  color: #fff;
}
.btn.btn-danger, a.btn.btn-danger, a.link_internal.btn-danger {
  background-color: #fff;
  border: 1px solid #C10202;
  color: #C10202;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, a.btn.btn-danger:hover, a.btn.btn-danger:focus, a.link_internal.btn-danger:hover, a.link_internal.btn-danger:focus {
  background-color: #C10202;
  color: #fff;
}
a.btn, a.link_internal {
  background-color: #005AFF;
  border: 1px solid #005AFF;
  color: #fff;
}
a.btn:hover, a.btn:focus, a.link_internal:hover, a.link_internal:focus {
  background-color: #fff;
  color: #005AFF;
}
p.btn.btn-primary {
  background-color: #005AFF;
  border: 1px solid #005AFF;
  color: #fff;
}
p.btn.btn-primary:hover, p.btn.btn-primary:focus {
  background-color: #005AFF;
  color: #fff;
  cursor: default;
}
p.btn:hover, p.btn:focus {
  background-color: #fff;
  color: #005AFF;
  cursor: default;
}
/* Table */
table.table.table-responsive {
  margin-bottom: 50px;
}
@media only screen and (min-width: 62rem) {
  table.table.table-responsive {
    display: table;
  }
}
table.table.table-responsive thead th {
  border-bottom: 2px solid #DEE2E6;
}
table.table.table-responsive th, table.table.table-responsive td {
  border-bottom: 1px solid #DEE2E6;
  padding: 0.5rem;
  vertical-align: middle;
}
table.table.table-responsive th {
  font-weight: 700;
  font-size: 1.25rem;
}
.tx-e-annuaires table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Fichiers d'éléments du fil d'ariane */
.breadcrumb {
  background-color: #ececec;
  padding: 25px 30px;
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 0.8125rem;
  font-weight: 700;
}
.breadcrumb .breadcrumb-item.active {
  color: #005AFF;
}
.breadcrumb .breadcrumb-item a {
  color: #000;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  color: #005AFF;
  padding-right: 15px;
}
.fs-media-gallery .album .description {
  margin-bottom: 30px;
}
.fs-media-gallery .album .thumb {
  margin-bottom: 10px;
}
.fs-media-gallery .album .thumb a {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.fs-media-gallery .album .thumb a:after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 20px;
  height: 12px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -28px -200px;
}
.fs-media-gallery .album .thumb a img {
  width: 100% !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.fs-media-gallery .album .thumb a:hover img, .fs-media-gallery .album .thumb a:focus img {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
@media (min-width: 576px) {
  .fs-media-gallery .album .thumb {
    margin-bottom: 30px;
  }
}
/* Stype pour social share */
.socialShare {
  display: none;
}
.socialShare[aria-hidden="false"] {
  display: block;
}
/* Stype pour social simple */
.social {
  display: none;
}
.social[aria-hidden="false"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.component-social {
  border: 1px solid #005AFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  min-width: 200px;
}
.component-social__title {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.component-social .list-inline-item {
  margin-right: 0;
}
.component-social .list-inline-item .btn {
  padding: 2px 5px;
}
.footer__partage, .header__partage {
  margin-bottom: 40px;
}
.footer__partage .content-header, .header__partage .content-header {
  text-align: center;
}
.footer__partage .content-header .entete, .header__partage .content-header .entete {
  padding-left: 0;
  margin: 0 0 18px;
  font-size: 0.875rem;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.footer__partage .content-header .entete:before, .header__partage .content-header .entete:before {
  content: none;
}
.footer__partage .menu-social__item:not(:last-child), .header__partage .menu-social__item:not(:last-child) {
  margin-right: 35px;
}
.footer__partage .menu-social__item__link, .header__partage .menu-social__item__link {
  display: block;
}
.footer__partage .menu-social__item__link .social--plein, .footer__partage .menu-social__item__link .social--blanc, .header__partage .menu-social__item__link .social--plein, .header__partage .menu-social__item__link .social--blanc {
  display: none;
}
.header__partage {
  padding-top: 40px;
}
.header__partage .content-header .entete {
  color: #fff;
}
.header__partage .menu-social__item__link .social--vide {
  display: none;
}
.header__partage .menu-social__item__link .social--blanc {
  display: block;
}
/* Label */
label, .label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 7px;
}
/* Input, Select & Textarea */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
select::-ms-expand {
  display: none;
}
.form-group {
  margin-bottom: 40px;
}
.form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 36rem) {
  .form-group .captcha {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-group .captcha input {
  margin-bottom: 20px;
}
@media only screen and (min-width: 36rem) {
  .form-group .captcha input {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.form-group .powermail_input, .form-group .powermail_textarea, .form-group .powermail_select, .form-group .powermail_password, .form-group .datepicker, .form-group .custom-file-input, .form-group .custom-file-label, .form-group .search-form__input, .form-group .search-form__select, .form-group .felogin-input {
  border: 1px solid #767676;
  border-radius: 0;
  color: #000;
  padding: 20px 15px 19px;
}
.form-group .powermail_input::-webkit-input-placeholder, .form-group .powermail_textarea::-webkit-input-placeholder, .form-group .powermail_select::-webkit-input-placeholder, .form-group .powermail_password::-webkit-input-placeholder, .form-group .datepicker::-webkit-input-placeholder, .form-group .custom-file-input::-webkit-input-placeholder, .form-group .custom-file-label::-webkit-input-placeholder, .form-group .search-form__input::-webkit-input-placeholder, .form-group .search-form__select::-webkit-input-placeholder, .form-group .felogin-input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-group .powermail_input::-moz-placeholder, .form-group .powermail_textarea::-moz-placeholder, .form-group .powermail_select::-moz-placeholder, .form-group .powermail_password::-moz-placeholder, .form-group .datepicker::-moz-placeholder, .form-group .custom-file-input::-moz-placeholder, .form-group .custom-file-label::-moz-placeholder, .form-group .search-form__input::-moz-placeholder, .form-group .search-form__select::-moz-placeholder, .form-group .felogin-input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-group .powermail_input:-ms-input-placeholder, .form-group .powermail_textarea:-ms-input-placeholder, .form-group .powermail_select:-ms-input-placeholder, .form-group .powermail_password:-ms-input-placeholder, .form-group .datepicker:-ms-input-placeholder, .form-group .custom-file-input:-ms-input-placeholder, .form-group .custom-file-label:-ms-input-placeholder, .form-group .search-form__input:-ms-input-placeholder, .form-group .search-form__select:-ms-input-placeholder, .form-group .felogin-input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-group .powermail_input::-ms-input-placeholder, .form-group .powermail_textarea::-ms-input-placeholder, .form-group .powermail_select::-ms-input-placeholder, .form-group .powermail_password::-ms-input-placeholder, .form-group .datepicker::-ms-input-placeholder, .form-group .custom-file-input::-ms-input-placeholder, .form-group .custom-file-label::-ms-input-placeholder, .form-group .search-form__input::-ms-input-placeholder, .form-group .search-form__select::-ms-input-placeholder, .form-group .felogin-input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-group .powermail_input::placeholder, .form-group .powermail_textarea::placeholder, .form-group .powermail_select::placeholder, .form-group .powermail_password::placeholder, .form-group .datepicker::placeholder, .form-group .custom-file-input::placeholder, .form-group .custom-file-label::placeholder, .form-group .search-form__input::placeholder, .form-group .search-form__select::placeholder, .form-group .felogin-input::placeholder {
  color: #000;
  opacity: 1;
}
.form-group .powermail_input:focus, .form-group .powermail_textarea:focus, .form-group .powermail_select:focus, .form-group .powermail_password:focus, .form-group .datepicker:focus, .form-group .custom-file-input:focus, .form-group .custom-file-label:focus, .form-group .search-form__input:focus, .form-group .search-form__select:focus, .form-group .felogin-input:focus {
  border: 1px solid #005AFF;
  outline: none;
}
.form-group .powermail_input.parsley-error, .form-group .powermail_textarea.parsley-error, .form-group .powermail_select.parsley-error, .form-group .powermail_password.parsley-error, .form-group .datepicker.parsley-error, .form-group .custom-file-input.parsley-error, .form-group .custom-file-label.parsley-error, .form-group .search-form__input.parsley-error, .form-group .search-form__select.parsley-error, .form-group .felogin-input.parsley-error {
  border-color: #C10202;
}
.form-group .powermail_input, .form-group .powermail_select, .form-group .powermail_password, .form-group .datepicker, .form-group .custom-file-label, .form-group .search-form__input, .form-group .search-form__select, .form-group .felogin-input {
  height: auto;
  min-height: 65px;
}
.form-group .custom-select, .form-group .search-form__select:not(.js-theme, .js-soustheme) {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/chevron-bas.svg");
  background-size: 10px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.form-group.powermail_fieldwrap_type_date .powermail_field, .form-group.powermail_fieldwrap_type_date .btn-group, .form-group.news-search_type_date .powermail_field, .form-group.news-search_type_date .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.form-group.powermail_fieldwrap_type_date .powermail_field .datepicker, .form-group.powermail_fieldwrap_type_date .btn-group .datepicker, .form-group.news-search_type_date .powermail_field .datepicker, .form-group.news-search_type_date .btn-group .datepicker {
  padding-right: 50px;
}
.form-group.powermail_fieldwrap_type_date .powermail_field .btn-datepicker, .form-group.powermail_fieldwrap_type_date .btn-group .btn-datepicker, .form-group.news-search_type_date .powermail_field .btn-datepicker, .form-group.news-search_type_date .btn-group .btn-datepicker {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.form-group .custom-file, .form-group .custom-file-input {
  height: auto;
  min-height: 130px;
}
@media only screen and (min-width: 36rem) {
  .form-group .custom-file, .form-group .custom-file-input {
    min-height: 65px;
  }
}
.form-group .custom-file .custom-file-input {
  padding-top: 13px;
}
.form-group .custom-file .custom-file-input:focus ~ .custom-file-label {
  outline: 0;
  border-color: #005AFF;
}
.form-group .custom-file .custom-file-input:focus ~ .custom-file-label:after {
  background: #fff;
  color: #005AFF;
}
.form-group .custom-file .custom-file-input:hover ~ .custom-file-label:after {
  background: #fff;
  color: #005AFF;
}
.form-group .custom-file .custom-file-label:after {
  height: 65px;
  content: "+ Ajouter un fichier";
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #005AFF;
  color: #fff;
  border-radius: 0;
  border: 1px solid #005AFF;
  top: 64px;
  right: -1px;
  width: calc(100% + 2px);
}
@media only screen and (min-width: 36rem) {
  .form-group .custom-file .custom-file-label {
    right: 240px;
  }
  .form-group .custom-file .custom-file-label:after {
    top: -1px;
    right: -240px;
    width: auto;
  }
}
.form-group .custom-radio, .form-group .custom-checkbox {
  margin-bottom: 15px;
}
.form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #005AFF;
  border-color: #005AFF;
}
.form-group .custom-radio .custom-control-label, .form-group .custom-checkbox .custom-control-label {
  font-size: 0.9375rem;
  font-weight: 400;
}
.form-group .custom-radio .custom-control-label:before, .form-group .custom-checkbox .custom-control-label:before {
  border-color: #005AFF;
}
.form-group .custom-radio .custom-control-label:before, .form-group .custom-radio .custom-control-label:after, .form-group .custom-checkbox .custom-control-label:before, .form-group .custom-checkbox .custom-control-label:after {
  top: 4px;
}
.form-group .custom-radio.parsley-error .custom-control-label:before, .form-group .custom-checkbox.parsley-error .custom-control-label:before {
  border-color: #C10202;
}
.form-group .custom-checkbox .custom-control-label:before {
  border-radius: 0;
}
.form-group .ms-parent {
  padding: 0;
  border: 0;
}
.form-group .ms-parent .ms-choice {
  height: auto;
  min-height: 65px;
  border: 1px solid #767676;
  border-radius: 0;
  color: #000;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/chevron-bas.svg");
  background-size: 10px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.form-group .ms-parent .ms-choice > span {
  position: static;
}
.form-group .ms-parent .ms-choice > span.placeholder {
  color: #000;
}
.form-group .ms-parent .ms-choice > .icon-caret {
  display: none;
}
.form-group .ms-parent .ms-drop {
  border-radius: 0;
  border-color: #767676;
}
.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
  margin-top: 0.5rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked ~ .switch-slider {
  background-color: #45834A;
}
.switch input:checked ~ .switch-slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input:focus ~ .switch-slider {
  -webkit-box-shadow: 0 0 1px #45834A;
  box-shadow: 0 0 1px #45834A;
}
.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #767676;
  border-radius: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
/*gestion select ajax*/
.disabled {
  pointer-events: none;
}
.disabled label, .disabled select, .disabled .search-form__select {
  opacity: 0.5;
  pointer-events: none;
}
/* Form & Submit */
.powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_reset .powermail_field, .search-form__btn .powermail_field {
  text-align: center;
}
.powermail_fieldwrap_type_submit .powermail_field, .powermail_fieldwrap_type_submit .search-form__field, .powermail_fieldwrap_type_reset .powermail_field, .powermail_fieldwrap_type_reset .search-form__field, .search-form__btn .powermail_field, .search-form__btn .search-form__field {
  margin-top: 30px;
}
.powermail_fieldwrap_type_submit .powermail_field .btn, .powermail_fieldwrap_type_submit .search-form__field .btn, .powermail_fieldwrap_type_reset .powermail_field .btn, .powermail_fieldwrap_type_reset .search-form__field .btn, .search-form__btn .powermail_field .btn, .search-form__btn .search-form__field .btn {
  padding: 25px 30px 20px;
}
.powermail_fieldwrap_type_submit .search-form__field .btn, .powermail_fieldwrap_type_reset .search-form__field .btn, .search-form__btn .search-form__field .btn {
  width: 100%;
}
/* Erreur */
.parsley-errors-list {
  color: #C10202;
}
/* Powermail */
#powermail_tabmenu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 30px;
}
#powermail_tabmenu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#powermail_tabmenu li:not(:last-child) {
  margin-right: 30px;
}
#powermail_tabmenu li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  margin: 0.5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
#powermail_tabmenu li:not(:first-child):before {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  margin: 0.5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
#powermail_tabmenu li button {
  padding: 0.375rem 0.75rem;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 2px 2px 5px #88888880;
  box-shadow: 2px 2px 5px #88888880;
  padding: 10px;
  width: 100%;
  text-align: left;
}
#powermail_tabmenu li button .circle {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  background: #005AFF;
  border-radius: 100%;
}
#powermail_tabmenu li button .label {
  display: inline-block;
  color: #005AFF;
  margin-bottom: 0;
}
#powermail_tabmenu li.btn-primary button {
  background: #005AFF;
}
#powermail_tabmenu li.btn-primary button .circle {
  color: #005AFF;
  background: #fff;
}
#powermail_tabmenu li.btn-primary button .label {
  color: #fff;
}
#powermail_tabmenu li.btn-primary.btn-danger button {
  background: #ececec;
}
#powermail_tabmenu li.btn-primary.btn-danger button .circle {
  color: #fff;
  background: #005AFF;
}
#powermail_tabmenu li.btn-primary.btn-danger button .label {
  color: #005AFF;
}
#powermail_tabmenu .btn-primary {
  background: none;
  border: none;
}
#powermail_tabmenu .btn-danger {
  background: none;
  border: none;
}
/* Datepicker */
.btn-datepicker {
  display: block;
  padding: 0;
  width: 25px;
  height: 25px;
  text-indent: -99999em;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/calendar-none.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-datepicker.stop {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/calendar.svg");
}
.picker__select--month, .picker__select--year {
  height: auto;
  padding: 0;
}
.picker__select--month, .picker__select--year {
  height: auto;
  padding: 0;
}
.powermail_tab_navigation .btn {
  padding: 0;
}
/* Menu accessible */
#a11y-menu {
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 100;
}
#a11y-menu li {
  display: inline;
}
#a11y-menu a {
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 1px;
}
#a11y-menu a:active, #a11y-menu a:focus {
  color: #000;
  position: static;
}
/* Gestion des accordeons */
/* Bloc TYPO3 -> apparence -> bloc plié / déplié */
.accordions {
  margin-bottom: 25px;
}
.accordions .card-header {
  border-radius: 0;
  background: #fff;
  border-top: 1px solid #005AFF;
  border-bottom: 1px solid #005AFF;
  padding: 0;
}
.accordions .card-header .entete {
  padding-left: 0;
  margin: 0;
  position: relative;
  font-size: 1.25rem;
}
.accordions .card-header .entete:before {
  content: none;
}
.accordions .card-header .entete button {
  background: #fff;
  border: 0;
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 1.25rem;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.accordions .card-header .entete button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/moins-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordions .card-header .entete button[aria-expanded="false"] {
  color: #005AFF;
}
.accordions .card-header .entete button[aria-expanded="false"]:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/plus-circle.svg");
}
.accordions .card-header .entete button:hover, .accordions .card-header .entete button:focus {
  background: rgba(0, 90, 255, 0.05);
}
/*tabs*/
.tablist, .tablist-ception {
  /*border-bottom: 1px solid $bleu;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  /* scollbar */
}
.tablist::-webkit-scrollbar, .tablist-ception::-webkit-scrollbar {
  height: 10px;
}
.tablist::-webkit-scrollbar-track, .tablist-ception::-webkit-scrollbar-track {
  background: #DEE2E6;
}
.tablist::-webkit-scrollbar-thumb, .tablist-ception::-webkit-scrollbar-thumb {
  background: #005AFF;
}
.tablist__button, .tablist-ception__button {
  padding: 10px;
  font-size: 0.8125rem;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #005AFF;
  color: #005AFF;
  font-weight: 700;
  /*margin-bottom: -1px;*/
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (min-width: 36rem) {
  .tablist__button, .tablist-ception__button {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .tablist__button, .tablist-ception__button {
    padding: 25px 30px 20px;
    font-size: 1.25rem;
  }
}
.tablist__button[aria-selected="true"], .tablist-ception__button[aria-selected="true"] {
  color: #000;
  border-color: #005AFF;
  border-bottom-color: #fff;
}
.tablist__button[aria-selected="false"]:hover, .tablist__button[aria-selected="false"]:focus, .tablist-ception__button[aria-selected="false"]:hover, .tablist-ception__button[aria-selected="false"]:focus {
  color: #000;
  border-color: #005AFF;
  border-bottom-color: #fff;
}
.tabpanel, .tabpanel-ception {
  padding-top: 30px;
}
.tabpanel:not(.visible), .tabpanel-ception:not(.visible) {
  display: none;
}
.annu-detail__timeline .tablist:not(.timeline-pagination), .annu-detail__timeline .tablist-ception:not(.timeline-pagination) {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button {
  padding-right: 45px;
  font-size: 0.8125rem;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #005AFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  min-width: auto;
}
@media only screen and (min-width: 36rem) {
  .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button {
    padding: 10px 45px 10px 10px;
  }
}
@media only screen and (min-width: 48rem) {
  .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 57px 5px 50px;
    width: 19%;
    text-align: center;
    border-radius: 120px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 62rem) {
  .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button {
    width: 17%;
    min-height: 275px;
  }
}
@media only screen and (min-width: 75rem) {
  .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button {
    width: 15%;
  }
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button span, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button span, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button span, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button span {
  font-weight: 700;
  display: block;
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button .timeline__etape-number, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button .timeline__etape-number {
  color: #005AFF;
  font-size: 1.125rem;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 62rem) {
  .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button .timeline__etape-number, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button .timeline__etape-number {
    font-size: 1.4375rem;
  }
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button .timeline__etape-title {
  color: #000;
  font-size: 1rem;
  margin-top: 10px;
}
@media only screen and (min-width: 62rem) {
  .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button .timeline__etape-title {
    font-size: 1.125rem;
  }
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button:after, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/plus-circle.svg");
}
@media only screen and (min-width: 48rem) {
  .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button:after, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button:after {
    bottom: 10px;
    top: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="true"], .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"], .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="true"], .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"], .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus {
  color: #fff;
  background-color: #005AFF;
  border-color: #005AFF;
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="true"] .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="true"] .timeline__etape-number, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover .timeline__etape-number, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus .timeline__etape-number, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"] .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"] .timeline__etape-number, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover .timeline__etape-number, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus .timeline__etape-title, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="true"] .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="true"] .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"] .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"] .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover .timeline__etape-number, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus .timeline__etape-title, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus .timeline__etape-number {
  color: #fff;
}
.annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="true"]:after, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover:after, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus:after, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"]:after, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover:after, .annu-detail__timeline .tablist:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="true"]:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:hover:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist__button[aria-selected="false"]:focus:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="true"]:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:hover:after, .annu-detail__timeline .tablist-ception:not(.timeline-pagination) .tablist-ception__button[aria-selected="false"]:focus:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/plus-circle-b.svg");
}
.annu-detail__timeline .tablist.timeline-pagination, .annu-detail__timeline .tablist-ception.timeline-pagination {
  margin-top: 50px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.annu-detail__timeline .tablist.timeline-pagination .tablist__button, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button {
  border: 1px solid #005AFF;
  background: #005AFF;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 24px 43px 20px;
  position: relative;
  margin: 0 40px 10px;
}
.annu-detail__timeline .tablist.timeline-pagination .tablist__button:after, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button:after, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button:after, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 48rem) {
  .annu-detail__timeline .tablist.timeline-pagination .tablist__button.prev, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button.prev, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button.prev, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button.prev {
    margin: 0 20px 10px 40px;
  }
}
.annu-detail__timeline .tablist.timeline-pagination .tablist__button.prev:after, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button.prev:after, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button.prev:after, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button.prev:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/prev-circle.svg");
  left: -40px;
}
@media only screen and (min-width: 48rem) {
  .annu-detail__timeline .tablist.timeline-pagination .tablist__button.next, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button.next, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button.next, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button.next {
    margin: 0 40px 10px 20px;
  }
}
.annu-detail__timeline .tablist.timeline-pagination .tablist__button.next:after, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button.next:after, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button.next:after, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button.next:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/next-circle.svg");
  right: -40px;
}
.annu-detail__timeline .tablist.timeline-pagination .tablist__button:hover, .annu-detail__timeline .tablist.timeline-pagination .tablist__button:focus, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button:hover, .annu-detail__timeline .tablist.timeline-pagination .tablist-ception__button:focus, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button:hover, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist__button:focus, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button:hover, .annu-detail__timeline .tablist-ception.timeline-pagination .tablist-ception__button:focus {
  background: #fff;
  color: #005AFF;
}
/* Menu plan de site */
#unfold {
  margin-bottom: 15px;
  cursor: pointer;
}
#unfold span {
  display: none;
}
#unfold span.active {
  display: inline-block;
}
/* Niveau 3 : vues */
/* Gestion des page détails des extensions (news, annuaire...) */
/* Nomenclature : detail + detail-type + detail-numTemplate */
.news-single .news-img-wrap {
  display: none;
}
.news-single p span.date {
  font-size: 0.875rem;
  color: #565656;
}
.news-single p span.cat {
  display: inline-block;
  font-size: 0.875rem;
  color: #005AFF;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
.news-single p span.cat:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #FECA5A;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news-single .teaser-text p {
  font-size: 1.25rem;
  font-weight: 700;
}
.news-single .teaser-text, .news-single .news-text-wrap, .news-single .news-calameo, .news-single .news-iframe, .news-single .frame {
  margin-bottom: 60px;
}
.news-single .related_galery .div.col-sm-6.col-md-4.col-lg-3 {
  margin-bottom: 10px;
}
.news-single .related_galery a {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.news-single .related_galery a:after {
  content: "";
  display: block;
  margin: -20px auto 0 auto;
  width: 20px;
  height: 12px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -28px -200px;
}
.news-single .related_galery a img {
  width: 100% !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.news-single .related_galery a:hover img, .news-single .related_galery a:focus img {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.news-single iframe {
  border: none;
}
.news-single .related-news {
  background: #005AFF;
  padding: 30px;
  margin-bottom: 60px;
}
.news-single .related-news h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.938rem;
  padding: 20px 0 0 0;
  margin-top: 0;
  margin-bottom: 35px;
}
.news-single .related-news h2:before {
  content: "";
  width: 35px;
  height: 5px;
  top: 0;
  left: 0;
  background: #fff;
}
.news-single .related-news ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-single .bloc-agenda {
  -webkit-box-shadow: 3px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 1px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.news-single .bloc-agenda .map, .news-single .bloc-agenda .date-full {
  display: none;
}
.news-single .bloc-agenda p {
  margin: 0;
  font-size: 0.875rem;
}
.news-single .bloc-agenda p.date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 85px;
  height: 85px;
  text-align: center;
  padding-top: 10px;
  background: #FECA5A;
  font-size: 0.9rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  z-index: 10;
}
.news-single .bloc-agenda p.date span {
  display: block;
  text-transform: uppercase;
}
.news-single .bloc-agenda p.date span.down {
  text-transform: none;
}
.news-single .bloc-agenda p.date.single {
  padding-top: 30px;
}
.news-single .bloc-agenda p.date.diff {
  padding-top: 16px;
}
.news-single .bloc-agenda p.date.diff span:first-child:after {
  content: "";
  display: block;
  width: 3px;
  height: 2px;
  background: #000;
  margin: 5px auto;
}
.news-single .bloc-agenda p.title {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #005AFF;
  position: relative;
}
.news-single .bloc-agenda .horaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 85px;
  background: #ececec;
  padding-left: 85px;
}
.news-single .bloc-agenda .debut p {
  text-align: center;
}
.news-single .bloc-agenda .debut p.title:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  margin: 0 auto 9px auto;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -200px -200px;
}
.news-single .bloc-agenda .localisation {
  padding: 25px 30px;
}
.news-single .bloc-agenda .localisation p.title {
  margin-bottom: 5px;
}
.news-single .bloc-agenda .localisation p.title:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -22px;
  display: block;
  height: 17px;
  width: 15px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -244px -200px;
}
.news-single .bloc-agenda .localisation p.name {
  font-weight: 700;
}
.annu-detail .category-annuaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.annu-detail .frame-type-titre + .frame-type-textmedia h2, .annu-detail .frame-type-textmedia:nth-child(2) h2 {
  margin-top: 20px;
}
.annu-detail .heading-icone {
  margin-left: 25px;
}
.annu-detail .heading-icone:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 25px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.annu-detail .heading-icone--thematique:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/description.svg");
}
.annu-detail .heading-icone--objectif:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/objectifs.svg");
}
.annu-detail .heading-icone--beneficiaire:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/beneficiaires.svg");
}
.annu-detail .heading-icone--zone:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/zone.svg");
}
.annu-detail .heading-icone--montant:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/budget.svg");
}
.annu-detail .heading-icone--date:after {
  background-image: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/calendar.svg");
}
.annu-detail .frame-type-textmedia {
  margin-bottom: 20px;
}
@media only screen and (min-width: 62rem) {
  .annu-detail .frame-type-textmedia {
    margin-bottom: 0;
  }
}
.annu-detail .frame-type-textmedia__content {
  margin-left: 20px;
  /*ul {
                li {
                    &:not(:last-child) {
                        margin-bottom: 20px;
                    }
                }
            }*/
}
@media only screen and (min-width: 36rem) {
  .annu-detail .frame-type-textmedia__content {
    margin-left: 45px;
  }
}
.annu-detail .frame-type-textmedia__content--realises {
  margin-left: 0;
}
.annu-detail .frame-type-textmedia__content .projet-lies .category span {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.annu-detail .frame-type-textmedia__content .table {
  margin-bottom: 0;
}
.annu-detail .frame-type-textmedia__content--contact {
  margin-left: 0;
}
.annu-detail .frame-type-textmedia__content--contact .contact__content {
  margin-bottom: 20px;
  margin-left: 20px;
}
.annu-detail .frame-type-textmedia__content--contact .contact__content .chapo {
  margin-bottom: 0;
}
.annu-detail .frame-type-textmedia__content p:not(:last-child) {
  margin-bottom: 20px;
}
.annu-detail .frame-type-textmedia__content p + ul, .annu-detail .frame-type-textmedia__content p + ol {
  margin-top: -20px;
}
.annu-detail .frame-type-textmedia__content p + ul:last-child, .annu-detail .frame-type-textmedia__content p + ol:last-child {
  margin-bottom: 0;
}
.annu-detail .frame-type-textmedia .category:not(:last-child):after {
  content: ", ";
}
.annu-detail .tabpanel .content_left {
  margin-top: -109px;
}
.annu-detail.annu-detail__timeline, .annu-detail .annu-detail__timeline {
  max-width: 100%;
}
.annu-detail.annu-detail__timeline .timeline__legende, .annu-detail .annu-detail__timeline .timeline__legende {
  margin-left: 20px;
}
@media only screen and (min-width: 48rem) {
  .annu-detail.annu-detail__timeline .timeline__legende, .annu-detail .annu-detail__timeline .timeline__legende {
    margin-left: 40px;
  }
}
.annu-detail.annu-detail__timeline .frame-type-textmedia__content, .annu-detail .annu-detail__timeline .frame-type-textmedia__content {
  margin-left: 0;
}
@media only screen and (min-width: 48rem) {
  .annu-detail.annu-detail__timeline .frame-type-textmedia__content, .annu-detail .annu-detail__timeline .frame-type-textmedia__content {
    margin-left: 20px;
  }
}
.annu-detail.annu-detail__timeline .content-high--1:before, .annu-detail .annu-detail__timeline .content-high--1:before {
  left: calc(50% - 15px);
}
@media only screen and (min-width: 48rem) {
  .annu-detail.annu-detail__timeline .content-high--1:before, .annu-detail .annu-detail__timeline .content-high--1:before {
    left: calc(9.5% - 15px);
  }
}
@media only screen and (min-width: 62rem) {
  .annu-detail.annu-detail__timeline .content-high--1:before, .annu-detail .annu-detail__timeline .content-high--1:before {
    left: calc(8.5% - 15px);
  }
}
@media only screen and (min-width: 75rem) {
  .annu-detail.annu-detail__timeline .content-high--1:before, .annu-detail .annu-detail__timeline .content-high--1:before {
    left: calc(7.5% - 15px);
  }
}
.annu-detail.annu-detail__timeline .content-high--2:before, .annu-detail .annu-detail__timeline .content-high--2:before {
  left: calc(50% - 15px);
}
@media only screen and (min-width: 48rem) {
  .annu-detail.annu-detail__timeline .content-high--2:before, .annu-detail .annu-detail__timeline .content-high--2:before {
    left: calc(29.75% - 15px);
  }
}
@media only screen and (min-width: 62rem) {
  .annu-detail.annu-detail__timeline .content-high--2:before, .annu-detail .annu-detail__timeline .content-high--2:before {
    left: calc(29.25% - 15px);
  }
}
@media only screen and (min-width: 75rem) {
  .annu-detail.annu-detail__timeline .content-high--2:before, .annu-detail .annu-detail__timeline .content-high--2:before {
    left: calc(28.75% - 15px);
  }
}
.annu-detail.annu-detail__timeline .content-high--3:before, .annu-detail .annu-detail__timeline .content-high--3:before {
  left: calc(50% - 15px);
}
@media only screen and (min-width: 48rem) {
  .annu-detail.annu-detail__timeline .content-high--3:before, .annu-detail .annu-detail__timeline .content-high--3:before {
    left: calc(50% - 15px);
  }
}
.annu-detail.annu-detail__timeline .content-high--4:before, .annu-detail .annu-detail__timeline .content-high--4:before {
  left: calc(50% - 15px);
}
@media only screen and (min-width: 48rem) {
  .annu-detail.annu-detail__timeline .content-high--4:before, .annu-detail .annu-detail__timeline .content-high--4:before {
    left: calc(70.25% - 15px);
  }
}
@media only screen and (min-width: 62rem) {
  .annu-detail.annu-detail__timeline .content-high--4:before, .annu-detail .annu-detail__timeline .content-high--4:before {
    left: calc(70.75% - 15px);
  }
}
@media only screen and (min-width: 75rem) {
  .annu-detail.annu-detail__timeline .content-high--4:before, .annu-detail .annu-detail__timeline .content-high--4:before {
    left: calc(71.25% - 15px);
  }
}
.annu-detail.annu-detail__timeline .content-high--5:before, .annu-detail .annu-detail__timeline .content-high--5:before {
  left: calc(50% - 15px);
}
@media only screen and (min-width: 48rem) {
  .annu-detail.annu-detail__timeline .content-high--5:before, .annu-detail .annu-detail__timeline .content-high--5:before {
    left: calc(90.5% - 15px);
  }
}
@media only screen and (min-width: 62rem) {
  .annu-detail.annu-detail__timeline .content-high--5:before, .annu-detail .annu-detail__timeline .content-high--5:before {
    left: calc(91.5% - 15px);
  }
}
@media only screen and (min-width: 75rem) {
  .annu-detail.annu-detail__timeline .content-high--5:before, .annu-detail .annu-detail__timeline .content-high--5:before {
    left: calc(92.5% - 15px);
  }
}
.annu-detail__timeline .frame-type-textmedia__content > h1:first-child, .annu-detail__timeline .frame-type-textmedia__content > h2:first-child, .annu-detail__timeline .frame-type-textmedia__content > h3:first-child, .annu-detail__timeline .frame-type-textmedia__content > h4:first-child, .annu-detail__timeline .frame-type-textmedia__content > h5:first-child, .annu-detail__timeline .frame-type-textmedia__content > h6:first-child {
  margin-top: 0;
}
.annu-detail__realise {
  margin-bottom: 40px;
}
.annu-detail__realise #image-header {
  margin-bottom: 40px;
}
.annu-detail__realise #image-header .banner-img {
  height: 300px;
  position: relative;
}
@media only screen and (min-width: 62rem) {
  .annu-detail__realise #image-header .banner-img {
    height: 600px;
  }
}
.annu-detail__realise #image-header .banner-img .img-legend {
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.annu-detail__realise .img-copyright {
  margin-top: -35px;
  margin-bottom: 20px;
}
.annu-detail__realise .realise__progs, .annu-detail__realise .realise__categories {
  font-size: 0.75rem;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  padding: 2px 4px 1px;
}
.annu-detail__realise .realise__progs {
  background-color: #005AFF;
  color: #fff;
  margin-right: 10px;
}
.annu-detail__realise .content_right .frame-layout-4, .annu-detail__realise .content_right .frame-layout-5 {
  margin: 0;
  padding: 30px 20px;
  height: 100%;
}
.annu-detail__realise .content_right .frame-layout-4 .h3, .annu-detail__realise .content_right .frame-layout-5 .h3 {
  margin-top: 0;
  text-align: center;
}
.annu-detail__realise .content_right .frame-layout-4 > ul, .annu-detail__realise .content_right .frame-layout-5 > ul {
  margin-bottom: 0;
}
.annu-detail__realise .content_right .frame-layout-4 > ul li, .annu-detail__realise .content_right .frame-layout-5 > ul li {
  padding-left: 0;
  text-align: center;
}
.annu-detail__realise .content_right .frame-layout-4 > ul li:before, .annu-detail__realise .content_right .frame-layout-5 > ul li:before {
  content: none;
}
.annu-detail__realise .content_right .frame-layout-4 > ul li img:not(:last-child), .annu-detail__realise .content_right .frame-layout-5 > ul li img:not(:last-child) {
  margin-bottom: 10px;
}
.annu-detail__realise .content_right .chapo {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1rem;
  margin-bottom: 7px;
}
.annu-detail__realise .content_right .couts .h3 {
  color: #FECA5A;
}
.annu-detail__realise .content_right .couts .frame-type-textmedia:not(:last-child) {
  margin-bottom: 20px;
}
.annu-detail__realise .content_right .couts .couts__total {
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
  color: #FECA5A;
  /*margin-top: 20px;*/
}
.annu-detail__realise .content_center h2 {
  margin-top: 0;
}
.annu-detail__realise .content_bottom {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .annu-detail__realise .content_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.annu-detail__realise .content_bottom .frame-layout-4-center {
  padding: 20px;
  border: 2px solid #FECA5A;
}
.annu-detail__realise .content_bottom .frame-layout-4-center .h3 {
  font-size: 1.125rem;
  margin-top: 0;
  text-align: center;
}
.annu-detail__realise .content_bottom .frame-layout-4-center .chapo {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.0625rem;
  text-align: center;
}
.news-single .related, .annu-detail .related {
  margin-bottom: 60px;
}
.news-single .related .annuaire-related, .news-single .related .news-related, .annu-detail .related .annuaire-related, .annu-detail .related .news-related {
  margin-bottom: 20px;
}
.news-single .related .annuaire-related__title, .news-single .related .news-related__title, .annu-detail .related .annuaire-related__title, .annu-detail .related .news-related__title {
  margin-bottom: 0;
}
.news-single .related .annuaire-related__adresse, .annu-detail .related .annuaire-related__adresse {
  color: #005AFF;
  font-family: "Dosis", sans-serif;
  font-size: 1.25rem;
}
.toggle .news-related, .ressource-annuaire {
  margin-bottom: 30px;
}
.toggle .news-related ul, .ressource-annuaire ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.toggle .news-related ul li, .ressource-annuaire ul li {
  margin-bottom: 15px;
}
.toggle .news-related p, .ressource-annuaire p {
  margin: 0;
}
.toggle .news-related p.info, .ressource-annuaire p.info {
  line-height: 0.8rem;
  padding-left: 25px;
}
.toggle .news-related p.info span, .ressource-annuaire p.info span {
  font-size: 0.8rem;
  color: #565656;
  font-style: italic;
}
.toggle .news-related p.info span.extension, .ressource-annuaire p.info span.extension {
  text-transform: uppercase;
}
.toggle .news-related p a, .ressource-annuaire p a {
  position: relative;
  margin-left: 25px;
  color: #005AFF;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}
.toggle .news-related p a:hover, .toggle .news-related p a:focus, .ressource-annuaire p a:hover, .ressource-annuaire p a:focus {
  -webkit-animation: Gradient 0.5s forwards;
  animation: Gradient 0.5s forwards;
}
.toggle .news-related p a.link_download:after, .ressource-annuaire p a.link_download:after {
  content: "";
  display: inline-block;
  vertical-align: initial;
  margin-left: 5px;
  width: 8px;
  height: 10px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -439px -33px;
}
.toggle .news-related p a.link_external:after, .ressource-annuaire p a.link_external:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -411px -33px;
}
.detail-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #FECA5A;
  border-bottom: 1px solid #FECA5A;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 36rem) {
  .detail-navigation {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .detail-navigation {
    margin-bottom: 60px;
  }
}
.detail-navigation > div {
  min-width: 33%;
  padding: 0 5px;
  border-right: 1px solid #e4e4e4;
}
.detail-navigation > div:last-child {
  border: none;
}
.detail-navigation a {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.detail-navigation a:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.detail-navigation a:hover, .detail-navigation a:focus {
  text-decoration: none;
}
.detail-navigation a:hover:after, .detail-navigation a:focus:after {
  width: calc(100% - 15px);
}
.detail-navigation .news-backlink-wrap a {
  color: #565656;
  padding-left: 15px;
}
.detail-navigation .news-backlink-wrap a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 9px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -62px -232px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.detail-navigation .news-backlink-wrap a:after {
  left: 15px;
  background: #565656;
}
.detail-navigation .previous a {
  color: #005AFF;
  padding-left: 15px;
}
.detail-navigation .previous a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 10px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -83px -232px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.detail-navigation .previous a:after {
  left: 15px;
  background: #005AFF;
}
.detail-navigation .next a {
  color: #005AFF;
  padding-right: 15px;
}
.detail-navigation .next a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 10px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -74px -232px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.detail-navigation .next a:after {
  left: 0px;
  background: #005AFF;
}
@media (min-width: 576px) {
  .detail-navigation > div {
    min-width: 0;
    padding: 0 20px;
  }
  .news-single .related_galery div.col-sm-6.col-md-4.col-lg-3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .news-single .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news-single .toggle .news-related {
    min-width: 50%;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .news-single .news-img-wrap {
    display: block;
    margin-bottom: 40px;
  }
  .news-single .news-img-wrap img {
    width: 100% !important;
  }
  .news-single .news-img-wrap.agenda {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 80px;
  }
  .news-single .wrap-agenda {
    position: relative;
    padding-top: 30px;
  }
  .news-single .bloc-agenda {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #fff;
    z-index: 5;
  }
  .news-single .bloc-agenda p.date {
    top: calc(50% - 42.5px);
    left: calc(33% - 42.5px);
  }
  .news-single .bloc-agenda .map, .news-single .bloc-agenda .date-full {
    display: block;
  }
  .news-single .bloc-agenda > div {
    min-width: 33%;
    min-height: 180px;
    padding: 20px;
  }
  .news-single .bloc-agenda .map {
    padding: 0;
  }
  .news-single .bloc-agenda .map iframe, .news-single .bloc-agenda .map .tx-e-maps {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .news-single .bloc-agenda .map .tx-e-maps > div {
    height: 180px !important;
  }
  .news-single .bloc-agenda .map .tx-e-maps > div button, .news-single .bloc-agenda .map .tx-e-maps > div .gmnoprint {
    display: none;
  }
  .news-single .bloc-agenda .horaire {
    display: block;
    padding-left: 65px;
    background: #fff;
  }
  .news-single .bloc-agenda .date-full {
    margin-bottom: 25px;
  }
  .news-single .bloc-agenda .date-full p {
    padding-left: 25px;
  }
  .news-single .bloc-agenda .date-full p.title:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    display: block;
    width: 19px;
    height: 16px;
    background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -221px -200px;
  }
  .news-single .bloc-agenda .localisation {
    padding: 20px;
  }
  .news-single .bloc-agenda .debut p {
    text-align: left;
    padding-left: 25px;
  }
  .news-single .bloc-agenda .debut p.title:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
  }
}
/* Gestion des page détails des extensions (news, annuaire...) */
/* Nomenclature : list + list--type + list-numTemplate */
.list {
  /* Spécificités annuaire*/
  /* Spécificités news*/
  /* Spécifictés galleries */
}
.news-list-view.news, .annuaire-list-view.video, .annuaire-list-view.projets, .annuaire-list-view.programmes, .annuaire-list-view.realises {
  margin-right: -20px;
  margin-left: -20px;
}
.news-list-view.news .article, .annuaire-list-view.video .article, .annuaire-list-view.projets .article, .annuaire-list-view.programmes .article, .annuaire-list-view.realises .article {
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
}
.news-list-view.news .article a, .annuaire-list-view.video .article a, .annuaire-list-view.projets .article a, .annuaire-list-view.programmes .article a, .annuaire-list-view.realises .article a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: -1px -1px 10px #c8c8c8;
  box-shadow: -1px -1px 10px #c8c8c8;
}
.news-list-view.news .article a .img, .annuaire-list-view.video .article a .img, .annuaire-list-view.projets .article a .img, .annuaire-list-view.programmes .article a .img, .annuaire-list-view.realises .article a .img {
  width: 100% !important;
  height: auto !important;
}
.news-list-view.news .article a .defaultImage, .annuaire-list-view.video .article a .defaultImage, .annuaire-list-view.projets .article a .defaultImage, .annuaire-list-view.programmes .article a .defaultImage, .annuaire-list-view.realises .article a .defaultImage {
  position: relative;
  top: 0px;
}
.news-list-view.news .article a .info, .annuaire-list-view.video .article a .info, .annuaire-list-view.projets .article a .info, .annuaire-list-view.programmes .article a .info, .annuaire-list-view.realises .article a .info {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #fff;
  min-height: 150px;
  padding: 25px 20px 20px 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-list-view.news .article a .info:before, .annuaire-list-view.video .article a .info:before, .annuaire-list-view.projets .article a .info:before, .annuaire-list-view.programmes .article a .info:before, .annuaire-list-view.realises .article a .info:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px 200px 0 200px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.news-list-view.news .article a .info:after, .annuaire-list-view.video .article a .info:after, .annuaire-list-view.projets .article a .info:after, .annuaire-list-view.programmes .article a .info:after, .annuaire-list-view.realises .article a .info:after {
  content: "";
  position: absolute;
  top: calc(100% + 45px);
  left: 50%;
  display: block;
  width: 33px;
  height: 33px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/icon-bloc-list.png");
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media only screen and (min-width: 36rem) {
  .news-list-view.news .article a .info:after, .annuaire-list-view.video .article a .info:after, .annuaire-list-view.projets .article a .info:after, .annuaire-list-view.programmes .article a .info:after, .annuaire-list-view.realises .article a .info:after {
    left: 25%;
    top: calc(100% + 30px);
  }
}
@media only screen and (min-width: 48rem) {
  .news-list-view.news .article a .info:after, .annuaire-list-view.video .article a .info:after, .annuaire-list-view.projets .article a .info:after, .annuaire-list-view.programmes .article a .info:after, .annuaire-list-view.realises .article a .info:after {
    top: calc(100% + 45px);
  }
}
@media only screen and (min-width: 62rem) {
  .news-list-view.news .article a .info:after, .annuaire-list-view.video .article a .info:after, .annuaire-list-view.projets .article a .info:after, .annuaire-list-view.programmes .article a .info:after, .annuaire-list-view.realises .article a .info:after {
    left: 50%;
  }
}
@media only screen and (min-width: 75rem) {
  .news-list-view.news .article a .info:after, .annuaire-list-view.video .article a .info:after, .annuaire-list-view.projets .article a .info:after, .annuaire-list-view.programmes .article a .info:after, .annuaire-list-view.realises .article a .info:after {
    left: 25%;
  }
}
.news-list-view.news .article a .info p, .annuaire-list-view.video .article a .info p, .annuaire-list-view.projets .article a .info p, .annuaire-list-view.programmes .article a .info p, .annuaire-list-view.realises .article a .info p {
  margin: 0;
  color: #000;
  position: relative;
}
.news-list-view.news .article a .info p.category, .annuaire-list-view.video .article a .info p.category, .annuaire-list-view.projets .article a .info p.category, .annuaire-list-view.programmes .article a .info p.category, .annuaire-list-view.realises .article a .info p.category {
  font-size: 0.6rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.news-list-view.news .article a .info p.title, .annuaire-list-view.video .article a .info p.title, .annuaire-list-view.projets .article a .info p.title, .annuaire-list-view.programmes .article a .info p.title, .annuaire-list-view.realises .article a .info p.title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5rem;
  font-family: "Dosis", sans-serif;
  color: #005AFF;
}
.news-list-view.news .article a .info p.title:before, .annuaire-list-view.video .article a .info p.title:before, .annuaire-list-view.projets .article a .info p.title:before, .annuaire-list-view.programmes .article a .info p.title:before, .annuaire-list-view.realises .article a .info p.title:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -15px;
  color: #FECA5A;
}
.news-list-view.news .article a .info .description, .annuaire-list-view.video .article a .info .description, .annuaire-list-view.projets .article a .info .description, .annuaire-list-view.programmes .article a .info .description, .annuaire-list-view.realises .article a .info .description {
  height: 0;
}
.news-list-view.news .article a .info .description p, .annuaire-list-view.video .article a .info .description p, .annuaire-list-view.projets .article a .info .description p, .annuaire-list-view.programmes .article a .info .description p, .annuaire-list-view.realises .article a .info .description p {
  padding-top: 10px;
  padding-right: 38px;
  font-family: "Dosis", sans-serif;
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.news-list-view.news .article a:hover .info:before, .news-list-view.news .article a:focus .info:before, .annuaire-list-view.video .article a:hover .info:before, .annuaire-list-view.video .article a:focus .info:before, .annuaire-list-view.projets .article a:hover .info:before, .annuaire-list-view.projets .article a:focus .info:before, .annuaire-list-view.programmes .article a:hover .info:before, .annuaire-list-view.programmes .article a:focus .info:before, .annuaire-list-view.realises .article a:hover .info:before, .annuaire-list-view.realises .article a:focus .info:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.news-list-view.news .article a:hover .info:after, .news-list-view.news .article a:focus .info:after, .annuaire-list-view.video .article a:hover .info:after, .annuaire-list-view.video .article a:focus .info:after, .annuaire-list-view.projets .article a:hover .info:after, .annuaire-list-view.projets .article a:focus .info:after, .annuaire-list-view.programmes .article a:hover .info:after, .annuaire-list-view.programmes .article a:focus .info:after, .annuaire-list-view.realises .article a:hover .info:after, .annuaire-list-view.realises .article a:focus .info:after {
  opacity: 1;
}
.news-list-view.news .article a:hover .info .description p, .news-list-view.news .article a:focus .info .description p, .annuaire-list-view.video .article a:hover .info .description p, .annuaire-list-view.video .article a:focus .info .description p, .annuaire-list-view.projets .article a:hover .info .description p, .annuaire-list-view.projets .article a:focus .info .description p, .annuaire-list-view.programmes .article a:hover .info .description p, .annuaire-list-view.programmes .article a:focus .info .description p, .annuaire-list-view.realises .article a:hover .info .description p, .annuaire-list-view.realises .article a:focus .info .description p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.news-list-view.news .article a:hover .info.agenda:after, .news-list-view.news .article a:focus .info.agenda:after, .annuaire-list-view.video .article a:hover .info.agenda:after, .annuaire-list-view.video .article a:focus .info.agenda:after, .annuaire-list-view.projets .article a:hover .info.agenda:after, .annuaire-list-view.projets .article a:focus .info.agenda:after, .annuaire-list-view.programmes .article a:hover .info.agenda:after, .annuaire-list-view.programmes .article a:focus .info.agenda:after, .annuaire-list-view.realises .article a:hover .info.agenda:after, .annuaire-list-view.realises .article a:focus .info.agenda:after {
  left: calc(50% + 30px);
}
.news-list-view.news .article .assets, .annuaire-list-view.video .article .assets, .annuaire-list-view.projets .article .assets, .annuaire-list-view.programmes .article .assets, .annuaire-list-view.realises .article .assets {
  display: none;
}
.news-list-view.event {
  margin-right: -20px;
  margin-left: -20px;
}
.news-list-view.event .article {
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
}
.news-list-view.event .article a {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-list-view.event .article a img {
  width: 100% !important;
  height: auto !important;
}
.news-list-view.event .article a .info {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  min-height: 85px;
  padding: 10px 10px 10px 100px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.news-list-view.event .article a .info p {
  margin: 0;
  color: #000;
  position: relative;
}
.news-list-view.event .article a .info p.category {
  font-size: 0.75rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #005AFF;
}
.news-list-view.event .article a .info p.title {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  line-height: 1.4rem;
}
.news-list-view.event .article a .info p.date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 85px;
  height: 100%;
  text-align: center;
  padding-top: 10px;
  background: #FECA5A;
  font-size: 0.9rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}
.news-list-view.event .article a .info p.date span {
  display: block;
  text-transform: uppercase;
}
.news-list-view.event .article a .info p.date span.down {
  text-transform: none;
}
.news-list-view.event .article a .info p.date.single {
  padding-top: 30px;
}
.news-list-view.event .article a .info p.date.diff {
  padding-top: 16px;
}
.news-list-view.event .article a .info p.date.diff span:first-child:after {
  content: "";
  display: block;
  width: 3px;
  height: 2px;
  background: #000;
  margin: 5px auto;
}
.news-list-view.event .article a .info p.date:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 42px 0 43px;
  border-color: #FECA5A transparent transparent transparent;
}
.news-list-view.event .article a:hover, .news-list-view.event .article a:focus {
  text-decoration: none;
}
.news-list-view.event .article a:hover .info, .news-list-view.event .article a:focus .info {
  bottom: 30px;
}
.ias-loader, .ias-spinner, .ias-trigger {
  text-align: center;
  margin: 30px 0 40px;
  width: 100%;
}
.ias-trigger button {
  display: inline-block;
  position: relative;
}
.ias-trigger button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  opacity: 0;
  width: 27px;
  height: 12px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -102px -227px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.ias-trigger button:hover, .ias-trigger button:focus {
  color: #fff !important;
}
.ias-trigger button:hover:before, .ias-trigger button:focus:before {
  left: 50%;
  opacity: 1;
}
@media (min-width: 576px) {
  .news-list-view, .annuaire-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news-list-view .article, .annuaire-list-view .article {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .news-list-view .article, .annuaire-list-view .article {
    width: 33.3%;
  }
  .news-list-view .event-home, .annuaire-list-view .event-home {
    width: 25%;
  }
  .news-list-view.news .article a .info:before, .annuaire-list-view.news .article a .info:before {
    border-width: 100px 235px 0 235px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .news-list-view.news .article a .info:after, .annuaire-list-view.news .article a .info:after {
    top: calc(100% + 38px);
    left: 18%;
  }
  .news-list-view.news .article a .info p.category, .annuaire-list-view.news .article a .info p.category {
    font-size: 0.75rem;
  }
  .news-list-view.news .article a .info p.category span, .annuaire-list-view.news .article a .info p.category span {
    font-size: 0.75rem;
  }
  .news-list-view.news .article a .info p.title, .annuaire-list-view.news .article a .info p.title {
    font-size: 1.25rem;
  }
  .news-list-view.news .article a .info .description p, .annuaire-list-view.news .article a .info .description p {
    font-size: 0.938rem;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 62rem) {
  .annuaire-list-view.programmes .article, .annuaire-list-view.projets .article, .annuaire-list-view.realises .article {
    width: 33.333%;
  }
}
.annuaire-list-view.programmes .article a > img, .annuaire-list-view.projets .article a > img, .annuaire-list-view.realises .article a > img {
  width: 100%;
}
.annuaire-list-view.programmes .article a > img.img-external, .annuaire-list-view.projets .article a > img.img-external, .annuaire-list-view.realises .article a > img.img-external {
  width: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.annuaire-list-view.programmes .article a .info, .annuaire-list-view.projets .article a .info, .annuaire-list-view.realises .article a .info {
  min-height: 110px;
}
@media only screen and (min-width: 36rem) {
  .annuaire-list-view.programmes .article a .info:before, .annuaire-list-view.projets .article a .info:before, .annuaire-list-view.realises .article a .info:before {
    border-width: 60px 190px 0 70p;
  }
}
@media only screen and (min-width: 48rem) {
  .annuaire-list-view.programmes .article a .info:before, .annuaire-list-view.projets .article a .info:before, .annuaire-list-view.realises .article a .info:before {
    border-width: 90px 265px 0 130px;
  }
}
@media only screen and (min-width: 62rem) {
  .annuaire-list-view.programmes .article a .info:before, .annuaire-list-view.projets .article a .info:before, .annuaire-list-view.realises .article a .info:before {
    border-width: 70px 220px 0 70px;
  }
}
@media only screen and (min-width: 75rem) {
  .annuaire-list-view.programmes .article a .info:before, .annuaire-list-view.projets .article a .info:before, .annuaire-list-view.realises .article a .info:before {
    border-width: 90px 265px 0 130px;
  }
}
.annuaire-list-view.programmes .article a .info:after, .annuaire-list-view.projets .article a .info:after, .annuaire-list-view.realises .article a .info:after {
  top: calc(100% + 25px);
  left: 20%;
  width: 26px;
  height: 26px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/plus-circle.png");
  background-size: contain;
}
.annuaire-list-view.programmes .article a .info p.title, .annuaire-list-view.projets .article a .info p.title, .annuaire-list-view.realises .article a .info p.title {
  font-size: 1.25rem;
}
.annuaire-list-view.programmes .article a .info .realises-programmation, .annuaire-list-view.programmes .article a .info .projet-cloture, .annuaire-list-view.projets .article a .info .realises-programmation, .annuaire-list-view.projets .article a .info .projet-cloture, .annuaire-list-view.realises .article a .info .realises-programmation, .annuaire-list-view.realises .article a .info .projet-cloture {
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  padding: 3px 8px;
  position: absolute;
  top: 0;
  left: 20px;
  background: #005AFF;
  color: #fff;
  text-transform: uppercase;
}
.annuaire-list-view.programmes .article a .info .realises-programmation--0, .annuaire-list-view.programmes .article a .info .projet-cloture--0, .annuaire-list-view.projets .article a .info .realises-programmation--0, .annuaire-list-view.projets .article a .info .projet-cloture--0, .annuaire-list-view.realises .article a .info .realises-programmation--0, .annuaire-list-view.realises .article a .info .projet-cloture--0 {
  background: #005AFF;
  color: #fff;
}
@media only screen and (min-width: 90rem) {
  .annuaire-list-view.projets .article {
    width: 25%;
  }
}
@media only screen and (min-width: 90rem) {
  .annuaire-list-view.projets .article a .info:before {
    border-width: 70px 220px 0 70px;
  }
}
.annuaire-list-view.projets .article a .info p.category span {
  font-size: 0.75rem;
}
.annuaire-list-view.projets .article .category-annuaire {
  position: absolute;
  top: 110px;
  left: 0;
  bottom: 0;
  right: 0;
}
.annuaire-list-view.projets .article .category-annuaire img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.annuaire-list-view.projets .article .category-annuaire.category--3 {
  background: rgba(69, 131, 74, 0.5);
}
.annuaire-list-view.realises .article a .info {
  padding-top: 35px;
}
.annuaire-list-view.projets-hp .projets-hp__content, .annuaire-list-view.calendrier .projets-hp__content {
  width: 100%;
  margin-bottom: 40px;
}
.annuaire-list-view.projets-hp .projets-hp__fiche a, .annuaire-list-view.projets-hp .info a, .annuaire-list-view.calendrier .projets-hp__fiche a, .annuaire-list-view.calendrier .info a {
  display: block;
  position: relative;
}
.annuaire-list-view.projets-hp .projets-hp__fiche a .img-external, .annuaire-list-view.projets-hp .info a .img-external, .annuaire-list-view.calendrier .projets-hp__fiche a .img-external, .annuaire-list-view.calendrier .info a .img-external {
  position: absolute;
  right: 0;
  top: 6px;
}
.annuaire-list-view.projets-hp .projets-hp__fiche .category span, .annuaire-list-view.projets-hp .info .category span, .annuaire-list-view.calendrier .projets-hp__fiche .category span, .annuaire-list-view.calendrier .info .category span {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.annuaire-list-view.projets-hp a, .annuaire-list-view.calendrier a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.annuaire-list-view.projets-hp a .img-external, .annuaire-list-view.calendrier a .img-external {
  margin: 8px 0 0 10px;
}
.annuaire-list-view.realises-hp .realises-hp__content .slick-arrow {
  position: absolute;
  top: 100px;
  width: 32px;
  height: 32px;
  z-index: 1;
}
@media only screen and (min-width: 36rem) {
  .annuaire-list-view.realises-hp .realises-hp__content .slick-arrow {
    top: 109px;
  }
}
@media only screen and (min-width: 48rem) {
  .annuaire-list-view.realises-hp .realises-hp__content .slick-arrow {
    top: 64px;
  }
}
@media only screen and (min-width: 62rem) {
  .annuaire-list-view.realises-hp .realises-hp__content .slick-arrow {
    top: 94px;
  }
}
@media only screen and (min-width: 75rem) {
  .annuaire-list-view.realises-hp .realises-hp__content .slick-arrow {
    top: 116px;
  }
}
@media only screen and (min-width: 90rem) {
  .annuaire-list-view.realises-hp .realises-hp__content .slick-arrow {
    top: 134px;
    /* (hauteur img/2, ici 300/2) - (32/2)*/
  }
}
.annuaire-list-view.realises-hp .realises-hp__content .slick-arrow.slick-prev {
  left: 20px;
}
.annuaire-list-view.realises-hp .realises-hp__content .slick-arrow.slick-next {
  right: 20px;
}
.annuaire-list-view.realises-hp .realises-hp__content .realises-hp__fiche a {
  display: block;
}
.tx-e-annuaires .see-more {
  margin-bottom: 30px;
}
.tx-e-annuaires .see-more .btn {
  padding: 25px 40px 20px;
  margin-bottom: 5px;
  min-width: 280px;
}
@media only screen and (min-width: 75rem) {
  .tx-e-annuaires .see-more .btn {
    min-width: 210px;
  }
}
@media only screen and (min-width: 90rem) {
  .tx-e-annuaires .see-more .btn {
    min-width: 280px;
    padding: 25px 40px 20px;
  }
}
.e_calameo_publisher_liste {
  display: flex;
  flex-wrap: wrap;
}
/* Gestion des page résultats des extensions (news, annuaire...) */
/* Nomenclature : results + results--extension */
.results {
  /* Spécificités annuaire*/
  /* Spécificités news*/
}
.count-msg {
  padding: 0 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.annuaire-search, .solr-search {
  background: rgba(254, 202, 90, 0.1);
  padding: 20px 15px;
}
.annuaire-search__legend, .solr-search__legend {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  color: #005AFF;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (min-width: 62rem) {
  .annuaire-search__legend, .solr-search__legend {
    text-align: right;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 75rem) {
  .annuaire-search__legend, .solr-search__legend {
    font-size: 1.5625rem;
  }
}
.annuaire-search__supp, .solr-search__supp {
  margin-top: 10px;
}
.annuaire-search .form-group, .solr-search .form-group {
  margin-bottom: 10px;
}
.annuaire-search .label, .solr-search .label {
  font-size: 0.8125rem;
  display: block;
}
.annuaire-search .search-form__field, .solr-search .search-form__field {
  margin-top: 27px;
}
.annuaire-search .search-form__field .btn, .solr-search .search-form__field .btn {
  width: auto;
  min-width: 190px;
}
.annuaire-search .annuaire-search__btn-more, .annuaire-search .form-reset, .solr-search .annuaire-search__btn-more, .solr-search .form-reset {
  background: none;
  border: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: underline;
}
.annuaire-search .form-reset, .solr-search .form-reset {
  margin-left: 40px;
  margin-top: 10px;
}
@media only screen and (min-width: 62rem) {
  .timeline-search .annuaire-search__legend {
    text-align: center;
  }
}
.timeline-search .search-form__field .btn {
  width: 100%;
}
.timeline-search .form-reset {
  margin-left: 0px;
}
.tx_solr #tx-solr-search-form-pi-results .tx-solr-q {
  min-height: 68px;
  border-color: #767676;
  border-radius: 0;
  min-width: 250px;
}
.tx_solr #tx-solr-search-form-pi-results .input-group-append {
  margin-left: 0;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .tx_solr #tx-solr-search-form-pi-results .input-group-append {
    margin-left: -1px;
    width: auto;
  }
}
.tx_solr #tx-solr-search-form-pi-results .input-group-append .tx-solr-submit {
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .tx_solr #tx-solr-search-form-pi-results .input-group-append .tx-solr-submit {
    width: auto;
  }
}
.tx_solr .solr-search .navbar {
  padding: 0;
  margin-top: 20px;
}
.tx_solr .solr-search .navbar .dropdown {
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .tx_solr .solr-search .navbar .dropdown {
    width: auto;
  }
}
.tx_solr .solr-search .navbar .dropdown .dropdown-toggle {
  border-color: #000;
  background: #fff;
  padding: 25px 50px 20px;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .tx_solr .solr-search .navbar .dropdown .dropdown-toggle {
    width: auto;
  }
}
.tx_solr .solr-search .navbar .dropdown .dropdown-item:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item.active, .tx_solr .solr-search .navbar .dropdown .dropdown-item:active {
  background-color: #005AFF;
}
.tx_solr .solr-search .navbar .dropdown .dropdown-item:hover a, .tx_solr .solr-search .navbar .dropdown .dropdown-item:hover .facet-result-count, .tx_solr .solr-search .navbar .dropdown .dropdown-item:focus a, .tx_solr .solr-search .navbar .dropdown .dropdown-item:focus .facet-result-count, .tx_solr .solr-search .navbar .dropdown .dropdown-item.active a, .tx_solr .solr-search .navbar .dropdown .dropdown-item.active .facet-result-count, .tx_solr .solr-search .navbar .dropdown .dropdown-item:active a, .tx_solr .solr-search .navbar .dropdown .dropdown-item:active .facet-result-count {
  color: #fff;
}
.tx_solr .solr-search .navbar .dropdown .dropdown-item:hover a:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item:hover a:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item:hover .facet-result-count:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item:hover .facet-result-count:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item:focus a:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item:focus a:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item:focus .facet-result-count:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item:focus .facet-result-count:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item.active a:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item.active a:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item.active .facet-result-count:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item.active .facet-result-count:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item:active a:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item:active a:focus, .tx_solr .solr-search .navbar .dropdown .dropdown-item:active .facet-result-count:hover, .tx_solr .solr-search .navbar .dropdown .dropdown-item:active .facet-result-count:focus {
  color: #fff;
}
.tx_solr .solr-search .tx-solr-facets-in-use {
  margin-top: 5px;
}
.tx_solr .solr-search .tx-solr-facets-in-use .badge {
  padding: 10px 10px 8px 35px;
  border-radius: 0;
  position: relative;
  font-size: 0.875rem;
}
.tx_solr .solr-search .tx-solr-facets-in-use .badge.badge-primary {
  background-color: #005AFF;
}
.tx_solr .solr-search .tx-solr-facets-in-use .badge:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/sprites.png") -6px -119px;
}
.tx_solr ul.list-group {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tx_solr ul.list-group li {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .tx_solr ul.list-group li {
    width: 50%;
  }
}
@media only screen and (min-width: 62rem) {
  .tx_solr ul.list-group li {
    width: 33.3%;
  }
}
.tx_solr ul.list-group li a {
  display: block;
  height: 100%;
  border: 1px solid #9c9c9c;
  padding: 20px 20px 75px 20px;
  position: relative;
}
.tx_solr ul.list-group li a .wrap_title {
  display: table;
  width: 100%;
}
.tx_solr ul.list-group li a img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.tx_solr ul.list-group li a span.results-highlight {
  background: #FECA5A;
  font-weight: 700;
  font-size: 0.813rem;
}
.tx_solr ul.list-group li a p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 0.813rem;
  margin: 0;
}
.tx_solr ul.list-group li a p.cat {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #005AFF;
  margin-bottom: 5px;
}
.tx_solr ul.list-group li a p.duree {
  color: #005AFF;
  margin: 5px 0;
}
.tx_solr ul.list-group li a p.title {
  font-size: 0.938rem;
  font-weight: 700;
  word-break: break-all;
  word-break: break-word;
  font-family: "Dosis", sans-serif;
}
.tx_solr ul.list-group li a p.title:before {
  content: "/";
  color: #FECA5A;
}
.tx_solr ul.list-group li a .localisation {
  margin-bottom: 10px;
}
.tx_solr ul.list-group li a .localisation p {
  font-size: 0.75rem;
}
.tx_solr ul.list-group li a .bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 60px;
  padding: 10px;
  background: #005AFF;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.tx_solr ul.list-group li a .bottom:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 40%;
  opacity: 0;
  display: block;
  width: 17px;
  height: 12px;
  background: url("/typo3conf/ext/e_magineurs/europepaca/Resources/Public/Images/arrow-b.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tx_solr ul.list-group li a .bottom p, .tx_solr ul.list-group li a .bottom .relevance {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
.tx_solr ul.list-group li a:hover, .tx_solr ul.list-group li a:focus {
  text-decoration: none;
}
.tx_solr ul.list-group li a:hover .bottom, .tx_solr ul.list-group li a:focus .bottom {
  height: 100px;
}
.tx_solr ul.list-group li a:hover .bottom:after, .tx_solr ul.list-group li a:focus .bottom:after {
  left: 50%;
  opacity: 1;
}
#solr-pagination {
  display: none;
}
#next_page {
  display: block;
  margin: auto;
}
.timeline a.link_external {
  padding: 25px 60px 20px;
}
