/* CSS Document 

	Project : AFD
	
*/
/* link with "border-bottom" growing on hover */
@keyframes animScroll {
  0% {
    opacity: 0;
    transform: scaleY(1); }
  20% {
    transform: scaleY(1);
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    transform: scaleY(0);
    opacity: 0; } }
@keyframes bounceUpDown {
  0% {
    transform: translate3d(0, 0, 0); }
  25% {
    transform: translate3d(0, 2px, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  75% {
    transform: translate3d(0, -2px, 0); }
  50% {
    transform: translate3d(0, 0, 0); } }
@keyframes menuUpDown {
  50% {
    transform: translate3d(0, -2px, 0); }
  75% {
    transform: translate3d(0, -1px, 0); } }
@keyframes menuDownUp {
  50% {
    transform: translate3d(0, 2px, 0); }
  75% {
    transform: translate3d(0, 1px, 0); } }
@keyframes bounceLeft {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(2px, 2px, 0); } }
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  position: relative; }
  .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    position: relative; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
      display: inline-block;
      visibility: hidden; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
      text-align: center;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
      display: block; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
      display: block;
      -webkit-backface-visibility: hidden; }
    .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
      display: block;
      -webkit-transform: translateZ(0); }
      .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
        position: absolute; }
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s; }
  .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.odometer.odometer-auto-theme .odometer-inside, .odometer.odometer-theme-default .odometer-inside {
  overflow: hidden; }
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

/* Merriweather Sans */
/* @import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700'); */
/* merriweather-sans-300 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/merriweather-sans/merriweather-sans-v8-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Sans Light"), local("MerriweatherSans-Light"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300.woff2") format("woff2"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300.woff") format("woff"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300.ttf") format("truetype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }
/* merriweather-sans-300italic - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 300;
  src: url("fonts/merriweather-sans/merriweather-sans-v8-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Sans Light Italic"), local("MerriweatherSans-LightItalic"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300italic.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300italic.woff2") format("woff2"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300italic.woff") format("woff"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300italic.ttf") format("truetype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-300italic.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }
/* merriweather-sans-regular - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/merriweather-sans/merriweather-sans-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Sans"), local("MerriweatherSans-Regular"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-regular.woff2") format("woff2"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-regular.woff") format("woff"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-regular.ttf") format("truetype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-regular.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }
/* merriweather-sans-italic - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/merriweather-sans/merriweather-sans-v8-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Sans Italic"), local("MerriweatherSans-Italic"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-italic.woff2") format("woff2"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-italic.woff") format("woff"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-italic.ttf") format("truetype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-italic.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }
/* merriweather-sans-700 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/merriweather-sans/merriweather-sans-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Merriweather Sans Bold"), local("MerriweatherSans-Bold"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-700.woff2") format("woff2"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-700.woff") format("woff"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-700.ttf") format("truetype"), url("fonts/merriweather-sans/merriweather-sans-v8-latin-700.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'ITC Avant Garde Std Bk';
  src: url("fonts/avg/ITCAvantGardeStd-Bk.eot");
  src: url("fonts/avg/ITCAvantGardeStd-Bk.eot?#iefix") format("embedded-opentype"), url("fonts/avg/ITCAvantGardeStd-Bk.woff") format("woff"), url("fonts/avg/ITCAvantGardeStd-Bk.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
@font-face {
  font-family: 'ITC Avant Garde Std Bk';
  src: url("fonts/avg/ITCAvantGardeStd-Md.eot");
  src: url("fonts/avg/ITCAvantGardeStd-Md.eot?#iefix") format("embedded-opentype"), url("fonts/avg/ITCAvantGardeStd-Md.woff") format("woff"), url("fonts/avg/ITCAvantGardeStd-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
@font-face {
  font-family: 'ITC Avant Garde Std Bk';
  src: url("fonts/avg/ITCAvantGardeStd-Demi.eot");
  src: url("fonts/avg/ITCAvantGardeStd-Demi.eot?#iefix") format("embedded-opentype"), url("fonts/avg/ITCAvantGardeStd-Demi.woff") format("woff"), url("fonts/avg/ITCAvantGardeStd-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
@font-face {
  font-family: 'ITC Avant Garde Std Bk';
  src: url("fonts/avg/ITCAvantGardeStd-Bold.eot");
  src: url("fonts/avg/ITCAvantGardeStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/avg/ITCAvantGardeStd-Bold.otf") format("opentype"), url("fonts/avg/ITCAvantGardeStd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
/* icons */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?5498qxe18");
  src: url("fonts/icomoon.eot?5498qxe18#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5498qxe18") format("truetype"), url("fonts/icomoon.woff?5498qxe18") format("woff"), url("fonts/icomoon.svg?5498qxe18#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/*** Reset ***/
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*** Init ***/
html {
  font-size: 62.5%;
  line-height: normal;
  height: 100%; }

body {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  background: #f5f5f5;
  color: #212121;
  line-height: normal; }
  body.page-node-type-editorial-page {
    background: white; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  text-rendering: optimizeLegibility; }

p {
  margin-bottom: 1.6em;
  line-height: 1.6; }

a {
  color: inherit;
  text-decoration: none; }
  a.active {
    color: inherit; }
  a:hover, a:focus {
    color: #da291c;
    text-decoration: none; }

.text-formatted a {
  background: -moz-linear-gradient(rgba(37, 14, 98, 0.2), rgba(37, 14, 98, 0.2));
  background: -webkit-linear-gradient(rgba(37, 14, 98, 0.2), rgba(37, 14, 98, 0.2));
  background: linear-gradient(rgba(37, 14, 98, 0.2), rgba(37, 14, 98, 0.2));
  background-position: 0 1em;
  background-repeat: no-repeat;
  -moz-transition: background-position .15s ease-in-out;
  -webkit-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out; }
  .text-formatted a:hover, .text-formatted a:focus {
    color: inherit;
    background-position: 0 0; }

li a.active {
  color: inherit; }

ul.menu a.is-active {
  color: inherit; }
  ul.menu a.is-active:hover, ul.menu a.is-active:focus {
    color: #da291c;
    text-decoration: none; }

ul, ol {
  margin-left: 20px;
  margin-bottom: 1em; }
  ul li, ol li {
    margin-bottom: 0.35em; }

article.media {
  position: relative; }

.text-formatted ol,
.jov-offer-full .content .content-left ol,
.__descriptive-nm ol {
  margin: 70px 0;
  margin: 7rem 0;
  counter-reset: ol-counter; }
  .text-formatted ol li,
  .jov-offer-full .content .content-left ol li,
  .__descriptive-nm ol li {
    padding-left: 45px;
    padding-left: 4.5rem;
    position: relative;
    min-height: 24px;
    min-height: 2.4rem;
    margin-bottom: 1.6em;
    line-height: 1.6; }
    .text-formatted ol li:before,
    .jov-offer-full .content .content-left ol li:before,
    .__descriptive-nm ol li:before {
      content: counter(ol-counter);
      counter-increment: ol-counter;
      display: inline-block;
      min-width: 24px;
      min-width: 2.4rem;
      height: 24px;
      height: 2.4rem;
      border-radius: 1.2rem;
      text-align: center;
      line-height: 24px;
      color: white;
      background: #da291c;
      position: absolute;
      top: 0;
      left: 0;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: 500;
      font-size: 12px;
      font-size: 1.2rem; }
      @supports (line-height: 2.4rem) {
        .text-formatted ol li:before,
        .jov-offer-full .content .content-left ol li:before,
        .__descriptive-nm ol li:before {
          line-height: 2.4rem; } }
  .text-formatted ol:last-child,
  .jov-offer-full .content .content-left ol:last-child,
  .__descriptive-nm ol:last-child {
    margin-bottom: 0; }
    .text-formatted ol:last-child > li:last-child,
    .jov-offer-full .content .content-left ol:last-child > li:last-child,
    .__descriptive-nm ol:last-child > li:last-child {
      margin-bottom: 0; }
.text-formatted ul,
.jov-offer-full .content .content-left ul,
.__descriptive-nm ul {
  margin: 36px 0;
  margin: 3.6rem 0; }
  .text-formatted ul li,
  .jov-offer-full .content .content-left ul li,
  .__descriptive-nm ul li {
    list-style: none;
    margin: 0 0 1.6em;
    line-height: 1.6;
    padding-left: 30px;
    padding-left: 3rem;
    position: relative; }
    .text-formatted ul li:before,
    .jov-offer-full .content .content-left ul li:before,
    .__descriptive-nm ul li:before {
      content: '';
      position: absolute;
      top: 0.3em;
      left: 0;
      width: 3px;
      height: 13px;
      height: 1.3rem;
      background: #da291c; }

input, select, textarea, button {
  font-family: inherit;
  border-radius: 0; }
  input:focus, select:focus, textarea:focus, button:focus {
    outline: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple] {
  font-family: inherit;
  box-shadow: none; }

select {
  border: solid 2px black;
  background: white;
  padding: 13px 16px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.3rem 1.6rem 1.2rem; }

small {
  font-size: 0.85em; }

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin: 0 0 1em;
  text-transform: uppercase;
  line-height: 1.1; }
  h1 small {
    display: block;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 14px 0 9px; }

.page-title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal; }

h1:empty {
  margin: 0;
  padding-top: 0; }

h2, h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin: 0 0 1em;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600; }

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500; }

.h3, .descriptive_block .field--name-name, .premier-evenement h2, .node--type-expert.node--view-mode-full .other-work .field__label, .node--type-expert.node--view-mode-full .blog .title-bloc-blog, .block-views-blockresource-expert-block-2 > h2, .page-node-type-agency .addresses-schedule h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: none;
  margin-bottom: 1em; }

h4 {
  margin: 0 0 0.75em;
  text-transform: uppercase;
  font-family: "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold; }

a.more, div.more > a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #250e62;
  display: inline-block; }
  a.more:after, div.more > a:after {
    content: '\e90f';
    font-family: icomoon;
    color: #dc124e;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    line-height: 0.8;
    font-size: 1.5em;
    vertical-align: top;
    position: relative;
    left: 0;
    transition: left 0.23s cubic-bezier(0.43, -0.29, 0.65, 1.26); }
  a.more:hover:after, a.more:focus:after, div.more > a:hover:after, div.more > a:focus:after {
    left: 5px; }

.swiper-container {
  position: relative; }

.swiper-button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: solid 1px #beb7d0;
  color: white;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
  background-color: rgba(37, 14, 98, 0);
  line-height: 42px;
  z-index: 3; }
  .swiper-button:hover, .swiper-button:focus {
    opacity: 1;
    background-color: #250e62; }
  .swiper-button.swiper-button-disabled {
    opacity: 0.3;
    cursor: default; }
  .swiper-button:before {
    content: '\e919';
    font-family: icomoon;
    font-size: 20px;
    font-weight: normal; }

.swiper-button-next {
  top: 86px; }
  .swiper-button-next:before {
    content: '\e918'; }

.items-per-page {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #939393;
  font-weight: bold; }
  .items-per-page .item-list, .items-per-page .custom-item-list {
    display: inline; }
  .items-per-page .js-wrapper {
    min-width: 75px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    position: relative; }
    .items-per-page .js-wrapper.opened .js-toggle a {
      background: #250e62;
      border-radius: 3px 3px 0 0;
      transition-delay: 0s; }
      .items-per-page .js-wrapper.opened .js-toggle a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .items-per-page .js-wrapper .js-toggle {
      list-style: none;
      margin: 0;
      padding: 0; }
      .items-per-page .js-wrapper .js-toggle a {
        display: block;
        padding: 10px 26px 10px 10px;
        background: #939393;
        color: white;
        border-radius: 3px;
        transition: background-color 0.15s ease-in-out, border-radius 0s ease-in-out 0.3s;
        position: relative;
        height: 44px;
        height: 4.4rem;
        line-height: 24px;
        line-height: 2.4rem; }
        .items-per-page .js-wrapper .js-toggle a:after {
          content: '\e908';
          font-family: icomoon;
          line-height: 20px;
          width: 20px;
          height: 20px;
          text-align: center;
          position: absolute;
          top: 50%;
          margin-top: -10px;
          right: 10px;
          font-weight: normal;
          font-size: 18px;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          transition: transform 0.3s ease-in-out; }
        .items-per-page .js-wrapper .js-toggle a:hover {
          background-color: #250e62; }
    .items-per-page .js-wrapper ul {
      display: none;
      background: #250e62;
      color: white;
      position: absolute;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0 26px 10px 10px;
      color: white;
      border-radius: 0 0 3px 3px; }
      .items-per-page .js-wrapper ul li {
        margin: 0;
        padding: 0; }
        .items-per-page .js-wrapper ul li a {
          display: block;
          padding: 3px 0; }

.pager-container {
  margin-bottom: 50px; }
  .pager-container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .pager-container .block-displayelementblock,
  .pager-container .items-per-page {
    float: left; }
  .pager-container .pager {
    float: right;
    margin-bottom: 0; }
  .two-cols .layout-content .pager-container {
    margin-bottom: 4.9800796813%; }

.pager {
  margin: 0 0 60px; }
  .pager:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }

.pager ul, ul.ctsearch-pager {
  margin: 0;
  float: right;
  border-radius: 3px;
  background: white; }
  .pager ul li, ul.ctsearch-pager li {
    float: left;
    margin: 0;
    padding: 0; }
    .pager ul li a, ul.ctsearch-pager li a {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      height: 44px;
      height: 4.4rem;
      line-height: 44px;
      line-height: 4.4rem;
      background: white;
      color: #939393;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-align: center;
      min-width: 50px;
      transition: background-color 0.15s ease-in-out; }
      .pager ul li a:hover, .pager ul li a:focus, ul.ctsearch-pager li a:hover, ul.ctsearch-pager li a:focus {
        color: #250e62;
        font-weight: bold; }
    .pager ul li.pager__item--ellipsis, ul.ctsearch-pager li.pager__item--ellipsis {
      padding: 0 10px;
      height: 44px;
      height: 4.4rem;
      line-height: 44px;
      line-height: 4.4rem;
      background: white;
      color: #939393;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-align: center;
      min-width: 50px; }
    .pager ul li:first-child a, .pager ul li.pager__item--previous a, .pager ul li.prev a, ul.ctsearch-pager li:first-child a, ul.ctsearch-pager li.pager__item--previous a, ul.ctsearch-pager li.prev a {
      border-radius: 3px 0 0 3px; }
    .pager ul li:last-child a, .pager ul li.pager__item--next a, .pager ul li.next a, ul.ctsearch-pager li:last-child a, ul.ctsearch-pager li.pager__item--next a, ul.ctsearch-pager li.next a {
      border-radius: 0 3px 3px 0; }
    .pager ul li.pager__item--previous a, .pager ul li.pager__item--next a, .pager ul li.prev a, .pager ul li.next a, ul.ctsearch-pager li.pager__item--previous a, ul.ctsearch-pager li.pager__item--next a, ul.ctsearch-pager li.prev a, ul.ctsearch-pager li.next a {
      color: white;
      background: #939393; }
      .pager ul li.pager__item--previous a:hover, .pager ul li.pager__item--previous a:focus, .pager ul li.pager__item--next a:hover, .pager ul li.pager__item--next a:focus, .pager ul li.prev a:hover, .pager ul li.prev a:focus, .pager ul li.next a:hover, .pager ul li.next a:focus, ul.ctsearch-pager li.pager__item--previous a:hover, ul.ctsearch-pager li.pager__item--previous a:focus, ul.ctsearch-pager li.pager__item--next a:hover, ul.ctsearch-pager li.pager__item--next a:focus, ul.ctsearch-pager li.prev a:hover, ul.ctsearch-pager li.prev a:focus, ul.ctsearch-pager li.next a:hover, ul.ctsearch-pager li.next a:focus {
        background-color: #250e62;
        color: white; }
    .pager ul li.pager__item--previous span, .pager ul li.pager__item--next span, .pager ul li.next span, .pager ul li.prev span, ul.ctsearch-pager li.pager__item--previous span, ul.ctsearch-pager li.pager__item--next span, ul.ctsearch-pager li.next span, ul.ctsearch-pager li.prev span {
      display: none; }
    .pager ul li.pager__item--previous a:before, .pager ul li.pager__item--next a:before, .pager ul li.next a:before, .pager ul li.prev a:before, ul.ctsearch-pager li.pager__item--previous a:before, ul.ctsearch-pager li.pager__item--next a:before, ul.ctsearch-pager li.next a:before, ul.ctsearch-pager li.prev a:before {
      content: '\e907';
      font-family: icomoon;
      font-weight: normal;
      font-size: 1.2em; }
    .pager ul li.pager__item--previous a:before, .pager ul li.prev a:before, ul.ctsearch-pager li.pager__item--previous a:before, ul.ctsearch-pager li.prev a:before {
      content: '\e906'; }
    .pager ul li.pager__item.is-active a, .pager ul li.active a, ul.ctsearch-pager li.pager__item.is-active a, ul.ctsearch-pager li.active a {
      font-weight: bold;
      background: #250e62;
      color: white;
      border-radius: 3px; }
    .pager ul li.pager__item--last, .pager ul li.pager__item--first, ul.ctsearch-pager li.pager__item--last, ul.ctsearch-pager li.pager__item--first {
      display: none; }

ul.ctsearch-pager li.next a, ul.ctsearch-pager li.prev a {
  width: 50px;
  position: relative;
  text-indent: -999em;
  overflow: hidden;
  text-align: left; }
  ul.ctsearch-pager li.next a:before, ul.ctsearch-pager li.prev a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0; }

.copyright, .field--name-field-storyline-mv .storyline .image .field--name-field-copyright-nm {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 20px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  font-size: 9px;
  font-size: 0.9rem; }

.file.pdf {
  padding-left: 130px !important;
  height: 44px;
  height: 4.4rem !important; }

.file {
  position: relative;
  padding-left: 130px;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  height: 44px;
  height: 4.4rem; }
  .file .top {
    display: inline-block;
    height: 44px;
    height: 4.4rem;
    line-height: 44px;
    line-height: 4.4rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
    .file .top a {
      display: block;
      padding: 0 26px;
      border-radius: 0 3px 3px 0;
      background: #f5f5f5;
      z-index: 2;
      overflow: hidden;
      height: 44px;
      height: 4.4rem;
      line-height: 44px;
      line-height: 4.4rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      position: relative;
      transition: color 0.3s ease-out; }
      .file .top a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #250e62;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        transition: all 0.3s ease-out; }
      .file .top a:hover, .file .top a:focus, .file .top a:active, .file .top a.active, .file .top a.is-active {
        color: white;
        text-decoration: none; }
        .file .top a:hover:before, .file .top a:focus:before, .file .top a:active:before, .file .top a.active:before, .file .top a.is-active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
  .file .bottom {
    position: absolute;
    min-width: 130px;
    background: #250e62;
    color: white;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 44px;
    line-height: 4.4rem;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 3px 0 0 3px;
    text-align: center;
    z-index: 3; }
    .file .bottom:before {
      content: '\e91b';
      font-family: icomoon;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      margin-right: 1px; }
    .file .bottom div {
      display: inline; }
    .file .bottom .extension {
      font-weight: bold;
      text-transform: uppercase; }
      .file .bottom .extension:before {
        content: '.'; }
    .file .bottom .weight {
      font-size: 12px;
      font-size: 1.2rem; }
      .file .bottom .weight:before {
        content: '( '; }
      .file .bottom .weight:after {
        content: ' )'; }

.bg-grey {
  background: #f5f5f5; }

input.button {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  text-align: center;
  display: inline-block;
  border-radius: 2.5rem;
  background: #250e62;
  color: white;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  line-height: normal;
  box-shadow: 0 24px 20px -14px rgba(0, 0, 0, 0.17);
  box-shadow: 0 2.4rem 2rem -1.4rem rgba(0, 0, 0, 0.17); }
  input.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    bottom: 0;
    border-radius: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    z-index: -1; }
  input.button:hover, input.button:focus {
    background-color: #da291c;
    color: white; }
  input.button:hover, input.button:focus {
    background-color: #da291c; }

.button, .image-button {
  margin-left: 0;
  margin-right: 0; }

.button a {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  text-align: center;
  display: inline-block;
  border-radius: 2.5rem;
  background: #250e62;
  color: white;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  .button a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    bottom: 0;
    border-radius: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    z-index: -1; }
  .button a:hover, .button a:focus {
    background-color: #da291c;
    color: white; }

.button .more a {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  text-align: center;
  display: inline-block;
  border-radius: 2.5rem;
  background: #250e62;
  color: white;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  .button .more a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    bottom: 0;
    border-radius: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    z-index: -1; }
  .button .more a:hover, .button .more a:focus {
    background-color: #da291c;
    color: white; }
  .button .more a:after {
    content: none; }

a.button {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  text-align: center;
  display: inline-block;
  border-radius: 2.5rem;
  background: #250e62;
  color: white;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  a.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    bottom: 0;
    border-radius: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    z-index: -1; }
  a.button:hover, a.button:focus {
    background-color: #da291c;
    color: white; }

/* init diaporama */
.views_slideshow_slide, .views_slideshow_cycle_teaser_section {
  width: 100% !important; }

.skin-default {
  position: relative; }
  .skin-default .views_slideshow_controls_text_pause {
    display: none; }
  .skin-default .views_slideshow_controls_text_previous a,
  .skin-default .views_slideshow_controls_text_next a {
    position: absolute;
    width: 120px;
    height: 125px;
    text-indent: -999em;
    overflow: hidden;
    top: 50%;
    left: 0;
    margin-top: -62px;
    cursor: pointer;
    line-height: 125px;
    z-index: 20; }
    .skin-default .views_slideshow_controls_text_previous a:before,
    .skin-default .views_slideshow_controls_text_next a:before {
      content: '\e91f';
      font-family: icomoon;
      color: white;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-align: center;
      text-indent: 0;
      font-weight: normal;
      font-size: 50px; }
  .skin-default .views_slideshow_controls_text_next a {
    left: auto;
    right: 0; }
    .skin-default .views_slideshow_controls_text_next a:before {
      content: '\e920'; }

.feed-icons {
  position: absolute !important;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.date-ph, .node--type-news .date, .node--view-mode-content-top .date, .node--type-rubric-page .date, .node--type-event .date,
.node--type-major-event .date, .taxonomy-term .date, .bloc-actualites-homepage .node--type-news time,
.bloc-actualites-homepage .node time,
.bloc-actualites-homepage .taxonomy-term time, .actus-blog .actu-blog .actu-date, .node-content-top .group-1 .date, .view-agenda-bloc-mise-en-avant .entity-image .date,
.field--name-field-highlight-block-mv3 .entity-image .date, .node--type-resource .date, .node--type-press-release .right .field--name-field-date, .news-events .news .node--type-news .field--name-field-date, div.resources > div > div .date, .cross-content .date, .ctsearch-result-list .search-result-item .item-body .extract > div:last-child > div {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase; }

.bt-red-ph {
  background: #da291c; }
  .bt-red-ph:hover, .bt-red-ph:focus {
    background-color: white;
    color: #da291c; }

/* jquery ui styles */
.ui-autocomplete {
  border: #250e62 solid 1px;
  max-width: 400px;
  background: #250e62;
  color: white; }
  .ui-autocomplete li {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px;
    transition: all 0.15s ease-in-out;
    cursor: pointer; }
    .ui-autocomplete li.ui-state-focus {
      background: white;
      color: #250e62;
      border: none; }

.messages {
  margin-bottom: 60px; }

/* override ui cal styles */
.ui-widget {
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06); }

.ui-datepicker-title {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

.ui-datepicker {
  padding: 17px 20px;
  padding: 1rem 2rem;
  z-index: 2 !important; }

.ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: inherit;
  font-size: 1em; }

.ui-widget-header {
  background: none;
  border: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #f5f5f5;
  color: #000;
  border: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  font-weight: 300; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #250e62;
  color: white; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 12px;
  padding: 5px;
  height: auto;
  border: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  padding: 0;
  margin: 0;
  border: none; }

.ui-datepicker th {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 300;
  font-size: 1.2rem; }

.ui-datepicker .ui-datepicker-buttonpane button {
  background: #250e62;
  color: white;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  border-radius: 3px;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.4rem 0.6rem;
  font-size: 1.4rem;
  line-height: normal; }
  .ui-datepicker .ui-datepicker-buttonpane button:hover, .ui-datepicker .ui-datepicker-buttonpane button:focus {
    background-color: #da291c; }

.ui-datepicker td span, .ui-datepicker td a {
  font-size: 14px;
  padding: 3px 5px; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary {
  opacity: 1;
  background-color: #f5f5f5;
  color: #000; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary:hover, .ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary:focus {
    background-color: #250e62;
    color: white; }

.ui-datepicker {
  width: 250px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-prev.ui-state-focus, .ui-datepicker .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-focus {
    background-color: transparent;
    border-color: transparent; }

.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px; }

/*** [ Header ] ***/
body {
  margin-top: 91px; }
  body.toolbar-horizontal {
    margin-top: 0; }
  body.path-frontpage:not(.toolbar-horizontal) {
    margin-top: 0; }
    body.path-frontpage:not(.toolbar-horizontal) .pre-header {
      background: none;
      border-bottom: none;
      color: white; }
    body.path-frontpage:not(.toolbar-horizontal) #block-afd-branding {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s; }
    body.path-frontpage:not(.toolbar-horizontal):not(.ffem) #block-selecteurdelangue {
      background: none;
      border-color: white;
      color: white; }
      body.path-frontpage:not(.toolbar-horizontal):not(.ffem) #block-selecteurdelangue.opened {
        background-color: white;
        border-color: #250e62;
        color: #250e62; }
    body.path-frontpage:not(.toolbar-horizontal).ffem:not(.js-scrolled) #block-formulairederecherche:before {
      color: white; }
    body.path-frontpage:not(.toolbar-horizontal).ffem:not(.js-scrolled) #block-selecteurdelangue {
      background: none;
      border-color: white;
      color: white; }
    body.path-frontpage:not(.toolbar-horizontal) #block-selecteurdelangue, body.path-frontpage:not(.toolbar-horizontal) #block-formulairederecherche, body.path-frontpage:not(.toolbar-horizontal) .menu-toggle {
      top: 58px; }
    body.path-frontpage:not(.toolbar-horizontal) .block-outils-partage {
      top: 121px; }
    body.path-frontpage:not(.toolbar-horizontal) #block-formulairederecherche {
      border-color: white;
      color: white; }
    body.path-frontpage:not(.toolbar-horizontal).js-scrolled .pre-header, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened .pre-header {
      background: white;
      border-bottom: #d4d2d8 solid 1px;
      color: #250e62; }
    body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-selecteurdelangue, body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-formulairederecherche, body.path-frontpage:not(.toolbar-horizontal).js-scrolled .menu-toggle, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-selecteurdelangue, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-formulairederecherche, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened .menu-toggle {
      top: 25px; }
    body.path-frontpage:not(.toolbar-horizontal).js-scrolled .block-outils-partage, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened .block-outils-partage {
      top: 112px; }
    body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-afd-branding, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-afd-branding {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
    body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-selecteurdelangue, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-selecteurdelangue {
      background: white;
      border-color: rgba(37, 14, 98, 0.9);
      color: #250e62; }
      body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-selecteurdelangue li.is-active a:before, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-selecteurdelangue li.is-active a:before {
        color: #250e62; }
    body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-formulairederecherche, body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-formulairederecherche {
      border-color: rgba(37, 14, 98, 0.9);
      color: #250e62; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90; }
  .toolbar-horizontal .header {
    position: static; }
    .toolbar-horizontal .header.menu-opened {
      position: fixed;
      z-index: 900; }

.pre-header {
  background: white;
  border-bottom: #d4d2d8 solid 1px;
  color: #230d5c;
  padding: 15px 40px;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 91px;
  position: relative;
  text-align: center; }
  .pre-header:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }

.menu-toggle {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  position: absolute;
  top: 25px;
  left: 40px;
  line-height: 40px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: top 0.3s ease-in-out; }
  .menu-toggle:before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #da291c;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle; }
  .menu-toggle:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 18px;
    left: 20px;
    margin-left: -9px;
    top: 50%;
    margin-top: -1px;
    background: white;
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
    transform: translate3d(0, 0, 0); }
  .menu-toggle:hover p:before {
    animation-name: menuUpDown;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .menu-toggle:hover p:after {
    animation-name: menuDownUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .menu-toggle p {
    display: inline; }
    .menu-toggle p:after, .menu-toggle p:before {
      content: '';
      position: absolute;
      height: 2px;
      width: 18px;
      left: 20px;
      margin-left: -9px;
      top: 50%;
      margin-top: -6px;
      background: white;
      transition: all 0.2s ease-in-out;
      -webkit-transform-origin: 1px 1px;
      -moz-transform-origin: 1px 1px;
      -ms-transform-origin: 1px 1px;
      transform-origin: 1px 1px;
      transform: translate3d(0, 0, 0) rotate(0deg);
      border-radius: 1px; }
    .menu-toggle p:after {
      margin-top: 4px;
      animation-delay: 0.33s; }
  .menu-opened .menu-toggle:after {
    transform: translate3d(1px, 0, 0); }
  .menu-opened .menu-toggle p:after {
    width: 12px;
    transform: translate3d(0, -1px, 0) rotate(45deg);
    margin-top: 0; }
  .menu-opened .menu-toggle p:before {
    width: 12px;
    transform: translate3d(0, -1px, 0) rotate(-45deg);
    margin-top: 0; }
  .menu-opened .menu-toggle:hover p:before, .menu-opened .menu-toggle:hover p:after {
    animation-name: none; }

/* branding */
#block-afd-branding {
  display: inline-block;
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  white-space: nowrap; }
  #block-afd-branding a:hover, #block-afd-branding a:focus {
    color: inherit; }

.site-name {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #271d70;
  padding: 0 0 1px 20px;
  position: relative;
  top: -3px;
  line-height: normal;
  border-left: #271d70 solid 1px;
  font-weight: 500; }

.site-logo, .site-name {
  display: inline-block;
  vertical-align: middle; }

.site-logo {
  margin: 0 17px; }

/* language selector */
#block-selecteurdelangue {
  border: solid 1px rgba(35, 13, 92, 0.9);
  background: white;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
  text-align: right;
  font-size: 1.4rem;
  position: absolute;
  top: 25px;
  right: 40px;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, top 0.3s ease-in-out; }
  #block-selecteurdelangue.opened {
    z-index: 300; }
    #block-selecteurdelangue.opened li.is-active a:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #block-selecteurdelangue ul {
    margin: 0;
    list-style: none;
    padding: 0 31px 10px 10px;
    text-align: right; }
  #block-selecteurdelangue li {
    margin: 0;
    list-style: none; }
  #block-selecteurdelangue .links {
    display: none; }
  #block-selecteurdelangue > li {
    white-space: nowrap;
    font-weight: 600; }
    #block-selecteurdelangue > li a {
      display: block;
      padding: 10px 27px 10px 10px;
      position: relative; }
      #block-selecteurdelangue > li a:before {
        content: '\e900';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        height: 20px;
        right: 4px;
        width: 27px;
        float: right;
        display: inline-block;
        text-align: center;
        line-height: 16px;
        font-size: 7px;
        font-weight: normal;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        transition: transform 0.15s ease-in-out, color 0.3s ease-in-out; }
      #block-selecteurdelangue > li a:hover, #block-selecteurdelangue > li a:focus {
        color: inherit; }

/* search field */
#block-formulairederecherche {
  position: absolute;
  top: 25px;
  right: 120px;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: solid 1px rgba(37, 14, 98, 0.9);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  padding: 4px 38px 0 0; }
  #block-formulairederecherche:before {
    content: '\e901';
    font-family: icomoon;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 38px;
    width: 38px;
    text-align: center;
    font-weight: normal;
    font-size: 22px; }
  #block-formulairederecherche div {
    display: inline; }
  #block-formulairederecherche input {
    display: inline-block;
    width: auto;
    vertical-align: top; }
  #block-formulairederecherche .form-search {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 5px;
    box-shadow: none;
    border: none;
    background: none; }
  #block-formulairederecherche .form-actions {
    position: absolute !important;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px); }
  #block-formulairederecherche #toggle_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    cursor: pointer; }
  #block-formulairederecherche.opened {
    width: 400px;
    padding-left: 20px; }

/* share tool */
.block-outils-partage {
  position: absolute;
  top: 112px;
  right: 40px;
  width: 38px;
  background: white;
  border-radius: 3px;
  padding: 0;
  color: #250e62;
  transition: top 0.3s ease-in-out;
  z-index: 85; }
  .block-outils-partage .outils-partage {
    display: none;
    padding: 5px; }
    .block-outils-partage .outils-partage ul {
      margin: 0; }
      .block-outils-partage .outils-partage ul li {
        margin: 0 0 10px;
        text-align: center; }
        .block-outils-partage .outils-partage ul li img {
          max-width: 100%;
          height: auto; }
        .block-outils-partage .outils-partage ul li.twitter a:before, .block-outils-partage .outils-partage ul li.facebook a:before, .block-outils-partage .outils-partage ul li.linkedin a:before, .block-outils-partage .outils-partage ul li.google-plus a:before, .block-outils-partage .outils-partage ul li.mail a:before {
          content: '\e912';
          font-size: 20px;
          font-family: icomoon;
          font-weight: normal; }
        .block-outils-partage .outils-partage ul li.twitter a img, .block-outils-partage .outils-partage ul li.facebook a img, .block-outils-partage .outils-partage ul li.linkedin a img, .block-outils-partage .outils-partage ul li.google-plus a img, .block-outils-partage .outils-partage ul li.mail a img {
          display: none; }
        .block-outils-partage .outils-partage ul li.facebook a:before {
          content: '\e913'; }
        .block-outils-partage .outils-partage ul li.linkedin a:before {
          content: '\e910'; }
        .block-outils-partage .outils-partage ul li.google-plus a:before {
          content: '\e915'; }
        .block-outils-partage .outils-partage ul li.mail a:before {
          content: '\e926'; }
  .block-outils-partage #toggle_share {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer; }
    .block-outils-partage #toggle_share:before {
      content: '\e903';
      font-family: icomoon;
      font-weight: normal;
      font-size: 20px; }

/* menu */
.header .region-menu {
  background: #261064 url("../img/styles/bg_menu.png") center center no-repeat;
  background-size: cover;
  color: white;
  padding: 120px 80px 50px;
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  z-index: 90; }
  .header .region-menu .menu--menu-profile, .header .region-menu .block-raccourcis-administrables, .header .region-menu .block-menu-reseaux-sociaux {
    float: left;
    width: 44.7368421053%;
    padding-right: 8.5526315789%;
    margin-bottom: 60px;
    clear: left; }
  .header .region-menu .block-menu .menu {
    margin: 0; }
  .header .region-menu .block-menu li {
    margin: 0;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem; }
    .header .region-menu .block-menu li a, .header .region-menu .block-menu li > span {
      display: inline-block;
      margin-bottom: 2rem; }
  .header .region-menu .menu--main {
    overflow: hidden; }
    .header .region-menu .menu--main .menu {
      margin: 0; }
    .header .region-menu .menu--main li {
      margin: 0;
      list-style: none; }
    .header .region-menu .menu--main > .menu:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .header .region-menu .menu--main > .menu > li {
      float: left;
      width: 50%;
      clear: left;
      margin-bottom: 80px;
      font-weight: bold;
      font-size: 2.4rem;
      padding-top: 0; }
      .header .region-menu .menu--main > .menu > li:last-child, .header .region-menu .menu--main > .menu > li:nth-last-child(2) {
        margin-bottom: 0; }
      .header .region-menu .menu--main > .menu > li:nth-child(2n) {
        float: right;
        width: 45%;
        clear: right; }
      .header .region-menu .menu--main > .menu > li > ul > li {
        font-size: 1.6rem;
        font-weight: normal;
        padding-top: 0; }
        .header .region-menu .menu--main > .menu > li > ul > li.regions, .header .region-menu .menu--main > .menu > li > ul > li.pays {
          display: none; }
        .header .region-menu .menu--main > .menu > li > ul > li > a, .header .region-menu .menu--main > .menu > li > ul > li > span {
          transition: padding-left 0.15s ease-in-out;
          min-height: 3.7rem;
          padding-bottom: 1.8rem;
          margin-bottom: 0;
          position: relative;
          padding-left: 0;
          display: block;
          cursor: pointer; }
          .header .region-menu .menu--main > .menu > li > ul > li > a[data-id=region], .header .region-menu .menu--main > .menu > li > ul > li > a[data-id=pays], .header .region-menu .menu--main > .menu > li > ul > li > span[data-id=region], .header .region-menu .menu--main > .menu > li > ul > li > span[data-id=pays] {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .header .region-menu .menu--main > .menu > li > ul > li > a[data-id=region]:after, .header .region-menu .menu--main > .menu > li > ul > li > a[data-id=pays]:after, .header .region-menu .menu--main > .menu > li > ul > li > span[data-id=region]:after, .header .region-menu .menu--main > .menu > li > ul > li > span[data-id=pays]:after {
              content: '\e904';
              font-family: icomoon;
              margin-left: 5px;
              font-size: 16px;
              font-weight: normal;
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              transition: transform 0.2s ease-in-out;
              display: inline-block; }
          .header .region-menu .menu--main > .menu > li > ul > li > a:before, .header .region-menu .menu--main > .menu > li > ul > li > span:before {
            content: '';
            position: absolute;
            top: 1.1rem;
            height: 2px;
            background: #da291c;
            left: 0;
            transition: width 0.2s ease-in-out;
            width: 0; }
          .header .region-menu .menu--main > .menu > li > ul > li > a:hover, .header .region-menu .menu--main > .menu > li > ul > li > a:focus, .header .region-menu .menu--main > .menu > li > ul > li > a.active, .header .region-menu .menu--main > .menu > li > ul > li > span:hover, .header .region-menu .menu--main > .menu > li > ul > li > span:focus, .header .region-menu .menu--main > .menu > li > ul > li > span.active {
            font-weight: bold;
            color: white;
            padding-left: 38px;
            margin-right: -38px;
            top: -1px; }
            .header .region-menu .menu--main > .menu > li > ul > li > a:hover:before, .header .region-menu .menu--main > .menu > li > ul > li > a:focus:before, .header .region-menu .menu--main > .menu > li > ul > li > a.active:before, .header .region-menu .menu--main > .menu > li > ul > li > span:hover:before, .header .region-menu .menu--main > .menu > li > ul > li > span:focus:before, .header .region-menu .menu--main > .menu > li > ul > li > span.active:before {
              width: 21px; }
          .header .region-menu .menu--main > .menu > li > ul > li > a.active:after, .header .region-menu .menu--main > .menu > li > ul > li > span.active:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .header .region-menu .menu-item.pays {
    padding-left: 38px; }
    .header .region-menu .menu-item.pays input[type=text] {
      border: none;
      background: none;
      border-radius: 0;
      background: linear-gradient(to right, #786b97 66.6669%, transparent 66.6666%) left bottom repeat-x;
      background-size: 12px 1px;
      color: #786b97;
      padding: 0 0 10px;
      font-family: "Merriweather Sans", sans-serif; }
      .header .region-menu .menu-item.pays input[type=text]:focus {
        box-shadow: none; }
    .header .region-menu .menu-item.pays .views-element-container {
      position: absolute !important;
      height: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px); }
  .header .region-menu .menu-item.regions {
    padding-left: 38px;
    margin-bottom: 2rem; }
    .header .region-menu .menu-item.regions a {
      color: #786b97;
      font-family: "Merriweather Sans", sans-serif;
      text-transform: none;
      display: block;
      padding: 10px 0;
      background: linear-gradient(to right, #786b97 66.6669%, transparent 66.6666%) left bottom repeat-x;
      background-size: 12px 1px;
      margin-bottom: 0; }
      .header .region-menu .menu-item.regions a:hover, .header .region-menu .menu-item.regions a:focus {
        color: white; }
    .header .region-menu .menu-item.regions .views-row:first-child a {
      padding-top: 0; }
    .header .region-menu .menu-item.regions .views-row:last-child a {
      background: none; }
  .header .region-menu .block-raccourcis-administrables ul {
    margin: 0; }
  .header .region-menu .block-raccourcis-administrables li {
    margin: 0;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    position: relative; }
    .header .region-menu .block-raccourcis-administrables li img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 40px;
      z-index: 1; }
    .header .region-menu .block-raccourcis-administrables li a {
      display: inline-block;
      margin-bottom: 2rem;
      position: relative;
      z-index: 2;
      padding: 5px 0 12px 40px; }
      .header .region-menu .block-raccourcis-administrables li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40px;
        right: 0;
        height: 2px;
        background: linear-gradient(to right, rgba(218, 41, 28, 0), #da291c 49%, rgba(218, 41, 28, 0) 50%, #da291c);
        background-size: 200% auto;
        background-position: 100% 0;
        transition: background-position 0.3s ease-out; }
      .header .region-menu .block-raccourcis-administrables li a:hover, .header .region-menu .block-raccourcis-administrables li a:focus {
        color: white;
        font-weight: bold;
        padding-top: 4px; }
        .header .region-menu .block-raccourcis-administrables li a:hover:after, .header .region-menu .block-raccourcis-administrables li a:focus:after {
          background-position: 0% 0; }
  .header .region-menu .block-menu-reseaux-sociaux p {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 2rem; }
  .header .region-menu .block-menu-reseaux-sociaux ul {
    margin: 0; }
    .header .region-menu .block-menu-reseaux-sociaux ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 40px 20px 0; }
      .header .region-menu .block-menu-reseaux-sociaux ul li:last-child {
        margin-right: 0; }
      .header .region-menu .block-menu-reseaux-sociaux ul li.facebook a:before, .header .region-menu .block-menu-reseaux-sociaux ul li.youtube a:before, .header .region-menu .block-menu-reseaux-sociaux ul li.twitter a:before, .header .region-menu .block-menu-reseaux-sociaux ul li.google a:before, .header .region-menu .block-menu-reseaux-sociaux ul li.linkedin a:before {
        content: '\e913';
        font-family: icomoon;
        font-weight: normal;
        font-size: 1.8rem;
        font-size: 3.2rem; }
      .header .region-menu .block-menu-reseaux-sociaux ul li.facebook a img, .header .region-menu .block-menu-reseaux-sociaux ul li.youtube a img, .header .region-menu .block-menu-reseaux-sociaux ul li.twitter a img, .header .region-menu .block-menu-reseaux-sociaux ul li.google a img, .header .region-menu .block-menu-reseaux-sociaux ul li.linkedin a img {
        display: none; }
      .header .region-menu .block-menu-reseaux-sociaux ul li.youtube a:before {
        content: '\e911';
        font-size: 3.2rem; }
      .header .region-menu .block-menu-reseaux-sociaux ul li.twitter a:before {
        content: '\e912';
        font-size: 4rem; }
      .header .region-menu .block-menu-reseaux-sociaux ul li.google a:before {
        content: '\e915'; }
      .header .region-menu .block-menu-reseaux-sociaux ul li.linkedin a:before {
        content: '\e910';
        font-size: 3.5rem; }
.header.menu-opened .region-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }
.header #block-menuprofile > .menu {
  border: #3f2b75 solid 24px;
  background: white;
  color: #212121;
  padding: 3px 3px 3px 95px;
  position: relative;
  width: auto;
  height: 120px;
  z-index: 10; }
  .header #block-menuprofile > .menu .label {
    position: absolute;
    color: #250e62;
    text-transform: uppercase;
    height: 66px;
    line-height: 66px;
    white-space: nowrap;
    overflow: hidden;
    width: 82px;
    left: 12px;
    top: 3px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    cursor: pointer; }
  .header #block-menuprofile > .menu .js-toggle-list {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 40px;
    height: 66px;
    cursor: pointer; }
    .header #block-menuprofile > .menu .js-toggle-list:before {
      content: '\e904';
      font-family: icomoon;
      font-size: 24px;
      font-weight: normal;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -12px 0 0 -12px;
      text-align: center;
      line-height: 20px;
      color: white;
      animation-name: bounceUpDown;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
  .header #block-menuprofile > .menu.opened .js-toggle-list:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    animation: none; }
  .header #block-menuprofile > .menu li {
    list-style: none; }
  .header #block-menuprofile > .menu .menu {
    background: #250e62;
    color: white;
    position: absolute;
    left: 92px;
    top: 0;
    right: 0;
    border: solid 3px white; }
    .header #block-menuprofile > .menu .menu li {
      height: 66px;
      white-space: nowrap;
      padding: 20px 40px 0 20px;
      font-family: "Merriweather Sans", sans-serif;
      text-transform: none;
      font-size: 1.8rem;
      font-weight: 300;
      background: linear-gradient(to right, #786b97 66.6669%, transparent 66.6666%) left top repeat-x;
      background-size: 12px 1px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .header #block-menuprofile > .menu .menu li + li {
        display: none; }
      .header #block-menuprofile > .menu .menu li:first-child {
        background: none; }
      .header #block-menuprofile > .menu .menu li a {
        display: inline;
        margin: 0; }
        .header #block-menuprofile > .menu .menu li a:hover, .header #block-menuprofile > .menu .menu li a:focus {
          color: white;
          text-decoration: underline; }

/*** [ Main ] ***/
.layout-container {
  overflow: hidden; }

main[role=main] {
  margin: 0 auto; }
  main[role=main] .content-top {
    position: relative; }
  main[role=main]:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }

/* breadcrumb */
body:not(.path-taxonomy) #block-afd-breadcrumbs, #block-breadcrumbs {
  color: white; }

#block-afd-breadcrumbs, #block-breadcrumbs {
  position: absolute;
  z-index: 10;
  top: 27px;
  left: 40px;
  font-weight: 300;
  font-size: 1.1rem;
  text-align: left;
  /* home icon in breadcrumb */ }
  #block-afd-breadcrumbs a, #block-breadcrumbs a {
    vertical-align: middle; }
  #block-afd-breadcrumbs li:before, #block-breadcrumbs li:before {
    content: none; }
  #block-afd-breadcrumbs li:after, #block-breadcrumbs li:after {
    content: '\e907';
    font-family: icomoon;
    opacity: 0.3;
    display: inline-block;
    margin: 0 11px 0 9px;
    vertical-align: middle;
    font-size: 1.6em;
    position: relative;
    top: -2px; }
  #block-afd-breadcrumbs li:last-child:after, #block-breadcrumbs li:last-child:after {
    content: none; }
  #block-afd-breadcrumbs li:first-child a, #block-breadcrumbs li:first-child a {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
    #block-afd-breadcrumbs li:first-child a:before, #block-breadcrumbs li:first-child a:before {
      position: absolute;
      content: '\e902';
      font-family: icomoon;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 23px;
      text-align: center;
      text-indent: 0; }

#block-breadcrumbs,
.offre-de-emploi-detail #block-afd-breadcrumbs {
  color: #212121; }

/* tabs */
#block-afd-local-tasks {
  margin-bottom: 50px; }
  #block-afd-local-tasks nav.tabs, #block-afd-local-tasks ul.onlgets {
    margin-bottom: 0; }
  .agenda #block-afd-local-tasks {
    margin-bottom: 0; }

nav.tabs, ul.onlgets {
  background: white;
  padding: 37px 0 27px;
  text-align: center;
  border-bottom: #d4d2d8 solid 1px;
  margin-bottom: 50px;
  margin: 0; }
  nav.tabs ul.tabs, ul.onlgets ul.tabs {
    margin: 0;
    border: none; }
  nav.tabs li, ul.onlgets li {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #250e62;
    margin: 0 0 10px;
    display: inline-block; }
    nav.tabs li a, ul.onlgets li a {
      border: none;
      display: block;
      position: relative;
      padding: 0 45px 5px;
      background: none !important;
      position: relative;
      transition: color 0.3s ease-out; }
      nav.tabs li a:before, ul.onlgets li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #da291c;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        transition: all 0.3s ease-out; }
      nav.tabs li a:hover, nav.tabs li a:focus, nav.tabs li a:active, nav.tabs li a.active, nav.tabs li a.is-active, ul.onlgets li a:hover, ul.onlgets li a:focus, ul.onlgets li a:active, ul.onlgets li a.active, ul.onlgets li a.is-active {
        color: #250e62;
        text-decoration: none; }
        nav.tabs li a:hover:before, nav.tabs li a:focus:before, nav.tabs li a:active:before, nav.tabs li a.active:before, nav.tabs li a.is-active:before, ul.onlgets li a:hover:before, ul.onlgets li a:focus:before, ul.onlgets li a:active:before, ul.onlgets li a.active:before, ul.onlgets li a.is-active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      nav.tabs li a:before, ul.onlgets li a:before {
        height: 3px;
        top: auto;
        left: 45px;
        right: 45px;
        z-index: 2; }

.block-region-country .onlgets {
  padding: 47px 30px 37px; }
  .block-region-country .onlgets li {
    font-size: 1.5rem;
    margin-bottom: 15px;
    white-space: nowrap; }
    .block-region-country .onlgets li:after {
      content: 'I ';
      font-weight: normal;
      color: #bbb; }
    .block-region-country .onlgets li:last-child:after {
      display: none; }
    .block-region-country .onlgets li a {
      display: inline-block;
      padding: 0 20px; }
      .block-region-country .onlgets li a:before {
        left: 20px;
        right: 20px; }

/* filters */
.views-exposed-form {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto 5px; }
  .view-list .views-exposed-form {
    padding-left: 0;
    padding-right: 0; }
  .views-exposed-form:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .views-exposed-form .form-item, .views-exposed-form .item-list {
    float: left;
    width: 202px;
    margin: 0 45px 45px 0;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    min-height: 38px; }
    .views-exposed-form .form-item:last-child, .views-exposed-form .form-item:nth-last-child(2), .views-exposed-form .item-list:last-child, .views-exposed-form .item-list:nth-last-child(2) {
      margin-right: 0; }
  .views-exposed-form .item-list > h3 {
    color: white;
    font-weight: 600;
    height: 4.4rem;
    line-height: 4.4rem;
    padding: 0 30px 0 44px;
    background: #939393;
    border-radius: 2px;
    transition: background-color 0.15s ease-in-out;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0; }
    .views-exposed-form .item-list > h3:after {
      content: '\e917';
      font-family: icomoon;
      height: 44px;
      height: 4.4rem;
      line-height: 44px;
      font-weight: normal;
      font-size: 1.8rem;
      position: absolute;
      top: 0;
      left: 13px;
      color: white; }
    .views-exposed-form .item-list > h3:hover {
      background-color: #250e62; }
    .views-exposed-form .item-list > h3 .js-selected {
      position: absolute;
      top: 50%;
      right: 14px;
      height: 14px;
      width: 14px;
      margin-top: -7px;
      border: solid 2px white;
      border-radius: 50%;
      padding: 1px; }
      .views-exposed-form .item-list > h3 .js-selected:before {
        content: '';
        border-radius: 50%;
        background: transparent;
        height: 8px;
        width: 8px;
        display: block;
        transition: background-color 0.15s ease-in-out; }
    .views-exposed-form .item-list > h3.selected .js-selected:before {
      background-color: white; }
  .views-exposed-form .item-list .js-popin_mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out 0.3s, visibility 0s ease-out 0.6s;
    z-index: 150; }
  .views-exposed-form .item-list .js-popin_content {
    position: fixed;
    top: 20%;
    bottom: 20%;
    max-height: 680px;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    background: white;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    transition: opacity 0.3s ease-in 0s, visibility 0s ease-in 0.3s, transform 0.3s ease-in 0s;
    z-index: 150;
    padding-left: 72px; }
    .views-exposed-form .item-list .js-popin_content:before {
      content: '\e929';
      font-family: icomoon;
      font-weight: normal;
      text-align: center;
      padding-top: 20px;
      font-size: 38px;
      width: 72px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      border-radius: 3px 0 0 3px;
      background: #250e62;
      color: white; }
    .views-exposed-form .item-list .js-popin_content h3 {
      color: white;
      font-weight: bold;
      font-size: 2.3rem;
      text-transform: uppercase;
      margin: 0;
      padding-left: 31px;
      line-height: 72px;
      position: absolute;
      left: 72px;
      bottom: 0;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: 0 100%;
      -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%; }
    .views-exposed-form .item-list .js-popin_content > ul {
      margin: 0;
      padding: 30px;
      position: absolute;
      left: 72px;
      right: 50px;
      top: 0;
      bottom: 0;
      overflow: auto; }
      .views-exposed-form .item-list .js-popin_content > ul li {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        margin: 0 35px 30px 0; }
        .views-exposed-form .item-list .js-popin_content > ul li span {
          display: inline-block;
          line-height: 4.4rem;
          height: 4.4rem;
          padding: 0 14px;
          background: #939393;
          color: white;
          border-radius: 3px;
          font-size: 1.3rem;
          font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          cursor: pointer;
          transition: background-color 0.15s ease-in-out; }
          .views-exposed-form .item-list .js-popin_content > ul li span:hover, .views-exposed-form .item-list .js-popin_content > ul li span:focus, .views-exposed-form .item-list .js-popin_content > ul li span.selected {
            background-color: #250e62; }
          .views-exposed-form .item-list .js-popin_content > ul li span img {
            vertical-align: middle;
            margin-right: 10px; }
  .views-exposed-form .item-list.opened .js-popin_mask {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    transition-timing-function: ease-in; }
  .views-exposed-form .item-list.opened .js-popin_content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.3s;
    transition-timing-function: ease-out; }
  .views-exposed-form .item-list .js-close_popin {
    position: absolute;
    right: 34px;
    top: 16px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out 0s;
    z-index: 3; }
    .views-exposed-form .item-list .js-close_popin:hover {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .views-exposed-form .item-list .js-close_popin:before {
      content: '\e928';
      font-family: icomoon;
      font-weight: normal;
      font-size: 26px;
      color: #250e62;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
  .views-exposed-form .form-actions {
    float: right;
    width: 202px;
    margin: 0;
    clear: none; }
    .views-exposed-form .form-actions .button {
      margin-bottom: 45px;
      max-width: 100%;
      width: 202px; }
      .views-exposed-form .form-actions .button:last-child {
        margin-bottom: 5px; }
    .views-exposed-form .form-actions #edit-reset {
      margin-bottom: 40px; }
  .views-exposed-form .form-item-field-date-value,
  .views-exposed-form .form-item-field-date-value-1 {
    position: relative; }
    .views-exposed-form .form-item-field-date-value:before,
    .views-exposed-form .form-item-field-date-value-1:before {
      content: '\e914';
      font-family: icomoon;
      font-weight: normal;
      font-size: 1.6rem;
      position: absolute;
      color: white;
      top: 2px;
      left: 0;
      height: 38px;
      width: 3.8rem;
      line-height: 38px;
      text-align: center; }
    .views-exposed-form .form-item-field-date-value label,
    .views-exposed-form .form-item-field-date-value-1 label {
      float: left;
      width: 35.2657004831%;
      background: #939393;
      color: white;
      font-weight: 600;
      height: 4.4rem;
      line-height: 4.4rem;
      padding: 0 10px 0 0;
      text-align: right;
      border-radius: 2px 0 0 2px;
      transition: background-color 0.15s ease-in-out; }
    .views-exposed-form .form-item-field-date-value:hover label,
    .views-exposed-form .form-item-field-date-value-1:hover label {
      background-color: #250e62; }
    .views-exposed-form .form-item-field-date-value .form-text,
    .views-exposed-form .form-item-field-date-value-1 .form-text {
      float: left;
      width: 64.7342995169%;
      background: white;
      border: none;
      box-shadow: none;
      color: #939393;
      height: 4.4rem;
      line-height: 4.4rem;
      padding: 0 20px;
      border-radius: 0 2px 2px 0;
      margin: 0; }
  .views-exposed-form .js-form-type-select {
    position: relative; }
    .views-exposed-form .js-form-type-select:before {
      content: '\e904';
      font-family: icomoon;
      height: 44px;
      height: 4.4rem;
      line-height: 44px;
      font-weight: normal;
      font-size: 2rem;
      position: absolute;
      top: 0;
      right: 10px;
      color: white; }
    .views-exposed-form .js-form-type-select label {
      color: white;
      font-weight: 600;
      height: 4.4rem;
      line-height: 4.4rem;
      padding: 0 30px 0 20px;
      background: #939393;
      border-radius: 2px;
      transition: background-color 0.15s ease-in-out; }
    .views-exposed-form .js-form-type-select:hover label {
      background-color: #250e62; }
    .views-exposed-form .js-form-type-select:hover .chosen-container .chosen-drop {
      background-color: #250e62; }
    .views-exposed-form .js-form-type-select:hover .chosen-container .chosen-results li.highlighted {
      color: #250e62;
      background-color: white; }
    .views-exposed-form .js-form-type-select .chosen-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100% !important; }
      .views-exposed-form .js-form-type-select .chosen-container .chosen-single {
        height: 4.4rem;
        opacity: 0; }
      .views-exposed-form .js-form-type-select .chosen-container .chosen-search-input {
        background: white !important;
        border: none;
        font-size: inherit;
        color: #212121;
        font-weight: normal; }
      .views-exposed-form .js-form-type-select .chosen-container .chosen-drop {
        box-shadow: none;
        border: none;
        background: #939393;
        color: white;
        border: none;
        border-radius: 0 0 2px 2px;
        transition: background-color 0.15s ease-in-out; }
      .views-exposed-form .js-form-type-select .chosen-container .chosen-results {
        color: inherit; }
        .views-exposed-form .js-form-type-select .chosen-container .chosen-results li {
          padding: 5px 16px;
          transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
          background-color: transparent;
          background-image: none !important; }
          .views-exposed-form .js-form-type-select .chosen-container .chosen-results li.highlighted {
            background-color: #250e62; }
  .views-exposed-form .form-item-field-region-country-target-id:after {
    content: '\e916';
    font-family: icomoon;
    height: 44px;
    height: 4.4rem;
    line-height: 44px;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 13px;
    color: white; }
  .views-exposed-form .form-item-field-region-country-target-id label {
    padding-left: 44px; }
  .views-exposed-form .form-item-field-theme-target-id:after {
    content: '\e917';
    font-family: icomoon;
    height: 4.4rem;
    line-height: 4.4rem;
    font-weight: normal;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 13px;
    color: white; }
  .views-exposed-form .form-item-field-theme-target-id label {
    padding-left: 44px; }
  .views-exposed-form #edit-reset {
    border-radius: 3px;
    height: 4.4rem;
    padding: 0 40px 0 18px;
    line-height: 4.4rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background: #939393 url("../img/styles/picto_clear_filters.png") right center no-repeat;
    box-shadow: none; }
    .views-exposed-form #edit-reset:hover, .views-exposed-form #edit-reset:focus {
      background-color: #250e62; }

/* layout */
/*.layout-content {
	max-width: $siteWidth;
	margin: 0 auto 40px;
}*/
/* page list actus */
#block-views-block-bloc-description-top-liste-block-1-2 {
  position: relative;
  padding: 47px 40px;
  background: #250e62;
  color: white;
  min-height: 400px;
  text-align: center; }
  @supports (display: flex) {
    #block-views-block-bloc-description-top-liste-block-1-2 {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  #block-views-block-bloc-description-top-liste-block-1-2 .contextual-region {
    position: static; }
  #block-views-block-bloc-description-top-liste-block-1-2 .media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    #block-views-block-bloc-description-top-liste-block-1-2 .media .img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden; }
      #block-views-block-bloc-description-top-liste-block-1-2 .media .img img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        max-width: none; }
        @supports (object-fit: cover) {
          #block-views-block-bloc-description-top-liste-block-1-2 .media .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    #block-views-block-bloc-description-top-liste-block-1-2 .media:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(37, 14, 98, 0.7);
      z-index: 2; }
  #block-views-block-bloc-description-top-liste-block-1-2 .field--name-field-title {
    color: white;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: normal;
    margin: 30px auto; }
    #block-views-block-bloc-description-top-liste-block-1-2 .field--name-field-title h2, #block-views-block-bloc-description-top-liste-block-1-2 .field--name-field-title h1 {
      font-size: 4rem;
      margin: 0;
      font-weight: normal; }
  #block-views-block-bloc-description-top-liste-block-1-2 .field--name-field-description {
    margin: 0 auto;
    line-height: 1.5; }
  #block-views-block-bloc-description-top-liste-block-1-2 .field--name-field-title,
  #block-views-block-bloc-description-top-liste-block-1-2 .field--name-field-description {
    position: relative;
    z-index: 3;
    max-width: 980px;
    padding: 0;
    text-align: center; }
  #block-views-block-bloc-description-top-liste-block-1-2 .global-search-form {
    margin-top: 35px;
    position: relative;
    z-index: 3;
    margin-bottom: 0; }

.layout-sidebar-second {
  float: right;
  width: 26.1111111111%; }

/*.path-actualites {
	.layout-content {
		width: percent(1000px, $siteWidth);
		float: left;
	}
}*/
.two-cols {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto; }
  .two-cols:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .two-cols .layout-content {
    width: 69.4444444444%;
    float: left; }

.node--type-news .type, .node--view-mode-content-top .type, .node--type-rubric-page .type, .node--type-event .type,
.node--type-major-event .type, .taxonomy-term .type {
  float: left;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-left: 2px solid #da291c;
  padding-left: 20px;
  color: #474747;
  margin-bottom: 17px;
  margin-right: 20px; }
  .node--type-news .type h2, .node--view-mode-content-top .type h2, .node--type-rubric-page .type h2, .node--type-event .type h2,
  .node--type-major-event .type h2, .taxonomy-term .type h2 {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    margin: 0;
    letter-spacing: inherit; }
.node--type-news .date, .node--view-mode-content-top .date, .node--type-rubric-page .date, .node--type-event .date,
.node--type-major-event .date, .taxonomy-term .date {
  float: right;
  margin-bottom: 17px; }
.node--type-news .title, .node--view-mode-content-top .title, .node--type-rubric-page .title, .node--type-event .title,
.node--type-major-event .title, .taxonomy-term .title {
  clear: both;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: none;
  line-height: 1.6;
  margin: 0 0 20px; }
.node--type-news .tags, .node--view-mode-content-top .tags, .node--type-rubric-page .tags, .node--type-event .tags,
.node--type-major-event .tags, .taxonomy-term .tags {
  clear: both;
  background: #f5f5f5;
  margin: 0 0 23px;
  padding: 7px 20px;
  font-size: 1.2rem;
  text-align: left; }
  .node--type-news .tags > span:first-child, .node--view-mode-content-top .tags > span:first-child, .node--type-rubric-page .tags > span:first-child, .node--type-event .tags > span:first-child,
  .node--type-major-event .tags > span:first-child, .taxonomy-term .tags > span:first-child {
    display: inline-block;
    border-right: solid 2px #474747;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 17px;
    font-weight: normal; }
  .node--type-news .tags div, .node--view-mode-content-top .tags div, .node--type-rubric-page .tags div, .node--type-event .tags div,
  .node--type-major-event .tags div, .taxonomy-term .tags div {
    display: inline;
    font-weight: 300;
    font-style: italic; }
  .node--type-news .tags .field__item:before, .node--view-mode-content-top .tags .field__item:before, .node--type-rubric-page .tags .field__item:before, .node--type-event .tags .field__item:before,
  .node--type-major-event .tags .field__item:before, .taxonomy-term .tags .field__item:before {
    content: ' | ';
    font-style: normal; }
  .node--type-news .tags .field__item:first-child:before, .node--view-mode-content-top .tags .field__item:first-child:before, .node--type-rubric-page .tags .field__item:first-child:before, .node--type-event .tags .field__item:first-child:before,
  .node--type-major-event .tags .field__item:first-child:before, .taxonomy-term .tags .field__item:first-child:before {
    content: none; }
.node--type-news .coutry, .node--type-news .coutry + .date, .node--view-mode-content-top .coutry, .node--view-mode-content-top .coutry + .date, .node--type-rubric-page .coutry, .node--type-rubric-page .coutry + .date, .node--type-event .coutry, .node--type-event .coutry + .date,
.node--type-major-event .coutry,
.node--type-major-event .coutry + .date, .taxonomy-term .coutry, .taxonomy-term .coutry + .date {
  text-transform: uppercase;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 30px 30px;
  float: none;
  color: inherit; }
.node--type-news .content, .node--view-mode-content-top .content, .node--type-rubric-page .content, .node--type-event .content,
.node--type-major-event .content, .taxonomy-term .content {
  font-weight: 300;
  line-height: 1.5; }
  .node--type-news .content:after, .node--view-mode-content-top .content:after, .node--type-rubric-page .content:after, .node--type-event .content:after,
  .node--type-major-event .content:after, .taxonomy-term .content:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .node--type-news .content .media, .node--view-mode-content-top .content .media, .node--type-rubric-page .content .media, .node--type-event .content .media,
  .node--type-major-event .content .media, .taxonomy-term .content .media {
    float: left;
    margin: 6px 30px 20px 0;
    max-width: 55%; }
    .node--type-news .content .media img, .node--view-mode-content-top .content .media img, .node--type-rubric-page .content .media img, .node--type-event .content .media img,
    .node--type-major-event .content .media img, .taxonomy-term .content .media img {
      vertical-align: bottom; }
    .node--type-news .content .media iframe, .node--view-mode-content-top .content .media iframe, .node--type-rubric-page .content .media iframe, .node--type-event .content .media iframe,
    .node--type-major-event .content .media iframe, .taxonomy-term .content .media iframe {
      max-width: 100%; }
    .node--type-news .content .media.view-mode-top, .node--view-mode-content-top .content .media.view-mode-top, .node--type-rubric-page .content .media.view-mode-top, .node--type-event .content .media.view-mode-top,
    .node--type-major-event .content .media.view-mode-top, .taxonomy-term .content .media.view-mode-top {
      position: relative; }
      .node--type-news .content .media.view-mode-top:before, .node--type-news .content .media.view-mode-top:after, .node--view-mode-content-top .content .media.view-mode-top:before, .node--view-mode-content-top .content .media.view-mode-top:after, .node--type-rubric-page .content .media.view-mode-top:before, .node--type-rubric-page .content .media.view-mode-top:after, .node--type-event .content .media.view-mode-top:before, .node--type-event .content .media.view-mode-top:after,
      .node--type-major-event .content .media.view-mode-top:before,
      .node--type-major-event .content .media.view-mode-top:after, .taxonomy-term .content .media.view-mode-top:before, .taxonomy-term .content .media.view-mode-top:after {
        content: '';
        position: absolute;
        width: 153px;
        background: #da291c; }
      .node--type-news .content .media.view-mode-top:before, .node--view-mode-content-top .content .media.view-mode-top:before, .node--type-rubric-page .content .media.view-mode-top:before, .node--type-event .content .media.view-mode-top:before,
      .node--type-major-event .content .media.view-mode-top:before, .taxonomy-term .content .media.view-mode-top:before {
        top: 0;
        left: 0;
        height: 2px; }
      .node--type-news .content .media.view-mode-top:after, .node--view-mode-content-top .content .media.view-mode-top:after, .node--type-rubric-page .content .media.view-mode-top:after, .node--type-event .content .media.view-mode-top:after,
      .node--type-major-event .content .media.view-mode-top:after, .taxonomy-term .content .media.view-mode-top:after {
        bottom: -5px;
        right: 0;
        height: 5px; }
.node--type-news:after, .node--view-mode-content-top:after, .node--type-rubric-page:after, .node--type-event:after,
.node--type-major-event:after, .taxonomy-term:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden; }
.node--type-news.node--view-mode-teaser, .node--type-news.node--view-mode-actualite-homepage-promoted, .node--type-news.node--view-mode-actualites-homepage, .node--type-news.node--view-mode-top, .node--type-news.term--view-mode-actualite-homepage-promoted, .node--type-news.term--view-mode-actualites-homepage, .node--view-mode-content-top.node--view-mode-teaser, .node--view-mode-content-top.node--view-mode-actualite-homepage-promoted, .node--view-mode-content-top.node--view-mode-actualites-homepage, .node--view-mode-content-top.node--view-mode-top, .node--view-mode-content-top.term--view-mode-actualite-homepage-promoted, .node--view-mode-content-top.term--view-mode-actualites-homepage, .node--type-rubric-page.node--view-mode-teaser, .node--type-rubric-page.node--view-mode-actualite-homepage-promoted, .node--type-rubric-page.node--view-mode-actualites-homepage, .node--type-rubric-page.node--view-mode-top, .node--type-rubric-page.term--view-mode-actualite-homepage-promoted, .node--type-rubric-page.term--view-mode-actualites-homepage, .node--type-event.node--view-mode-teaser, .node--type-event.node--view-mode-actualite-homepage-promoted, .node--type-event.node--view-mode-actualites-homepage, .node--type-event.node--view-mode-top, .node--type-event.term--view-mode-actualite-homepage-promoted, .node--type-event.term--view-mode-actualites-homepage,
.node--type-major-event.node--view-mode-teaser,
.node--type-major-event.node--view-mode-actualite-homepage-promoted,
.node--type-major-event.node--view-mode-actualites-homepage,
.node--type-major-event.node--view-mode-top,
.node--type-major-event.term--view-mode-actualite-homepage-promoted,
.node--type-major-event.term--view-mode-actualites-homepage, .taxonomy-term.node--view-mode-teaser, .taxonomy-term.node--view-mode-actualite-homepage-promoted, .taxonomy-term.node--view-mode-actualites-homepage, .taxonomy-term.node--view-mode-top, .taxonomy-term.term--view-mode-actualite-homepage-promoted, .taxonomy-term.term--view-mode-actualites-homepage {
  padding: 30px 40px;
  background: white;
  margin: 0 0 55px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  border-radius: 3px; }
  @media (max-width: 767px) {
    .node--type-news.node--view-mode-teaser, .node--type-news.node--view-mode-actualite-homepage-promoted, .node--type-news.node--view-mode-actualites-homepage, .node--type-news.node--view-mode-top, .node--type-news.term--view-mode-actualite-homepage-promoted, .node--type-news.term--view-mode-actualites-homepage, .node--view-mode-content-top.node--view-mode-teaser, .node--view-mode-content-top.node--view-mode-actualite-homepage-promoted, .node--view-mode-content-top.node--view-mode-actualites-homepage, .node--view-mode-content-top.node--view-mode-top, .node--view-mode-content-top.term--view-mode-actualite-homepage-promoted, .node--view-mode-content-top.term--view-mode-actualites-homepage, .node--type-rubric-page.node--view-mode-teaser, .node--type-rubric-page.node--view-mode-actualite-homepage-promoted, .node--type-rubric-page.node--view-mode-actualites-homepage, .node--type-rubric-page.node--view-mode-top, .node--type-rubric-page.term--view-mode-actualite-homepage-promoted, .node--type-rubric-page.term--view-mode-actualites-homepage, .node--type-event.node--view-mode-teaser, .node--type-event.node--view-mode-actualite-homepage-promoted, .node--type-event.node--view-mode-actualites-homepage, .node--type-event.node--view-mode-top, .node--type-event.term--view-mode-actualite-homepage-promoted, .node--type-event.term--view-mode-actualites-homepage,
    .node--type-major-event.node--view-mode-teaser,
    .node--type-major-event.node--view-mode-actualite-homepage-promoted,
    .node--type-major-event.node--view-mode-actualites-homepage,
    .node--type-major-event.node--view-mode-top,
    .node--type-major-event.term--view-mode-actualite-homepage-promoted,
    .node--type-major-event.term--view-mode-actualites-homepage, .taxonomy-term.node--view-mode-teaser, .taxonomy-term.node--view-mode-actualite-homepage-promoted, .taxonomy-term.node--view-mode-actualites-homepage, .taxonomy-term.node--view-mode-top, .taxonomy-term.term--view-mode-actualite-homepage-promoted, .taxonomy-term.term--view-mode-actualites-homepage {
      padding: 17px 20px; } }
  .two-cols .layout-content .node--type-news.node--view-mode-teaser, .two-cols .layout-content .node--type-news.node--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--type-news.node--view-mode-actualites-homepage, .two-cols .layout-content .node--type-news.node--view-mode-top, .two-cols .layout-content .node--type-news.term--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--type-news.term--view-mode-actualites-homepage, .two-cols .layout-content .node--view-mode-content-top.node--view-mode-teaser, .two-cols .layout-content .node--view-mode-content-top.node--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--view-mode-content-top.node--view-mode-actualites-homepage, .two-cols .layout-content .node--view-mode-content-top.node--view-mode-top, .two-cols .layout-content .node--view-mode-content-top.term--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--view-mode-content-top.term--view-mode-actualites-homepage, .two-cols .layout-content .node--type-rubric-page.node--view-mode-teaser, .two-cols .layout-content .node--type-rubric-page.node--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--type-rubric-page.node--view-mode-actualites-homepage, .two-cols .layout-content .node--type-rubric-page.node--view-mode-top, .two-cols .layout-content .node--type-rubric-page.term--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--type-rubric-page.term--view-mode-actualites-homepage, .two-cols .layout-content .node--type-event.node--view-mode-teaser, .two-cols .layout-content .node--type-event.node--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--type-event.node--view-mode-actualites-homepage, .two-cols .layout-content .node--type-event.node--view-mode-top, .two-cols .layout-content .node--type-event.term--view-mode-actualite-homepage-promoted, .two-cols .layout-content .node--type-event.term--view-mode-actualites-homepage, .two-cols .layout-content
  .node--type-major-event.node--view-mode-teaser, .two-cols .layout-content
  .node--type-major-event.node--view-mode-actualite-homepage-promoted, .two-cols .layout-content
  .node--type-major-event.node--view-mode-actualites-homepage, .two-cols .layout-content
  .node--type-major-event.node--view-mode-top, .two-cols .layout-content
  .node--type-major-event.term--view-mode-actualite-homepage-promoted, .two-cols .layout-content
  .node--type-major-event.term--view-mode-actualites-homepage, .two-cols .layout-content .taxonomy-term.node--view-mode-teaser, .two-cols .layout-content .taxonomy-term.node--view-mode-actualite-homepage-promoted, .two-cols .layout-content .taxonomy-term.node--view-mode-actualites-homepage, .two-cols .layout-content .taxonomy-term.node--view-mode-top, .two-cols .layout-content .taxonomy-term.term--view-mode-actualite-homepage-promoted, .two-cols .layout-content .taxonomy-term.term--view-mode-actualites-homepage {
    margin-bottom: 5.4780876494%; }
  .node--type-news.node--view-mode-teaser .more, .node--type-news.node--view-mode-actualite-homepage-promoted .more, .node--type-news.node--view-mode-actualites-homepage .more, .node--type-news.node--view-mode-top .more, .node--type-news.term--view-mode-actualite-homepage-promoted .more, .node--type-news.term--view-mode-actualites-homepage .more, .node--view-mode-content-top.node--view-mode-teaser .more, .node--view-mode-content-top.node--view-mode-actualite-homepage-promoted .more, .node--view-mode-content-top.node--view-mode-actualites-homepage .more, .node--view-mode-content-top.node--view-mode-top .more, .node--view-mode-content-top.term--view-mode-actualite-homepage-promoted .more, .node--view-mode-content-top.term--view-mode-actualites-homepage .more, .node--type-rubric-page.node--view-mode-teaser .more, .node--type-rubric-page.node--view-mode-actualite-homepage-promoted .more, .node--type-rubric-page.node--view-mode-actualites-homepage .more, .node--type-rubric-page.node--view-mode-top .more, .node--type-rubric-page.term--view-mode-actualite-homepage-promoted .more, .node--type-rubric-page.term--view-mode-actualites-homepage .more, .node--type-event.node--view-mode-teaser .more, .node--type-event.node--view-mode-actualite-homepage-promoted .more, .node--type-event.node--view-mode-actualites-homepage .more, .node--type-event.node--view-mode-top .more, .node--type-event.term--view-mode-actualite-homepage-promoted .more, .node--type-event.term--view-mode-actualites-homepage .more,
  .node--type-major-event.node--view-mode-teaser .more,
  .node--type-major-event.node--view-mode-actualite-homepage-promoted .more,
  .node--type-major-event.node--view-mode-actualites-homepage .more,
  .node--type-major-event.node--view-mode-top .more,
  .node--type-major-event.term--view-mode-actualite-homepage-promoted .more,
  .node--type-major-event.term--view-mode-actualites-homepage .more, .taxonomy-term.node--view-mode-teaser .more, .taxonomy-term.node--view-mode-actualite-homepage-promoted .more, .taxonomy-term.node--view-mode-actualites-homepage .more, .taxonomy-term.node--view-mode-top .more, .taxonomy-term.term--view-mode-actualite-homepage-promoted .more, .taxonomy-term.term--view-mode-actualites-homepage .more {
    float: right;
    clear: both; }

.node--view-mode-content-top .type {
  margin-bottom: 30px; }
.node--view-mode-content-top .tags {
  margin-bottom: 50px; }
.node--view-mode-content-top .coutry, .node--view-mode-content-top .coutry + .date {
  margin-bottom: 64px; }

.page-node-type-news .node-content-top .region-nodecontenttopleft {
  padding-top: 78px; }

/* home */
.bloc-actualites-homepage {
  max-width: 1140px;
  margin: 0 auto 90px; }
  .bloc-actualites-homepage:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .bloc-actualites-homepage .bloc-actu-title {
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 1.6rem;
    text-align: center; }
  .bloc-actualites-homepage .bloc-actu-subtitle {
    font-size: 1.6rem;
    margin-bottom: 5.2rem;
    text-align: center;
    font-weight: normal; }
  .bloc-actualites-homepage .node--type-news,
  .bloc-actualites-homepage .node,
  .bloc-actualites-homepage .taxonomy-term {
    float: left;
    width: 30.701754386%;
    margin: 0 1.3157894737% 30px;
    height: 468px;
    clear: none;
    padding: 3.5087719298%;
    position: relative;
    padding-top: 220px;
    padding-bottom: 53px;
    /* Fade in element on page loading, "visible" class is added in js */
    transition: all 0.6s ease-out; }
    .bloc-actualites-homepage .node--type-news.not-visible,
    .bloc-actualites-homepage .node.not-visible,
    .bloc-actualites-homepage .taxonomy-term.not-visible {
      opacity: 0;
      transform: translate3d(0, 100px, 0); }
    .bloc-actualites-homepage .node--type-news.visible,
    .bloc-actualites-homepage .node.visible,
    .bloc-actualites-homepage .taxonomy-term.visible {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .bloc-actualites-homepage .node--type-news:first-of-type,
    .bloc-actualites-homepage .node:first-of-type,
    .bloc-actualites-homepage .taxonomy-term:first-of-type {
      width: 64.0350877193%;
      padding-top: 273px; }
      .bloc-actualites-homepage .node--type-news:first-of-type time,
      .bloc-actualites-homepage .node:first-of-type time,
      .bloc-actualites-homepage .taxonomy-term:first-of-type time {
        left: 5.4794520548%; }
      .bloc-actualites-homepage .node--type-news:first-of-type .field--name-field-diaporama-nm,
      .bloc-actualites-homepage .node--type-news:first-of-type .field--name-field-visual-nm,
      .bloc-actualites-homepage .node--type-news:first-of-type .field--name-field-visual,
      .bloc-actualites-homepage .node:first-of-type .field--name-field-diaporama-nm,
      .bloc-actualites-homepage .node:first-of-type .field--name-field-visual-nm,
      .bloc-actualites-homepage .node:first-of-type .field--name-field-visual,
      .bloc-actualites-homepage .taxonomy-term:first-of-type .field--name-field-diaporama-nm,
      .bloc-actualites-homepage .taxonomy-term:first-of-type .field--name-field-visual-nm,
      .bloc-actualites-homepage .taxonomy-term:first-of-type .field--name-field-visual {
        height: 250px; }
    .bloc-actualites-homepage .node--type-news .field--name-field-diaporama-nm,
    .bloc-actualites-homepage .node--type-news .field--name-field-visual-nm,
    .bloc-actualites-homepage .node--type-news .field--name-field-visual,
    .bloc-actualites-homepage .node .field--name-field-diaporama-nm,
    .bloc-actualites-homepage .node .field--name-field-visual-nm,
    .bloc-actualites-homepage .node .field--name-field-visual,
    .bloc-actualites-homepage .taxonomy-term .field--name-field-diaporama-nm,
    .bloc-actualites-homepage .taxonomy-term .field--name-field-visual-nm,
    .bloc-actualites-homepage .taxonomy-term .field--name-field-visual {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 197px;
      overflow: hidden;
      border-radius: 2px 2px 0 0;
      text-align: center; }
      .bloc-actualites-homepage .node--type-news .field--name-field-diaporama-nm .media,
      .bloc-actualites-homepage .node--type-news .field--name-field-visual-nm .media,
      .bloc-actualites-homepage .node--type-news .field--name-field-visual .media,
      .bloc-actualites-homepage .node .field--name-field-diaporama-nm .media,
      .bloc-actualites-homepage .node .field--name-field-visual-nm .media,
      .bloc-actualites-homepage .node .field--name-field-visual .media,
      .bloc-actualites-homepage .taxonomy-term .field--name-field-diaporama-nm .media,
      .bloc-actualites-homepage .taxonomy-term .field--name-field-visual-nm .media,
      .bloc-actualites-homepage .taxonomy-term .field--name-field-visual .media {
        position: static; }
      .bloc-actualites-homepage .node--type-news .field--name-field-diaporama-nm .img,
      .bloc-actualites-homepage .node--type-news .field--name-field-visual-nm .img,
      .bloc-actualites-homepage .node--type-news .field--name-field-visual .img,
      .bloc-actualites-homepage .node .field--name-field-diaporama-nm .img,
      .bloc-actualites-homepage .node .field--name-field-visual-nm .img,
      .bloc-actualites-homepage .node .field--name-field-visual .img,
      .bloc-actualites-homepage .taxonomy-term .field--name-field-diaporama-nm .img,
      .bloc-actualites-homepage .taxonomy-term .field--name-field-visual-nm .img,
      .bloc-actualites-homepage .taxonomy-term .field--name-field-visual .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .bloc-actualites-homepage .node--type-news .field--name-field-diaporama-nm .img img,
        .bloc-actualites-homepage .node--type-news .field--name-field-visual-nm .img img,
        .bloc-actualites-homepage .node--type-news .field--name-field-visual .img img,
        .bloc-actualites-homepage .node .field--name-field-diaporama-nm .img img,
        .bloc-actualites-homepage .node .field--name-field-visual-nm .img img,
        .bloc-actualites-homepage .node .field--name-field-visual .img img,
        .bloc-actualites-homepage .taxonomy-term .field--name-field-diaporama-nm .img img,
        .bloc-actualites-homepage .taxonomy-term .field--name-field-visual-nm .img img,
        .bloc-actualites-homepage .taxonomy-term .field--name-field-visual .img img {
          min-height: 100%;
          min-width: 100%;
          width: auto;
          height: auto;
          max-width: none;
          vertical-align: bottom;
          /*
          @supports (object-fit: cover) {
          	width: 100%;
          	height: 100%;
          	object-fit: cover;
          }
          */ }
    .bloc-actualites-homepage .node--type-news .node__title,
    .bloc-actualites-homepage .node .node__title,
    .bloc-actualites-homepage .taxonomy-term .node__title {
      font-size: 1.8rem;
      font-weight: bold;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      margin: 0 0 2em;
      line-height: 1.6;
      text-transform: none; }
    .bloc-actualites-homepage .node--type-news .type-actu,
    .bloc-actualites-homepage .node .type-actu,
    .bloc-actualites-homepage .taxonomy-term .type-actu {
      color: #474747;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.4rem;
      letter-spacing: 0.4rem;
      text-transform: uppercase;
      padding-left: 13px;
      border-left: solid 2px #da291c;
      margin-bottom: 1.4rem; }
    .bloc-actualites-homepage .node--type-news time,
    .bloc-actualites-homepage .node time,
    .bloc-actualites-homepage .taxonomy-term time {
      position: absolute;
      left: 11.4285714286%;
      bottom: 27px; }
  .bloc-actualites-homepage > .adm_field_collection {
    padding: 30px 40px;
    background: white;
    margin: 0 0 55px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    float: left;
    width: 30.701754386%;
    margin: 0 1.3157894737% 30px;
    height: 468px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .bloc-actualites-homepage > .adm_field_collection {
        padding: 17px 20px; } }
    .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual,
    .bloc-actualites-homepage > .adm_field_collection .field--name-field-visual-nm {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual:after,
      .bloc-actualites-homepage > .adm_field_collection .field--name-field-visual-nm:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45);
        transition: background-color 0.3s ease-in-out; }
      .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual .media,
      .bloc-actualites-homepage > .adm_field_collection .field--name-field-visual-nm .media {
        position: static; }
      .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual .img,
      .bloc-actualites-homepage > .adm_field_collection .field--name-field-visual-nm .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual .img img,
        .bloc-actualites-homepage > .adm_field_collection .field--name-field-visual-nm .img img {
          min-height: 100%;
          min-width: 100%;
          width: auto;
          max-width: none;
          height: auto; }
          @supports (object-fit: cover) {
            .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual .img img,
            .bloc-actualites-homepage > .adm_field_collection .field--name-field-visual-nm .img img {
              width: 100%;
              height: 100%;
              object-fit: cover; } }
      .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual + div,
      .bloc-actualites-homepage > .adm_field_collection .field--name-field-visual-nm + div {
        font-size: 1.4rem;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        position: absolute;
        top: 23px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        left: 0;
        right: 0;
        padding: 0 20px;
        text-align: center;
        letter-spacing: 3px; }
    .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-text,
    .bloc-actualites-homepage > .adm_field_collection .node__title {
      position: absolute;
      top: 100px;
      bottom: 100px;
      left: 20px;
      right: 20px;
      color: white;
      font-weight: bold;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.8rem;
      line-height: 1.5;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      align-items: stretch; }
    .bloc-actualites-homepage > .adm_field_collection:hover {
      /*.bloc-highlight-text {
      	color: $red;
      }*/ }
      .bloc-actualites-homepage > .adm_field_collection:hover .bloc-highlight-visual:after {
        background-color: rgba(0, 0, 0, 0.65); }
    .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-text-bas {
      font-size: 1rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      position: absolute;
      bottom: 26px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      left: 40px;
      right: 40px; }
    .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-link a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }
    .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-link a:after {
      content: none; }
  .bloc-actualites-homepage > .adm_field_collection, .bloc-actualites-homepage .node--type-news, .bloc-actualites-homepage .node, .bloc-actualites-homepage .taxonomy-term {
    /* Fade in element on page loading, "visible" class is added in js */
    transition: all 0.6s ease-out; }
    .bloc-actualites-homepage > .adm_field_collection.not-visible, .bloc-actualites-homepage .node--type-news.not-visible, .bloc-actualites-homepage .node.not-visible, .bloc-actualites-homepage .taxonomy-term.not-visible {
      opacity: 0;
      transform: translate3d(0, 100px, 0); }
    .bloc-actualites-homepage > .adm_field_collection.visible, .bloc-actualites-homepage .node--type-news.visible, .bloc-actualites-homepage .node.visible, .bloc-actualites-homepage .taxonomy-term.visible {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .bloc-actualites-homepage > .adm_field_collection:nth-child(3n+6), .bloc-actualites-homepage > .adm_field_collection:nth-child(4), .bloc-actualites-homepage .node--type-news:nth-child(3n+6), .bloc-actualites-homepage .node--type-news:nth-child(4), .bloc-actualites-homepage .node:nth-child(3n+6), .bloc-actualites-homepage .node:nth-child(4), .bloc-actualites-homepage .taxonomy-term:nth-child(3n+6), .bloc-actualites-homepage .taxonomy-term:nth-child(4) {
      transition-delay: 0.15s; }
    .bloc-actualites-homepage > .adm_field_collection:nth-child(3n+7), .bloc-actualites-homepage .node--type-news:nth-child(3n+7), .bloc-actualites-homepage .node:nth-child(3n+7), .bloc-actualites-homepage .taxonomy-term:nth-child(3n+7) {
      transition-delay: 0.3s; }
  .bloc-actualites-homepage .toutes-nos-actus {
    clear: both;
    text-align: center;
    padding-top: 30px; }
    .bloc-actualites-homepage .toutes-nos-actus a {
      padding: 15px 30px;
      padding: 1.5rem 3rem;
      text-align: center;
      display: inline-block;
      border-radius: 2.5rem;
      background: #250e62;
      color: white;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      cursor: pointer;
      transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
      .bloc-actualites-homepage .toutes-nos-actus a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        left: 2rem;
        right: 20px;
        right: 2rem;
        bottom: 0;
        border-radius: 2.5rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
        z-index: -1; }
      .bloc-actualites-homepage .toutes-nos-actus a:hover, .bloc-actualites-homepage .toutes-nos-actus a:focus {
        background-color: #da291c;
        color: white; }

/* blog home */
.bloc-blog-homepage {
  max-width: 1140px;
  margin: 0 auto 90px;
  text-align: center; }
  .bloc-blog-homepage .title-bloc-blog {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 55px; }
    .path-taxonomy .bloc-blog-homepage .title-bloc-blog {
      font-size: 2.2rem;
      font-weight: bold;
      text-transform: none; }

.actus-blog {
  margin: 0 0 30px; }
  @supports (display: flex) {
    .actus-blog {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .actus-blog:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .actus-blog .actu-blog {
    width: 47.3684210526%;
    float: left;
    padding: 30px 40px;
    background: white;
    margin: 0 0 55px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    /* Fade in element on page loading, "visible" class is added in js */
    transition: all 0.6s ease-out;
    margin: 0 1.3157894737% 30px;
    position: relative;
    min-height: 216px;
    padding-left: 22.6315789474%;
    text-align: left; }
    @media (max-width: 767px) {
      .actus-blog .actu-blog {
        padding: 17px 20px; } }
    .actus-blog .actu-blog.not-visible {
      opacity: 0;
      transform: translate3d(0, 100px, 0); }
    .actus-blog .actu-blog.visible {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .actus-blog .actu-blog:nth-child(2n+1) {
      clear: left; }
    .actus-blog .actu-blog:nth-child(2n) {
      transition-delay: 0.15s; }
    .actus-blog .actu-blog .actu-visuel {
      position: absolute;
      top: 0;
      left: 0;
      width: 42.2222222222%;
      bottom: 0;
      overflow: hidden;
      border-radius: 2px 0 0 2px;
      text-align: center; }
      .actus-blog .actu-blog .actu-visuel a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .actus-blog .actu-blog .actu-visuel img {
        max-width: 400px;
        max-height: 400px;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }
        @supports (transform: translate3d(-50%, -50%, 0px)) {
          .actus-blog .actu-blog .actu-visuel img {
            position: relative;
            transform: translate3d(-50%, -50%, 0px);
            left: 50%;
            top: 50%; } }
        @supports (object-fit: cover) {
          .actus-blog .actu-blog .actu-visuel img {
            width: 100%;
            height: 100%;
            position: static;
            left: 0;
            top: 0;
            transform: none;
            object-fit: cover; } }
    .actus-blog .actu-blog .blog-mention {
      color: #474747;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.4rem;
      letter-spacing: 0.4rem;
      text-transform: uppercase;
      padding-left: 13px;
      border-left: solid 2px #250e62;
      margin-bottom: 1.4rem;
      display: block; }
    .actus-blog .actu-blog .actu-blog-title {
      font-size: 1.8rem;
      font-weight: bold;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      margin: 0 0 1em;
      line-height: 1.6;
      text-transform: none;
      display: block; }

/* social home */
.resaux-sociaux-homepage {
  position: relative;
  background: #250e62 url("../img/styles/bg_social_home.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px;
  color: white;
  text-align: center; }
  .resaux-sociaux-homepage:before {
    content: '';
    height: 42px;
    width: 2px;
    background: #250e62;
    border-bottom: solid 21px white;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -1px; }
  .resaux-sociaux-homepage .reseaux-sociaux-homepage-titre,
  .resaux-sociaux-homepage .fil-twitter-titre {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 2em; }
  .resaux-sociaux-homepage .fil-twitter-titre {
    margin-bottom: 0; }
  .resaux-sociaux-homepage .presence {
    max-width: 1110px;
    margin: 0 auto 6rem;
    border-bottom: solid 1px #da291c; }
    .resaux-sociaux-homepage .presence ul {
      margin: 0; }
      .resaux-sociaux-homepage .presence ul:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .resaux-sociaux-homepage .presence ul li {
        width: 25%;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 5.8rem;
        float: left; }
    .resaux-sociaux-homepage .presence .nb-abonnes {
      display: block;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 0.5rem; }
      .resaux-sociaux-homepage .presence .nb-abonnes .odometer-digit:nth-last-child(3) {
        margin-left: 10px; }
    .resaux-sociaux-homepage .presence .mention-resau {
      display: block;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.8rem;
      color: #beb7d0;
      text-transform: uppercase; }
    .resaux-sociaux-homepage .presence .logo {
      display: inline-block;
      margin-bottom: 13px; }
  .resaux-sociaux-homepage .fil-twitter {
    max-width: 1110px;
    margin: 0 auto 6rem; }
    .resaux-sociaux-homepage .fil-twitter ul {
      margin: 0 auto;
      max-width: 700px; }
      .resaux-sociaux-homepage .fil-twitter ul li {
        margin: 0;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 1.8rem;
        padding: 18px;
        align-items: center;
        justify-content: center;
        display: flex; }
        .resaux-sociaux-homepage .fil-twitter ul li p {
          margin: 0; }
    .resaux-sociaux-homepage .fil-twitter .swiper-circle {
      position: absolute;
      top: 85px;
      right: 0;
      fill: none;
      stroke: white;
      stroke-width: 2px;
      z-index: 1;
      stroke-dasharray: 140;
      stroke-dashoffset: 140; }
    .resaux-sociaux-homepage .fil-twitter .swiper-button {
      z-index: 2; }
    .resaux-sociaux-homepage .fil-twitter .swiper-container {
      height: 130px;
      padding: 0 50px;
      overflow: hidden; }
      .resaux-sociaux-homepage .fil-twitter .swiper-container.timer-animation .swiper-circle {
        animation: animate_circle_svg 5s linear forwards; }
    .resaux-sociaux-homepage .fil-twitter .pagination {
      display: none; }

@keyframes animate_circle_svg {
  to {
    stroke-dashoffset: 0; } }
/* welcome screen */
.path-frontpage .region-highlighted {
  position: relative;
  min-height: 100vh;
  background: #250e62;
  color: white;
  text-align: center;
  margin-bottom: 66px; }
  .path-frontpage .region-highlighted article.media, .path-frontpage .region-highlighted .contextual-region {
    position: static; }
  .path-frontpage .region-highlighted .img, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .path-frontpage .region-highlighted .img:before, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(37, 14, 98, 0.7);
      z-index: 2; }
    .path-frontpage .region-highlighted .img img, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1 img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
    .path-frontpage .region-highlighted .img .field--type-video, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1 .field--type-video {
      /*position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;*/
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .path-frontpage .region-highlighted .img .field--type-video video, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1 .field--type-video video {
        min-width: 100% !important;
        min-height: 100% !important;
        width: auto !important;
        height: auto !important; }
        @supports (object-fit: cover) {
          .path-frontpage .region-highlighted .img .field--type-video video, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1 .field--type-video video {
            width: 100% !important;
            height: 950px !important;
            object-fit: cover; } }
      @media (min-width: 1240px) {
        .path-frontpage .region-highlighted .img .field--type-video iframe, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1 .field--type-video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
      @media (max-width: 1239px) {
        .path-frontpage .region-highlighted .img .field--type-video iframe, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-1 .field--type-video iframe {
          position: absolute;
          top: 0;
          left: 0; } }
  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 30px 40px 110px;
    min-height: 100vh; }
    .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2:before {
      content: '';
      width: 252px;
      height: 102px;
      background: url("../img/styles/logo_AFD_Blanc.png") 0 0 no-repeat;
      margin-bottom: 163px;
      display: inline-block;
      background-size: 100% auto;
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
    .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 > div {
      max-width: 1110px;
      margin: 0 auto; }
    .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .views-field-field-surtitre {
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-transform: uppercase;
      font-size: 1.6rem;
      margin-bottom: 52px; }
    .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .views-field-field-block-title {
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-transform: uppercase;
      font-size: 8rem;
      margin-bottom: 130px;
      line-height: 1.15; }
    .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .button-map-homepage {
      display: inline-block;
      margin: 0 10px 10px; }
      .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .button-map-homepage a {
        padding: 15px 30px;
        padding: 1.5rem 3rem;
        text-align: center;
        display: inline-block;
        border-radius: 2.5rem;
        background: #250e62;
        color: white;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        background-color: white;
        color: #250e62; }
        .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .button-map-homepage a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 20px;
          left: 2rem;
          right: 20px;
          right: 2rem;
          bottom: 0;
          border-radius: 2.5rem;
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
          z-index: -1; }
        .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .button-map-homepage a:hover, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .button-map-homepage a:focus {
          background-color: #da291c;
          color: white; }
        .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .button-map-homepage a:hover, .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .button-map-homepage a:focus {
          background-color: #da291c;
          color: white; }
  .path-frontpage .region-highlighted #js-scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
    .path-frontpage .region-highlighted #js-scroll-down span {
      background: none;
      color: white;
      padding: 0 0 68px;
      display: inline-block;
      border-radius: 0;
      font-size: 1.6rem;
      font-weight: normal;
      position: relative;
      text-transform: uppercase;
      cursor: pointer;
      transition: color 0.15s ease-in-out; }
      .path-frontpage .region-highlighted #js-scroll-down span:after {
        content: '';
        height: 53px;
        width: 2px;
        background: #d4d2d8;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -1px;
        animation-name: animScroll;
        animation-duration: 1.75s;
        animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
        animation-iteration-count: infinite;
        transform-origin: 0 100%; }
      .path-frontpage .region-highlighted #js-scroll-down span:before {
        content: none; }
      .path-frontpage .region-highlighted #js-scroll-down span:hover {
        color: #da291c; }

.explorer-homepage {
  max-width: 976px;
  padding: 0 50px;
  margin: 0 auto 110px;
  line-height: 1.5;
  position: relative; }
  .explorer-homepage:before {
    content: '';
    width: 140px;
    height: 3px;
    background: #da291c;
    position: absolute;
    left: -272px;
    top: 30px; }

/* map home */
.bloc-map-homepage {
  position: relative;
  background: #250e62;
  color: white;
  text-align: center;
  margin-bottom: 80px;
  overflow: hidden; }
  .bloc-map-homepage .map {
    padding: 232px 0 187px;
    min-height: 100vh;
    min-height: calc(100vh - 91px); }
    @supports (display: flex) {
      .bloc-map-homepage .map {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .bloc-map-homepage article.media {
    position: static; }
  .bloc-map-homepage .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .bloc-map-homepage .img:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(37, 14, 98, 0.7);
      z-index: 2; }
    .bloc-map-homepage .img img {
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      width: auto;
      height: auto; }
      @supports (object-fit: cover) {
        .bloc-map-homepage .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .bloc-map-homepage .adm_field_collection > div {
    position: relative;
    z-index: 2; }
    .bloc-map-homepage .adm_field_collection > div.field-map-homepage {
      position: static; }
  .bloc-map-homepage .field-surtitre-map-homepage {
    max-width: 800px;
    margin: 0 auto 46px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.6rem; }
  .bloc-map-homepage .field-name-map-homepage {
    max-width: 800px;
    margin: 0 auto 40px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 4rem; }
  .bloc-map-homepage .field-subtitle-map-homepage {
    max-width: 800px;
    margin: 0 auto 65px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.5; }
  .bloc-map-homepage .field-buttons-map-homepage {
    /*& > div:first-child {
    	a {
    		background: $red;
    		color: white;
    	}
    }*/ }
    .bloc-map-homepage .field-buttons-map-homepage a {
      padding: 15px 30px;
      padding: 1.5rem 3rem;
      text-align: center;
      display: inline-block;
      border-radius: 2.5rem;
      background: #250e62;
      color: white;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      cursor: pointer;
      transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
      background: white;
      color: #250e62;
      margin-bottom: 60px; }
      .bloc-map-homepage .field-buttons-map-homepage a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        left: 2rem;
        right: 20px;
        right: 2rem;
        bottom: 0;
        border-radius: 2.5rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
        z-index: -1; }
      .bloc-map-homepage .field-buttons-map-homepage a:hover, .bloc-map-homepage .field-buttons-map-homepage a:focus {
        background-color: #da291c;
        color: white; }
      .bloc-map-homepage .field-buttons-map-homepage a:hover, .bloc-map-homepage .field-buttons-map-homepage a:focus {
        color: white; }

/* dossier home */
.dossier-home {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto 110px;
  position: relative; }
  .dossier-home:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .dossier-home .col-left {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-left: 40px;
    padding-top: 20px; }
    .dossier-home .col-left > div {
      position: relative;
      margin: 0 20px 90px 0; }
      .dossier-home .col-left > div + div {
        width: 58.7837837838%;
        margin-right: 0;
        float: right; }
      .dossier-home .col-left > div:last-child {
        margin-bottom: 0; }
      .dossier-home .col-left > div img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        position: relative;
        z-index: 2; }
  .dossier-home .col-right {
    float: right;
    width: 50%;
    padding-left: 40px; }
  .dossier-home .title {
    font-size: 9rem;
    color: #da291c;
    margin: 0 0 1.3rem;
    line-height: 1.2; }
  .dossier-home .subtitle {
    font-size: 3.2rem;
    font-weight: 600;
    margin: 0 0 0.3rem;
    line-height: 1.2; }
  .dossier-home .subsubtitle {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0 0 4.5rem;
    line-height: 1.2; }
  .dossier-home .more {
    margin-top: 4.6rem; }
    .dossier-home .more a {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #250e62;
      display: inline-block; }
      .dossier-home .more a:after {
        content: '\e90f';
        font-family: icomoon;
        color: #dc124e;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
        line-height: 0.8;
        font-size: 1.5em;
        vertical-align: top;
        position: relative;
        left: 0;
        transition: left 0.23s cubic-bezier(0.43, -0.29, 0.65, 1.26); }
      .dossier-home .more a:hover:after, .dossier-home .more a:focus:after {
        left: 5px; }

.shadow {
  position: absolute;
  left: -24px;
  top: -20px;
  width: 100%;
  height: 100%;
  background: #da291c;
  z-index: -1; }

.path-frontpage .shadow {
  width: 87.3563218391%; }

/* Grand Angle  */
.page-node-type-wide-angle-page .share {
  background: white; }

.page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 {
  position: relative;
  text-align: center;
  color: white;
  background: black;
  padding: 130px 40px;
  padding: 8vw 40px;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  min-height: 44vw; }
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .contextual-region {
    position: static; }
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-visuel-nm {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden; }
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-visuel-nm .media {
      position: static; }
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-visuel-nm .img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1; }
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-visuel-nm:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.1);
      z-index: 2; }
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-visuel-nm img {
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      width: auto;
      height: auto;
      display: block; }
      @supports (object-fit: cover) {
        .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-visuel-nm img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content > div {
    position: relative;
    z-index: 2; }
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-theme,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-region-country,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-city-locality,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-date {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 57px 108px;
    margin-bottom: 5.95vw; }
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-theme div,
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-region-country div,
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-city-locality div,
    .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-date div {
      display: inline; }
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-first-lign-title,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-second-lign-title,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-third-lign-title {
    text-transform: uppercase;
    font-size: 5.2rem;
    font-weight: normal;
    max-width: 1110px;
    margin: 0 auto;
    line-height: 1.3; }
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-second-lign-title {
    font-size: 8.9rem; }
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-third-lign-title {
    font-size: 6.4rem; }

.field--name-field-indicators-mv3 {
  background: #250e62 url("../img/styles/bg_cercles.png") center center no-repeat;
  color: white;
  padding: 67px 13.0357142857%;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.1;
  position: relative; }
  .field--name-field-indicators-mv3:before {
    content: '';
    position: absolute;
    left: 4.7619047619%;
    top: 125px;
    width: 8.2738095238%;
    height: 3px;
    background: #da291c; }
  .field--name-field-indicators-mv3 > .field__item {
    display: inline-block;
    margin: 0 5.6360708535% 20px;
    vertical-align: bottom;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 2rem;
    text-align: left;
    font-weight: 500; }
    .field--name-field-indicators-mv3 > .field__item .field--name-name {
      font-size: 8rem;
      font-weight: 400;
      transition: font-size 0.3s linear; }

.field--name-field-step-block-mv {
  margin-bottom: 75px;
  max-width: 1150px;
  margin: 0 auto 75px;
  padding: 0 20px; }
  .field--name-field-step-block-mv > .field__label {
    display: inline-block;
    padding: 15px 15px 95px;
    background: #da291c;
    color: white;
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 40px;
    min-width: 170px; }
  .field--name-field-step-block-mv .field__items {
    white-space: nowrap;
    overflow: auto;
    font-size: 0; }
    .field--name-field-step-block-mv .field__items:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .field--name-field-step-block-mv .field__items.swiper-wrapper {
      overflow: visible; }
    .field--name-field-step-block-mv .field__items > .field__item {
      display: inline-block;
      vertical-align: top;
      width: 387px;
      padding-right: 35px;
      font-size: 1.6rem;
      white-space: normal; }
    .field--name-field-step-block-mv .field__items .field--name-field-number-nm {
      font-size: 8rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      margin-bottom: 20px; }
  .field--name-field-step-block-mv .swiper-container {
    overflow: visible; }
    .field--name-field-step-block-mv .swiper-container .swiper-button {
      top: -90px;
      left: 195px;
      right: auto;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-color: #da291c;
      color: #da291c; }
      .field--name-field-step-block-mv .swiper-container .swiper-button:hover, .field--name-field-step-block-mv .swiper-container .swiper-button:focus {
        background-color: #da291c;
        color: white; }
      .field--name-field-step-block-mv .swiper-container .swiper-button:before {
        content: '\e91f';
        font-size: 30px;
        position: relative;
        left: -2px; }
      .field--name-field-step-block-mv .swiper-container .swiper-button.swiper-button-next {
        top: -90px;
        left: 270px; }
        .field--name-field-step-block-mv .swiper-container .swiper-button.swiper-button-next:before {
          content: '\e920';
          left: 2px; }

.strate {
  margin-bottom: 100px; }
  .strate:last-child {
    margin-bottom: 0; }
  .strate.contenu-type-1 {
    padding: 0 5.9523809524%; }
    .strate.contenu-type-1:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .strate.contenu-type-1 .contenu {
      float: left;
      width: 50%;
      background: white;
      padding: 3.125% 2.7777777778%;
      margin-top: 41px;
      right: -19px;
      position: relative;
      z-index: 2; }
      .strate.contenu-type-1 .contenu .descriptive_block,
      .strate.contenu-type-1 .contenu .descriptive_block_two_columns {
        padding-left: 0;
        padding-right: 0; }
    .strate.contenu-type-1 .suivre-projet {
      float: right;
      width: 50%;
      left: -19px;
      position: relative;
      z-index: 1;
      min-height: 40px; }
      .strate.contenu-type-1 .suivre-projet .videos, .strate.contenu-type-1 .suivre-projet .field--name-field-image {
        max-width: none;
        margin: 0; }
        .strate.contenu-type-1 .suivre-projet .videos img, .strate.contenu-type-1 .suivre-projet .field--name-field-image img {
          vertical-align: bottom; }
      .strate.contenu-type-1 .suivre-projet .field--name-field-visuel-projet {
        position: relative; }
      .strate.contenu-type-1 .suivre-projet .social {
        position: absolute;
        right: -20px;
        bottom: -20px;
        background: #250e62;
        color: white;
        padding: 12px 20px;
        white-space: nowrap; }
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-block-title {
          text-transform: uppercase;
          font-size: 1.4rem;
          font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
          padding-right: 20px; }
        .strate.contenu-type-1 .suivre-projet .social .field {
          display: inline-block;
          vertical-align: middle; }
        .strate.contenu-type-1 .suivre-projet .social .field--type-link a {
          display: inline-block;
          padding: 0 10px;
          transition: opacity 0.15s ease-in-out; }
          .strate.contenu-type-1 .suivre-projet .social .field--type-link a:hover, .strate.contenu-type-1 .suivre-projet .social .field--type-link a:focus {
            color: inherit;
            opacity: 0.8; }
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-facebook a:before,
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-youtube a:before,
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-twitter a:before,
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-google a:before {
          content: '\e913';
          font-family: icomoon;
          font-weight: normal;
          font-size: 1.8rem;
          font-size: 2rem; }
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-facebook a img,
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-youtube a img,
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-twitter a img,
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-google a img {
          display: none; }
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-youtube a:before {
          content: '\e91a';
          font-size: 1.8rem; }
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-twitter a:before {
          content: '\e912';
          font-size: 2.5rem; }
        .strate.contenu-type-1 .suivre-projet .social .field--name-field-google a:before {
          content: '\e915'; }

.field--name-field-chapo, .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .two-columns .field--name-field-chapo-column-1nm,
.two-columns .field--name-field-chapo-column-2-nm, .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.6em; }

.field--name-field-storyline-mv {
  margin-bottom: 100px;
  padding-top: 510px; }
  .field--name-field-storyline-mv .views-slideshow-controls-top {
    position: absolute;
    z-index: 30;
    left: 50%;
    margin-left: -555px;
    height: 61px;
    padding-left: 61px; }
    .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_slide_counter {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 0;
      color: white;
      background: white; }
      .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_slide_counter span {
        color: #da291c;
        font-size: 2rem;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
        .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_slide_counter span.num {
          font-size: 3rem; }
        .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_slide_counter span.total:before {
          content: '/'; }
    .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text {
      width: 160px;
      height: 60px;
      background: white;
      color: #da291c;
      position: relative; }
      .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views-slideshow-controls-text-status-pause {
        display: none; }
      .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_previous a,
      .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_next a {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-indent: -999em;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        background: white;
        color: #da291c;
        margin-top: 0; }
        .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_previous a:before,
        .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_next a:before {
          content: '\e91f';
          font-family: icomoon;
          font-weight: normal;
          font-size: 34px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          text-align: center;
          text-indent: 0;
          color: inherit; }
        .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_previous a:hover,
        .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_next a:hover {
          color: white;
          background: #da291c; }
      .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_next a {
        left: auto;
        right: 0; }
        .field--name-field-storyline-mv .views-slideshow-controls-top .views_slideshow_controls_text .views_slideshow_controls_text_next a:before {
          content: '\e920'; }
  .field--name-field-storyline-mv .views_slideshow_cycle_teaser_section {
    width: 100% !important; }
  .field--name-field-storyline-mv .views_slideshow_cycle_slide {
    width: 100%; }
  .field--name-field-storyline-mv .storyline {
    overflow: hidden; }
    .field--name-field-storyline-mv .storyline .image {
      position: absolute;
      top: -510px;
      left: 0;
      right: 0;
      z-index: 1; }
      .field--name-field-storyline-mv .storyline .image img {
        min-width: 100%;
        min-height: 750px;
        max-width: none;
        height: auto;
        display: block; }
        @supports (object-fit: cover) {
          .field--name-field-storyline-mv .storyline .image img {
            width: 100%;
            height: 750px;
            object-fit: cover; } }
    .field--name-field-storyline-mv .storyline .contenu {
      max-width: 1110px;
      margin: 60px auto 0 auto;
      background: white;
      padding: 37px 60px 50px;
      position: relative;
      z-index: 2; }
      .field--name-field-storyline-mv .storyline .contenu .field--name-name {
        font-size: 4rem;
        text-transform: uppercase;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        color: #da291c;
        line-height: 1.5;
        margin-bottom: 1em; }
      .field--name-field-storyline-mv .storyline .contenu .field--name-field-description-nm {
        line-height: 1.5;
        margin-bottom: 1.5em; }

.field--name-field-image-nm {
  text-align: center; }
  .field--name-field-image-nm img {
    vertical-align: bottom; }

.contenu-type-4 .highlight_content {
  position: relative;
  padding: 50px;
  background: #f5f5f5; }
  .contenu-type-4 .highlight_content .contenu {
    background: white;
    max-width: 1230px;
    margin: 0 auto;
    padding: 75px 60px; }
    .contenu-type-4 .highlight_content .contenu .highlightContent-title {
      font-size: 4rem;
      margin-bottom: 4.5rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      color: #da291c;
      text-transform: uppercase;
      text-align: center; }
    .contenu-type-4 .highlight_content .contenu audio {
      margin-bottom: 1.5em; }
  .contenu-type-4 .highlight_content.with-media {
    background: black;
    color: white; }
    .contenu-type-4 .highlight_content.with-media .highlightContent-media {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0.8; }
      .contenu-type-4 .highlight_content.with-media .highlightContent-media .videos, .contenu-type-4 .highlight_content.with-media .highlightContent-media .field--name-field-image {
        margin: 0;
        max-width: none; }
      .contenu-type-4 .highlight_content.with-media .highlightContent-media article.media {
        position: static; }
      .contenu-type-4 .highlight_content.with-media .highlightContent-media .img, .contenu-type-4 .highlight_content.with-media .highlightContent-media .video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        /*&:before {
        	content: '';
        	position: absolute;
        	left: 0;
        	right: 0;
        	top: 0;
        	bottom: 0;
        	background: rgba(0,0,0,0.2);
        }*/ }
        .contenu-type-4 .highlight_content.with-media .highlightContent-media .img img, .contenu-type-4 .highlight_content.with-media .highlightContent-media .img video, .contenu-type-4 .highlight_content.with-media .highlightContent-media .video img, .contenu-type-4 .highlight_content.with-media .highlightContent-media .video video {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          max-width: none; }
          @supports (object-fit: cover) {
            .contenu-type-4 .highlight_content.with-media .highlightContent-media .img img, .contenu-type-4 .highlight_content.with-media .highlightContent-media .img video, .contenu-type-4 .highlight_content.with-media .highlightContent-media .video img, .contenu-type-4 .highlight_content.with-media .highlightContent-media .video video {
              width: 100%;
              height: 100%;
              object-fit: cover; } }
      .contenu-type-4 .highlight_content.with-media .highlightContent-media .field--name-field-video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .contenu-type-4 .highlight_content.with-media .highlightContent-media iframe {
        width: 100%;
        min-height: 100%; }
    .contenu-type-4 .highlight_content.with-media .contenu {
      background: none;
      position: relative;
      padding: 0 80px; }
      .contenu-type-4 .highlight_content.with-media .contenu .highlightContent-title {
        text-align: left;
        color: inherit; }
    .contenu-type-4 .highlight_content.with-media.gauche .contenu {
      width: 490px;
      padding: 0;
      left: -325px; }
    .contenu-type-4 .highlight_content.with-media.droite .contenu {
      width: 490px;
      padding: 0;
      left: 325px; }

.highlightContent-sound.sound {
  /*audio {
  	display: none;
  }*/ }
  .highlightContent-sound.sound .js-play-button {
    border: solid 2px #212121;
    width: 64px;
    height: 64px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    transition: background-color 0.15s ease-in-out; }
    .highlightContent-sound.sound .js-play-button:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .with-media .highlightContent-sound.sound .js-play-button {
      border-color: white; }
    .highlightContent-sound.sound .js-play-button:before {
      content: '\e91d';
      font-family: icomoon;
      font-weight: normal;
      font-size: 26px;
      position: relative;
      left: 4px; }
    .highlightContent-sound.sound .js-play-button.pause:before {
      content: '\e92a';
      left: 0;
      font-size: 30px; }
  .highlightContent-sound.sound .sound-file {
    float: left;
    margin-right: 30px; }
  .highlightContent-sound.sound:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .highlightContent-sound.sound .sound-descriptif {
    overflow: auto;
    font-style: italic; }

/* page edito */
.node-content-top {
  background: white;
  /*.field__item + .field__item .button a {
  	@extend .bt-red-ph;
  }*/ }
  @supports (display: flex) {
    .node-content-top {
      display: flex; } }
  .node-content-top:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .node-content-top .region-nodecontenttopleft {
    float: left;
    width: 33.3333333333%;
    padding: 100px 40px 75px 40px;
    text-align: center;
    position: relative;
    /* temp */ }
    .page-node-type-page-ong-project .node-content-top .region-nodecontenttopleft {
      padding-bottom: 135px; }
    .node-content-top .region-nodecontenttopleft .contextual-region {
      position: static; }
    .node-content-top .region-nodecontenttopleft .block-outils-partage {
      top: auto;
      right: 20px;
      bottom: 20px;
      background: #282828;
      color: white;
      position: absolute; }
  .node-content-top .region-nodecontenttopright {
    float: left;
    width: 66.6666666667%;
    position: relative;
    overflow: hidden;
    min-height: 748px; }
    .node-content-top .region-nodecontenttopright .contextual-region {
      position: static; }
    .node-content-top .region-nodecontenttopright .media {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .node-content-top .region-nodecontenttopright .media .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .node-content-top .region-nodecontenttopright .media .img img {
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          margin: auto; }
    .node-content-top .region-nodecontenttopright .skin-default {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .node-content-top .region-nodecontenttopright img {
      display: block;
      width: 100%;
      height: auto; }
    .node-content-top .region-nodecontenttopright iframe {
      width: 100%; }
    .node-content-top .region-nodecontenttopright .content {
      position: absolute;
      width: 350px;
      min-height: 293px;
      left: 50%;
      top: 50%;
      margin-left: -175px;
      margin-top: -146px;
      background: white;
      padding: 26px 38px;
      border-radius: 3px; }
      .node-content-top .region-nodecontenttopright .content:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        width: 1000px;
        left: -1000px;
        height: 2px;
        background: white; }
      .node-content-top .region-nodecontenttopright .content:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: -1px;
        background: #250e62; }
      .node-content-top .region-nodecontenttopright .content .bloc-title {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        padding-left: 16px;
        border-left: #da291c solid 2px;
        letter-spacing: 0.3rem;
        color: #474747;
        margin-bottom: 16px;
        margin-bottom: 1.6rem;
        font-weight: normal;
        display: block;
        margin-bottom: 1.6rem; }
      .node-content-top .region-nodecontenttopright .content .date, .node-content-top .region-nodecontenttopright .content .where {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1.8;
        margin-bottom: 1.8em; }
  .node-content-top .field--name-field-surtitre,
  .node-content-top .field--name-field-subtitle {
    font-size: 1.6rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    margin-bottom: 4rem; }
  .node-content-top .title, .node-content-top h2 {
    font-size: 4rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5rem;
    line-height: 1.3; }
  .node-content-top .field--name-field-lign-descriptive,
  .node-content-top .field--name-field-short-descriptive,
  .node-content-top .subtitle {
    line-height: 1.6;
    margin-bottom: 7rem; }
  .node-content-top .country, .node-content-top .thematic, .node-content-top .country + .date {
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 30px 30px;
    float: none;
    color: inherit; }
  .node-content-top .group-1 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    .node-content-top .group-1:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .node-content-top .group-1 .document-type {
      float: left;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      border-left: 2px solid #da291c;
      padding-left: 20px;
      color: #474747;
      margin-right: 20px;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .node-content-top .group-1 .date {
      float: right;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
      .node-content-top .group-1 .date div {
        display: inline; }
  .node-content-top .group-2 {
    background: #f5f5f5;
    margin-bottom: 50px;
    padding: 7px 17px;
    text-align: left; }
    .node-content-top .group-2 div {
      display: inline;
      font-weight: 300;
      font-size: 1.2rem;
      margin: 0;
      text-transform: none;
      font-family: "Merriweather Sans", sans-serif; }
    .node-content-top .group-2 > div {
      font-style: italic;
      /*&:before {
      	content: ' | ';
      	font-style: normal;
      }
      &:first-child:before {
      	content: none;
      }*/ }
  .node-content-top .dl {
    margin-top: 22px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    text-transform: uppercase; }
    .node-content-top .dl .file-infos {
      margin: 20px 0 0; }
    .node-content-top .dl .dl-count div {
      display: inline; }
  .node-content-top .back {
    position: absolute;
    left: 40px;
    bottom: 20px;
    background: none; }
    .node-content-top .back a {
      display: inline-block;
      padding: 8px 20px 8px 17px;
      border-radius: 3px;
      background: #f5f5f5;
      font-weight: normal;
      font-size: 1.4rem; }
      .node-content-top .back a:hover, .node-content-top .back a:focus {
        background-color: #e8e8e8;
        color: #080808; }
        .node-content-top .back a:hover:before, .node-content-top .back a:focus:before {
          -webkit-transform: translate3d(-5px, -1px, 0);
          -moz-transform: translate3d(-5px, -1px, 0);
          -ms-transform: translate3d(-5px, -1px, 0);
          transform: translate3d(-5px, -1px, 0); }
      .node-content-top .back a:before {
        content: '\e906';
        font-family: icomoon;
        font-weight: normal;
        font-size: 16px;
        margin-right: 15px;
        position: relative;
        vertical-align: middle;
        -webkit-transform: translate3d(0, -1px, 0);
        -moz-transform: translate3d(0, -1px, 0);
        -ms-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
        display: inline-block;
        transition: transform 0.15s ease-in-out; }
  .node-content-top .associated-ong {
    position: absolute;
    left: 40px;
    bottom: 84px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase; }
    .node-content-top .associated-ong div, .node-content-top .associated-ong article {
      display: inline; }
    .node-content-top .associated-ong .img {
      top: -5px;
      position: relative;
      left: 5px; }
    .node-content-top .associated-ong img {
      vertical-align: middle; }
  .node-content-top .button {
    position: relative;
    z-index: 2; }
  .node-content-top .field--name-field-buttons-mv2 > .field__item {
    margin-bottom: 40px; }
    .node-content-top .field--name-field-buttons-mv2 > .field__item:last-child {
      margin-bottom: 0; }

.page-node-type-editorial-page .chapo {
  padding: 70px 0; }
.chapo .field--name-field-chapo, .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .chapo .highlightContent-chapo, .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .chapo .field--name-field-chapo-column-1nm,
.chapo .two-columns .field--name-field-chapo-column-2-nm,
.two-columns .chapo .field--name-field-chapo-column-2-nm, .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .chapo .field--name-field-header, .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .chapo .field__item > p:first-child {
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 4rem; }
.chapo .field--name-field-under-chapo {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto; }

.subchapo .field--name-field-under-chapo {
  max-width: 800px;
  margin: 0 auto; }

.node--type-editorial-page.contextual-region {
  position: static; }

ul.anchor {
  background: white;
  padding: 34px;
  text-align: center;
  margin: 0;
  transition: padding 0.3s ease-in-out; }
  ul.anchor.sticky {
    top: 91px;
    left: 0;
    right: 0;
    z-index: 80;
    border-bottom: #d4d2d8 solid 1px;
    padding: 15px; }
  ul.anchor li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    list-style: none;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold; }
    ul.anchor li a {
      display: inline-block;
      vertical-align: middle;
      max-width: 240px;
      padding: 6px 30px;
      color: #250e62;
      position: relative;
      transition: color 0.3s ease-out; }
      ul.anchor li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #da291c;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        transition: all 0.3s ease-out; }
      ul.anchor li a:hover, ul.anchor li a:focus, ul.anchor li a:active, ul.anchor li a.active, ul.anchor li a.is-active {
        color: #250e62;
        text-decoration: none; }
        ul.anchor li a:hover:before, ul.anchor li a:focus:before, ul.anchor li a:active:before, ul.anchor li a.active:before, ul.anchor li a.is-active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      ul.anchor li a:before {
        height: 3px;
        top: auto;
        left: 30px;
        right: 30px;
        z-index: 2; }

.anchorHeader {
  position: relative;
  padding: 47px 40px;
  background: #250e62;
  color: white;
  height: 400px;
  min-height: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .anchorHeader .contextual-region {
    position: static; }
  .anchorHeader .media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .anchorHeader .media .img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden; }
      .anchorHeader .media .img img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        max-width: none; }
        @supports (object-fit: cover) {
          .anchorHeader .media .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
    .anchorHeader .media:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(37, 14, 98, 0.7);
      z-index: 2; }
  .anchorHeader .title {
    color: white;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: normal;
    margin: 30px auto;
    position: relative;
    z-index: 3; }
    .anchorHeader .title h2, .anchorHeader .title h1 {
      font-size: 4rem;
      margin: 0;
      font-weight: normal; }

div.anchor .content {
  /*.field--name-field-content-vm {
  	& > .field__item {
  		margin-bottom: 100px;
  		&:last-child {
  			margin-bottom: 0;
  		}
  	}
  }*/ }

.descriptive_block_two_columns {
  max-width: 1150px;
  padding: 0 20px;
  margin: 70px auto; }

.videos,
.field--name-field-image {
  max-width: 800px;
  margin: 70px auto; }

.descriptive_block {
  max-width: 800px;
  margin: 70px auto; }
  .descriptive_block .field--name-name {
    color: #da291c;
    text-transform: uppercase;
    font-size: 2.4rem; }

.testimony,
.share {
  max-width: 760px;
  margin: 70px auto;
  /* Fade in element on page loading, "visible" class is added in js */
  transition: all 0.6s ease-out; }
  .testimony.not-visible,
  .share.not-visible {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  .testimony.visible,
  .share.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.videos iframe {
  max-width: 100%;
  vertical-align: bottom; }

.two-columns:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  visibility: hidden; }
.two-columns .col1 {
  float: left;
  width: 50%;
  padding-right: 3.6036036036%;
  margin-bottom: 30px; }
.two-columns .col2 {
  float: right;
  width: 50%;
  padding-left: 3.6036036036%;
  margin-bottom: 30px; }
.two-columns .field--name-field-titre-column-1-nm,
.two-columns .field--name-field-titre-column-2-nm {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #da291c;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em; }
.two-columns .more-link {
  text-align: center;
  clear: both; }

.testimony {
  text-align: center;
  padding: 20px; }
  .testimony h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 600;
    color: #250e62;
    margin-bottom: 3rem;
    letter-spacing: 0.4rem; }
  .testimony .text-formatted {
    font-style: italic;
    font-weight: normal;
    text-align: left; }
    .testimony .text-formatted p {
      text-align: center; }
    .testimony .text-formatted:before {
      /*content: '\0022';
      font-family: $secondFont;
      font-weight: 500;
      color: $red;
      display: inline-block;
      font-size: 7.1rem;*/
      content: '';
      background: url("../img/styles/bg_quote.png") 0 0 no-repeat;
      width: 23px;
      height: 19px;
      margin-bottom: 1.3rem;
      display: inline-block; }
  .testimony .author {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .testimony .networks .field {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    .testimony .networks .field a {
      color: #949494;
      transition: color 0.15s ease-in-out; }
      .testimony .networks .field a span {
        display: none; }
      .testimony .networks .field a:hover, .testimony .networks .field a:focus {
        color: #250e62; }
    .testimony .networks .field.field--name-field-facebook-nm a, .testimony .networks .field.field--name-field-twitter-nm a, .testimony .networks .field.field--name-field-linkedin-nm a, .testimony .networks .field.field--name-field-youtube-nm a {
      width: 3.2rem;
      height: 3.2rem;
      position: relative;
      text-indent: -999em;
      overflow: hidden;
      display: inline-block; }
      .testimony .networks .field.field--name-field-facebook-nm a:before, .testimony .networks .field.field--name-field-twitter-nm a:before, .testimony .networks .field.field--name-field-linkedin-nm a:before, .testimony .networks .field.field--name-field-youtube-nm a:before {
        content: '\e913';
        font-family: icomoon;
        font-weight: normal;
        font-size: 2.2rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        line-height: 32px;
        text-indent: 0; }
        @supports (line-height: 3.2rem) {
          .testimony .networks .field.field--name-field-facebook-nm a:before, .testimony .networks .field.field--name-field-twitter-nm a:before, .testimony .networks .field.field--name-field-linkedin-nm a:before, .testimony .networks .field.field--name-field-youtube-nm a:before {
            line-height: 3.2rem; } }
    .testimony .networks .field.field--name-field-twitter-nm a:before {
      content: '\e912'; }
    .testimony .networks .field.field--name-field-linkedin-nm a:before {
      content: '\e910'; }
    .testimony .networks .field.field--name-field-youtube-nm a:before {
      content: '\e911'; }

/* bulles */
.bulles {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center; }
  .bulles .field--name-name {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-bottom: 3.6rem; }
  .bulles .field--name-field-bulle-mv > .field__item {
    width: 230px;
    margin: 0 27px 60px;
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    border: #250e62 solid 1px;
    background: white;
    border-radius: 50%; }
    .bulles .field--name-field-bulle-mv > .field__item > a, .bulles .field--name-field-bulle-mv > .field__item > .content, .bulles .field--name-field-bulle-mv > .field__item > .content > a {
      display: block;
      width: 216px;
      height: 216px;
      border-radius: 50%;
      border: #250e62 solid 2px;
      overflow: hidden;
      position: relative;
      background-color: white;
      transition: all 0.15s ease-in-out; }
      .bulles .field--name-field-bulle-mv > .field__item > a:not(.content):after, .bulles .field--name-field-bulle-mv > .field__item > .content:not(.content):after, .bulles .field--name-field-bulle-mv > .field__item > .content > a:not(.content):after {
        content: '\e925';
        font-family: icomoon;
        font-size: 16px;
        font-weight: normal;
        color: white;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin-left: -20px;
        background: #da291c;
        z-index: 3; }
      .bulles .field--name-field-bulle-mv > .field__item > a .field--name-name, .bulles .field--name-field-bulle-mv > .field__item > .content .field--name-name, .bulles .field--name-field-bulle-mv > .field__item > .content > a .field--name-name {
        position: absolute;
        width: 180px;
        top: 60px;
        left: 50%;
        margin-left: -90px;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        font-size: 1.8rem;
        z-index: 2; }
      .bulles .field--name-field-bulle-mv > .field__item > a .media-image, .bulles .field--name-field-bulle-mv > .field__item > .content .media-image, .bulles .field--name-field-bulle-mv > .field__item > .content > a .media-image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.15s ease-in-out;
        float: none;
        margin: 0; }
        .bulles .field--name-field-bulle-mv > .field__item > a .media-image:before, .bulles .field--name-field-bulle-mv > .field__item > .content .media-image:before, .bulles .field--name-field-bulle-mv > .field__item > .content > a .media-image:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(37, 14, 98, 0.8); }
      .bulles .field--name-field-bulle-mv > .field__item > a:hover, .bulles .field--name-field-bulle-mv > .field__item > a:focus, .bulles .field--name-field-bulle-mv > .field__item > .content:hover, .bulles .field--name-field-bulle-mv > .field__item > .content:focus, .bulles .field--name-field-bulle-mv > .field__item > .content > a:hover, .bulles .field--name-field-bulle-mv > .field__item > .content > a:focus {
        background-color: #250e62;
        color: white; }
        .bulles .field--name-field-bulle-mv > .field__item > a:hover .media-image, .bulles .field--name-field-bulle-mv > .field__item > a:focus .media-image, .bulles .field--name-field-bulle-mv > .field__item > .content:hover .media-image, .bulles .field--name-field-bulle-mv > .field__item > .content:focus .media-image, .bulles .field--name-field-bulle-mv > .field__item > .content > a:hover .media-image, .bulles .field--name-field-bulle-mv > .field__item > .content > a:focus .media-image {
          opacity: 1; }

.share {
  padding: 20px 70px;
  text-align: center; }
  .share .field--name-name {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 600;
    color: #da291c;
    margin-bottom: 3rem;
    letter-spacing: 0.4rem; }
  .share .field--name-field-share-nm2 {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    line-height: 1.6;
    margin-bottom: 3.3rem; }
  .share .share-link h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px; }
  .share .share-link ul {
    margin: 0; }
    .share .share-link ul li {
      margin: 0;
      display: inline; }
      .share .share-link ul li a {
        display: inline-block;
        width: 60px;
        height: 30px;
        text-indent: -999em;
        overflow: hidden;
        position: relative;
        color: #939393;
        font-weight: normal;
        text-align: left; }
        .share .share-link ul li a:hover, .share .share-link ul li a:focus {
          color: #da291c; }
        .share .share-link ul li a:before {
          content: '\e913';
          font-family: icomoon;
          font-size: 20px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          text-indent: 0;
          text-align: center;
          line-height: 30px; }
        .share .share-link ul li a.twitter:before {
          content: '\e912';
          font-size: 24px; }
        .share .share-link ul li a.linkedin:before {
          content: '\e910';
          font-size: 24px; }
        .share .share-link ul li a.google:before, .share .share-link ul li a.google-plus:before {
          content: '\e915';
          font-size: 22px; }
        .share .share-link ul li a.mail:before {
          content: '\e926';
          font-size: 30px; }

/* mise en exergue */
.highlighted {
  margin: 100px 40px; }
  .highlighted:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .highlighted .image {
    float: left;
    width: 66.25%;
    position: relative; }
    .highlighted .image .field--name-field-visual-nm {
      position: relative; }
      .highlighted .image .field--name-field-visual-nm img {
        width: 100%;
        height: auto;
        display: block; }
    .highlighted .image iframe {
      max-width: 100%; }
    .highlighted .image .field--name-field-visual-nm2 {
      max-width: 41.0377358491%;
      margin: -12.7358490566% 0 0 6.9811320755%; }
      .highlighted .image .field--name-field-visual-nm2 .img {
        display: inline-block;
        position: relative; }
        .highlighted .image .field--name-field-visual-nm2 .img img {
          vertical-align: bottom; }
  .highlighted .contenu {
    float: right;
    width: 33.75%;
    margin-top: 156px;
    padding: 0 40px; }
    .highlighted .contenu .title, .highlighted .contenu > .field--name-name {
      color: #da291c;
      font-size: 2.4rem;
      font-weight: bold;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      margin-bottom: 1em;
      text-transform: uppercase; }
  .highlighted.left .image {
    float: right; }
  .highlighted.left .contenu {
    float: left; }

/* accordeon */
.folding-block {
  padding: 100px 40px; }
  .folding-block .block {
    max-width: 760px;
    margin: 0 auto 30px; }
    .folding-block .block > .__name {
      padding: 16px 40px;
      padding-right: 60px;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2rem;
      cursor: pointer;
      color: white;
      background: #250e62;
      position: relative; }
      .folding-block .block > .__name:before {
        content: '\e904';
        font-family: icomoon;
        position: absolute;
        height: 30px;
        width: 30px;
        top: 50%;
        margin-top: -15px;
        text-align: center;
        line-height: 30px;
        font-weight: normal;
        font-size: 20px;
        color: #da291c;
        right: 26px;
        font-size: 30px;
        transition: transform 0.3s ease-in-out;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
    .folding-block .block.opened > .__name:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .folding-block .block > .__descriptive-nm {
      padding: 25px 40px;
      background: white;
      display: none; }
    .folding-block .block .__links-zone-title-nm {
      font-size: 2.2rem;
      font-weight: bold;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      margin-bottom: 2.32rem; }
    .folding-block .block .__links-mv .more a {
      display: block;
      min-height: 64px;
      padding: 23px 20px 20px 120px;
      border-radius: 2px;
      background: #f5f5f5;
      font-size: 1.4rem;
      font-weight: bold;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      margin-bottom: 20px;
      text-transform: none;
      color: #212121;
      position: relative;
      position: relative;
      transition: color 0.3s ease-out;
      z-index: 1;
      overflow: hidden; }
      .folding-block .block .__links-mv .more a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #250e62;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        transition: all 0.3s ease-out; }
      .folding-block .block .__links-mv .more a:hover, .folding-block .block .__links-mv .more a:focus, .folding-block .block .__links-mv .more a:active, .folding-block .block .__links-mv .more a.active, .folding-block .block .__links-mv .more a.is-active {
        color: white;
        text-decoration: none; }
        .folding-block .block .__links-mv .more a:hover:before, .folding-block .block .__links-mv .more a:focus:before, .folding-block .block .__links-mv .more a:active:before, .folding-block .block .__links-mv .more a.active:before, .folding-block .block .__links-mv .more a.is-active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .folding-block .block .__links-mv .more a:after {
        content: '\e91b';
        font-family: icomoon;
        color: white;
        background: #250e62;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 89px;
        line-height: 64px;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        border-radius: 2px 0 0 2px;
        margin-left: 0; }
  .folding-block .field__item:last-child > .block {
    margin-bottom: 0; }

/* data */
.field--name-field-data-mv3 {
  background: #250e62 url("../img/styles/bg_cercles.png") center center no-repeat;
  color: white;
  padding: 67px 0;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1; }
  .field--name-field-data-mv3 > .field__item {
    display: inline-block;
    margin: 0 4.1666666667% 20px;
    vertical-align: top;
    text-align: left;
    width: 250px; }
    .field--name-field-data-mv3 > .field__item .field--name-field-figure-nm {
      font-size: 8rem;
      font-weight: 400;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
    .field--name-field-data-mv3 > .field__item .field--name-field-data-description-nm {
      line-height: 1.6; }

/* frise chronologie */
.frieze {
  background: #f5f5f5 url("../img/styles/bg_frise.png") 0 274px no-repeat;
  padding-top: 70px;
  position: relative; }
  .frieze:before {
    content: '';
    height: 50px;
    width: 1px;
    background: linear-gradient(#dedede, rgba(222, 222, 222, 0));
    position: absolute;
    bottom: 70px;
    left: 50%; }

.field--name-field-freize-title {
  max-width: 350px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1.3;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 6rem;
  position: relative; }
  .field--name-field-freize-title:before {
    content: '';
    height: 5rem;
    width: 1px;
    background: linear-gradient(rgba(222, 222, 222, 0), #dedede);
    position: absolute;
    bottom: 0;
    left: 50%; }

.field--name-field-frieze-element-mv {
  max-width: 1300px;
  margin: 0 auto 100px;
  position: relative;
  padding: 0 20px; }
  .field--name-field-frieze-element-mv:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 120px;
    width: 1px;
    background: #dedede; }
  .field--name-field-frieze-element-mv:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .field--name-field-frieze-element-mv > .field__item {
    float: right;
    width: 50%;
    clear: right;
    padding-left: 153px; }
    .field--name-field-frieze-element-mv > .field__item .frieze-element {
      padding: 30px 40px;
      background: white;
      margin: 0 0 55px;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
      border-radius: 3px;
      margin-bottom: 115px;
      padding: 20px 51px 20px 48px;
      border-left: solid 2px #da291c;
      position: relative;
      min-height: 450px;
      /* Fade in element on page loading, "visible" class is added in js */
      transition: all 0.6s ease-out; }
      @media (max-width: 767px) {
        .field--name-field-frieze-element-mv > .field__item .frieze-element {
          padding: 17px 20px; } }
      .field--name-field-frieze-element-mv > .field__item .frieze-element.not-visible {
        opacity: 0;
        transform: translate3d(0, 100px, 0); }
      .field--name-field-frieze-element-mv > .field__item .frieze-element.visible {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
      .field--name-field-frieze-element-mv > .field__item .frieze-element .field--name-name {
        font-size: 1.8rem;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 2.2rem; }
      .field--name-field-frieze-element-mv > .field__item .frieze-element .field--name-field-visual-nm {
        margin-bottom: 3.2rem; }
        .field--name-field-frieze-element-mv > .field__item .frieze-element .field--name-field-visual-nm img {
          vertical-align: bottom; }
      .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date {
        width: 178px;
        left: -153px;
        padding-right: 25px;
        top: -6px;
        position: absolute;
        text-align: center;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        color: #250e62;
        border-bottom: #d2d2d2 solid 1px;
        padding-bottom: 26px; }
        .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date:before, .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date:after {
          content: '';
          position: absolute;
          right: -5px;
          bottom: -5px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #d2d2d2; }
        .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date:after {
          background: #250e62;
          left: -5px;
          right: auto; }
        .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date .field--name-field-year-nm {
          font-weight: bold;
          font-size: 2.6rem;
          padding-bottom: 0.4rem;
          letter-spacing: 0.8rem; }
          .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date .field--name-field-year-nm:last-child {
            padding-bottom: 0; }
        .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date .field--name-field-day-month {
          font-weight: 600;
          font-size: 1.2rem;
          text-transform: uppercase;
          letter-spacing: 0.2rem; }
    .field--name-field-frieze-element-mv > .field__item:nth-child(2n) {
      float: left;
      clear: left;
      padding-right: 153px;
      padding-left: 0; }
      .field--name-field-frieze-element-mv > .field__item:nth-child(2n) .frieze-element .frieze-date {
        left: auto;
        right: -153px;
        padding-right: 0;
        padding-left: 25px; }
        .field--name-field-frieze-element-mv > .field__item:nth-child(2n) .frieze-element .frieze-date:before {
          left: -5px;
          right: auto; }
        .field--name-field-frieze-element-mv > .field__item:nth-child(2n) .frieze-element .frieze-date:after {
          left: auto;
          right: -5px; }
    .field--name-field-frieze-element-mv > .field__item:nth-child(2) {
      margin-top: 270px; }

.diaporama {
  background: #f5f5f5;
  padding: 103px 120px; }
  .diaporama .diaporama {
    padding: 0; }
  .diaporama .img img {
    width: 100%;
    height: auto;
    display: block; }

.resource, .links {
  text-align: center;
  margin: 70px 0; }
  .resource .title, .links .title {
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 3.4rem; }
  .resource .content, .links .content {
    max-width: 950px;
    margin: 0 auto 30px; }
    .resource .content .field__item, .links .content .field__item {
      display: inline-block;
      width: 472px;
      margin: 0 0 30px;
      padding: 0 13px;
      text-align: left;
      vertical-align: top; }
      .resource .content .field__item h3, .links .content .field__item h3 {
        margin-bottom: 0; }
      .resource .content .field__item a, .links .content .field__item a {
        display: block;
        background: #f5f5f5;
        border-radius: 2px;
        padding: 18px 13px 18px 106px;
        min-height: 75px;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0;
        line-height: 1.4;
        text-transform: none;
        position: relative;
        position: relative;
        transition: color 0.3s ease-out;
        z-index: 1;
        overflow: hidden;
        color: #212121; }
        .resource .content .field__item a:before, .links .content .field__item a:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #250e62;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
          transition: all 0.3s ease-out; }
        .resource .content .field__item a:hover, .resource .content .field__item a:focus, .resource .content .field__item a:active, .resource .content .field__item a.active, .resource .content .field__item a.is-active, .links .content .field__item a:hover, .links .content .field__item a:focus, .links .content .field__item a:active, .links .content .field__item a.active, .links .content .field__item a.is-active {
          color: white;
          text-decoration: none; }
          .resource .content .field__item a:hover:before, .resource .content .field__item a:focus:before, .resource .content .field__item a:active:before, .resource .content .field__item a.active:before, .resource .content .field__item a.is-active:before, .links .content .field__item a:hover:before, .links .content .field__item a:focus:before, .links .content .field__item a:active:before, .links .content .field__item a.active:before, .links .content .field__item a.is-active:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
        @supports (display: flex) {
          .resource .content .field__item a, .links .content .field__item a {
            display: flex;
            align-items: center; } }
        .resource .content .field__item a:after, .links .content .field__item a:after {
          content: '\e924';
          background: #250e62;
          color: white;
          width: 77px;
          text-align: center;
          line-height: 75px;
          font-family: icomoon;
          font-weight: normal;
          font-size: 22px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          border-radius: 2px 0 0 2px;
          margin-left: 0; }

.links .content .field__item a:after {
  content: '\e923'; }

/* liste grand angle */
body.grand-angle {
  background-image: url("../img/styles/bg_list_angle.png");
  background-position: right 1196px;
  background-repeat: no-repeat; }

.view-list {
  max-width: 1480px;
  margin: 0 auto; }
  .view-list .node--type-wide-angle-page {
    margin-bottom: 94px;
    position: relative; }
    .view-list .node--type-wide-angle-page:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .view-list .node--type-wide-angle-page .visual {
      float: left;
      width: 47.2222222222%;
      position: relative;
      left: 20px;
      z-index: 1; }
      .view-list .node--type-wide-angle-page .visual:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 2; }
      .view-list .node--type-wide-angle-page .visual img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
    .view-list .node--type-wide-angle-page .contenu {
      float: right;
      padding: 33px 40px;
      background: white;
      width: 52.7777777778%;
      position: relative;
      margin-top: 40px;
      left: -20px;
      z-index: 2; }
      .view-list .node--type-wide-angle-page .contenu:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .view-list .node--type-wide-angle-page .contenu .more {
        float: right; }
    .view-list .node--type-wide-angle-page .titles {
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 2.4rem;
      font-weight: normal;
      margin-bottom: 1.5rem;
      text-transform: uppercase; }
    .view-list .node--type-wide-angle-page .chapo {
      padding: 0; }
    .view-list .node--type-wide-angle-page .field--name-field-chapo, .view-list .node--type-wide-angle-page .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .view-list .node--type-wide-angle-page .highlightContent-chapo, .view-list .node--type-wide-angle-page .two-columns .field--name-field-chapo-column-1nm, .two-columns .view-list .node--type-wide-angle-page .field--name-field-chapo-column-1nm,
    .view-list .node--type-wide-angle-page .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .view-list .node--type-wide-angle-page .field--name-field-chapo-column-2-nm, .view-list .node--type-wide-angle-page .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .view-list .node--type-wide-angle-page .field--name-field-header, .view-list .node--type-wide-angle-page .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .view-list .node--type-wide-angle-page .field__item > p:first-child {
      font-size: 1.6rem;
      max-width: none;
      padding: 0;
      margin-bottom: 4rem; }
    .view-list .node--type-wide-angle-page .chapo-highlight {
      line-height: 1.6;
      margin-bottom: 1.6em; }
    .view-list .node--type-wide-angle-page .thematic, .view-list .node--type-wide-angle-page .date, .view-list .node--type-wide-angle-page .country, .view-list .node--type-wide-angle-page .locality {
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-transform: uppercase;
      margin-right: 130px;
      margin-bottom: 1.7rem;
      font-size: 1.6rem;
      display: inline-block; }
    .view-list .node--type-wide-angle-page .date {
      margin-right: 0; }
  .view-list .even .node--type-wide-angle-page .visual {
    float: right;
    left: -20px; }
  .view-list .even .node--type-wide-angle-page .contenu {
    float: left;
    left: 20px; }
  .view-list .attachment-before .node--type-wide-angle-page {
    overflow: hidden; }
    .view-list .attachment-before .node--type-wide-angle-page .visual {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      right: 0;
      width: auto;
      background: #250e62;
      min-height: 510px; }
      .view-list .attachment-before .node--type-wide-angle-page .visual img {
        min-width: 100%;
        width: auto;
        max-width: none;
        min-height: 510px; }
        @supports (object-fit: cover) {
          .view-list .attachment-before .node--type-wide-angle-page .visual img {
            width: 100%;
            height: 510px;
            object-fit: cover; } }
    .view-list .attachment-before .node--type-wide-angle-page .text-visual {
      width: 85%;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      padding: 67px 0 0;
      color: white;
      text-align: center;
      min-height: 396px; }
    .view-list .attachment-before .node--type-wide-angle-page .contenu {
      float: none;
      width: 77.0833333333%;
      margin: 0 auto; }
    .view-list .attachment-before .node--type-wide-angle-page .titles {
      font-size: 5.2rem;
      margin-bottom: 7.4rem; }
      .view-list .attachment-before .node--type-wide-angle-page .titles .second-title {
        font-size: 8.9rem; }
      .view-list .attachment-before .node--type-wide-angle-page .titles .third-title {
        font-size: 6.4rem; }
    .view-list .attachment-before .node--type-wide-angle-page .thematic, .view-list .attachment-before .node--type-wide-angle-page .date {
      margin-bottom: 4.3rem; }

/* list events */
.agenda nav.tabs {
  margin-bottom: 0; }

.view-agenda-evenement-majeur {
  background: white;
  padding: 5.9523809524% 7.1428571429%;
  margin-bottom: 86px; }
  .view-agenda-evenement-majeur:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .view-agenda-evenement-majeur .contenu-1 {
    float: left;
    width: 30.5555555556%;
    padding-right: 40px; }
    .view-agenda-evenement-majeur .contenu-1 .categorie {
      display: block;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      padding-left: 16px;
      border-left: #da291c solid 2px;
      letter-spacing: 0.3rem;
      color: #474747;
      margin-bottom: 16px;
      margin-bottom: 1.6rem;
      font-weight: normal;
      margin-bottom: 2.2rem; }
    .view-agenda-evenement-majeur .contenu-1 h2 {
      font-size: 4rem;
      font-weight: normal; }
    .view-agenda-evenement-majeur .contenu-1 .chapo .field--name-field-chapo, .view-agenda-evenement-majeur .contenu-1 .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .view-agenda-evenement-majeur .contenu-1 .chapo .highlightContent-chapo, .view-agenda-evenement-majeur .contenu-1 .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .view-agenda-evenement-majeur .contenu-1 .chapo .field--name-field-chapo-column-1nm,
    .view-agenda-evenement-majeur .contenu-1 .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .view-agenda-evenement-majeur .contenu-1 .chapo .field--name-field-chapo-column-2-nm, .view-agenda-evenement-majeur .contenu-1 .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .view-agenda-evenement-majeur .contenu-1 .chapo .field--name-field-header, .view-agenda-evenement-majeur .contenu-1 .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .view-agenda-evenement-majeur .contenu-1 .chapo .field__item > p:first-child {
      font-family: "Merriweather Sans", sans-serif;
      font-size: 1.6rem;
      font-weight: 300;
      max-width: none;
      margin-bottom: 6rem;
      padding: 0; }
    .view-agenda-evenement-majeur .contenu-1 div.more {
      position: relative;
      z-index: 2; }
    .view-agenda-evenement-majeur .contenu-1 a.button {
      color: white; }
      .view-agenda-evenement-majeur .contenu-1 a.button:after {
        content: none; }
    @supports (display: flex) {
      .view-agenda-evenement-majeur .contenu-1 {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  .view-agenda-evenement-majeur .visual {
    float: right;
    width: 69.4444444444%;
    position: relative;
    min-height: 333px;
    background: black;
    overflow: hidden; }
    .view-agenda-evenement-majeur .visual .img img {
      display: block;
      min-width: 100%;
      min-height: 300px; }
    .view-agenda-evenement-majeur .visual .contenu-2 {
      position: absolute;
      width: 350px;
      min-height: 293px;
      left: 50%;
      top: 50%;
      margin-left: -175px;
      margin-top: -146px;
      background: white;
      padding: 26px 38px;
      border-radius: 3px; }
      .view-agenda-evenement-majeur .visual .contenu-2:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        width: 1000px;
        left: -1000px;
        height: 2px;
        background: white; }
      .view-agenda-evenement-majeur .visual .contenu-2:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: -1px;
        background: #250e62; }
      .view-agenda-evenement-majeur .visual .contenu-2 .bloc-title {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        padding-left: 16px;
        border-left: #da291c solid 2px;
        letter-spacing: 0.3rem;
        color: #474747;
        margin-bottom: 16px;
        margin-bottom: 1.6rem;
        font-weight: normal;
        display: block;
        margin-bottom: 1.6rem; }
      .view-agenda-evenement-majeur .visual .contenu-2 .date, .view-agenda-evenement-majeur .visual .contenu-2 .where {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1.8;
        margin-bottom: 1.8em; }
        .view-agenda-evenement-majeur .visual .contenu-2 .date:last-child, .view-agenda-evenement-majeur .visual .contenu-2 .where:last-child {
          margin-bottom: 0; }

.block-views-blockagenda-premier-evenement-block-1 {
  max-width: 1340px;
  margin: 0 auto 0;
  padding: 0 40px; }
  .block-views-blockagenda-premier-evenement-block-1 > h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 6.6rem; }

.premier-evenement {
  padding: 30px 40px;
  background: white;
  margin: 0 0 55px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 40px;
  margin-bottom: 0;
  border-left: solid 3px #250e62;
  padding-left: 37px;
  /* Fade in element on page loading, "visible" class is added in js */
  transition: all 0.6s ease-out; }
  @media (max-width: 767px) {
    .premier-evenement {
      padding: 17px 20px; } }
  .premier-evenement.not-visible {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  .premier-evenement.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .premier-evenement .visual {
    float: left;
    width: 350px; }
    .premier-evenement .visual img {
      vertical-align: bottom; }
  .premier-evenement .contenu {
    margin-left: 384px; }
  .premier-evenement .date {
    float: left;
    margin: 0 30px 10px 35px;
    min-width: 112px;
    border-right: solid 2px #da291c;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #250e62;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase; }
    .premier-evenement .date .date-day {
      font-size: 5.5rem;
      font-weight: bold;
      display: block;
      margin-bottom: .6rem; }
  .premier-evenement:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .premier-evenement h2 {
    line-height: 1.6; }
  .premier-evenement .chapo .field--name-field-chapo, .premier-evenement .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .premier-evenement .chapo .highlightContent-chapo, .premier-evenement .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .premier-evenement .chapo .field--name-field-chapo-column-1nm,
  .premier-evenement .chapo .two-columns .field--name-field-chapo-column-2-nm,
  .two-columns .premier-evenement .chapo .field--name-field-chapo-column-2-nm, .premier-evenement .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .premier-evenement .chapo .field--name-field-header, .premier-evenement .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .premier-evenement .chapo .field__item > p:first-child {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 1.6em;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .premier-evenement .more {
    text-align: right; }

.event-list {
  max-width: none;
  background: #f5f5f5 url("../img/styles/bg_frise.png") 0 274px no-repeat;
  padding: 100px 40px 0 40px;
  position: relative; }
  .event-list:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 94px;
    width: 1px;
    background: #dedede; }
  .event-list .view-content {
    max-width: 1260px;
    margin: 0 auto; }
    .event-list .view-content:before {
      content: '';
      height: 50px;
      width: 1px;
      background: linear-gradient(#dedede, rgba(222, 222, 222, 0));
      position: absolute;
      bottom: 44px;
      left: 50%; }
    .event-list .view-content:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .event-list .view-content .views-row {
      float: right;
      width: 50%;
      clear: right;
      padding-left: 153px; }
      .event-list .view-content .views-row .evenement {
        padding: 30px 40px;
        background: white;
        margin: 0 0 55px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
        border-radius: 3px;
        margin-bottom: 115px;
        padding: 20px 51px 35px 48px;
        border-left: solid 2px #da291c;
        position: relative;
        /* Fade in element on page loading, "visible" class is added in js */
        transition: all 0.6s ease-out; }
        @media (max-width: 767px) {
          .event-list .view-content .views-row .evenement {
            padding: 17px 20px; } }
        .event-list .view-content .views-row .evenement.not-visible {
          opacity: 0;
          transform: translate3d(0, 100px, 0); }
        .event-list .view-content .views-row .evenement.visible {
          opacity: 1;
          transform: translate3d(0, 0, 0); }
        .event-list .view-content .views-row .evenement h2 {
          font-size: 1.8rem;
          font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
          font-weight: bold;
          line-height: 1.6;
          margin-bottom: 3rem;
          text-transform: none; }
        .event-list .view-content .views-row .evenement .visual {
          margin-bottom: 3.2rem; }
          .event-list .view-content .views-row .evenement .visual img {
            vertical-align: bottom; }
        .event-list .view-content .views-row .evenement .date {
          width: 178px;
          left: -154px;
          padding-right: 25px;
          top: 0;
          position: absolute;
          text-align: center;
          border-bottom: #d2d2d2 solid 1px;
          padding-bottom: 26px;
          font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
          color: #250e62;
          line-height: 1;
          font-size: 1.4rem;
          font-weight: 600;
          text-transform: uppercase; }
          .event-list .view-content .views-row .evenement .date:before, .event-list .view-content .views-row .evenement .date:after {
            content: '';
            position: absolute;
            right: -5px;
            bottom: -5px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #d2d2d2; }
          .event-list .view-content .views-row .evenement .date:after {
            background: #250e62;
            left: -5px;
            right: auto; }
          .event-list .view-content .views-row .evenement .date .date-prefix {
            font-size: 1.3rem;
            color: rgba(37, 14, 98, 0.8);
            display: block;
            margin-bottom: 0.4rem; }
          .event-list .view-content .views-row .evenement .date .date-day {
            font-size: 5.5rem;
            font-weight: bold;
            display: block;
            margin-bottom: .6rem; }
        .event-list .view-content .views-row .evenement .chapo .field--name-field-chapo, .event-list .view-content .views-row .evenement .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .event-list .view-content .views-row .evenement .chapo .highlightContent-chapo, .event-list .view-content .views-row .evenement .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .event-list .view-content .views-row .evenement .chapo .field--name-field-chapo-column-1nm,
        .event-list .view-content .views-row .evenement .chapo .two-columns .field--name-field-chapo-column-2-nm,
        .two-columns .event-list .view-content .views-row .evenement .chapo .field--name-field-chapo-column-2-nm, .event-list .view-content .views-row .evenement .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .event-list .view-content .views-row .evenement .chapo .field--name-field-header, .event-list .view-content .views-row .evenement .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .event-list .view-content .views-row .evenement .chapo .field__item > p:first-child {
          font-family: "Merriweather Sans", sans-serif;
          font-size: 1.6rem;
          font-weight: 300;
          line-height: 1.6;
          margin: 0 0 1.6em;
          max-width: none;
          padding-left: 0;
          padding-right: 0; }
        .event-list .view-content .views-row .evenement .more {
          text-align: right; }
      .event-list .view-content .views-row:nth-child(2n) {
        float: left;
        clear: left;
        padding-right: 153px;
        padding-left: 0; }
        .event-list .view-content .views-row:nth-child(2n) .evenement .date {
          left: auto;
          right: -153px;
          padding-right: 0;
          padding-left: 25px; }
          .event-list .view-content .views-row:nth-child(2n) .evenement .date:before {
            left: -5px;
            right: auto; }
          .event-list .view-content .views-row:nth-child(2n) .evenement .date:after {
            left: auto;
            right: -5px; }
      .event-list .view-content .views-row:nth-child(2) {
        margin-top: 270px; }

.block-views-blockagenda-bloc-mise-en-avant-block-1 {
  max-width: 1260px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center; }
  .block-views-blockagenda-bloc-mise-en-avant-block-1 > h2 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5.3rem; }

.view-agenda-bloc-mise-en-avant {
  margin-bottom: 30px; }
  @supports (display: flex) {
    .view-agenda-bloc-mise-en-avant > .view-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .view-agenda-bloc-mise-en-avant .views-row {
    padding: 30px 40px;
    background: white;
    margin: 0 0 55px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 30px;
    display: inline-block;
    width: 350px;
    margin: 0 15px 30px;
    vertical-align: top;
    text-align: left;
    /* Fade in element on page loading, "visible" class is added in js */
    transition: all 0.6s ease-out; }
    @media (max-width: 767px) {
      .view-agenda-bloc-mise-en-avant .views-row {
        padding: 17px 20px; } }
    @supports (display: flex) {
      .view-agenda-bloc-mise-en-avant .views-row {
        display: flex; } }
    .view-agenda-bloc-mise-en-avant .views-row.not-visible {
      opacity: 0;
      transform: translate3d(0, 100px, 0); }
    .view-agenda-bloc-mise-en-avant .views-row.visible {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .view-agenda-bloc-mise-en-avant .views-row:nth-child(3n+2) {
      transition-delay: 0.2s;
      transition-duration: 0.4s; }
    .view-agenda-bloc-mise-en-avant .views-row:nth-child(3n+3) {
      transition-delay: 0.4s;
      transition-duration: 0.2s; }
    .view-agenda-bloc-mise-en-avant .views-row .videos, .view-agenda-bloc-mise-en-avant .views-row .field--name-field-image {
      max-width: none;
      margin: 0;
      padding-left: 0;
      padding-right: 0; }
    .view-agenda-bloc-mise-en-avant .views-row .image .view-mode-agenda-mise-en-avant {
      margin: -30px -30px 20px;
      border-radius: 3px 3px 0 0;
      overflow: hidden; }
      .view-agenda-bloc-mise-en-avant .views-row .image .view-mode-agenda-mise-en-avant img {
        vertical-align: bottom; }
    .view-agenda-bloc-mise-en-avant .views-row .image .field--name-name {
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      padding-left: 16px;
      border-left: #da291c solid 2px;
      letter-spacing: 0.3rem;
      color: #474747;
      margin-bottom: 16px;
      margin-bottom: 1.6rem;
      font-weight: normal;
      margin-bottom: 1.6rem; }
    .view-agenda-bloc-mise-en-avant .views-row .image .more a {
      color: #212121;
      font-weight: bold;
      text-transform: none;
      font-size: 1.8rem;
      line-height: 1.6;
      margin-bottom: 1.6em; }
      .view-agenda-bloc-mise-en-avant .views-row .image .more a:hover, .view-agenda-bloc-mise-en-avant .views-row .image .more a:focus {
        color: #da291c; }
      .view-agenda-bloc-mise-en-avant .views-row .image .more a:after {
        content: none; }

.view-agenda-bloc-mise-en-avant .resource, .view-agenda-bloc-mise-en-avant .links,
.field--name-field-highlight-block-mv3 .resource,
.field--name-field-highlight-block-mv3 .links {
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 2; }
  @supports (display: flex) {
    .view-agenda-bloc-mise-en-avant .resource, .view-agenda-bloc-mise-en-avant .links,
    .field--name-field-highlight-block-mv3 .resource,
    .field--name-field-highlight-block-mv3 .links {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  .view-agenda-bloc-mise-en-avant .resource .title, .view-agenda-bloc-mise-en-avant .links .title,
  .field--name-field-highlight-block-mv3 .resource .title,
  .field--name-field-highlight-block-mv3 .links .title {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 16px;
    border-left: #250e62 solid 2px;
    letter-spacing: 0.3rem;
    color: #474747;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    font-weight: normal;
    margin-bottom: 5.4rem; }
  .view-agenda-bloc-mise-en-avant .resource .content .field__item, .view-agenda-bloc-mise-en-avant .links .content .field__item,
  .field--name-field-highlight-block-mv3 .resource .content .field__item,
  .field--name-field-highlight-block-mv3 .links .content .field__item {
    width: auto;
    display: block;
    padding: 0; }
    .view-agenda-bloc-mise-en-avant .resource .content .field__item a, .view-agenda-bloc-mise-en-avant .links .content .field__item a,
    .field--name-field-highlight-block-mv3 .resource .content .field__item a,
    .field--name-field-highlight-block-mv3 .links .content .field__item a {
      font-size: 1.2rem;
      padding: 5px 5px 5px 67px;
      min-height: 58px;
      line-height: 44px; }
      .view-agenda-bloc-mise-en-avant .resource .content .field__item a span, .view-agenda-bloc-mise-en-avant .links .content .field__item a span,
      .field--name-field-highlight-block-mv3 .resource .content .field__item a span,
      .field--name-field-highlight-block-mv3 .links .content .field__item a span {
        line-height: 1.3;
        display: inline-block;
        vertical-align: middle; }
      .view-agenda-bloc-mise-en-avant .resource .content .field__item a:after, .view-agenda-bloc-mise-en-avant .links .content .field__item a:after,
      .field--name-field-highlight-block-mv3 .resource .content .field__item a:after,
      .field--name-field-highlight-block-mv3 .links .content .field__item a:after {
        width: 47px;
        line-height: 58px; }
  @supports (display: flex) {
    .view-agenda-bloc-mise-en-avant .resource .content, .view-agenda-bloc-mise-en-avant .links .content,
    .field--name-field-highlight-block-mv3 .resource .content,
    .field--name-field-highlight-block-mv3 .links .content {
      flex-grow: 2; } }
  .view-agenda-bloc-mise-en-avant .resource .button, .view-agenda-bloc-mise-en-avant .links .button,
  .field--name-field-highlight-block-mv3 .resource .button,
  .field--name-field-highlight-block-mv3 .links .button {
    margin-bottom: 18px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
.view-agenda-bloc-mise-en-avant .videos .video:first-child,
.field--name-field-highlight-block-mv3 .videos .video:first-child {
  margin: -30px -30px 20px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  padding: 0; }
@supports (display: flex) {
  .view-agenda-bloc-mise-en-avant .entity-image,
  .field--name-field-highlight-block-mv3 .entity-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }
.view-agenda-bloc-mise-en-avant .entity-image .field--name-field-image,
.field--name-field-highlight-block-mv3 .entity-image .field--name-field-image {
  margin: -30px -30px 20px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  padding: 0; }
  .view-agenda-bloc-mise-en-avant .entity-image .field--name-field-image img,
  .field--name-field-highlight-block-mv3 .entity-image .field--name-field-image img {
    display: block;
    width: 100%;
    height: auto; }
.view-agenda-bloc-mise-en-avant .entity-image .title,
.field--name-field-highlight-block-mv3 .entity-image .title {
  font-size: 1.8rem;
  text-transform: none;
  line-height: 1.6;
  font-weight: bold;
  flex-grow: 2; }

/* rubrique */
.entity {
  display: table;
  width: 100%;
  position: relative;
  padding: 100px 0;
  background: white;
  min-height: 1200px;
  height: 1200px; }
  .entity .contextual-region {
    position: static; }
  .entity .chapter {
    margin-top: 0; }
  .entity .entity-content > .node--view-mode-teaser,
  .entity .entity-content > .chapters {
    display: none; }
    .entity .entity-content > .node--view-mode-teaser:first-child,
    .entity .entity-content > .chapters:first-child {
      display: block; }
    .entity .entity-content > .node--view-mode-teaser:after,
    .entity .entity-content > .chapters:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
  .entity .left {
    overflow: hidden;
    position: absolute;
    height: 1000px;
    top: 50%;
    margin-top: -500px;
    left: 0;
    right: 50%; }
    .entity .left article.media {
      position: static; }
    .entity .left .img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .entity .left .img img {
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        width: auto;
        height: auto; }
  .entity .right {
    padding: 0 14.2857142857% 0 9.5238095238%; }
    .entity .right h3 {
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      color: #da291c;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 2rem;
      text-transform: uppercase; }
    .entity .right .field--name-field-lign-descriptive {
      line-height: 1.6;
      margin-bottom: 1.6em; }
    .entity .right > a:last-child {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #250e62;
      display: inline-block; }
      .entity .right > a:last-child:after {
        content: '\e90f';
        font-family: icomoon;
        color: #dc124e;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
        line-height: 0.8;
        font-size: 1.5em;
        vertical-align: top;
        position: relative;
        left: 0;
        transition: left 0.23s cubic-bezier(0.43, -0.29, 0.65, 1.26); }
      .entity .right > a:last-child:hover:after, .entity .right > a:last-child:focus:after {
        left: 5px; }
  .entity .entity-content, .entity .rubric_links {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
  .entity .chaptersHeader {
    display: none; }
  .entity .rubric_links {
    position: relative;
    z-index: 2;
    padding: 180px 0; }
    .entity .rubric_links li {
      width: 246px;
      padding: 20px;
      margin: 20px;
      float: right;
      clear: right;
      margin: 1px 0;
      background: rgba(255, 255, 255, 0.6);
      text-align: center;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.8rem;
      font-weight: bold;
      color: #250e62;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
      .entity .rubric_links li.active, .entity .rubric_links li:hover {
        background: #da291c;
        color: white; }

.field--name-field-existing-pages > .field__item {
  padding: 20px;
  margin: 20px;
  background: rgba(37, 14, 98, 0.2); }

.page-node-type-rubric-page .share {
  background: white; }

.field--name-field-highlight-block-mv3 {
  max-width: 1190px;
  margin: 0 auto;
  text-align: center; }
  @supports (display: flex) {
    .field--name-field-highlight-block-mv3 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  .field--name-field-highlight-block-mv3 > .field__item {
    padding: 30px 40px;
    background: white;
    margin: 0 0 55px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    display: inline-block;
    width: 350px;
    margin: 0 13px 30px;
    text-align: left;
    vertical-align: top;
    padding: 30px;
    /* Fade in element on page loading, "visible" class is added in js */
    transition: all 0.6s ease-out; }
    @media (max-width: 767px) {
      .field--name-field-highlight-block-mv3 > .field__item {
        padding: 17px 20px; } }
    .field--name-field-highlight-block-mv3 > .field__item.not-visible {
      opacity: 0;
      transform: translate3d(0, 100px, 0); }
    .field--name-field-highlight-block-mv3 > .field__item.visible {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .field--name-field-highlight-block-mv3 > .field__item:nth-child(3n+2) {
      transition-delay: 0.3s; }
    .field--name-field-highlight-block-mv3 > .field__item:nth-child(3n+3) {
      transition-delay: 0.6s; }
    @supports (display: flex) {
      .field--name-field-highlight-block-mv3 > .field__item {
        display: flex; } }
    .field--name-field-highlight-block-mv3 > .field__item .descriptive_block {
      margin: 0;
      padding: 0; }
      .field--name-field-highlight-block-mv3 > .field__item .descriptive_block .field--name-name {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        font-size: 2.4rem;
        text-transform: uppercase;
        margin-bottom: 1em;
        line-height: 1.4;
        color: #da291c; }
      .field--name-field-highlight-block-mv3 > .field__item .descriptive_block .text-formatted p:first-child {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 1.7rem;
        font-weight: 500; }
      .field--name-field-highlight-block-mv3 > .field__item .descriptive_block .text-formatted ul {
        margin: 1em 0; }
    .field--name-field-highlight-block-mv3 > .field__item .videos {
      margin: 0; }

.node--type-resource .image:first-child, .node--type-resource .field--name-field-image:first-child, .node--type-resource .video:first-child {
  margin: -30px -30px 26px;
  border-radius: 3px 3px 0 0;
  overflow: hidden; }
  .node--type-resource .image:first-child img, .node--type-resource .field--name-field-image:first-child img, .node--type-resource .video:first-child img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .node--type-resource .image:first-child.show-modal, .node--type-resource .field--name-field-image:first-child.show-modal, .node--type-resource .video:first-child.show-modal {
    position: relative;
    cursor: pointer; }
    .node--type-resource .image:first-child.show-modal:before, .node--type-resource .field--name-field-image:first-child.show-modal:before, .node--type-resource .video:first-child.show-modal:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(40, 40, 40, 0.5);
      z-index: 2; }
    .node--type-resource .image:first-child.show-modal:after, .node--type-resource .field--name-field-image:first-child.show-modal:after, .node--type-resource .video:first-child.show-modal:after {
      content: '\e91d';
      font-family: icomoon;
      font-size: 24px;
      font-weight: normal;
      width: 64px;
      height: 64px;
      padding-left: 5px;
      border: solid 2px white;
      border-radius: 50%;
      color: white;
      text-align: center;
      line-height: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -32px 0 0 -32px;
      z-index: 3;
      transition: background-color 0.15s ease-in-out; }
    .node--type-resource .image:first-child.show-modal:hover:after, .node--type-resource .field--name-field-image:first-child.show-modal:hover:after, .node--type-resource .video:first-child.show-modal:hover:after {
      background: rgba(255, 255, 255, 0.33); }
.node--type-resource .type {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-left: 16px;
  border-left: #250e62 solid 2px;
  letter-spacing: 0.3rem;
  color: #474747;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-weight: normal; }
.node--type-resource .title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1.8;
  margin-bottom: 2.2rem;
  text-transform: none; }
.node--type-resource .date div {
  display: inline; }
.node--type-resource a.button, .node--type-resource .button a {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  text-align: center;
  display: inline-block;
  border-radius: 2.5rem;
  background: #250e62;
  color: white;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  display: block;
  margin: 0; }
  .node--type-resource a.button:before, .node--type-resource .button a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    bottom: 0;
    border-radius: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    z-index: -1; }
  .node--type-resource a.button:hover, .node--type-resource a.button:focus, .node--type-resource .button a:hover, .node--type-resource .button a:focus {
    background-color: #da291c;
    color: white; }

/* detail event */
.field--name-field-speakers-nm .field--name-name {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #da291c;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  font-size: 2.4rem; }

.field--name-field-person-mv {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
  .field--name-field-person-mv > .field__item {
    margin-bottom: 24px;
    line-height: 1.6; }
    .field--name-field-person-mv > .field__item .person:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .field--name-field-person-mv > .field__item .person .field--name-field-visual-nm {
      float: left;
      margin-right: 30px; }
    .field--name-field-person-mv > .field__item .person .field--name-field-firstname-nm,
    .field--name-field-person-mv > .field__item .person .field--name-field-name-nm {
      font-weight: bold;
      display: inline-block;
      font-size: 1.8rem; }
    .field--name-field-person-mv > .field__item .person .field--name-field-function-nm {
      margin-top: 0.5em; }

.page-node-type-event .chapo, .page-node-type-major-event .chapo {
  margin-top: 86px; }
.page-node-type-event .subchapo, .page-node-type-major-event .subchapo {
  margin-bottom: 66px; }
.page-node-type-event .strate, .page-node-type-major-event .strate {
  background: white;
  padding: 92px 0 50px;
  margin-bottom: 0; }
  .page-node-type-event .strate:after, .page-node-type-major-event .strate:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .page-node-type-event .strate > .left, .page-node-type-major-event .strate > .left {
    float: left;
    width: 50%;
    padding: 0 2.4390243902% 0 7.3170731707%; }
  .page-node-type-event .strate > .right, .page-node-type-major-event .strate > .right {
    float: left;
    width: 50%;
    padding: 0 7.3170731707% 0 2.4390243902%; }
  .page-node-type-event .strate .descriptive_block, .page-node-type-major-event .strate .descriptive_block {
    margin: 0;
    padding: 0; }
.page-node-type-event .node > .contenu, .page-node-type-major-event .node > .contenu {
  background: white;
  padding: 1px 0; }
  .page-node-type-event .node > .contenu.social, .page-node-type-major-event .node > .contenu.social {
    padding: 50px 40px; }
  .page-node-type-event .node > .contenu .register, .page-node-type-major-event .node > .contenu .register {
    text-align: center; }
  .page-node-type-event .node > .contenu.partage, .page-node-type-major-event .node > .contenu.partage {
    background: #f5f5f5; }
    .page-node-type-event .node > .contenu.partage .share, .page-node-type-major-event .node > .contenu.partage .share {
      background: white; }

.strate.location {
  padding: 54px 0 0;
  background: #f5f5f5; }
  .strate.location > .top, .strate.location .field--name-field-address {
    max-width: 85.7142857143%;
    margin: 0 auto; }
  .strate.location .top h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 9px;
    float: left;
    text-transform: none; }
  .strate.location .top .field--name-field-access-plan {
    float: right;
    margin-bottom: 60px; }
  .strate.location .top .file {
    height: 4.4rem !important;
    padding-left: 130px !important; }
  .strate.location .top .file .top a {
    background: white; }
  .strate.location .node {
    clear: none; }
  .strate.location .address-title {
    float: left;
    margin-bottom: 60px;
    clear: left; }
    .strate.location .address-title div {
      display: inline; }
      .strate.location .address-title div.street:after {
        content: ', '; }
  .strate.location .map {
    clear: both; }

.chapter {
  background: white;
  margin-top: 88px; }
  .chapter .chapter-title {
    border-bottom: #f5f5f5 solid 1px;
    margin: 0 auto 70px;
    text-align: center;
    padding-top: 27px; }
    .chapter .chapter-title ul {
      margin: 0;
      counter-reset: my-counter; }
      .chapter .chapter-title ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 45px 30px;
        padding: 0 0 3px;
        width: 132px;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        color: #250e62;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.4rem;
        text-align: left;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-bottom: solid 3px transparent;
        transition: border-color 0.15s ease-in-out; }
        .chapter .chapter-title ul li:before {
          content: "0" counter(my-counter);
          counter-increment: my-counter;
          font-size: 8rem;
          opacity: 0.05;
          font-weight: normal;
          display: block;
          transition: opacity 0.15s ease-in-out;
          line-height: 0.9; }
        .chapter .chapter-title ul li:hover:before, .chapter .chapter-title ul li:hover:after, .chapter .chapter-title ul li.active:before, .chapter .chapter-title ul li.active:after {
          opacity: 0.3; }
        .chapter .chapter-title ul li.active {
          border-bottom-color: #da291c; }
  .chapter .field--name-field-chapter-mv > .field__item {
    display: none; }
    .chapter .field--name-field-chapter-mv > .field__item:first-child {
      display: block; }

.contenu.social {
  background: white;
  text-align: center;
  padding: 50px 40px; }
  .contenu.social .social-title {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 5.5rem;
    text-transform: none; }
  .contenu.social .widget {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin: 0 2.1428571429% 76px; }

/* page actu */
.page-node-type-news, .page-node-type-press-release {
  background: white;
  /*.descriptive_block {
  	max-width: 1110px;
  }*/ }
  .page-node-type-news .chapo, .page-node-type-press-release .chapo {
    padding: 70px 40px;
    background: #f5f5f5;
    /*.field--name-field-chapo,
    .field--name-field-under-chapo {
    	max-width: 1110px;
    }
    .field--name-field-under-chapo {
    	-moz-column-count:2;
    	-webkit-column-count:2;
    	column-count:2;
    	-webkit-column-gap: 80px;
    	-moz-column-gap: 80px;
    	column-gap: 80px;
    }*/ }
    .page-node-type-news .chapo:empty, .page-node-type-press-release .chapo:empty {
      display: none; }
  .page-node-type-news .videos, .page-node-type-news .field--name-field-image, .page-node-type-press-release .videos, .page-node-type-press-release .field--name-field-image {
    max-width: none;
    padding: 103px 120px 60px;
    background: #f5f5f5;
    text-align: center;
    margin: 0; }
    .page-node-type-news .videos article.media, .page-node-type-news .field--name-field-image article.media, .page-node-type-press-release .videos article.media, .page-node-type-press-release .field--name-field-image article.media {
      float: none;
      margin: 0;
      max-width: none; }
    .page-node-type-news .videos header, .page-node-type-news .field--name-field-image header, .page-node-type-press-release .videos header, .page-node-type-press-release .field--name-field-image header {
      display: none; }
  .page-node-type-news .field--name-field-share-nm, .page-node-type-press-release .field--name-field-share-nm {
    background: #f5f5f5;
    padding: 100px 40px 100px; }
    .page-node-type-news .field--name-field-share-nm .share, .page-node-type-press-release .field--name-field-share-nm .share {
      background: white;
      margin-top: 0;
      margin-bottom: 0; }
  .page-node-type-news footer[role=contentinfo], .page-node-type-press-release footer[role=contentinfo] {
    margin-top: 0; }

/* list CP presse release */
.node--type-press-release .right .field--name-field-date {
  margin-bottom: 17px; }
.node--type-press-release .thematique {
  background: #f5f5f5;
  margin: 0 0 23px;
  padding: 7px 20px;
  font-size: 1.2rem;
  text-align: left; }
  .node--type-press-release .thematique > span:first-child {
    display: inline-block;
    border-right: solid 2px #474747;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 17px;
    font-weight: normal; }
  .node--type-press-release .thematique div {
    display: inline;
    font-weight: 300;
    font-style: italic; }
.node--type-press-release.node--view-mode-teaser, .node--type-press-release.node--view-mode-top {
  padding: 30px 40px;
  background: white;
  margin: 0 0 55px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 40px; }
  @media (max-width: 767px) {
    .node--type-press-release.node--view-mode-teaser, .node--type-press-release.node--view-mode-top {
      padding: 17px 20px; } }
  .node--type-press-release.node--view-mode-teaser .left, .node--type-press-release.node--view-mode-top .left {
    float: left;
    width: 38.0434782609%; }
    .node--type-press-release.node--view-mode-teaser .left iframe, .node--type-press-release.node--view-mode-top .left iframe {
      width: 100%; }
  .node--type-press-release.node--view-mode-teaser .right, .node--type-press-release.node--view-mode-top .right {
    float: right;
    width: 59.7826086957%; }
  .node--type-press-release.node--view-mode-teaser:after, .node--type-press-release.node--view-mode-top:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .node--type-press-release.node--view-mode-teaser h2, .node--type-press-release.node--view-mode-top h2 {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    text-transform: none;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 1em; }
.node--type-press-release.node--view-mode-top .left {
  width: 52.1739130435%; }
.node--type-press-release.node--view-mode-top .right {
  width: 44.5652173913%; }

/* detail expert */
.node--type-expert.node--view-mode-full {
  background: white; }
  .node--type-expert.node--view-mode-full .content-top {
    background: #250e62 url("../img/styles/bg_expert.png") center center no-repeat;
    background-size: cover;
    padding: 85px 20px 47px;
    color: white;
    margin-bottom: 124px;
    font-size: 0;
    text-align: center;
    white-space: nowrap; }
    .node--type-expert.node--view-mode-full .content-top .content-right {
      /*max-width: 1110px;
      margin: 0 auto;
      padding-left: 339px;*/
      line-height: 2;
      text-align: left;
      display: inline-block;
      width: 771px;
      margin: 20px 0 0;
      vertical-align: top;
      white-space: normal;
      font-size: 16px;
      font-size: 1.6rem; }
      @media (max-width: 1151px) {
        .node--type-expert.node--view-mode-full .content-top .content-right {
          max-width: 66.9852302346%; } }
      .node--type-expert.node--view-mode-full .content-top .content-right .title {
        font-size: 4rem;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: normal;
        margin-bottom: 1rem;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 14px;
        line-height: normal; }
      .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-linkedin,
      .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-twitter {
        display: inline-block;
        line-height: normal; }
        .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-linkedin a,
        .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-twitter a {
          display: inline-block;
          vertical-align: bottom;
          width: 32px;
          height: 32px;
          text-indent: -999em;
          overflow: hidden;
          position: relative;
          top: 1px; }
          .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-linkedin a:before,
          .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-twitter a:before {
            content: '\e910';
            font-family: icomoon;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            text-align: center;
            line-height: 32px;
            text-indent: 0;
            font-weight: normal;
            font-size: 22px; }
      .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-twitter a:before {
        content: '\e912'; }
      .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-function-expert {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 0.9em; }
      .node--type-expert.node--view-mode-full .content-top .content-right .field--label-inline .field__label {
        float: none;
        display: inline-block;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: 500;
        font-size: 1.8rem; }
      .node--type-expert.node--view-mode-full .content-top .content-right .field--label-inline .field__items {
        float: none;
        display: inline; }
      .node--type-expert.node--view-mode-full .content-top .content-right .field--label-inline .field__item {
        display: inline;
        padding: 0; }
      .node--type-expert.node--view-mode-full .content-top .content-right .field--name-field-region-country {
        margin-top: 0.9em; }
    .node--type-expert.node--view-mode-full .content-top .image {
      /*position: absolute;
      top: 77px;
      left: 50%;
      margin-left: -555px;
      */
      width: 300px;
      max-height: 400px;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      margin: 0 40px -126px 0; }
      @media (max-width: 1151px) {
        .node--type-expert.node--view-mode-full .content-top .image {
          max-width: 26.0642919201%; } }
      .node--type-expert.node--view-mode-full .content-top .image img {
        width: 100%;
        height: auto; }
  .node--type-expert.node--view-mode-full .career {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto 50px; }
    .node--type-expert.node--view-mode-full .career h2 {
      font-weight: bold;
      font-size: 2.4rem;
      color: #da291c; }
    .node--type-expert.node--view-mode-full .career .field--name-field-parcours {
      line-height: 1.6; }
  .node--type-expert.node--view-mode-full .expert-reseach {
    max-width: 1150px;
    margin: 0 auto 50px;
    padding: 0 20px; }
    .node--type-expert.node--view-mode-full .expert-reseach .title {
      font-weight: bold;
      font-size: 2.4rem;
      color: #da291c; }
    .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program {
      margin: 0 -35px; }
      .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item {
        float: left;
        width: 33.3333%;
        padding: 0 35px; }
        .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item:nth-child(3n+1) {
          clear: left; }
        .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .title {
          font-size: 1.8rem;
          color: #250e62;
          padding-left: 10px;
          border-left: #da291c solid 2px; }
        .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .more {
          float: right;
          margin-top: 20px; }
        .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .field--name-field-chapo, .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .highlightContent-chapo, .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .two-columns .field--name-field-chapo-column-1nm, .two-columns .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .field--name-field-chapo-column-1nm,
        .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .two-columns .field--name-field-chapo-column-2-nm,
        .two-columns .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .field--name-field-chapo-column-2-nm, .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .expert-reseach .field--name-field-program > .field__item .field--name-field-header, .node--type-expert.node--view-mode-full .expert-reseach .other-work .field--name-field-program > .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .expert-reseach .field--name-field-program > .field__item > p:first-child {
          margin-bottom: 1.7rem; }
  .node--type-expert.node--view-mode-full .expert-resource {
    padding: 76px 40px;
    text-align: center;
    margin-bottom: 90px; }
    .node--type-expert.node--view-mode-full .expert-resource > .title {
      font-size: 2.2rem;
      font-weight: bold;
      text-transform: none;
      margin-bottom: 5.4rem; }
  .node--type-expert.node--view-mode-full .other-work {
    max-width: 800px;
    margin: 0 auto 80px; }
    .node--type-expert.node--view-mode-full .other-work .field__label {
      text-align: center;
      margin-bottom: 3rem; }
    .node--type-expert.node--view-mode-full .other-work blockquote p {
      padding-left: 34px;
      position: relative; }
      .node--type-expert.node--view-mode-full .other-work blockquote p:before {
        content: '';
        width: 3px;
        height: 13px;
        background: #da291c;
        position: absolute;
        top: 5px;
        left: 0; }
  .node--type-expert.node--view-mode-full .blog {
    background: #f5f5f5;
    padding: 80px 40px;
    text-align: center; }
    .node--type-expert.node--view-mode-full .blog .bloc-blog-homepage {
      margin-bottom: 0; }
    .node--type-expert.node--view-mode-full .blog .actus-blog .actu-blog {
      text-align: left; }
    .node--type-expert.node--view-mode-full .blog .title-bloc-blog {
      margin-bottom: 5rem; }

.view-resource-expert {
  max-width: 1284px;
  padding: 0 65px;
  margin: 0 auto 70px;
  text-align: center;
  position: relative; }
  @supports (display: flex) {
    .view-resource-expert {
      max-width: 1270px; } }
  @supports (display: flex) {
    .view-resource-expert > .view-content {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .view-resource-expert > .view-content .views-row, .view-resource-expert > .view-content .node--view-mode-expert {
        display: flex; }
      .view-resource-expert > .view-content .node__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .view-resource-expert > .view-content .node__content .title {
          flex-grow: 2; } }
  .view-resource-expert .views-row {
    padding: 30px 40px;
    background: white;
    margin: 0 0 55px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    display: inline-block;
    width: 350px;
    margin: 0 15px 30px;
    vertical-align: top;
    text-align: left;
    height: auto;
    /* Fade in element on page loading, "visible" class is added in js */
    transition: all 0.6s ease-out; }
    @media (max-width: 767px) {
      .view-resource-expert .views-row {
        padding: 17px 20px; } }
    .view-resource-expert .views-row.not-visible {
      opacity: 0;
      transform: translate3d(0, 100px, 0); }
    .view-resource-expert .views-row.visible {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .view-resource-expert .views-row:nth-child(3n+2) {
      transition-delay: 0.3s; }
    .view-resource-expert .views-row:nth-child(3n+3) {
      transition-delay: 0.6s; }
    .view-resource-expert .views-row .image:first-child,
    .view-resource-expert .views-row .field--name-field-image:first-child,
    .view-resource-expert .views-row .video:first-child {
      margin: -30px -40px 26px; }
    .view-resource-expert .views-row iframe {
      max-width: 100%; }
    .view-resource-expert .views-row .type {
      border-left-color: #da291c; }
    .view-resource-expert .views-row .title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 1em;
      line-height: normal; }
    .view-resource-expert .views-row .field--name-field-visuel-nm {
      text-align: center;
      margin-bottom: 34px; }
      .view-resource-expert .views-row .field--name-field-visuel-nm .media {
        width: 150px;
        border: solid 1px #939393;
        margin: 0 auto;
        position: relative; }
        .view-resource-expert .views-row .field--name-field-visuel-nm .media:before {
          content: '';
          position: absolute;
          right: 0;
          bottom: -5px;
          background: #da291c;
          height: 4px;
          width: 66.6666666667%; }
        .view-resource-expert .views-row .field--name-field-visuel-nm .media:after {
          content: '';
          position: absolute;
          left: -5px;
          top: 20px;
          background: #250e62;
          height: 51.2820512821%;
          width: 4px; }
        .view-resource-expert .views-row .field--name-field-visuel-nm .media .img {
          position: relative; }
          .view-resource-expert .views-row .field--name-field-visuel-nm .media .img:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            background: #da291c;
            height: 2px;
            width: 23px; }
          .view-resource-expert .views-row .field--name-field-visuel-nm .media .img:after {
            content: '';
            position: absolute;
            right: -3px;
            bottom: 4px;
            background: #250e62;
            height: 50px;
            width: 2px; }
          .view-resource-expert .views-row .field--name-field-visuel-nm .media .img img {
            vertical-align: bottom; }
  .view-resource-expert .swiper-button {
    top: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 0;
    border: none;
    margin-top: -40px;
    left: 0;
    right: auto;
    color: #250e62; }
    .view-resource-expert .swiper-button:hover {
      color: #da291c;
      background: none; }
    .view-resource-expert .swiper-button:focus {
      background: none; }
    .view-resource-expert .swiper-button:before {
      content: '\e91f';
      font-size: 50px; }
    .view-resource-expert .swiper-button.swiper-button-next {
      left: auto;
      right: 0; }
      .view-resource-expert .swiper-button.swiper-button-next:before {
        content: '\e920'; }

.block-views-blockresource-expert-block-2 {
  text-align: center; }
  .block-views-blockresource-expert-block-2 > h2 {
    margin-bottom: 5rem; }

/* page agence */
.page-node-type-agency {
  background: white; }
  .page-node-type-agency .content.content-top {
    text-align: center;
    max-width: 800px;
    padding: 80px 20px 0;
    margin: 0 auto 30px; }
    .page-node-type-agency .content.content-top .title h2, .page-node-type-agency .content.content-top .title h1 {
      font-size: 4rem;
      font-weight: normal; }
  .page-node-type-agency .strate {
    padding: 60px 7.1428571429%;
    margin: 0 auto; }
    .page-node-type-agency .strate:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .page-node-type-agency .strate .right {
      float: right;
      width: 50%;
      padding-left: 2.380952381%; }
    .page-node-type-agency .strate .left {
      float: left;
      width: 50%;
      padding-right: 2.380952381%; }
    .page-node-type-agency .strate.team {
      background: #f5f5f5; }
      .page-node-type-agency .strate.team + .strate {
        background: #f5f5f5; }
        .page-node-type-agency .strate.team + .strate .share {
          background: white;
          margin-top: 0; }
  .page-node-type-agency #cartography {
    width: 100%;
    height: 490px;
    margin-bottom: 20px; }
  .page-node-type-agency .addresses-schedule {
    float: left;
    width: 39.7058823529%;
    line-height: 1.6;
    margin-bottom: 20px; }
    .page-node-type-agency .addresses-schedule h2 {
      margin-bottom: .3em;
      line-height: normal; }
    .page-node-type-agency .addresses-schedule .address {
      margin-bottom: 3em; }
    .page-node-type-agency .addresses-schedule .field--name-field-phone, .page-node-type-agency .addresses-schedule .field--name-field-phone div,
    .page-node-type-agency .addresses-schedule .field--name-field-fax,
    .page-node-type-agency .addresses-schedule .field--name-field-fax div {
      display: inline; }
  .page-node-type-agency .access-plan {
    float: right;
    width: 58.0882352941%;
    padding: 53px 0 53px 33px;
    border-left: solid 1px #d4d2d8;
    margin-bottom: 20px; }

.team .media.view-mode-agence-groupe:before {
  content: '';
  height: 5px;
  width: 32.6470588235%;
  position: absolute;
  background: #da291c;
  top: 0;
  left: 0; }
.team .media.view-mode-agence-groupe:after {
  content: '';
  height: 2px;
  width: 10.2941176471%;
  position: absolute;
  background: #da291c;
  right: 0;
  bottom: 0; }
.team .media.view-mode-agence-groupe img {
  vertical-align: bottom;
  width: 100%; }
.team .right .title {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 4rem; }
.team .team.adm_field_collection {
  margin-bottom: 50px;
  position: relative; }
  .team .team.adm_field_collection:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(rgba(245, 245, 245, 0), whitesmoke 50%);
    z-index: 2; }
  .team .team.adm_field_collection:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .team .team.adm_field_collection .field--name-field-visual-nm {
    float: left;
    margin-left: 0;
    margin-right: 30px;
    max-width: 80px; }
    .team .team.adm_field_collection .field--name-field-visual-nm img {
      vertical-align: bottom; }
  .team .team.adm_field_collection .field--name-field-name-nm, .team .team.adm_field_collection .field--name-field-firstname-nm {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
    display: inline-block;
    margin-left: 0; }
  .team .team.adm_field_collection .field--name-field-function-nm {
    line-height: 1.6;
    max-width: 310px;
    margin-bottom: 5px;
    margin-left: 110px; }
  .team .team.adm_field_collection .field--name-field-linkedin-nm,
  .team .team.adm_field_collection .field--name-field-twitter-nm {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .team .team.adm_field_collection .field--name-field-linkedin-nm a,
    .team .team.adm_field_collection .field--name-field-twitter-nm a {
      color: #939393; }
      .team .team.adm_field_collection .field--name-field-linkedin-nm a:hover, .team .team.adm_field_collection .field--name-field-linkedin-nm a:focus,
      .team .team.adm_field_collection .field--name-field-twitter-nm a:hover,
      .team .team.adm_field_collection .field--name-field-twitter-nm a:focus {
        color: #212121; }
      .team .team.adm_field_collection .field--name-field-linkedin-nm a:before,
      .team .team.adm_field_collection .field--name-field-twitter-nm a:before {
        content: '\e910';
        font-family: icomoon;
        font-weight: normal;
        font-size: 2.4rem;
        line-height: 1; }
      .team .team.adm_field_collection .field--name-field-linkedin-nm a img,
      .team .team.adm_field_collection .field--name-field-twitter-nm a img {
        display: none; }
  .team .team.adm_field_collection .field--name-field-twitter-nm a:before {
    content: '\e912'; }

.team-list .team.adm_field_collection:nth-child(n+5) {
  display: none; }
.team-list .team.adm_field_collection:nth-child(4):nth-last-child(n+4) {
  margin-bottom: 0; }
  .team-list .team.adm_field_collection:nth-child(4):nth-last-child(n+4):before {
    display: block; }
.team-list .more:nth-child(-n+5) {
  display: none; }
.team-list.expanded .team.adm_field_collection:nth-child(n+5) {
  display: block; }
.team-list.expanded .team.adm_field_collection:nth-child(4) {
  margin-bottom: 50px; }
  .team-list.expanded .team.adm_field_collection:nth-child(4):before {
    display: none; }
.team-list.expanded .more:after, .team-list.expanded .less:after {
  content: '\e90a'; }
.team-list.expanded .less {
  display: block; }
.team-list.expanded .more {
  display: none; }
.team-list .more, .team-list .less {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #250e62;
  display: inline-block;
  display: block;
  text-align: center;
  background: #e9e9e9;
  max-width: 385px;
  padding: 8px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .team-list .more:after, .team-list .less:after {
    content: '\e90f';
    font-family: icomoon;
    color: #dc124e;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    line-height: 0.8;
    font-size: 1.5em;
    vertical-align: top;
    position: relative;
    left: 0;
    transition: left 0.23s cubic-bezier(0.43, -0.29, 0.65, 1.26); }
  .team-list .more:hover:after, .team-list .more:focus:after, .team-list .less:hover:after, .team-list .less:focus:after {
    left: 5px; }
  .team-list .more:after, .team-list .less:after {
    content: '\e904';
    transition: color 0.15s ease-in-out; }
  .team-list .more:hover, .team-list .less:hover {
    background: #250e62;
    color: white; }
    .team-list .more:hover:after, .team-list .less:hover:after {
      left: 0;
      animation-name: bounceUpDown;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      color: white; }
.team-list .less {
  display: none; }

/* Region page */
.field--name-field-top-button-mv4 {
  background: white;
  text-align: center;
  padding: 40px 0 17px;
  border-top: #d4d2d8 solid 1px; }
  .field--name-field-top-button-mv4 div {
    display: inline; }
    .field--name-field-top-button-mv4 div a {
      display: inline-block;
      vertical-align: middle;
      background: none;
      padding: 0 70px 9px;
      color: #250e62;
      position: relative;
      border-radius: 0;
      max-width: 440px;
      margin-bottom: 20px;
      font-size: 1.5rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      transition: color 0.3s ease-out; }
      .field--name-field-top-button-mv4 div a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #da291c;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        transition: all 0.3s ease-out; }
      .field--name-field-top-button-mv4 div a:hover, .field--name-field-top-button-mv4 div a:focus, .field--name-field-top-button-mv4 div a:active, .field--name-field-top-button-mv4 div a.active, .field--name-field-top-button-mv4 div a.is-active {
        color: #250e62;
        text-decoration: none; }
        .field--name-field-top-button-mv4 div a:hover:before, .field--name-field-top-button-mv4 div a:focus:before, .field--name-field-top-button-mv4 div a:active:before, .field--name-field-top-button-mv4 div a.active:before, .field--name-field-top-button-mv4 div a.is-active:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1); }
      .field--name-field-top-button-mv4 div a:before {
        height: 3px;
        top: auto;
        left: 70px;
        right: 70px;
        z-index: 2;
        box-shadow: none; }
      .field--name-field-top-button-mv4 div a:hover, .field--name-field-top-button-mv4 div a:focus {
        background: none;
        color: #250e62; }

.bloc-bleu {
  position: relative; }
  .bloc-bleu .title {
    color: white;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: normal;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1.3em;
    text-align: center; }
    .bloc-bleu .title .field--name-field-titre-bloc-bleu {
      max-width: 930px;
      margin: 0 auto; }
  .bloc-bleu .visual img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }

.field--name-field-projet-or-wide-angle {
  padding: 94px 40px 100px 40px;
  background: white;
  margin-bottom: 80px; }
  .field--name-field-projet-or-wide-angle:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .field--name-field-projet-or-wide-angle .text-visual {
    text-align: center;
    margin: 0 auto 44px;
    max-width: 760px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase; }
    .field--name-field-projet-or-wide-angle .text-visual div {
      display: inline; }
      .field--name-field-projet-or-wide-angle .text-visual div .field {
        display: inline-block;
        vertical-align: top;
        margin: 0 55px; }
  .field--name-field-projet-or-wide-angle .title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: normal; }
  .field--name-field-projet-or-wide-angle .visual {
    width: 66.5%;
    float: left; }
  .field--name-field-projet-or-wide-angle .contenu {
    width: 33.5%;
    float: right;
    padding-left: 40px;
    padding-top: 50px; }
    .field--name-field-projet-or-wide-angle .contenu .chapo-highlight {
      line-height: 1.6;
      margin-bottom: 1.6em; }
    .field--name-field-projet-or-wide-angle .contenu .chapo .field--name-field-chapo, .field--name-field-projet-or-wide-angle .contenu-type-4 .highlight_content .contenu .chapo .highlightContent-chapo, .contenu-type-4 .highlight_content .field--name-field-projet-or-wide-angle .contenu .chapo .highlightContent-chapo, .field--name-field-projet-or-wide-angle .contenu .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .field--name-field-projet-or-wide-angle .contenu .chapo .field--name-field-chapo-column-1nm,
    .field--name-field-projet-or-wide-angle .contenu .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .field--name-field-projet-or-wide-angle .contenu .chapo .field--name-field-chapo-column-2-nm, .field--name-field-projet-or-wide-angle .contenu .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .field--name-field-projet-or-wide-angle .contenu .chapo .field--name-field-header, .field--name-field-projet-or-wide-angle .contenu .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .field--name-field-projet-or-wide-angle .contenu .chapo .field__item > p:first-child {
      margin-bottom: 1.4em;
      padding: 0; }

.news-events {
  text-align: center;
  margin-bottom: 90px;
  font-size: 0; }
  .news-events > .title {
    font-size: 4rem;
    margin-bottom: 90px;
    font-weight: normal; }
  .news-events .news {
    display: inline-block;
    width: 730px;
    max-width: 100%;
    vertical-align: top;
    margin: 0 15px;
    font-size: 1.6rem; }
    .news-events .news .view-content {
      margin-bottom: 30px; }
      .news-events .news .view-content:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
    .news-events .news .views-row {
      float: left;
      width: 50%;
      padding-right: 15px;
      margin-bottom: 30px;
      clear: left; }
    .news-events .news .views-row.even {
      padding-right: 0;
      padding-left: 15px;
      clear: none; }
    .news-events .news .node--type-news {
      padding: 30px 40px;
      background: white;
      margin: 0 0 55px;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
      border-radius: 3px;
      text-align: left;
      margin: 0;
      min-height: 468px; }
      @media (max-width: 767px) {
        .news-events .news .node--type-news {
          padding: 17px 20px; } }
      .news-events .news .node--type-news .media {
        margin: -30px -40px 30px;
        border-radius: 3px 3px 0 0;
        overflow: hidden; }
        .news-events .news .node--type-news .media img {
          width: 100%;
          vertical-align: bottom;
          max-height: 197px; }
      .news-events .news .node--type-news .field--name-field-type {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        padding-left: 16px;
        border-left: #250e62 solid 2px;
        letter-spacing: 0.3rem;
        color: #474747;
        margin-bottom: 16px;
        margin-bottom: 1.6rem;
        font-weight: normal;
        margin-bottom: 20px; }
      .news-events .news .node--type-news .node__title {
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: none;
        line-height: 1.6; }
  .news-events .events {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    vertical-align: top;
    margin: 0 15px;
    font-size: 1.6rem; }
    .news-events .events > div:last-child {
      margin-top: 60px; }
    .news-events .events > .field:last-child {
      margin-top: 0; }
    .news-events .events .highlight_block {
      border-radius: 3px;
      overflow: hidden;
      min-height: 468px;
      position: relative;
      margin-bottom: 30px;
      padding: 25px 20px 60px;
      background: black;
      color: white; }
      @supports (display: flex) {
        .news-events .events .highlight_block {
          display: flex;
          flex-direction: column;
          justify-content: space-between; } }
      .news-events .events .highlight_block .bloc-highlight-visual {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        .news-events .events .highlight_block .bloc-highlight-visual .media {
          position: static; }
        .news-events .events .highlight_block .bloc-highlight-visual .img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
          .news-events .events .highlight_block .bloc-highlight-visual .img:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4); }
          .news-events .events .highlight_block .bloc-highlight-visual .img img {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; }
        .news-events .events .highlight_block .bloc-highlight-visual .copyright, .news-events .events .highlight_block .bloc-highlight-visual .field--name-field-storyline-mv .storyline .image .field--name-field-copyright-nm, .field--name-field-storyline-mv .storyline .image .news-events .events .highlight_block .bloc-highlight-visual .field--name-field-copyright-nm {
          display: none; }
      .news-events .events .highlight_block .field--name-field-category-nm {
        position: relative;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        text-transform: uppercase;
        font-size: 1.4rem;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 28px; }
      .news-events .events .highlight_block .bloc-highlight-text-bas,
      .news-events .events .highlight_block .bloc-highlight-text,
      .news-events .events .highlight_block .title {
        position: relative;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 1.6em;
        line-height: 1.6;
        text-transform: none; }
      .news-events .events .highlight_block .title {
        font-size: 2.2rem; }
      .news-events .events .highlight_block .bloc-highlight-text {
        font-size: 2.2rem; }

div.resources {
  text-align: center; }
  div.resources > .title {
    font-weight: normal;
    font-size: 4rem;
    margin-bottom: 87px;
    text-transform: uppercase; }
  div.resources .tabs {
    background: white;
    text-align: center;
    padding: 40px 0 17px;
    margin-bottom: 60px; }
    div.resources .tabs.sticky {
      top: 76px;
      left: 0;
      right: 0;
      z-index: 80;
      border-bottom: #d4d2d8 solid 1px;
      padding: 23px 0 0;
      position: fixed; }
    div.resources .tabs li {
      display: inline;
      margin: 0; }
      div.resources .tabs li a {
        display: inline-block;
        vertical-align: middle;
        background: none;
        padding: 0 45px 9px;
        color: #250e62;
        position: relative;
        border-radius: 0;
        max-width: 290px;
        margin-bottom: 20px;
        font-size: 1.5rem;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        transition: color 0.3s ease-out; }
        div.resources .tabs li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #da291c;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 0 50%;
          -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
          transition: all 0.3s ease-out; }
        div.resources .tabs li a:hover, div.resources .tabs li a:focus, div.resources .tabs li a:active, div.resources .tabs li a.active, div.resources .tabs li a.is-active {
          color: #250e62;
          text-decoration: none; }
          div.resources .tabs li a:hover:before, div.resources .tabs li a:focus:before, div.resources .tabs li a:active:before, div.resources .tabs li a.active:before, div.resources .tabs li a.is-active:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
        div.resources .tabs li a:before {
          height: 3px;
          top: auto;
          left: 45px;
          right: 45px;
          z-index: 2;
          box-shadow: none; }
        div.resources .tabs li a:hover, div.resources .tabs li a:focus {
          background: none;
          color: #250e62; }
  div.resources > div {
    font-size: 0;
    max-width: 1110px;
    margin: 0 auto 70px; }
    @supports (display: flex) {
      div.resources > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    div.resources > div > div {
      font-size: 1.6rem;
      padding: 30px 40px;
      background: white;
      margin: 0 0 55px;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
      border-radius: 3px;
      width: 520px;
      margin: 0 15px 30px;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      @media (max-width: 767px) {
        div.resources > div > div {
          padding: 17px 20px; } }
      div.resources > div > div:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      div.resources > div > div .type {
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        padding-left: 16px;
        border-left: #da291c solid 2px;
        letter-spacing: 0.3rem;
        color: #474747;
        margin-bottom: 16px;
        margin-bottom: 1.6rem;
        font-weight: normal;
        margin-bottom: 1.7rem; }
      div.resources > div > div .title {
        font-weight: bold;
        text-transform: none;
        font-size: 2.2rem;
        line-height: 1.6;
        margin-bottom: 0.5em; }
      div.resources > div > div .content {
        margin-bottom: 27px; }
        div.resources > div > div .content:after {
          content: "";
          display: block;
          overflow: hidden;
          clear: both;
          visibility: hidden; }
        div.resources > div > div .content img {
          float: left;
          border: #a9a9a9 solid 1px;
          margin-right: 34px; }
        div.resources > div > div .content > span {
          overflow: auto;
          display: block;
          line-height: 1.6; }
        div.resources > div > div .content .media {
          float: left;
          border: #a9a9a9 solid 1px;
          margin-right: 34px;
          position: relative; }
          div.resources > div > div .content .media:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: -5px;
            background: #da291c;
            height: 4px;
            width: 66.6666666667%; }
          div.resources > div > div .content .media:after {
            content: '';
            position: absolute;
            left: -5px;
            top: 20px;
            background: #250e62;
            height: 51.2820512821%;
            width: 4px; }
          div.resources > div > div .content .media .img {
            position: relative;
            width: 155px;
            height: 200px;
            background: #f0f0f0;
            text-align: center; }
            div.resources > div > div .content .media .img:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              background: #da291c;
              height: 2px;
              width: 23px; }
            div.resources > div > div .content .media .img:after {
              content: '';
              position: absolute;
              right: -3px;
              bottom: 4px;
              background: #250e62;
              height: 50px;
              width: 2px; }
            div.resources > div > div .content .media .img img {
              float: none;
              border: none;
              margin: 0;
              vertical-align: bottom; }
      div.resources > div > div .date {
        float: left;
        position: static; }
      div.resources > div > div .more {
        float: right; }
  div.resources + .field--name-field-share-block-mv3 .share {
    background: white; }

.desc-text {
  padding: 95px 20px;
  background: white; }
  .desc-text > h3 {
    color: #da291c;
    font-size: 2.4rem;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto 3rem; }
  .desc-text .text-formatted {
    max-width: 800px;
    margin: 0 auto; }
  .desc-text p:last-child {
    margin-bottom: 0; }
  .desc-text + .field--name-field-projet-or-wide-angle {
    padding-top: 0; }

/* page projet */
.page-node-type-page-afd-project,
.page-node-type-page-ong-project,
.page-node-type-page-research-project {
  background: white; }
  .page-node-type-page-afd-project .strate:first-child,
  .page-node-type-page-ong-project .strate:first-child,
  .page-node-type-page-research-project .strate:first-child {
    display: flex; }
  .page-node-type-page-afd-project .strate:after,
  .page-node-type-page-ong-project .strate:after,
  .page-node-type-page-research-project .strate:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .page-node-type-page-afd-project .strate .content.left,
  .page-node-type-page-ong-project .strate .content.left,
  .page-node-type-page-research-project .strate .content.left {
    float: left;
    width: 69.0476190476%;
    padding: 90px 3.5714285714% 90px 16.9642857143%;
    background: #f5f5f5;
    position: relative; }
    .page-node-type-page-afd-project .strate .content.left:before,
    .page-node-type-page-ong-project .strate .content.left:before,
    .page-node-type-page-research-project .strate .content.left:before {
      content: '';
      position: absolute;
      top: 102px;
      left: 5.6896551724%;
      width: 11.9827586207%;
      height: 3px;
      background: #da291c; }
    .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-chapo, .page-node-type-page-afd-project .strate .content.left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .page-node-type-page-afd-project .strate .content.left .chapo .highlightContent-chapo, .page-node-type-page-afd-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-chapo-column-1nm,
    .page-node-type-page-afd-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-chapo-column-2-nm, .page-node-type-page-afd-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-header, .page-node-type-page-afd-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .page-node-type-page-afd-project .strate .content.left .chapo .field__item > p:first-child,
    .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-chapo,
    .page-node-type-page-ong-project .strate .content.left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
    .contenu-type-4 .highlight_content .contenu .page-node-type-page-ong-project .strate .content.left .chapo .highlightContent-chapo,
    .page-node-type-page-ong-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-1nm,
    .two-columns .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-chapo-column-1nm,
    .page-node-type-page-ong-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-chapo-column-2-nm,
    .page-node-type-page-ong-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
    .node--type-expert.node--view-mode-full .career .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-header,
    .page-node-type-page-ong-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
    .node--type-expert.node--view-mode-full .other-work .page-node-type-page-ong-project .strate .content.left .chapo .field__item > p:first-child,
    .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-chapo,
    .page-node-type-page-research-project .strate .content.left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
    .contenu-type-4 .highlight_content .contenu .page-node-type-page-research-project .strate .content.left .chapo .highlightContent-chapo,
    .page-node-type-page-research-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-1nm,
    .two-columns .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-chapo-column-1nm,
    .page-node-type-page-research-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-chapo-column-2-nm,
    .page-node-type-page-research-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
    .node--type-expert.node--view-mode-full .career .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-header,
    .page-node-type-page-research-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
    .node--type-expert.node--view-mode-full .other-work .page-node-type-page-research-project .strate .content.left .chapo .field__item > p:first-child {
      max-width: none;
      margin: 0 0 4.7rem;
      font-size: 2rem;
      font-weight: 600; }
    .page-node-type-page-afd-project .strate .content.left .descriptive_block,
    .page-node-type-page-ong-project .strate .content.left .descriptive_block,
    .page-node-type-page-research-project .strate .content.left .descriptive_block {
      max-width: none;
      margin: 0 0 4.7rem; }
      .page-node-type-page-afd-project .strate .content.left .descriptive_block .field--name-name,
      .page-node-type-page-ong-project .strate .content.left .descriptive_block .field--name-name,
      .page-node-type-page-research-project .strate .content.left .descriptive_block .field--name-name {
        font-size: 2.4rem;
        text-transform: uppercase;
        color: #da291c;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        margin-bottom: 1.5em; }
    .page-node-type-page-afd-project .strate .content.left .file,
    .page-node-type-page-ong-project .strate .content.left .file,
    .page-node-type-page-research-project .strate .content.left .file {
      padding-left: 0 !important;
      height: auto !important;
      margin-bottom: 2.8rem;
      z-index: 2;
      /*&.pdf a {
      	@extend .bt-red-ph;
      }*/ }
      .page-node-type-page-afd-project .strate .content.left .file.button a,
      .page-node-type-page-ong-project .strate .content.left .file.button a,
      .page-node-type-page-research-project .strate .content.left .file.button a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-shadow: 0 24px 20px -14px rgba(0, 0, 0, 0.17);
        max-width: 100%; }
        .page-node-type-page-afd-project .strate .content.left .file.button a:before,
        .page-node-type-page-ong-project .strate .content.left .file.button a:before,
        .page-node-type-page-research-project .strate .content.left .file.button a:before {
          content: '\e91b';
          font-family: icomoon;
          font-size: 1.4rem;
          font-weight: normal;
          margin-right: 15px;
          display: inline-block;
          vertical-align: middle;
          margin-top: 3px;
          position: static;
          box-shadow: none;
          border-radius: 0; }
  .page-node-type-page-afd-project .strate .content.right,
  .page-node-type-page-ong-project .strate .content.right,
  .page-node-type-page-research-project .strate .content.right {
    float: right;
    width: 30.9523809524%;
    padding: 90px 40px;
    color: #250e62;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    background: white url("../img/styles/bg_logo_sidebar.png") right 104px no-repeat; }
    .page-node-type-page-afd-project .strate .content.right .text,
    .page-node-type-page-ong-project .strate .content.right .text,
    .page-node-type-page-research-project .strate .content.right .text {
      color: #786b97; }
    .page-node-type-page-afd-project .strate .content.right .value, .page-node-type-page-afd-project .strate .content.right .amount,
    .page-node-type-page-ong-project .strate .content.right .value,
    .page-node-type-page-ong-project .strate .content.right .amount,
    .page-node-type-page-research-project .strate .content.right .value,
    .page-node-type-page-research-project .strate .content.right .amount {
      font-size: 3.5rem; }
    .page-node-type-page-afd-project .strate .content.right .group,
    .page-node-type-page-ong-project .strate .content.right .group,
    .page-node-type-page-research-project .strate .content.right .group {
      margin-bottom: 40px;
      border-bottom: #d3cfe0 solid 1px;
      padding-bottom: 15px; }
      .page-node-type-page-afd-project .strate .content.right .group:last-child,
      .page-node-type-page-ong-project .strate .content.right .group:last-child,
      .page-node-type-page-research-project .strate .content.right .group:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .page-node-type-page-afd-project .strate .content.right .group > div,
      .page-node-type-page-ong-project .strate .content.right .group > div,
      .page-node-type-page-research-project .strate .content.right .group > div {
        margin-bottom: 45px; }
        .page-node-type-page-afd-project .strate .content.right .group > div:last-child,
        .page-node-type-page-ong-project .strate .content.right .group > div:last-child,
        .page-node-type-page-research-project .strate .content.right .group > div:last-child {
          margin-bottom: 25px; }
    .page-node-type-page-afd-project .strate .content.right .dates,
    .page-node-type-page-ong-project .strate .content.right .dates,
    .page-node-type-page-research-project .strate .content.right .dates {
      margin-bottom: 25px; }
      .page-node-type-page-afd-project .strate .content.right .dates:after,
      .page-node-type-page-ong-project .strate .content.right .dates:after,
      .page-node-type-page-research-project .strate .content.right .dates:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .page-node-type-page-afd-project .strate .content.right .dates .start,
      .page-node-type-page-ong-project .strate .content.right .dates .start,
      .page-node-type-page-research-project .strate .content.right .dates .start {
        float: left;
        width: 50%;
        padding-right: 25px;
        position: relative; }
      .page-node-type-page-afd-project .strate .content.right .dates .end,
      .page-node-type-page-ong-project .strate .content.right .dates .end,
      .page-node-type-page-research-project .strate .content.right .dates .end {
        float: left;
        width: 50%;
        padding-left: 25px;
        position: relative; }
        .page-node-type-page-afd-project .strate .content.right .dates .end:before,
        .page-node-type-page-ong-project .strate .content.right .dates .end:before,
        .page-node-type-page-research-project .strate .content.right .dates .end:before {
          content: '';
          position: absolute;
          left: 0;
          top: 13px;
          bottom: 5px;
          width: 1px; }
      .page-node-type-page-afd-project .strate .content.right .dates .value,
      .page-node-type-page-ong-project .strate .content.right .dates .value,
      .page-node-type-page-research-project .strate .content.right .dates .value {
        font-size: 3.2rem;
        margin-bottom: 5px; }
        .page-node-type-page-afd-project .strate .content.right .dates .value .year,
        .page-node-type-page-ong-project .strate .content.right .dates .value .year,
        .page-node-type-page-research-project .strate .content.right .dates .value .year {
          color: #da291c; }
    .page-node-type-page-afd-project .strate .content.right .funding-duration,
    .page-node-type-page-afd-project .strate .content.right .program-duration,
    .page-node-type-page-afd-project .strate .content.right .project-duration,
    .page-node-type-page-ong-project .strate .content.right .funding-duration,
    .page-node-type-page-ong-project .strate .content.right .program-duration,
    .page-node-type-page-ong-project .strate .content.right .project-duration,
    .page-node-type-page-research-project .strate .content.right .funding-duration,
    .page-node-type-page-research-project .strate .content.right .program-duration,
    .page-node-type-page-research-project .strate .content.right .project-duration {
      padding-left: 30px;
      background: url("../img/styles/icon1.png") 0 0 no-repeat;
      font-size: 2.2rem; }
      .page-node-type-page-afd-project .strate .content.right .funding-duration .value,
      .page-node-type-page-afd-project .strate .content.right .program-duration .value,
      .page-node-type-page-afd-project .strate .content.right .project-duration .value,
      .page-node-type-page-ong-project .strate .content.right .funding-duration .value,
      .page-node-type-page-ong-project .strate .content.right .program-duration .value,
      .page-node-type-page-ong-project .strate .content.right .project-duration .value,
      .page-node-type-page-research-project .strate .content.right .funding-duration .value,
      .page-node-type-page-research-project .strate .content.right .program-duration .value,
      .page-node-type-page-research-project .strate .content.right .project-duration .value {
        display: inline-block;
        text-transform: uppercase;
        font-size: inherit; }
    .page-node-type-page-afd-project .strate .content.right .sector,
    .page-node-type-page-ong-project .strate .content.right .sector,
    .page-node-type-page-research-project .strate .content.right .sector {
      padding-left: 50px;
      background: url("../img/styles/icon2.png") 0 5px no-repeat; }
      .page-node-type-page-afd-project .strate .content.right .sector .value div,
      .page-node-type-page-ong-project .strate .content.right .sector .value div,
      .page-node-type-page-research-project .strate .content.right .sector .value div {
        display: inline; }
      .page-node-type-page-afd-project .strate .content.right .sector .value .field__item:after,
      .page-node-type-page-ong-project .strate .content.right .sector .value .field__item:after,
      .page-node-type-page-research-project .strate .content.right .sector .value .field__item:after {
        content: ', '; }
      .page-node-type-page-afd-project .strate .content.right .sector .value .field__item:first-child:after,
      .page-node-type-page-ong-project .strate .content.right .sector .value .field__item:first-child:after,
      .page-node-type-page-research-project .strate .content.right .sector .value .field__item:first-child:after {
        content: none; }
    .page-node-type-page-afd-project .strate .content.right .city,
    .page-node-type-page-ong-project .strate .content.right .city,
    .page-node-type-page-research-project .strate .content.right .city {
      padding-left: 50px;
      background: url("../img/styles/icon3.png") 0 5px no-repeat; }
      .page-node-type-page-afd-project .strate .content.right .city .value,
      .page-node-type-page-ong-project .strate .content.right .city .value,
      .page-node-type-page-research-project .strate .content.right .city .value {
        text-transform: uppercase; }
        .page-node-type-page-afd-project .strate .content.right .city .value div,
        .page-node-type-page-ong-project .strate .content.right .city .value div,
        .page-node-type-page-research-project .strate .content.right .city .value div {
          display: inline; }
        .page-node-type-page-afd-project .strate .content.right .city .value .field__item:after,
        .page-node-type-page-ong-project .strate .content.right .city .value .field__item:after,
        .page-node-type-page-research-project .strate .content.right .city .value .field__item:after {
          content: ', '; }
        .page-node-type-page-afd-project .strate .content.right .city .value .field__item:first-child:after,
        .page-node-type-page-ong-project .strate .content.right .city .value .field__item:first-child:after,
        .page-node-type-page-research-project .strate .content.right .city .value .field__item:first-child:after {
          content: none; }
    .page-node-type-page-afd-project .strate .content.right .funding-type,
    .page-node-type-page-ong-project .strate .content.right .funding-type,
    .page-node-type-page-research-project .strate .content.right .funding-type {
      padding-left: 50px;
      background: url("../img/styles/icon4.png") 0 5px no-repeat; }
    .page-node-type-page-afd-project .strate .content.right .funding-program,
    .page-node-type-page-ong-project .strate .content.right .funding-program,
    .page-node-type-page-research-project .strate .content.right .funding-program {
      padding-left: 50px;
      background: url("../img/styles/icon5.png") 0 5px no-repeat; }
    .page-node-type-page-afd-project .strate .content.right .funding-amount,
    .page-node-type-page-afd-project .strate .content.right .program-amount,
    .page-node-type-page-afd-project .strate .content.right .funding-amount-afd,
    .page-node-type-page-ong-project .strate .content.right .funding-amount,
    .page-node-type-page-ong-project .strate .content.right .program-amount,
    .page-node-type-page-ong-project .strate .content.right .funding-amount-afd,
    .page-node-type-page-research-project .strate .content.right .funding-amount,
    .page-node-type-page-research-project .strate .content.right .program-amount,
    .page-node-type-page-research-project .strate .content.right .funding-amount-afd {
      padding-left: 50px;
      background: url("../img/styles/icon6.png") 0 5px no-repeat; }
      .page-node-type-page-afd-project .strate .content.right .funding-amount .value:after,
      .page-node-type-page-afd-project .strate .content.right .program-amount .value:after,
      .page-node-type-page-afd-project .strate .content.right .funding-amount-afd .value:after,
      .page-node-type-page-ong-project .strate .content.right .funding-amount .value:after,
      .page-node-type-page-ong-project .strate .content.right .program-amount .value:after,
      .page-node-type-page-ong-project .strate .content.right .funding-amount-afd .value:after,
      .page-node-type-page-research-project .strate .content.right .funding-amount .value:after,
      .page-node-type-page-research-project .strate .content.right .program-amount .value:after,
      .page-node-type-page-research-project .strate .content.right .funding-amount-afd .value:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .page-node-type-page-afd-project .strate .content.right .funding-amount .value div, .page-node-type-page-afd-project .strate .content.right .funding-amount .value span,
      .page-node-type-page-afd-project .strate .content.right .program-amount .value div,
      .page-node-type-page-afd-project .strate .content.right .program-amount .value span,
      .page-node-type-page-afd-project .strate .content.right .funding-amount-afd .value div,
      .page-node-type-page-afd-project .strate .content.right .funding-amount-afd .value span,
      .page-node-type-page-ong-project .strate .content.right .funding-amount .value div,
      .page-node-type-page-ong-project .strate .content.right .funding-amount .value span,
      .page-node-type-page-ong-project .strate .content.right .program-amount .value div,
      .page-node-type-page-ong-project .strate .content.right .program-amount .value span,
      .page-node-type-page-ong-project .strate .content.right .funding-amount-afd .value div,
      .page-node-type-page-ong-project .strate .content.right .funding-amount-afd .value span,
      .page-node-type-page-research-project .strate .content.right .funding-amount .value div,
      .page-node-type-page-research-project .strate .content.right .funding-amount .value span,
      .page-node-type-page-research-project .strate .content.right .program-amount .value div,
      .page-node-type-page-research-project .strate .content.right .program-amount .value span,
      .page-node-type-page-research-project .strate .content.right .funding-amount-afd .value div,
      .page-node-type-page-research-project .strate .content.right .funding-amount-afd .value span {
        float: left; }
      .page-node-type-page-afd-project .strate .content.right .funding-amount .value .monetary,
      .page-node-type-page-afd-project .strate .content.right .program-amount .value .monetary,
      .page-node-type-page-afd-project .strate .content.right .funding-amount-afd .value .monetary,
      .page-node-type-page-ong-project .strate .content.right .funding-amount .value .monetary,
      .page-node-type-page-ong-project .strate .content.right .program-amount .value .monetary,
      .page-node-type-page-ong-project .strate .content.right .funding-amount-afd .value .monetary,
      .page-node-type-page-research-project .strate .content.right .funding-amount .value .monetary,
      .page-node-type-page-research-project .strate .content.right .program-amount .value .monetary,
      .page-node-type-page-research-project .strate .content.right .funding-amount-afd .value .monetary {
        margin-left: 8px; }
      .page-node-type-page-afd-project .strate .content.right .funding-amount .value .monetary + span,
      .page-node-type-page-afd-project .strate .content.right .program-amount .value .monetary + span,
      .page-node-type-page-afd-project .strate .content.right .funding-amount-afd .value .monetary + span,
      .page-node-type-page-ong-project .strate .content.right .funding-amount .value .monetary + span,
      .page-node-type-page-ong-project .strate .content.right .program-amount .value .monetary + span,
      .page-node-type-page-ong-project .strate .content.right .funding-amount-afd .value .monetary + span,
      .page-node-type-page-research-project .strate .content.right .funding-amount .value .monetary + span,
      .page-node-type-page-research-project .strate .content.right .program-amount .value .monetary + span,
      .page-node-type-page-research-project .strate .content.right .funding-amount-afd .value .monetary + span {
        clear: left;
        color: #786b97;
        font-size: 1.8rem;
        margin-top: 0.95em;
        margin-right: 6px; }
      .page-node-type-page-afd-project .strate .content.right .funding-amount .amount,
      .page-node-type-page-afd-project .strate .content.right .program-amount .amount,
      .page-node-type-page-afd-project .strate .content.right .funding-amount-afd .amount,
      .page-node-type-page-ong-project .strate .content.right .funding-amount .amount,
      .page-node-type-page-ong-project .strate .content.right .program-amount .amount,
      .page-node-type-page-ong-project .strate .content.right .funding-amount-afd .amount,
      .page-node-type-page-research-project .strate .content.right .funding-amount .amount,
      .page-node-type-page-research-project .strate .content.right .program-amount .amount,
      .page-node-type-page-research-project .strate .content.right .funding-amount-afd .amount {
        font-size: 3.5rem; }
    .page-node-type-page-afd-project .strate .content.right .status .value,
    .page-node-type-page-ong-project .strate .content.right .status .value,
    .page-node-type-page-research-project .strate .content.right .status .value {
      text-transform: uppercase; }
    .page-node-type-page-afd-project .strate .content.right .legal-notice .value,
    .page-node-type-page-afd-project .strate .content.right .contact .value,
    .page-node-type-page-ong-project .strate .content.right .legal-notice .value,
    .page-node-type-page-ong-project .strate .content.right .contact .value,
    .page-node-type-page-research-project .strate .content.right .legal-notice .value,
    .page-node-type-page-research-project .strate .content.right .contact .value {
      font-size: 1.4rem; }
      .page-node-type-page-afd-project .strate .content.right .legal-notice .value p,
      .page-node-type-page-afd-project .strate .content.right .contact .value p,
      .page-node-type-page-ong-project .strate .content.right .legal-notice .value p,
      .page-node-type-page-ong-project .strate .content.right .contact .value p,
      .page-node-type-page-research-project .strate .content.right .legal-notice .value p,
      .page-node-type-page-research-project .strate .content.right .contact .value p {
        line-height: normal; }
  .page-node-type-page-afd-project .strate,
  .page-node-type-page-ong-project .strate,
  .page-node-type-page-research-project .strate {
    margin-bottom: 0; }
  .page-node-type-page-afd-project .content.social,
  .page-node-type-page-ong-project .content.social,
  .page-node-type-page-research-project .content.social {
    background: #f5f5f5;
    padding-bottom: 100px; }
    .page-node-type-page-afd-project .content.social .share,
    .page-node-type-page-ong-project .content.social .share,
    .page-node-type-page-research-project .content.social .share {
      background: white;
      margin: 0 auto; }

.cross-content {
  text-align: center; }
  .cross-content > ul {
    margin: 0; }
  .cross-content .onglet {
    padding: 60px 20px 50px;
    background: #f5f5f5;
    margin: 0; }
    .cross-content .onglet .views-element-container {
      max-width: 1170px;
      margin: 0 auto; }
      .cross-content .onglet .views-element-container .tuile-4 {
        padding: 30px 40px;
        background: white;
        margin: 0 0 55px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
        border-radius: 3px;
        width: 520px;
        margin: 0 15px 30px;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 767px) {
          .cross-content .onglet .views-element-container .tuile-4 {
            padding: 17px 20px; } }
        .cross-content .onglet .views-element-container .tuile-4:after {
          content: "";
          display: block;
          overflow: hidden;
          clear: both;
          visibility: hidden; }
        .cross-content .onglet .views-element-container .tuile-4 > div {
          display: block;
          margin: 0;
          max-width: none; }
          .cross-content .onglet .views-element-container .tuile-4 > div > div {
            background: none;
            box-shadow: none;
            border-radius: 0;
            margin: 0;
            padding: 0;
            width: auto;
            display: block; }
  .cross-content .contextual-region {
    position: static; }
  .cross-content .diaporama {
    padding: 0;
    background: none; }
  .cross-content .type {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 16px;
    border-left: #da291c solid 2px;
    letter-spacing: 0.3rem;
    color: #474747;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    font-weight: normal;
    margin-bottom: 12px; }
  .cross-content .image, .cross-content .visual {
    margin: -30px -40px 30px;
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
    .cross-content .image img, .cross-content .visual img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .cross-content .title,
  .cross-content .node > h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: none;
    line-height: 1.6;
    margin: 0 0 2.8rem; }
    @supports (display: flex) {
      .cross-content .title,
      .cross-content .node > h2 {
        flex-grow: 2; } }
  .cross-content .date {
    float: none;
    margin: 0;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 25px; }
    .cross-content .date div {
      display: inline; }
  .cross-content .views-element-container,
  .cross-content .views-element-container > div > .view > .view-content {
    font-size: 0; }
    @supports (display: flex) {
      .cross-content .views-element-container,
      .cross-content .views-element-container > div > .view > .view-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .cross-content .views-element-container > .views-row, .cross-content .views-element-container > .tuile-6,
    .cross-content .views-element-container > div > .view > .view-content > .views-row,
    .cross-content .views-element-container > div > .view > .view-content > .tuile-6 {
      text-align: left;
      padding: 30px 40px;
      background: white;
      margin: 0 0 55px;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
      border-radius: 3px;
      width: 350px;
      margin: 0 15px 30px;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 50px;
      position: relative;
      /* Fade in element on page loading, "visible" class is added in js */
      transition: all 0.6s ease-out; }
      @media (max-width: 767px) {
        .cross-content .views-element-container > .views-row, .cross-content .views-element-container > .tuile-6,
        .cross-content .views-element-container > div > .view > .view-content > .views-row,
        .cross-content .views-element-container > div > .view > .view-content > .tuile-6 {
          padding: 17px 20px; } }
      .cross-content .views-element-container > .views-row.not-visible, .cross-content .views-element-container > .tuile-6.not-visible,
      .cross-content .views-element-container > div > .view > .view-content > .views-row.not-visible,
      .cross-content .views-element-container > div > .view > .view-content > .tuile-6.not-visible {
        opacity: 0;
        transform: translate3d(0, 100px, 0); }
      .cross-content .views-element-container > .views-row.visible, .cross-content .views-element-container > .tuile-6.visible,
      .cross-content .views-element-container > div > .view > .view-content > .views-row.visible,
      .cross-content .views-element-container > div > .view > .view-content > .tuile-6.visible {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
      .cross-content .views-element-container > .views-row:nth-child(2n), .cross-content .views-element-container > .tuile-6:nth-child(2n),
      .cross-content .views-element-container > div > .view > .view-content > .views-row:nth-child(2n),
      .cross-content .views-element-container > div > .view > .view-content > .tuile-6:nth-child(2n) {
        transition-delay: 0.2s;
        transition-duration: 0.4s; }
      .cross-content .views-element-container > .views-row:nth-child(3n), .cross-content .views-element-container > .tuile-6:nth-child(3n),
      .cross-content .views-element-container > div > .view > .view-content > .views-row:nth-child(3n),
      .cross-content .views-element-container > div > .view > .view-content > .tuile-6:nth-child(3n) {
        transition-delay: 0.4s;
        transition-duration: 0.2s; }
  @supports (display: flex) {
    .cross-content .views-element-container > .tuile-6 {
      display: flex; }
      .cross-content .views-element-container > .tuile-6 > .node {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%; } }
  .cross-content .views-element-container > .tuile-6 .visual {
    width: 150px;
    border: solid 1px #939393;
    margin: 0 auto 34px;
    position: relative;
    overflow: visible;
    border-radius: 0; }
    .cross-content .views-element-container > .tuile-6 .visual:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: -5px;
      background: #da291c;
      height: 4px;
      width: 66.6666666667%; }
    .cross-content .views-element-container > .tuile-6 .visual:after {
      content: '';
      position: absolute;
      left: -5px;
      top: 20px;
      background: #250e62;
      height: 51.2820512821%;
      width: 4px; }
    .cross-content .views-element-container > .tuile-6 .visual .img {
      position: relative; }
      .cross-content .views-element-container > .tuile-6 .visual .img:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #da291c;
        height: 2px;
        width: 23px; }
      .cross-content .views-element-container > .tuile-6 .visual .img:after {
        content: '';
        position: absolute;
        right: -3px;
        bottom: 4px;
        background: #250e62;
        height: 50px;
        width: 2px; }
      .cross-content .views-element-container > .tuile-6 .visual .img img {
        vertical-align: bottom; }

.js-tabs {
  padding: 40px 0 30px;
  font-size: 0;
  text-align: center;
  background: white; }
  .js-tabs:empty {
    display: none; }
  .js-tabs h2, .js-tabs .title {
    display: inline-block;
    margin: 0 0 10px;
    vertical-align: middle;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #250e62;
    padding: 0 45px 6px;
    position: relative;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2;
    max-width: 357px;
    position: relative;
    transition: color 0.3s ease-out; }
    .js-tabs h2:before, .js-tabs .title:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #da291c;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
      transition: all 0.3s ease-out; }
    .js-tabs h2:hover, .js-tabs h2:focus, .js-tabs h2:active, .js-tabs h2.active, .js-tabs h2.is-active, .js-tabs .title:hover, .js-tabs .title:focus, .js-tabs .title:active, .js-tabs .title.active, .js-tabs .title.is-active {
      color: white;
      text-decoration: none; }
      .js-tabs h2:hover:before, .js-tabs h2:focus:before, .js-tabs h2:active:before, .js-tabs h2.active:before, .js-tabs h2.is-active:before, .js-tabs .title:hover:before, .js-tabs .title:focus:before, .js-tabs .title:active:before, .js-tabs .title.active:before, .js-tabs .title.is-active:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    .js-tabs h2:before, .js-tabs .title:before {
      left: 45px;
      right: 45px;
      height: 3px;
      top: auto; }
    .js-tabs h2:hover, .js-tabs h2:focus, .js-tabs h2.active, .js-tabs .title:hover, .js-tabs .title:focus, .js-tabs .title.active {
      color: #250e62; }

/* recherche */
.path-recherche {
  margin-top: 154px; }
  .path-recherche.toolbar-horizontal .pre-header {
    margin-bottom: 63px; }
    .path-recherche.toolbar-horizontal .pre-header .menu--project {
      position: absolute; }
  .path-recherche #block-outilsdepartage {
    top: 104px;
    right: 21px;
    background: #282828;
    color: white;
    transition: background-color 0.15s ease-in-out; }
    .path-recherche #block-outilsdepartage:hover {
      background-color: #250e62; }
  .path-recherche #block-afd-page-title, .path-recherche #block-afd-breadcrumbs {
    position: absolute !important;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px); }
  .path-recherche #block-afd-content {
    padding-left: 112px;
    padding-top: 83px;
    padding-right: 40px;
    position: relative;
    min-height: 557px;
    padding-bottom: 40px;
    /*&:before {
    	content: '';
    	position: absolute;
    	left: 0;
    	width: 72px;
    	top: 0;
    	bottom: 0;
    	border-left: #d4d2d8 solid 1px;
    	border-right: #d4d2d8 solid 1px;
    	background: white;
    }*/ }
    .path-recherche #block-afd-content #afd-project-bar-left {
      visibility: visible; }
    .path-recherche #block-afd-content.cartography-container {
      padding: 0 0 0 72px; }
    .path-recherche #block-afd-content h1 {
      font-size: 4rem;
      font-weight: normal; }
    .path-recherche #block-afd-content h1 + div:after,
    .path-recherche #block-afd-content #ctsearch-facets-results + div:after,
    .path-recherche #block-afd-content #ctsearch-sidebar + div:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .path-recherche #block-afd-content .pagination-step {
      margin-left: 6.3775510204%;
      margin-bottom: 40px; }
    .path-recherche #block-afd-content .ctsearch-pager {
      margin-bottom: 40px; }

#ctsearch-csv-export {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  text-align: center;
  display: inline-block;
  border-radius: 2.5rem;
  background: #250e62;
  color: white;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  float: left; }
  #ctsearch-csv-export:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    bottom: 0;
    border-radius: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    z-index: -1; }
  #ctsearch-csv-export:hover, #ctsearch-csv-export:focus {
    background-color: #da291c;
    color: white; }
  #ctsearch-csv-export:after {
    content: '\e91b';
    font-family: icomoon;
    float: left;
    font-weight: normal;
    font-size: 1.4rem;
    margin-right: 10px;
    position: relative;
    left: -9px;
    top: 3px; }

.pagination-step {
  float: right;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  color: #939393; }
  .pagination-step select {
    display: inline-block;
    padding: 10px 37px 10px 20px;
    background: #939393 url("../img/styles/arrow-select.png") right center no-repeat;
    border-radius: 3px;
    border: none;
    color: white;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 10px;
    transition: background-color 0.15s ease-in-out;
    height: 4.4rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer; }
    .pagination-step select::-ms-expand {
      display: none; }
    .pagination-step select:hover {
      background-color: #250e62; }

.menu--project {
  background: white;
  border-bottom: solid 1px #d4d2d8;
  padding-right: 320px;
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 70; }
  .menu--project .menu {
    margin: 0;
    min-height: 62px; }
    .menu--project .menu:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .menu--project .menu li {
      margin: 0;
      float: left;
      width: 25%;
      position: relative;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.7rem;
      text-transform: uppercase;
      padding: 0;
      font-weight: 600;
      line-height: 1.2; }
      .menu--project .menu li:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 0;
        bottom: 12px;
        width: 1px;
        background: #e9e6ef; }
      .menu--project .menu li:last-child:after {
        content: none; }
      .menu--project .menu li a {
        display: block;
        min-height: 62px;
        color: #250e62;
        padding: 9px 14.7058823529%;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        position: relative;
        z-index: 2; }
        @supports (display: flex) {
          .menu--project .menu li a {
            display: flex;
            align-items: center; } }
        .menu--project .menu li a:hover, .menu--project .menu li a:focus {
          color: white;
          background: #250e62; }

#block-searchprojectviewmode {
  position: absolute;
  top: 91px;
  right: 80px;
  width: 241px;
  height: 62px;
  border-right: #e9e6ef solid 1px;
  border-left: #e9e6ef solid 1px;
  padding-top: 0;
  z-index: 80; }
  #block-searchprojectviewmode > a {
    float: left;
    width: 33.3333%;
    height: 62px;
    padding-top: 12px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    color: #939393; }
    #block-searchprojectviewmode > a:after {
      content: '';
      position: absolute;
      background: #e9e6ef;
      width: 1px;
      height: 35px;
      top: 12px;
      left: 0; }
    #block-searchprojectviewmode > a.active {
      background-color: white;
      color: #250e62; }
    #block-searchprojectviewmode > a:hover, #block-searchprojectviewmode > a:focus {
      background-color: #250e62;
      color: white; }
      #block-searchprojectviewmode > a:hover:after, #block-searchprojectviewmode > a:focus:after {
        background-color: transparent; }
    #block-searchprojectviewmode > a:first-child:after {
      background: transparent; }
    #block-searchprojectviewmode > a#search-project-viewmode-map, #block-searchprojectviewmode > a#search-project-viewmode-list, #block-searchprojectviewmode > a#search-project-viewmode-tile {
      text-indent: -999em; }
      #block-searchprojectviewmode > a#search-project-viewmode-map:before, #block-searchprojectviewmode > a#search-project-viewmode-list:before, #block-searchprojectviewmode > a#search-project-viewmode-tile:before {
        content: '\e92e';
        font-family: icomoon;
        font-weight: normal;
        font-size: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 12px;
        bottom: 0;
        text-align: center;
        text-indent: 0; }
    #block-searchprojectviewmode > a#search-project-viewmode-list:before {
      content: '\e92d';
      font-size: 18px; }
    #block-searchprojectviewmode > a#search-project-viewmode-tile:before {
      content: '\e92b';
      font-size: 20px; }

#afd-project #js-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0s ease-in-out 0.6s; }
  .second-opened #afd-project #js-mask {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

#afd-project-bar-left {
  position: absolute;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 72px;
  z-index: 40;
  border-left: #d4d2d8 solid 1px;
  border-right: #d4d2d8 solid 1px;
  background: white;
  transition: width 0.2s ease-out 0.3s;
  overflow: hidden; }
  .first-opened #afd-project-bar-left {
    width: 240px;
    transition-delay: 0s;
    transition-timing-function: ease-in; }
  #afd-project-bar-left .thematic,
  #afd-project-bar-left .region-country,
  #afd-project-bar-left .year,
  #afd-project-bar-left .funding-type,
  #afd-project-bar-left .funding-program,
  #afd-project-bar-left .facet-chosen,
  #afd-project-bar-left .program-family,
  #afd-project-bar-left .local-antenna,
  #afd-project-bar-left .program-part {
    width: 238px;
    height: 74px;
    border-bottom: #e9e6ef solid 1px;
    padding: 14px 10px 10px 70px;
    position: relative;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #250e62;
    line-height: 49px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    cursor: pointer; }
    #afd-project-bar-left .thematic:hover,
    #afd-project-bar-left .region-country:hover,
    #afd-project-bar-left .year:hover,
    #afd-project-bar-left .funding-type:hover,
    #afd-project-bar-left .funding-program:hover,
    #afd-project-bar-left .facet-chosen:hover,
    #afd-project-bar-left .program-family:hover,
    #afd-project-bar-left .local-antenna:hover,
    #afd-project-bar-left .program-part:hover {
      color: white;
      background-color: #250e62;
      border-color: transparent; }
    #afd-project-bar-left .thematic[data-active=true],
    #afd-project-bar-left .region-country[data-active=true],
    #afd-project-bar-left .year[data-active=true],
    #afd-project-bar-left .funding-type[data-active=true],
    #afd-project-bar-left .funding-program[data-active=true],
    #afd-project-bar-left .facet-chosen[data-active=true],
    #afd-project-bar-left .program-family[data-active=true],
    #afd-project-bar-left .local-antenna[data-active=true],
    #afd-project-bar-left .program-part[data-active=true] {
      background-color: #250e62;
      color: white;
      border-color: #da291c;
      border-bottom-width: 3px; }
    #afd-project-bar-left .thematic span,
    #afd-project-bar-left .region-country span,
    #afd-project-bar-left .year span,
    #afd-project-bar-left .funding-type span,
    #afd-project-bar-left .funding-program span,
    #afd-project-bar-left .facet-chosen span,
    #afd-project-bar-left .program-family span,
    #afd-project-bar-left .local-antenna span,
    #afd-project-bar-left .program-part span {
      display: inline-block;
      line-height: normal;
      vertical-align: middle; }
    #afd-project-bar-left .thematic:before,
    #afd-project-bar-left .region-country:before,
    #afd-project-bar-left .year:before,
    #afd-project-bar-left .funding-type:before,
    #afd-project-bar-left .funding-program:before,
    #afd-project-bar-left .facet-chosen:before,
    #afd-project-bar-left .program-family:before,
    #afd-project-bar-left .local-antenna:before,
    #afd-project-bar-left .program-part:before {
      content: '\e929';
      font-family: icomoon;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 70px;
      text-align: center;
      line-height: 74px;
      font-weight: normal;
      font-size: 28px; }
  #afd-project-bar-left .region-country:before,
  #afd-project-bar-left .local-antenna:before {
    content: '\e932'; }
  #afd-project-bar-left .year:before {
    content: '\e933';
    font-size: 26px; }
  #afd-project-bar-left .funding-type:before {
    content: '\e931';
    font-size: 30px; }
  #afd-project-bar-left .funding-program:before,
  #afd-project-bar-left .program-family:before {
    content: '\e92f'; }
  #afd-project-bar-left .facet-chosen {
    color: #da291c;
    border-top: solid 3px #da291c;
    border-bottom: solid 3px #da291c;
    margin-top: -3px; }
    #afd-project-bar-left .facet-chosen:before {
      content: '\e930'; }
  #afd-project-bar-left #afd-project-query {
    border-bottom: solid 3px #da291c;
    height: 116px;
    width: 238px;
    padding: 38px 0 0 70px;
    position: relative; }
    #afd-project-bar-left #afd-project-query:before {
      content: '\e901';
      font-family: icomoon;
      font-size: 36px;
      color: #250e62;
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 116px;
      line-height: 116px;
      text-align: center;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #afd-project-bar-left #afd-project-query:hover:before {
      color: #da291c; }
    #afd-project-bar-left #afd-project-query .form-item {
      margin: 0; }
    #afd-project-bar-left #afd-project-query #edit-query {
      border: none;
      margin: 0; }
      #afd-project-bar-left #afd-project-query #edit-query:focus {
        box-shadow: none; }

#afd-project-bar-right {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  top: 0;
  left: 240px;
  width: 360px;
  bottom: 0;
  background: white;
  padding: 45px 40px 40px;
  overflow: auto;
  z-index: 30;
  transition: opacity 0.3s ease-out 0s, visibility 0s ease-out 0.3s, transform 0.3s ease-out 0s; }
  #afd-project-bar-right .button {
    display: block;
    width: 100%; }
  .second-opened #afd-project-bar-right {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s;
    transition-timing-function: ease-in; }
  #afd-project-bar-right h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #250e62;
    line-height: normal;
    margin-bottom: 40px; }
  #afd-project-bar-right .close {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 37px;
    right: 0;
    text-align: center;
    line-height: 40px;
    background: none;
    border-radius: 0;
    cursor: pointer;
    border: none;
    padding: 0;
    z-index: 3;
    overflow: hidden; }
    #afd-project-bar-right .close:hover:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    #afd-project-bar-right .close:before {
      content: '\e928';
      font-family: icomoon;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      font-size: 26px;
      font-weight: normal;
      color: #250e62;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: transform 0.2s ease-in-out 0s; }
  #afd-project-bar-right > div {
    display: none;
    margin-bottom: 40px; }
    #afd-project-bar-right > div.submit {
      display: block !important;
      padding: 15px 30px;
      padding: 1.5rem 3rem;
      text-align: center;
      display: inline-block;
      border-radius: 2.5rem;
      background: #250e62;
      color: white;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      cursor: pointer;
      transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
      #afd-project-bar-right > div.submit:before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        left: 2rem;
        right: 20px;
        right: 2rem;
        bottom: 0;
        border-radius: 2.5rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
        z-index: -1; }
      #afd-project-bar-right > div.submit:hover, #afd-project-bar-right > div.submit:focus {
        background-color: #da291c;
        color: white; }

#afd-project-bar-right ul,
#afd-project-bar-left ul {
  margin: 0; }
  #afd-project-bar-right ul li,
  #afd-project-bar-left ul li {
    margin: 10px 0;
    display: block;
    line-height: normal;
    padding: 10px 14px;
    background: #939393;
    color: white;
    border-radius: 3px;
    font-size: 1.3rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    /*@supports (display: flex) {
    	display: flex;
    	align-items: center;
    	min-height: 4.4rem;
    	padding: 5px 14px;
    }*/ }
    #afd-project-bar-right ul li:hover, #afd-project-bar-right ul li:focus,
    #afd-project-bar-left ul li:hover,
    #afd-project-bar-left ul li:focus {
      background-color: #594c79; }
    #afd-project-bar-right ul li.facet-selected, #afd-project-bar-right ul li.facet-selected:focus,
    #afd-project-bar-left ul li.facet-selected,
    #afd-project-bar-left ul li.facet-selected:focus {
      background-color: #250e62; }
    #afd-project-bar-right ul li img,
    #afd-project-bar-left ul li img {
      vertical-align: middle;
      margin-right: 10px;
      max-width: 30px;
      max-height: 24px;
      width: auto;
      height: auto; }
  #afd-project-bar-right ul.region li,
  #afd-project-bar-left ul.region li {
    height: auto;
    line-height: normal;
    padding: 0;
    background: none;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: normal;
    cursor: default;
    text-transform: none;
    min-height: 0;
    display: block; }
  #afd-project-bar-right ul ul,
  #afd-project-bar-left ul ul {
    margin-left: 27px; }
#afd-project-bar-right #facet-chosen ul,
#afd-project-bar-left #facet-chosen ul {
  margin: 0; }
#afd-project-bar-right #facet-chosen ul li,
#afd-project-bar-right #facet-chosen #afd-project-filter-delete,
#afd-project-bar-left #facet-chosen ul li,
#afd-project-bar-left #facet-chosen #afd-project-filter-delete {
  margin: 0 0 20px;
  border-radius: 3px;
  background: #939393;
  padding: 10px 44px 10px 17px;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  transition: background-color 0.15s ease-in-out;
  color: white;
  display: block;
  width: 100%;
  line-height: normal;
  height: auto; }
  #afd-project-bar-right #facet-chosen ul li input,
  #afd-project-bar-right #facet-chosen #afd-project-filter-delete input,
  #afd-project-bar-left #facet-chosen ul li input,
  #afd-project-bar-left #facet-chosen #afd-project-filter-delete input {
    visibility: hidden;
    padding: 0; }
  #afd-project-bar-right #facet-chosen ul li:hover,
  #afd-project-bar-right #facet-chosen #afd-project-filter-delete:hover,
  #afd-project-bar-left #facet-chosen ul li:hover,
  #afd-project-bar-left #facet-chosen #afd-project-filter-delete:hover {
    background: #250e62; }
    #afd-project-bar-right #facet-chosen ul li:hover:before,
    #afd-project-bar-right #facet-chosen #afd-project-filter-delete:hover:before,
    #afd-project-bar-left #facet-chosen ul li:hover:before,
    #afd-project-bar-left #facet-chosen #afd-project-filter-delete:hover:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #afd-project-bar-right #facet-chosen ul li:before,
  #afd-project-bar-right #facet-chosen #afd-project-filter-delete:before,
  #afd-project-bar-left #facet-chosen ul li:before,
  #afd-project-bar-left #facet-chosen #afd-project-filter-delete:before {
    content: '\e928';
    font-family: icomoon;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    right: 3px;
    text-align: center;
    line-height: 40px;
    background: none;
    border-radius: 0;
    cursor: pointer;
    border: none;
    padding: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out 0s;
    z-index: 3; }

.ctsearch-result-list.list {
  display: table;
  width: 100%;
  margin: 40px 0; }
  .ctsearch-result-list.list .ctsearch-result-header {
    display: table-row;
    background: white; }
    .ctsearch-result-list.list .ctsearch-result-header > div {
      display: table-cell;
      border-bottom: #c8c6cd solid 1px;
      font-size: 2rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: 600;
      color: #250e62;
      padding: 20px;
      text-align: left;
      vertical-align: middle; }
      .ctsearch-result-list.list .ctsearch-result-header > div a {
        position: relative;
        padding-right: 33px; }
        .ctsearch-result-list.list .ctsearch-result-header > div a:before, .ctsearch-result-list.list .ctsearch-result-header > div a:after {
          content: '\e900';
          font-family: icomoon;
          font-weight: normal;
          font-size: 5px;
          position: absolute;
          top: 50%;
          width: 14px;
          text-align: center;
          height: 10px;
          color: #da291c;
          right: 0;
          line-height: 10px; }
        .ctsearch-result-list.list .ctsearch-result-header > div a:before {
          margin-top: -10px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .ctsearch-result-list.list .ctsearch-result-item {
    display: table-row; }
    .ctsearch-result-list.list .ctsearch-result-item.odd {
      background: white; }
    .ctsearch-result-list.list .ctsearch-result-item > * {
      display: table-cell;
      border-bottom: #c8c6cd solid 1px;
      padding: 20px;
      text-align: left;
      vertical-align: middle;
      font-weight: normal; }
    .ctsearch-result-list.list .ctsearch-result-item > div {
      position: relative; }
      .ctsearch-result-list.list .ctsearch-result-item > div:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        height: 34px;
        margin-top: -17px;
        background: #d4d2d8;
        width: 1px; }
    .ctsearch-result-list.list .ctsearch-result-item > h3 {
      font-size: 1.8rem;
      text-transform: none;
      font-weight: 600;
      margin: 0;
      line-height: 1.4; }

.ctsearch-result-list.tile {
  margin: 0 -15px;
  clear: both; }
  .ctsearch-result-list.tile:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .ctsearch-result-list.tile .ctsearch-result-item {
    float: left;
    width: 350px;
    height: 468px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
    margin: 0 15px 30px;
    overflow: hidden;
    /* Fade in element on page loading, "visible" class is added in js */
    transition: all 0.6s ease-out; }
    .ctsearch-result-list.tile .ctsearch-result-item.not-visible {
      opacity: 0;
      transform: translate3d(0, 100px, 0); }
    .ctsearch-result-list.tile .ctsearch-result-item.visible {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .ctsearch-result-list.tile .ctsearch-result-item:nth-child(2n) {
      transition-delay: 0.2s; }
    .ctsearch-result-list.tile .ctsearch-result-item:nth-child(2n+1) {
      transition-delay: 0.1s;
      transition-duration: 0.5s; }
    .ctsearch-result-list.tile .ctsearch-result-item:nth-child(4n) {
      transition-delay: 0.3s; }
    .ctsearch-result-list.tile .ctsearch-result-item:nth-child(5n+2) {
      transition-delay: 0.15s;
      transition-duration: 0.4s; }
    .ctsearch-result-list.tile .ctsearch-result-item .content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.9);
      min-height: 158px;
      padding: 20px;
      text-align: center; }
      @supports (display: flex) {
        .ctsearch-result-list.tile .ctsearch-result-item .content {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
    .ctsearch-result-list.tile .ctsearch-result-item h3, .ctsearch-result-list.tile .ctsearch-result-item .ctsearch-result-item-country {
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-transform: none;
      font-size: 1.8rem;
      font-weight: 600;
      margin: 0;
      line-height: 1.6; }

/* vue carte */
#cartography {
  width: auto;
  height: 557px; }
  @media (min-height: 900px) {
    #cartography {
      height: 700px; } }
  @media (min-height: 1030px) {
    #cartography {
      height: 830px; } }

.cartography-container {
  padding: 0 0 0 72px;
  position: relative;
  border: #d4d2d8 solid 1px; }
  .cartography-container #afd-project-bar-left {
    visibility: visible; }
  .page-node-type-agency .cartography-container {
    padding: 0;
    border: none;
    position: static; }

#link-all-map {
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  text-align: center;
  display: inline-block;
  border-radius: 2.5rem;
  background: #250e62;
  color: white;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  display: block;
  max-width: 364px;
  margin: 50px auto 100px;
  text-align: center; }
  #link-all-map:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    left: 2rem;
    right: 20px;
    right: 2rem;
    bottom: 0;
    border-radius: 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
    z-index: -1; }
  #link-all-map:hover, #link-all-map:focus {
    background-color: #da291c;
    color: white; }

#map-label {
  max-width: 1110px;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  margin: 50px auto 40px;
  line-height: 1; }
  #map-label + h2 {
    max-width: 1110px;
    text-align: center;
    font-size: 4rem;
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    margin: 40px auto 50px;
    line-height: 1; }

.cartography-tooltip {
  width: 550px; }
  .cartography-tooltip:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .cartography-tooltip img {
    max-width: 230px !important;
    float: left; }
    .cartography-tooltip img + div {
      overflow: auto;
      padding: 20px 15px 15px 30px; }
  .cartography-tooltip .thematic {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 16px;
    border-left: #da291c solid 2px;
    letter-spacing: 0.3rem;
    color: #474747;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    font-weight: normal; }
  .cartography-tooltip h4 {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    text-transform: none;
    line-height: 1.6;
    font-size: 1.8rem; }
  .cartography-tooltip .more {
    float: right; }

#cartography-background {
  background: #000 url("../img/styles/bg_map.jpg") center center no-repeat fixed;
  background-size: cover;
  margin: -83px -40px -40px -112px;
  padding: 55px 0;
  text-align: center;
  color: white;
  min-height: 557px; }
  #cartography-background > p {
    font-size: 1.6rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    margin-bottom: 2.8rem;
    line-height: normal; }
  #cartography-background #afd-project-bar-horizontal {
    text-align: center;
    margin-bottom: 60px; }
    #cartography-background #afd-project-bar-horizontal > div {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      #cartography-background #afd-project-bar-horizontal > div .counter {
        position: absolute;
        top: -10px;
        right: 10px;
        background: #da291c;
        color: white;
        padding: 7px 0 0;
        width: 32px;
        text-align: center;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        border-radius: 3px 3px 0 0;
        z-index: 2; }
        #cartography-background #afd-project-bar-horizontal > div .counter:empty {
          display: none; }
        #cartography-background #afd-project-bar-horizontal > div .counter:after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          border: solid 16px transparent;
          border-top: solid #da291c 9px;
          border-bottom: solid transparent 0px;
          margin-top: 18px;
          margin-bottom: -9px; }
  #cartography-background .open-popup-link {
    display: block;
    background: white;
    border-radius: 3px;
    width: 188px;
    padding: 100px 20px 70px;
    min-height: 250px;
    color: #250e62;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease-in-out;
    border-bottom: solid 4px transparent; }
    #cartography-background .open-popup-link:hover {
      background-color: #250e62;
      color: white;
      border-bottom-color: #da291c;
      padding-top: 120px; }
      #cartography-background .open-popup-link:hover:before {
        top: 65px; }
      #cartography-background .open-popup-link:hover:after {
        bottom: 2px; }
    #cartography-background .open-popup-link:before {
      content: '\e929';
      font-family: icomoon;
      font-size: 30px;
      font-weight: normal;
      width: 60px;
      height: 60px;
      line-height: 60px;
      position: absolute;
      top: 25px;
      left: 50%;
      margin-left: -33px;
      transition: top 0.15s ease-in-out; }
    #cartography-background .open-popup-link:after {
      content: '\e904';
      font-family: icomoon;
      font-size: 20px;
      font-weight: normal;
      color: #da291c;
      width: 86px;
      height: 33px;
      line-height: 33px;
      position: absolute;
      left: 50%;
      margin-left: -43px;
      bottom: 32px;
      border-top: #e9e6ef solid 1px;
      transition: bottom 0.15s ease-in-out; }
  #cartography-background .region-country .open-popup-link:before {
    content: '\e932'; }
  #cartography-background .year .open-popup-link:before {
    content: '\e933'; }
  #cartography-background .funding-type .open-popup-link:before,
  #cartography-background .program-family .open-popup-link:before {
    content: '\e931'; }
  #cartography-background .funding-program .open-popup-link:before {
    content: '\e92f'; }
  #cartography-background #ctsearch-sidebar:after {
    content: '';
    height: 1px;
    width: 84px;
    margin: 26px auto;
    display: block;
    background: #70726d;
    background: rgba(255, 255, 255, 0.2); }

.path-recherche .white-popup {
  width: 978px;
  min-height: 490px;
  border-radius: 3px;
  max-width: 978px;
  padding: 30px 30px 30px 102px;
  overflow: auto;
  position: relative; }
  .path-recherche .white-popup:before {
    content: '\e929';
    font-family: icomoon;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    font-size: 38px;
    width: 72px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 3px 0 0 3px;
    background: #250e62;
    color: white; }
  .path-recherche .white-popup#region-country:before {
    content: '\e932'; }
  .path-recherche .white-popup#year:before {
    content: '\e933'; }
  .path-recherche .white-popup#funding-type:before {
    content: '\e931'; }
  .path-recherche .white-popup#funding-program:before {
    content: '\e92f'; }
  .path-recherche .white-popup h3 {
    color: white;
    font-weight: bold;
    font-size: 2.3rem;
    text-transform: uppercase;
    margin: 0;
    padding-left: 31px;
    line-height: 72px;
    position: absolute;
    left: 72px;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  .path-recherche .white-popup .mfp-close {
    position: absolute;
    right: 34px;
    top: 16px;
    width: 45px;
    height: 45px;
    text-align: left;
    line-height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out 0s;
    z-index: 3;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1; }
    .path-recherche .white-popup .mfp-close:hover {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background: none; }
    .path-recherche .white-popup .mfp-close:before {
      content: '\e928';
      font-family: icomoon;
      font-weight: normal;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-indent: 0;
      text-align: center;
      font-size: 26px;
      color: #250e62;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
  .path-recherche .white-popup ul {
    margin: 0; }
    .path-recherche .white-popup ul li {
      margin: 0 35px 30px 0;
      list-style: none;
      display: inline-block;
      line-height: 4.4rem;
      height: 4.4rem;
      padding: 0 14px;
      background: #939393;
      color: white;
      border-radius: 3px;
      font-size: 1.3rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      transition: background-color 0.15s ease-in-out;
      vertical-align: top; }
      .path-recherche .white-popup ul li:hover, .path-recherche .white-popup ul li:focus, .path-recherche .white-popup ul li.facet-selected {
        background-color: #250e62; }
      .path-recherche .white-popup ul li img {
        vertical-align: middle;
        margin-right: 10px;
        max-height: 26px; }
  .path-recherche .white-popup .regions {
    border-bottom: #d4d2d8 solid 1px;
    margin-bottom: 40px; }
    .path-recherche .white-popup .regions li {
      background: none;
      border-radius: 0;
      color: #250e62;
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      vertical-align: middle;
      border-bottom: transparent solid 3px;
      padding: 2px 0;
      line-height: normal;
      height: auto; }
      .path-recherche .white-popup .regions li:hover, .path-recherche .white-popup .regions li:focus {
        color: #da291c;
        background: none; }
      .path-recherche .white-popup .regions li.active {
        border-bottom-color: #da291c; }
  .path-recherche .white-popup .countries > div {
    display: none; }
    .path-recherche .white-popup .countries > div:first-child {
      display: block; }
  .path-recherche .white-popup .countries li {
    background: none;
    color: #212121;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    margin-right: 30px; }
    .path-recherche .white-popup .countries li:hover, .path-recherche .white-popup .countries li:focus {
      background-color: #e9e9e9; }
    .path-recherche .white-popup .countries li label {
      padding: 0 17px;
      font-weight: bold;
      font-size: 1.5rem;
      cursor: pointer;
      background-color: #e9e9e9;
      border-radius: 3px;
      transition: background-color 0.15s ease-in-out; }
      .path-recherche .white-popup .countries li label:hover, .path-recherche .white-popup .countries li label:focus {
        background-color: #d0d0d0; }
      .path-recherche .white-popup .countries li label input[type="checkbox"] {
        margin-left: 5px;
        margin-right: 0; }

/* page reseau agences */
body.path-le-reseau-des-agences {
  background: white; }
  body.path-le-reseau-des-agences #block-afd-breadcrumbs {
    color: #212121; }
  body.path-le-reseau-des-agences .page-title {
    padding-top: 80px;
    text-align: center; }
  body.path-le-reseau-des-agences .view-page-reseau .view-header {
    text-align: center; }
  body.path-le-reseau-des-agences .view-page-reseau .field--name-field-chapo, body.path-le-reseau-des-agences .view-page-reseau .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu body.path-le-reseau-des-agences .view-page-reseau .highlightContent-chapo, body.path-le-reseau-des-agences .view-page-reseau .two-columns .field--name-field-chapo-column-1nm, .two-columns body.path-le-reseau-des-agences .view-page-reseau .field--name-field-chapo-column-1nm,
  body.path-le-reseau-des-agences .view-page-reseau .two-columns .field--name-field-chapo-column-2-nm,
  .two-columns body.path-le-reseau-des-agences .view-page-reseau .field--name-field-chapo-column-2-nm, body.path-le-reseau-des-agences .view-page-reseau .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career body.path-le-reseau-des-agences .view-page-reseau .field--name-field-header, body.path-le-reseau-des-agences .view-page-reseau .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work body.path-le-reseau-des-agences .view-page-reseau .field__item > p:first-child {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 40px; }
  body.path-le-reseau-des-agences .view-page-reseau .field--name-field-image {
    margin: 80px 0 0;
    max-width: none;
    padding: 0; }
    body.path-le-reseau-des-agences .view-page-reseau .field--name-field-image img {
      width: 100%;
      height: auto; }
  body.path-le-reseau-des-agences .view-page-reseau .view-filters {
    background: #f5f5f5;
    padding: 60px 40px 0;
    text-align: center; }
    body.path-le-reseau-des-agences .view-page-reseau .view-filters form {
      max-width: 1110px;
      margin: 0 auto; }
      body.path-le-reseau-des-agences .view-page-reseau .view-filters form .form--inline {
        padding: 30px 40px;
        background: white;
        margin: 0 0 55px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
        border-radius: 3px;
        max-width: 487px;
        display: block;
        margin: 0 auto;
        height: 55px;
        line-height: 35px;
        padding: 10px 70px 10px 10px;
        position: relative;
        margin-bottom: 10px;
        					/*button.button {
        						text-indent: -999em;
        						overflow: hidden;
        						&:before {
        							content: '\e901';
        							font-family: icomoon;
        							font-weight: normal;
        							font-size: 20px;
        							position: absolute;
        							left: 0;
        							right: 0;
        							top: 0;
        							bottom: 0;
        							line-height: 60px;
        							text-align: center;
        							text-indent: 0;
        
        						}
        					}*/ }
        @media (max-width: 767px) {
          body.path-le-reseau-des-agences .view-page-reseau .view-filters form .form--inline {
            padding: 17px 20px; } }
        body.path-le-reseau-des-agences .view-page-reseau .view-filters form .form--inline .form-item {
          width: auto;
          float: none;
          margin: 0; }
        body.path-le-reseau-des-agences .view-page-reseau .view-filters form .form--inline .form-text {
          border: none;
          width: 100%;
          font-size: 1.6rem;
          font-family: "Merriweather Sans", sans-serif;
          font-weight: normal;
          margin: 0;
          background-image: none; }
          body.path-le-reseau-des-agences .view-page-reseau .view-filters form .form--inline .form-text:focus {
            box-shadow: none; }
        body.path-le-reseau-des-agences .view-page-reseau .view-filters form .form--inline .button {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          border-radius: 0 3px 3px 0;
          padding-left: 0;
          padding-right: 0;
          width: 60px;
          text-indent: -999em;
          overflow: hidden;
          background-image: url("../img/styles/picto_lens.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 21px 21px;
          margin-bottom: 0;
          margin-right: 0; }
  body.path-le-reseau-des-agences .view-page-reseau > .view-content {
    background: #f5f5f5;
    padding: 50px 40px 200px; }
    body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row {
      max-width: 1110px;
      margin: 0 auto 40px;
      position: relative; }
      body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .list {
        width: 53.6036036036%;
        padding: 30px 40px;
        background: white;
        margin: 0 0 55px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
        border-radius: 3px;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        margin-bottom: 0;
        transition: width 0.1s linear, padding 0.1s linear;
        position: relative; }
        @media (max-width: 767px) {
          body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .list {
            padding: 17px 20px; } }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .list:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 10px;
          background: white;
          z-index: 3; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .list h2 {
          text-transform: none;
          font-size: 2.2rem;
          font-weight: bold;
          margin-bottom: 0; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .list .country:before {
          content: ' | '; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .list .another-agency {
          margin-top: 5px; }
      body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .side {
        width: 42.8828828829%;
        padding: 30px 40px;
        background: white;
        margin: 0 0 55px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
        border-radius: 3px;
        border-radius: 0 3px 0 0;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.15s linear 0.1s, visibility 0s linear 0.25s; }
        @media (max-width: 767px) {
          body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .side {
            padding: 17px 20px; } }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .side h2 {
          text-transform: none;
          font-size: 2.2rem;
          font-weight: bold; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .side .field--name-field-city {
          margin-bottom: 1.5em; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .side .field--name-field-email {
          margin: 1.5em 0; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .side .button {
          margin-top: 1.5em;
          position: relative;
          z-index: 2; }
      body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row.active {
        z-index: 2; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row.active .list {
          width: 57.1171171171%;
          border-radius: 3px 0 0 3px;
          padding-right: 80px; }
        body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row.active .side {
          opacity: 1;
          visibility: visible;
          transition-delay: 0s; }

/* ressource video */
.page-node-type-resource .strate {
  margin-bottom: 0; }
.page-node-type-resource .chapo .field--name-field-chapo, .page-node-type-resource .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .page-node-type-resource .chapo .highlightContent-chapo, .page-node-type-resource .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .page-node-type-resource .chapo .field--name-field-chapo-column-1nm,
.page-node-type-resource .chapo .two-columns .field--name-field-chapo-column-2-nm,
.two-columns .page-node-type-resource .chapo .field--name-field-chapo-column-2-nm, .page-node-type-resource .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .page-node-type-resource .chapo .field--name-field-header, .page-node-type-resource .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .page-node-type-resource .chapo .field__item > p:first-child {
  margin-bottom: 1em; }
.page-node-type-resource .cross-content .js-tabs {
  background: white;
  margin-top: 90px; }
.page-node-type-resource .share {
  background: white; }
.page-node-type-resource .node-content-top .field--name-field-surtitre, .page-node-type-resource .node-content-top .field--name-field-subtitle {
  text-transform: none;
  font-family: "Merriweather Sans", sans-serif; }

.resource-information {
  max-width: 800px;
  margin: 0 auto;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
  .resource-information > div {
    display: block;
    margin-bottom: 1rem;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    overflow: hidden; }
    .resource-information > div div {
      display: inline; }
  .resource-information .title {
    font-weight: bold; }
  .resource-information .partner .title {
    display: block;
    margin-bottom: 1rem; }
  .resource-information .partner img {
    max-width: 52px;
    height: auto; }
  .resource-information .partner .value a {
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block; }

.strate .back {
  max-width: 800px;
  margin: 60px auto 30px; }
  .strate .back a {
    display: inline-block;
    background: white;
    border-radius: 3px;
    padding: 10px 20px 10px 15px;
    font-weight: normal;
    font-size: 1.4rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
    .strate .back a:before {
      content: '\e906';
      font-family: icomoon;
      font-size: 16px;
      margin-right: 10px;
      font-weight: normal;
      vertical-align: middle;
      position: relative;
      top: -2px; }
    .strate .back a:hover, .strate .back a:focus {
      background-color: #da291c;
      color: white; }

.block-newsletter-research-block {
  background: black;
  color: white;
  max-width: 1120px;
  margin: 70px auto 90px;
  padding: 18px 0; }
  .block-newsletter-research-block:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .block-newsletter-research-block .research-infos {
    width: 60.7142857143%;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 20px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    float: left; }
    .block-newsletter-research-block .research-infos p {
      margin-bottom: 0;
      line-height: normal; }
    .block-newsletter-research-block .research-infos .research-title {
      display: none; }
  .block-newsletter-research-block form {
    float: right;
    width: 33.2142857143%;
    position: relative;
    margin-right: 5.8928571429%; }
    .block-newsletter-research-block form input[type=text] {
      display: block;
      width: 100%;
      max-width: none;
      border: none;
      background: white;
      border-radius: 22px;
      height: 44px;
      line-height: 44px;
      padding: 0 46px 0 18px;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.6rem;
      font-weight: normal;
      color: #250e62;
      margin: 0; }
    .block-newsletter-research-block form input[type=submit] {
      position: absolute;
      right: 4px;
      width: 36px;
      width: 36px;
      top: 4px;
      border-radius: 50%;
      padding: 0;
      line-height: 36px;
      text-align: center;
      background: #250e62;
      transition: background-color 0.15s ease-in-out;
      cursor: pointer;
      text-transform: uppercase;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      margin: 0; }
      .block-newsletter-research-block form input[type=submit]:hover, .block-newsletter-research-block form input[type=submit]:focus {
        background-color: #da291c; }

/* liste offres RH */
.path-offre-de-emploi .pager-container {
  max-width: 1482px;
  margin: 0 auto 80px;
  padding: 0 20px; }
  .path-offre-de-emploi .pager-container:last-child {
    margin-bottom: 100px; }

.job-offers-filters-form {
  position: relative; }
  .job-offers-filters-form #edit-container {
    padding: 26px;
    background: white;
    border-top: solid 1px #d4d2d8;
    border-bottom: solid 1px #d4d2d8;
    margin: 0 0 60px;
    text-align: center; }
    .job-offers-filters-form #edit-container .form-search {
      display: block;
      max-width: 486px;
      border-radius: 3px;
      margin: 0 auto;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      height: 55px;
      height: 5.5rem;
      padding: 0 60px 0 20px;
      padding: 0 6rem 0 2rem;
      border-color: transparent;
      transition: border-color 0.15s ease-in-out;
      font-size: 1.6rem; }
      .job-offers-filters-form #edit-container .form-search:focus {
        border-color: #250e62; }
    .job-offers-filters-form #edit-container .form-item, .job-offers-filters-form #edit-container .form-actions {
      margin: 0; }
  .job-offers-filters-form .acces-account {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    font-size: 1.4rem;
    font-weight: normal;
    background: #f5f5f5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-top: 21px; }
    @media (min-width: 1290px) {
      .job-offers-filters-form .acces-account {
        position: absolute;
        margin: 0 0 0 298px;
        top: 37px;
        left: 50%; } }
    .job-offers-filters-form .acces-account:after {
      content: '\e907';
      font-family: icomoon;
      font-weight: normal;
      margin-left: 15px;
      transition: transform 0.15s ease-in-out;
      vertical-align: middle;
      transform: translate3d(0, 0, 0);
      display: inline-block; }
    .job-offers-filters-form .acces-account:hover, .job-offers-filters-form .acces-account:focus {
      background-color: #da291c;
      color: white; }
      .job-offers-filters-form .acces-account:hover:after, .job-offers-filters-form .acces-account:focus:after {
        transform: translate3d(3px, 0, 0); }
  .job-offers-filters-form #edit-filters {
    max-width: 1482px;
    margin: 60px auto 15px;
    padding: 0 20px; }
    .job-offers-filters-form #edit-filters legend {
      float: left;
      padding-top: 8px;
      margin-right: 40px;
      font-size: 2.2rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: bold;
      white-space: nowrap; }
    .job-offers-filters-form #edit-filters div {
      display: inline; }
    .job-offers-filters-form #edit-filters:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .job-offers-filters-form #edit-filters .form-item {
      float: left;
      max-width: 256px;
      margin: 0 45px 45px 0;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.5rem;
      min-height: 38px; }
      .job-offers-filters-form #edit-filters .form-item:last-child, .job-offers-filters-form #edit-filters .form-item:nth-last-child(2) {
        margin-right: 0; }
    .job-offers-filters-form #edit-filters .js-form-type-select {
      position: relative; }
      .job-offers-filters-form #edit-filters .js-form-type-select label {
        color: white;
        font-weight: 600;
        height: 4.4rem;
        line-height: 4.4rem;
        padding: 0 30px 0 20px;
        background: #939393;
        border-radius: 2px;
        transition: background-color 0.15s ease-in-out; }
      .job-offers-filters-form #edit-filters .js-form-type-select:hover label {
        background-color: #250e62; }
      .job-offers-filters-form #edit-filters .js-form-type-select:hover .chosen-container .chosen-drop, .job-offers-filters-form #edit-filters .js-form-type-select:hover .chosen-container .chosen-single {
        background-color: #250e62; }
      .job-offers-filters-form #edit-filters .js-form-type-select:hover .chosen-container .chosen-results li.highlighted {
        color: #250e62;
        background-color: white; }
      .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container {
        /*position: absolute;
        top: 0;
        left: 0;
        right: 0;*/
        width: 100% !important; }
        .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-search {
          display: block; }
        .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-search-input {
          background: white;
          border: none;
          font-size: inherit;
          color: #212121;
          font-weight: normal; }
        .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-single {
          height: 4.4rem;
          color: white;
          font-weight: 600;
          font-size: 1.5rem;
          height: 4.4rem;
          line-height: 4.4rem;
          padding: 0 30px 0 20px;
          background: #939393;
          border-radius: 2px;
          box-shadow: none;
          border: none;
          transition: background-color 0.15s ease-in-out;
          position: relative; }
          .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-single:after {
            content: '\e904';
            font-family: icomoon;
            height: 44px;
            line-height: 44px;
            font-weight: normal;
            font-size: 2rem;
            position: absolute;
            top: 0;
            right: 10px;
            color: white;
            cursor: pointer; }
          .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-single:hover, .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-single:focus {
            border: none;
            background: #250e62; }
          .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-single b {
            display: none; }
        .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-drop {
          box-shadow: none;
          border: none;
          background: #939393;
          color: white;
          border: none;
          border-radius: 0 0 2px 2px; }
        .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-results {
          color: inherit; }
          .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-results li {
            padding: 5px 16px;
            transition: background-color 0.1s ease-in-out;
            background-color: rgba(37, 14, 98, 0);
            background-image: none !important; }
            .job-offers-filters-form #edit-filters .js-form-type-select .chosen-container .chosen-results li.highlighted {
              background-color: #250e62; }
      .job-offers-filters-form #edit-filters .js-form-type-select.form-item-countries .chosen-container .chosen-single, .job-offers-filters-form #edit-filters .js-form-type-select.form-item-offerfamilycategory .chosen-container .chosen-single, .job-offers-filters-form #edit-filters .js-form-type-select.form-item-contracttype .chosen-container .chosen-single {
        padding-left: 60px; }
        .job-offers-filters-form #edit-filters .js-form-type-select.form-item-countries .chosen-container .chosen-single:before, .job-offers-filters-form #edit-filters .js-form-type-select.form-item-offerfamilycategory .chosen-container .chosen-single:before, .job-offers-filters-form #edit-filters .js-form-type-select.form-item-contracttype .chosen-container .chosen-single:before {
          content: '\e916';
          font-family: icomoon;
          height: 44px;
          height: 4.4rem;
          line-height: 44px;
          font-weight: normal;
          font-size: 2rem;
          position: absolute;
          top: 0;
          left: 20px;
          color: white; }
          @supports (line-height: 4.4rem) {
            .job-offers-filters-form #edit-filters .js-form-type-select.form-item-countries .chosen-container .chosen-single:before, .job-offers-filters-form #edit-filters .js-form-type-select.form-item-offerfamilycategory .chosen-container .chosen-single:before, .job-offers-filters-form #edit-filters .js-form-type-select.form-item-contracttype .chosen-container .chosen-single:before {
              line-height: 4.4rem; } }
      .job-offers-filters-form #edit-filters .js-form-type-select.form-item-offerfamilycategory .chosen-container .chosen-single:before {
        content: '\e935'; }
      .job-offers-filters-form #edit-filters .js-form-type-select.form-item-contracttype .chosen-container .chosen-single:before {
        content: '\e934'; }
  .job-offers-filters-form > .form-submit {
    position: absolute;
    top: 27px;
    left: 50%;
    height: 55px;
    height: 5.5rem;
    width: 60px;
    width: 6rem;
    padding: 0;
    text-indent: -999em;
    border-radius: 0 3px 3px 0;
    margin-left: 183px;
    background-image: url("../img/styles/picto_lens.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px auto; }
  .job-offers-filters-form .reset-button {
    float: right;
    border-radius: 3px;
    height: 4.4rem;
    padding: 0 40px 0 18px;
    line-height: 4.4rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background: #939393 url("../img/styles/picto_clear_filters.png") right center no-repeat;
    margin-bottom: 45px; }
    .job-offers-filters-form .reset-button:hover, .job-offers-filters-form .reset-button:focus {
      background-color: #250e62; }

.job-offers-result {
  padding: 0 20px;
  width: 100%;
  max-width: 1482px;
  display: table;
  margin: 20px auto 80px; }
  .job-offers-result .header, .job-offers-result .table-header {
    position: static;
    background: white;
    display: table-row; }
    .job-offers-result .header > span, .job-offers-result .table-header > span {
      display: table-cell;
      border-bottom: #c8c6cd solid 1px;
      font-size: 2rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: 600;
      color: #250e62;
      padding: 30px 20px;
      text-align: left;
      vertical-align: middle; }
      .job-offers-result .header > span a, .job-offers-result .table-header > span a {
        position: relative;
        padding-right: 33px; }
        .job-offers-result .header > span a:before, .job-offers-result .header > span a:after, .job-offers-result .table-header > span a:before, .job-offers-result .table-header > span a:after {
          content: '\e900';
          font-family: icomoon;
          font-weight: normal;
          font-size: 5px;
          position: absolute;
          top: 50%;
          width: 14px;
          text-align: center;
          height: 10px;
          color: #da291c;
          right: 0;
          line-height: 10px; }
        .job-offers-result .header > span a:before, .job-offers-result .table-header > span a:before {
          margin-top: -10px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .job-offers-result .content {
    display: table-row-group; }
    .job-offers-result .content .item-result {
      display: table-row; }
      .job-offers-result .content .item-result:nth-child(2n) {
        background: white; }
      .job-offers-result .content .item-result > div {
        display: table-cell;
        border-bottom: #c8c6cd solid 1px;
        padding: 20px;
        text-align: left;
        vertical-align: middle;
        font-weight: normal;
        position: relative; }
        .job-offers-result .content .item-result > div:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          height: 34px;
          margin-top: -17px;
          background: #d4d2d8;
          width: 1px; }
        .job-offers-result .content .item-result > div:first-child:before {
          content: none; }
      .job-offers-result .content .item-result .title {
        font-size: 1.8rem;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: 600; }

/* contact form */
.path-webform #block-afd-breadcrumbs {
  color: #212121; }
.path-webform .block-outils-partage {
  color: white;
  background-color: #212121; }
.path-webform main[role=main] {
  margin-bottom: 100px; }

.webform-submission-form {
  max-width: 978px;
  margin: 0 auto; }
  .two-cols .webform-submission-form {
    margin: 0; }
  .webform-submission-form .form-item {
    margin-top: 0;
    margin-bottom: 50px; }
    .webform-submission-form .form-item:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .webform-submission-form .form-item label {
      float: left;
      width: 41.8181818182%;
      margin-right: 10px;
      padding-top: 14px;
      text-align: right;
      padding-right: 0; }
      .webform-submission-form .form-item label:after {
        content: '';
        display: inline-block;
        width: 16px;
        text-align: right;
        height: auto;
        float: right;
        margin: 0;
        background: none;
        min-height: 1px; }
      .webform-submission-form .form-item label.form-required:after {
        content: '*'; }
    .webform-submission-form .form-item .form-textarea-wrapper {
      display: inline; }
    .webform-submission-form .form-item .form-text, .webform-submission-form .form-item .form-email, .webform-submission-form .form-item .form-textarea {
      float: right;
      padding: 10px 20px;
      padding: 1rem 2rem;
      height: 50px;
      height: 5rem;
      line-height: 30px;
      line-height: 3rem;
      background: white;
      border: solid 1px transparent;
      border-radius: 3px;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
      box-shadow: 0 0.5rem 0.7rem rgba(0, 0, 0, 0.06);
      margin: 0;
      max-width: 100%;
      width: 54.1558441558%;
      transition: border-color 0.3s ease-in-out;
      font-family: "Merriweather Sans", sans-serif;
      font-size: 1.6rem;
      font-weight: normal; }
      .webform-submission-form .form-item .form-text:focus, .webform-submission-form .form-item .form-email:focus, .webform-submission-form .form-item .form-textarea:focus {
        border-color: #250e62; }
      .webform-submission-form .form-item .form-text.error, .webform-submission-form .form-item .form-email.error, .webform-submission-form .form-item .form-textarea.error {
        border-color: #da291c; }
    .webform-submission-form .form-item .form-textarea {
      height: auto;
      line-height: normal; }
    .webform-submission-form .form-item .chosen-container {
      float: right;
      max-width: 100%;
      width: 54.1558441558% !important; }
      .webform-submission-form .form-item .chosen-container .chosen-search {
        display: block; }
      .webform-submission-form .form-item .chosen-container .chosen-search-input {
        background: white;
        border: none;
        font-size: inherit;
        color: #212121;
        font-weight: normal; }
      .webform-submission-form .form-item .chosen-container .chosen-single {
        color: white;
        font-weight: 700;
        height: 50px;
        line-height: 50px;
        padding: 0 30px 0 20px;
        background: #939393;
        border: solid 1px transparent;
        border-radius: 3px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
        transition: background-color 0.15s ease-in-out;
        position: relative;
        font-size: 1.5rem;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        text-transform: uppercase; }
        .webform-submission-form .form-item .chosen-container .chosen-single:after {
          content: '\e904';
          font-family: icomoon;
          height: 50px;
          line-height: 50px;
          font-weight: normal;
          font-size: 2rem;
          position: absolute;
          top: 0;
          right: 10px;
          color: white;
          cursor: pointer; }
        .webform-submission-form .form-item .chosen-container .chosen-single:hover, .webform-submission-form .form-item .chosen-container .chosen-single:focus {
          background: #250e62; }
        .webform-submission-form .form-item .chosen-container .chosen-single b {
          display: none; }
      .webform-submission-form .form-item .chosen-container.chosen-with-drop .chosen-single {
        background: #250e62; }
      .webform-submission-form .form-item .chosen-container.error .chosen-single {
        border-color: #da291c; }
      .webform-submission-form .form-item .chosen-container .chosen-drop {
        box-shadow: none;
        border: none;
        background: #250e62;
        color: white;
        border: none;
        border-radius: 0 0 2px 2px; }
      .webform-submission-form .form-item .chosen-container .chosen-results {
        color: inherit; }
        .webform-submission-form .form-item .chosen-container .chosen-results li {
          padding: 5px 16px;
          transition: background-color 0.1s ease-in-out;
          background-color: transparent;
          background-image: none !important;
          font-family: "Merriweather Sans", sans-serif;
          font-size: 1.6rem;
          font-weight: normal; }
          .webform-submission-form .form-item .chosen-container .chosen-results li.highlighted {
            background-color: white;
            color: #250e62; }
  .webform-submission-form .form-actions {
    margin: 0;
    text-align: right; }

.view-block-description-form {
  max-width: 680px;
  padding: 80px 40px 0 40px;
  margin: 0 auto 100px;
  text-align: center; }
  .view-block-description-form h1 {
    font-size: 4rem;
    font-weight: normal;
    margin: 0 0 30px; }
  .view-block-description-form p:last-child {
    margin-bottom: 0; }

.experts {
  max-width: 1110px;
  margin: 60px auto; }
  .experts .experts-top {
    margin-bottom: 1px; }
    .experts .experts-top:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .experts .experts-top .bloc-title {
      float: left;
      background: white;
      height: 60px;
      padding: 15px 20px;
      color: #da291c;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-transform: uppercase;
      font-size: 2.4rem;
      font-weight: bold;
      margin-right: 1px; }
    .experts .experts-top .experts-nav {
      float: left;
      height: 60px;
      width: 160px;
      position: relative;
      background: white; }
      .experts .experts-top .experts-nav .next, .experts .experts-top .experts-nav .previous {
        height: 60px;
        width: 60px;
        position: relative;
        text-indent: -999em;
        overflow: hidden;
        cursor: pointer;
        float: left;
        background: white;
        color: #da291c;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
        .experts .experts-top .experts-nav .next:hover, .experts .experts-top .experts-nav .next:focus, .experts .experts-top .experts-nav .previous:hover, .experts .experts-top .experts-nav .previous:focus {
          color: white;
          background-color: #da291c; }
        .experts .experts-top .experts-nav .next.swiper-button-disabled, .experts .experts-top .experts-nav .previous.swiper-button-disabled {
          cursor: default;
          background: white;
          color: #da291c; }
        .experts .experts-top .experts-nav .next:before, .experts .experts-top .experts-nav .previous:before {
          content: '\e91f';
          font-family: icomoon;
          font-weight: normal;
          font-size: 34px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          text-align: center;
          text-indent: 0;
          line-height: 60px; }
      .experts .experts-top .experts-nav .next {
        float: right; }
        .experts .experts-top .experts-nav .next:before {
          content: '\e920'; }
  .experts .swiper-container {
    padding: 60px 0 60px 37px;
    background: white; }
  .experts ul {
    padding: 60px 0 60px 37px;
    background: white;
    white-space: nowrap;
    overflow: auto;
    margin: 0; }
    .experts ul.swiper-wrapper {
      overflow: visible;
      padding: 0;
      background: none; }
      .experts ul.swiper-wrapper li {
        float: left; }
    .experts ul li {
      display: inline-block;
      width: 372px;
      vertical-align: top;
      margin: 0;
      white-space: normal;
      padding-right: 37px; }
      .experts ul li:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .experts ul li .visual {
        float: left;
        max-width: 81px;
        margin-right: 29px; }
        .experts ul li .visual img {
          max-width: 100%;
          height: auto;
          vertical-align: bottom; }
      .experts ul li .infos {
        margin-left: 110px; }
      .experts ul li h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: none;
        margin-bottom: 12px; }
      .experts ul li .more {
        margin-top: 10px; }

.chapters .js-tabs {
  margin-bottom: 70px; }
.chapters > ul {
  margin: 0; }
.chapters .onglet {
  max-width: 1110px;
  margin: 0 auto 100px;
  padding: 0 20px; }
  .chapters .onglet .content-1 .media-image {
    float: left;
    margin: 0 7.2072072072% 48px 0;
    max-width: 46.3963963964%; }
    .chapters .onglet .content-1 .media-image img {
      vertical-align: bottom;
      max-width: 100%;
      height: auto; }
  .chapters .onglet .more {
    text-align: right; }
  .chapters .onglet .content-2, .chapters .onglet .content-1 {
    margin-bottom: 53px; }
    .chapters .onglet .content-2 > .title, .chapters .onglet .content-1 > .title {
      color: #da291c;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      text-transform: uppercase;
      font-size: 2.4rem;
      font-weight: bold;
      margin: 0 0 26px; }

.partners .partners-top {
  margin-bottom: 1px; }
  .partners .partners-top:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .partners .partners-top .title {
    float: left;
    background: white;
    height: 60px;
    padding: 15px 20px;
    color: #da291c;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: bold;
    margin-right: 1px;
    margin-bottom: 0; }
  .partners .partners-top .partners-nav {
    float: left;
    height: 60px;
    width: 160px;
    position: relative;
    background: white; }
    .partners .partners-top .partners-nav .next, .partners .partners-top .partners-nav .previous {
      height: 60px;
      width: 60px;
      position: relative;
      text-indent: -999em;
      overflow: hidden;
      cursor: pointer;
      float: left;
      background: white;
      color: #da291c;
      transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
      .partners .partners-top .partners-nav .next:hover, .partners .partners-top .partners-nav .next:focus, .partners .partners-top .partners-nav .previous:hover, .partners .partners-top .partners-nav .previous:focus {
        color: white;
        background-color: #da291c; }
      .partners .partners-top .partners-nav .next.swiper-button-disabled, .partners .partners-top .partners-nav .previous.swiper-button-disabled {
        cursor: default;
        background: white;
        color: #da291c; }
      .partners .partners-top .partners-nav .next:before, .partners .partners-top .partners-nav .previous:before {
        content: '\e91f';
        font-family: icomoon;
        font-weight: normal;
        font-size: 34px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        text-indent: 0;
        line-height: 60px; }
    .partners .partners-top .partners-nav .next {
      float: right; }
      .partners .partners-top .partners-nav .next:before {
        content: '\e920'; }
.partners .swiper-container {
  padding: 60px 0 60px 86px;
  background: white; }
.partners .field--name-field-logo-mv4 {
  padding: 60px 0 60px 86px;
  background: white;
  white-space: nowrap;
  overflow: auto;
  margin: 0; }
  .partners .field--name-field-logo-mv4.swiper-wrapper {
    overflow: visible;
    padding: 0;
    background: none; }
    .partners .field--name-field-logo-mv4.swiper-wrapper .field__item {
      float: left; }
  .partners .field--name-field-logo-mv4 .field__item {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0;
    white-space: normal;
    padding-right: 180px; }
    .partners .field--name-field-logo-mv4 .field__item:last-child {
      padding-right: 0; }
    .partners .field--name-field-logo-mv4 .field__item img {
      vertical-align: bottom; }

.path-taxonomy #block-afd-content > .contenu {
  background: white;
  padding: 1px 0;
  margin-bottom: 83px; }
  .path-taxonomy #block-afd-content > .contenu .highlighted {
    margin-top: 60px;
    margin-bottom: 60px; }
  .path-taxonomy #block-afd-content > .contenu .field__item .descriptive_block {
    max-width: none;
    padding: 80px 20px;
    background: #f5f5f5; }
    .path-taxonomy #block-afd-content > .contenu .field__item .descriptive_block .text-formatted {
      max-width: 800px;
      margin: 0 auto; }
      .path-taxonomy #block-afd-content > .contenu .field__item .descriptive_block .text-formatted p:last-child {
        margin-bottom: 0; }

#tmp-cookie-page {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 4, 31, 0.85);
  padding: 160px 5.9523809524% 100px;
  color: white;
  font-size: 4.8rem;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  overflow: auto;
  transition: font-size 0.3s linear; }
  @supports (filter: blur(10px)) {
    #tmp-cookie-page {
      background: rgba(0, 0, 0, 0.5); } }
  #tmp-cookie-page .cb-enable {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #250e62;
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 3rem;
    position: absolute;
    top: 50px;
    right: 40px; }
    #tmp-cookie-page .cb-enable:after {
      content: '\e90f';
      font-family: icomoon;
      color: #dc124e;
      font-weight: normal;
      display: inline-block;
      margin-left: 10px;
      line-height: 0.8;
      font-size: 1.5em;
      vertical-align: top;
      position: relative;
      left: 0;
      transition: left 0.23s cubic-bezier(0.43, -0.29, 0.65, 1.26); }
    #tmp-cookie-page .cb-enable:hover:after, #tmp-cookie-page .cb-enable:focus:after {
      left: 5px; }
  #tmp-cookie-page .field--name-field-signature {
    font-size: 3rem;
    opacity: 0.6; }
  #tmp-cookie-page ~ .layout-container {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }
  #tmp-cookie-page .temporary-content {
    max-width: 1110px;
    padding-bottom: 100px; }
  #tmp-cookie-page[style] ~ .layout-container {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none; }
  #tmp-cookie-page .temporary-page-logo {
    width: 634px;
    height: 266px;
    max-height: 42vw;
    max-width: 100%;
    background: url("../img/styles/logo_afd_splash.png") 0 0 no-repeat;
    background-size: 100% auto;
    background-size: contain;
    margin-bottom: 30px; }
  @media (max-width: 1400px) {
    #tmp-cookie-page {
      font-size: 3.8rem; } }
  @media (max-width: 1100px) {
    #tmp-cookie-page {
      font-size: 2.8rem;
      padding-top: 130px; }
      #tmp-cookie-page .cb-enable {
        font-size: 2rem;
        right: 5.9523809524%; } }
  @media (max-width: 768px) {
    #tmp-cookie-page {
      font-size: 2rem; }
      #tmp-cookie-page .temporary-page-logo {
        width: 317px;
        height: 133px; } }

/* detail offre */
.offre-de-emploi-detail {
  background: white; }
  .offre-de-emploi-detail .content-top-infos {
    padding: 94px 20px 0;
    text-align: center;
    max-width: 68.4523809524%;
    margin: 0 auto 3rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase; }
    .offre-de-emploi-detail .content-top-infos:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .offre-de-emploi-detail .content-top-infos span {
      display: inline-block;
      margin: 0 35px 15px; }
      .offre-de-emploi-detail .content-top-infos span:first-child {
        margin-left: 0; }
      .offre-de-emploi-detail .content-top-infos span:last-child {
        margin-right: 0; }
      .offre-de-emploi-detail .content-top-infos span.dates {
        display: block;
        margin-bottom: 70px; }
  .offre-de-emploi-detail h1 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    text-align: center; }
  .offre-de-emploi-detail .dates {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 70px; }
  .offre-de-emploi-detail .dates + a,
  .offre-de-emploi-detail .back {
    display: inline-block;
    padding: 8px 18px 8px 15px;
    font-size: 1.4rem;
    font-weight: normal;
    background: #f5f5f5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    float: left; }
    .offre-de-emploi-detail .dates + a:before,
    .offre-de-emploi-detail .back:before {
      content: '\e906';
      font-family: icomoon;
      font-weight: normal;
      margin-right: 15px;
      transition: transform 0.15s ease-in-out;
      vertical-align: middle;
      transform: translate3d(0, 0, 0);
      display: inline-block; }
    .offre-de-emploi-detail .dates + a:hover, .offre-de-emploi-detail .dates + a:focus,
    .offre-de-emploi-detail .back:hover,
    .offre-de-emploi-detail .back:focus {
      background-color: #da291c;
      color: white; }
      .offre-de-emploi-detail .dates + a:hover:before, .offre-de-emploi-detail .dates + a:focus:before,
      .offre-de-emploi-detail .back:hover:before,
      .offre-de-emploi-detail .back:focus:before {
        transform: translate3d(-3px, 0, 0); }
  .offre-de-emploi-detail .share {
    background: #f5f5f5;
    margin-bottom: 100px; }

.jov-offer-full .content {
  clear: both;
  margin-bottom: 117px;
  background: white url("../img/styles/bg_logo_sidebar.png") right 104px no-repeat; }
  .jov-offer-full .content:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .jov-offer-full .content .content-left {
    float: left;
    width: 69.0476190476%;
    padding: 47px 3.5714285714% 90px 16.9642857143%;
    background: #f5f5f5;
    position: relative; }
    .jov-offer-full .content .content-left:before {
      content: '';
      position: absolute;
      top: 66px;
      left: 5.6896551724%;
      width: 11.9827586207%;
      height: 3px;
      background: #da291c; }
    .jov-offer-full .content .content-left .chapo .field--name-field-chapo, .jov-offer-full .content .content-left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .jov-offer-full .content .content-left .chapo .highlightContent-chapo, .jov-offer-full .content .content-left .chapo .two-columns .field--name-field-chapo-column-1nm, .two-columns .jov-offer-full .content .content-left .chapo .field--name-field-chapo-column-1nm,
    .jov-offer-full .content .content-left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .jov-offer-full .content .content-left .chapo .field--name-field-chapo-column-2-nm, .jov-offer-full .content .content-left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .jov-offer-full .content .content-left .chapo .field--name-field-header, .jov-offer-full .content .content-left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .jov-offer-full .content .content-left .chapo .field__item > p:first-child {
      max-width: none;
      margin: 0 0 4.7rem;
      font-size: 2rem;
      font-weight: 600; }
    .jov-offer-full .content .content-left .descriptive_block {
      max-width: none;
      margin: 0 0 4.7rem; }
      .jov-offer-full .content .content-left .descriptive_block .field--name-name {
        font-size: 2.4rem;
        text-transform: uppercase;
        color: #da291c;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        margin-bottom: 1.5em; }
    .jov-offer-full .content .content-left h3 {
      font-size: 2.4rem;
      text-transform: uppercase;
      color: #da291c;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: bold;
      margin-bottom: 2rem;
      margin-top: 4rem; }
    .jov-offer-full .content .content-left h4 {
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Merriweather Sans", sans-serif;
      font-weight: bold;
      margin-bottom: 1.5rem;
      margin-top: 4rem; }
    .jov-offer-full .content .content-left .job-apply {
      padding: 15px 30px;
      padding: 1.5rem 3rem;
      text-align: center;
      display: inline-block;
      border-radius: 2.5rem;
      background: #250e62;
      color: white;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      cursor: pointer;
      transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
      box-shadow: 0 25px 28px -21px rgba(0, 0, 0, 0.7); }
      .jov-offer-full .content .content-left .job-apply:before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        left: 2rem;
        right: 20px;
        right: 2rem;
        bottom: 0;
        border-radius: 2.5rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
        z-index: -1; }
      .jov-offer-full .content .content-left .job-apply:hover, .jov-offer-full .content .content-left .job-apply:focus {
        background-color: #da291c;
        color: white; }
    .jov-offer-full .content .content-left .file {
      padding-left: 0;
      height: auto;
      margin-bottom: 2.8rem;
      z-index: 2;
      /*&.pdf a {
      	@extend .bt-red-ph;
      }*/ }
      .jov-offer-full .content .content-left .file.button a:after {
        content: '\e91b';
        font-family: icomoon;
        font-size: 1.4rem;
        font-weight: normal;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin-top: 3px; }
  .jov-offer-full .content .content-right {
    float: right;
    width: 30.8928571429%;
    padding: 21px 40px;
    color: #250e62;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 1.8rem; }
    .jov-offer-full .content .content-right h3 {
      font-size: 3.5rem;
      text-transform: none;
      font-weight: normal; }
    .jov-offer-full .content .content-right > div, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div {
      margin-bottom: 40px;
      border-bottom: #d3cfe0 solid 1px;
      padding-bottom: 15px; }
      .jov-offer-full .content .content-right > div:last-child, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div:last-child {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0; }
      .jov-offer-full .content .content-right > div > div, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div > div {
        margin-bottom: 45px; }
        .jov-offer-full .content .content-right > div > div:last-child, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div > div:last-child {
          margin-bottom: 25px; }
      .jov-offer-full .content .content-right > div.location, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div.location {
        padding-left: 50px;
        background: url("../img/styles/icon3.png") 0 5px no-repeat;
        min-height: 70px; }
        .jov-offer-full .content .content-right > div.location h3, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div.location h3 {
          margin-bottom: 0; }
        .jov-offer-full .content .content-right > div.location span, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div.location span {
          display: block;
          color: #786b97; }
      .jov-offer-full .content .content-right > div.critarion, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div.critarion {
        padding-left: 50px;
        padding-top: 8px;
        background: url("../img/styles/icon7.png") 0 0 no-repeat;
        min-height: 69px; }
        .jov-offer-full .content .content-right > div.critarion h3, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div.critarion h3 {
          margin-bottom: 22px; }
        .jov-offer-full .content .content-right > div.critarion .item-criterion, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div.critarion .item-criterion {
          margin-bottom: 25px;
          font-size: 1.8rem;
          color: #da291c;
          font-weight: 600; }
          .jov-offer-full .content .content-right > div.critarion .item-criterion .item-criterion-content, .jov-offer-full .content .content-right > .inner-wrapper-sticky > div.critarion .item-criterion .item-criterion-content {
            font-weight: normal;
            color: #250e62;
            display: block; }
    .jov-offer-full .content .content-right .view-legal-information-block:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .jov-offer-full .content .content-right .view-legal-information-block .field--name-field-image {
      margin: 0 20px 0 0;
      max-width: 54px;
      float: left;
      padding-top: 5px; }
      .jov-offer-full .content .content-right .view-legal-information-block .field--name-field-image img {
        max-width: 100%;
        height: auto; }
    .jov-offer-full .content .content-right .view-legal-information-block .text-formatted {
      overflow: auto;
      font-size: 1.4rem; }

/* search */
#search-repositories {
  background: white;
  padding: 37px 0 27px;
  text-align: center;
  margin-bottom: 40px; }
  #search-repositories a {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #250e62;
    margin: 0 0 10px;
    display: inline-block;
    padding: 0 45px 5px;
    position: relative;
    transition: color 0.3s ease-out; }
    #search-repositories a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #da291c;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
      transition: all 0.3s ease-out; }
    #search-repositories a:hover, #search-repositories a:focus, #search-repositories a:active, #search-repositories a.active, #search-repositories a.is-active {
      color: #250e62;
      text-decoration: none; }
      #search-repositories a:hover:before, #search-repositories a:focus:before, #search-repositories a:active:before, #search-repositories a.active:before, #search-repositories a.is-active:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    #search-repositories a:before {
      height: 3px;
      top: auto;
      left: 45px;
      right: 45px;
      z-index: 2; }

#search-total {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 40px auto;
  max-width: 840px;
  padding: 0 20px;
  text-align: center; }

#search-container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto 84px; }
  #search-container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  #search-container #search-facets-container {
    width: 280px;
    float: left; }
  #search-container #search-sort-pager-results {
    margin-left: 340px;
    overflow: auto; }

#search-facets-selected {
  padding-bottom: 40px;
  border-bottom: solid 5px #da291c;
  margin-bottom: 60px; }
  #search-facets-selected > div:first-child {
    padding: 13px 50px 13px 30px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 6rem;
    position: relative;
    background: #939393;
    border-radius: 3px;
    font-weight: bold; }
    #search-facets-selected > div:first-child #search-facets-remove-all {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -22px;
      height: 44px;
      width: 44px;
      overflow: hidden;
      text-indent: -999em;
      overflow: hidden; }
      #search-facets-selected > div:first-child #search-facets-remove-all:before {
        content: '\e928';
        font-family: icomoon;
        font-weight: normal;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        line-height: 44px;
        font-size: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform 0.2s ease-in-out;
        text-indent: 0; }
      #search-facets-selected > div:first-child #search-facets-remove-all:hover, #search-facets-selected > div:first-child #search-facets-remove-all:focus {
        color: inherit; }
        #search-facets-selected > div:first-child #search-facets-remove-all:hover:before, #search-facets-selected > div:first-child #search-facets-remove-all:focus:before {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  #search-facets-selected .ctsearch-facet {
    margin: 0;
    padding: 0; }
    #search-facets-selected .ctsearch-facet ul {
      margin: 0;
      padding: 0; }
    #search-facets-selected .ctsearch-facet li {
      margin: 0 0 20px;
      list-style: none;
      padding: 13px 50px 13px 30px;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      color: #939393;
      text-transform: uppercase;
      font-size: 1.5rem;
      position: relative;
      background: white;
      border-radius: 3px;
      font-weight: bold; }
      #search-facets-selected .ctsearch-facet li .remove-link {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -22px;
        height: 44px;
        width: 44px;
        overflow: hidden;
        text-indent: -999em;
        overflow: hidden; }
        #search-facets-selected .ctsearch-facet li .remove-link:before {
          content: '\e928';
          font-family: icomoon;
          font-weight: normal;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          text-align: center;
          line-height: 44px;
          font-size: 20px;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          transition: transform 0.2s ease-in-out;
          text-indent: 0; }
        #search-facets-selected .ctsearch-facet li .remove-link:hover, #search-facets-selected .ctsearch-facet li .remove-link:focus {
          color: inherit; }
          #search-facets-selected .ctsearch-facet li .remove-link:hover:before, #search-facets-selected .ctsearch-facet li .remove-link:focus:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

#search-facets .ctsearch-facet {
  margin-bottom: 20px;
  /* close some specific facets by default */ }
  #search-facets .ctsearch-facet h3 {
    padding: 13px 50px 13px 30px;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 6rem;
    position: relative;
    background: #939393;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 20px;
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #search-facets .ctsearch-facet h3:hover {
      background-color: #250e62; }
    #search-facets .ctsearch-facet h3:before {
      content: '\e905';
      font-family: icomoon;
      font-weight: normal;
      font-size: 20px;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -22px;
      height: 44px;
      width: 44px;
      overflow: hidden;
      text-align: center;
      line-height: 44px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: transform 0.2s ease-in-out; }
  #search-facets .ctsearch-facet.toggled h3:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #search-facets .ctsearch-facet.closed h3:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #search-facets .ctsearch-facet.closed.toggled h3:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #search-facets .ctsearch-facet.closed ul {
    display: none; }
  .path-experts #search-facets .ctsearch-facet#ctsearch-facet-program_family_k h3:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .path-experts #search-facets .ctsearch-facet#ctsearch-facet-program_family_k.toggled h3:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .path-experts #search-facets .ctsearch-facet#ctsearch-facet-program_family_k ul {
    display: none; }
  .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-program_family_k h3:before, .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-publication_date_year h3:before, .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-collection_k h3:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-program_family_k.toggled h3:before, .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-publication_date_year.toggled h3:before, .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-collection_k.toggled h3:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-program_family_k ul, .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-publication_date_year ul, .path-ressources #search-facets .ctsearch-facet#ctsearch-facet-collection_k ul {
    display: none; }
  .path-rechercher #search-facets .ctsearch-facet#ctsearch-facet-program_family_k h3:before, .path-rechercher #search-facets .ctsearch-facet#ctsearch-facet-publication_date_month h3:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .path-rechercher #search-facets .ctsearch-facet#ctsearch-facet-program_family_k.toggled h3:before, .path-rechercher #search-facets .ctsearch-facet#ctsearch-facet-publication_date_month.toggled h3:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .path-rechercher #search-facets .ctsearch-facet#ctsearch-facet-program_family_k ul, .path-rechercher #search-facets .ctsearch-facet#ctsearch-facet-publication_date_month ul {
    display: none; }
  #search-facets .ctsearch-facet ul {
    margin: 0; }
    #search-facets .ctsearch-facet ul.countries {
      display: none;
      margin-bottom: 15px; }
      #search-facets .ctsearch-facet ul.countries .more {
        padding-top: 7px;
        padding-bottom: 7px;
        cursor: pointer;
        text-decoration: underline;
        display: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #search-facets .ctsearch-facet ul.countries .more:hover {
          text-decoration: none; }
      #search-facets .ctsearch-facet ul.countries li:nth-child(4) ~ li {
        display: none; }
      #search-facets .ctsearch-facet ul.countries li:nth-child(5) ~ .more {
        display: block; }
      #search-facets .ctsearch-facet ul.countries li:nth-child(5):nth-last-child(2) {
        display: block; }
        #search-facets .ctsearch-facet ul.countries li:nth-child(5):nth-last-child(2) ~ .more {
          display: none; }
      #search-facets .ctsearch-facet ul.countries.expanded li:nth-child(4) ~ li {
        display: block; }
      #search-facets .ctsearch-facet ul.countries.expanded li:nth-child(5) ~ .more {
        display: none; }
  #search-facets .ctsearch-facet li {
    margin: 0;
    list-style: none;
    font-size: 1.5rem;
    padding: 0 0 0 30px; }
    #search-facets .ctsearch-facet li > a, #search-facets .ctsearch-facet li > span {
      display: block;
      padding: 7px 0; }
    #search-facets .ctsearch-facet li > span {
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #search-facets .ctsearch-facet li > span:after {
        content: '\e904';
        font-family: icomoon;
        font-weight: normal;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform 0.2s ease-in-out;
        display: inline-block;
        margin-left: 5px; }
    #search-facets .ctsearch-facet li.toggled > span:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #search-facets .ctsearch-facet .see-more-link {
    padding: 0 0 0 30px; }
    #search-facets .ctsearch-facet .see-more-link a {
      display: block;
      padding: 7px 0;
      text-decoration: underline; }
      #search-facets .ctsearch-facet .see-more-link a:hover, #search-facets .ctsearch-facet .see-more-link a:focus {
        text-decoration: none; }

#search-sort-pager-top,
#search-sort-pager-bottom {
  /*&:after {
  	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
  }*/ }
  @supports (display: flex) {
    #search-sort-pager-top,
    #search-sort-pager-bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #search-sort-pager-top:after,
      #search-sort-pager-bottom:after {
        content: none;
        display: none; } }
  #search-sort-pager-top .search-sort,
  #search-sort-pager-bottom .search-sort {
    display: inline-block;
    padding: 10px 37px 10px 20px;
    background: #939393 url("../img/styles/arrow-select.png") right center no-repeat;
    border-radius: 3px;
    border: none;
    color: white;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 30px 60px 0;
    vertical-align: top;
    text-transform: uppercase;
    transition: background-color 0.15s ease-in-out;
    height: 4.4rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer; }
    #search-sort-pager-top .search-sort::-ms-expand,
    #search-sort-pager-bottom .search-sort::-ms-expand {
      display: none; }
    #search-sort-pager-top .search-sort:hover,
    #search-sort-pager-bottom .search-sort:hover {
      background-color: #250e62; }
  #search-sort-pager-top .pagination-step,
  #search-sort-pager-bottom .pagination-step {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 60px;
    white-space: nowrap; }
    #search-sort-pager-top .pagination-step:last-child,
    #search-sort-pager-bottom .pagination-step:last-child {
      margin-right: 0; }
  #search-sort-pager-top .ctsearch-pager,
  #search-sort-pager-bottom .ctsearch-pager {
    float: right;
    margin: 0 0 60px 30px; }

.ctsearch-result-list .search-result-item {
  padding: 30px 40px;
  background: white;
  margin: 0 0 55px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  border-radius: 3px; }
  @media (max-width: 767px) {
    .ctsearch-result-list .search-result-item {
      padding: 17px 20px; } }
  .ctsearch-result-list .search-result-item .item-header > div:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .ctsearch-result-list .search-result-item .item-header .type {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 16px;
    border-left: #da291c solid 2px;
    letter-spacing: 0.3rem;
    color: #474747;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    font-weight: normal;
    margin-bottom: 24px;
    float: left; }
  .ctsearch-result-list .search-result-item .item-header .counter {
    font-size: 1rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    float: right;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 5px; }
  .ctsearch-result-list .search-result-item .item-header h2 {
    font-weight: bold;
    font-size: 2.2rem;
    text-transform: none;
    margin-bottom: 2.2rem; }
  .ctsearch-result-list .search-result-item .item-body:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .ctsearch-result-list .search-result-item .item-body > img, .ctsearch-result-list .search-result-item .item-body > a > img {
    float: left;
    margin-right: 25px;
    max-width: 350px;
    max-width: 34.3137254902%;
    height: auto; }
  .ctsearch-result-list .search-result-item .item-body .img-document {
    float: left;
    margin-right: 25px;
    border: #939393 solid 1px;
    position: relative;
    max-width: 160px; }
    .ctsearch-result-list .search-result-item .item-body .img-document img {
      max-width: 100%;
      height: auto;
      display: block; }
    .ctsearch-result-list .search-result-item .item-body .img-document:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: -5px;
      background: #da291c;
      height: 4px;
      width: 66.6666666667%; }
    .ctsearch-result-list .search-result-item .item-body .img-document:after {
      content: '';
      position: absolute;
      left: -5px;
      top: 20px;
      background: #250e62;
      height: 51.2820512821%;
      width: 4px; }
    .ctsearch-result-list .search-result-item .item-body .img-document > div:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: #da291c;
      height: 2px;
      width: 23px; }
    .ctsearch-result-list .search-result-item .item-body .img-document > div:after {
      content: '';
      position: absolute;
      right: -3px;
      bottom: 4px;
      background: #250e62;
      height: 50px;
      width: 2px; }
  .ctsearch-result-list .search-result-item .item-body .extract {
    overflow: auto;
    line-height: 1.6; }
    .ctsearch-result-list .search-result-item .item-body .extract em {
      font-style: normal;
      font-weight: bold; }
    .ctsearch-result-list .search-result-item .item-body .extract > div:last-child {
      text-align: right;
      margin-top: 20px; }
      .ctsearch-result-list .search-result-item .item-body .extract > div:last-child:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .ctsearch-result-list .search-result-item .item-body .extract > div:last-child > div {
        float: left; }
      .ctsearch-result-list .search-result-item .item-body .extract > div:last-child .more {
        overflow: hidden;
        line-height: normal; }

.global-search-form {
  max-width: 487px;
  margin: 0 auto 47px;
  position: relative;
  border-radius: 3px; }
  .global-search-form .form-item, .global-search-form .form-actions {
    margin: 0; }
  .global-search-form .form-search {
    height: 5.5rem;
    line-height: 5.5rem;
    padding: 0 6rem 0 2.1rem;
    border-radius: 3px;
    background: white;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1.6rem;
    color: #212121;
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0; }
    .global-search-form .form-search ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #474747; }
    .global-search-form .form-search ::-moz-placeholder {
      /* Firefox 19+ */
      color: #474747; }
    .global-search-form .form-search :-ms-input-placeholder {
      /* IE 10+ */
      color: #474747; }
    .global-search-form .form-search :-moz-placeholder {
      /* Firefox 18- */
      color: #474747; }
    .global-search-form .form-search:focus {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      border-color: #250e62; }
  .global-search-form .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -999em;
    overflow: hidden;
    width: 6rem;
    background: #250e62 url("../img/styles/picto_lens.png") center center no-repeat;
    background-size: 21px auto;
    border-radius: 0 3px 3px 0;
    padding: 0;
    box-shadow: none; }
    .global-search-form .form-submit:hover, .global-search-form .form-submit:focus {
      background-color: #da291c; }

#search-alphabet {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #939393;
  margin-bottom: 0;
  text-align: justify;
  transition: font-size 0.15s linear; }
  #search-alphabet a {
    color: #250e62;
    text-transform: uppercase; }
    #search-alphabet a:hover, #search-alphabet a:focus, #search-alphabet a.active {
      color: #da291c; }
  #search-alphabet:after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 1px; }

.path-experts #search-container #search-sort-pager-results {
  overflow: visible; }
.path-experts .ctsearch-result-list {
  font-size: 0;
  margin: 0 -30px; }
  @supports (display: flex) {
    .path-experts .ctsearch-result-list {
      display: flex;
      flex-wrap: wrap; } }
  .path-experts .ctsearch-result-list .search-result-item {
    display: inline-block;
    width: 230px;
    text-align: left;
    vertical-align: top;
    margin-left: 30px;
    margin-right: 29px;
    font-size: 1.6rem;
    padding: 35px 35px 57px;
    min-height: 448px;
    position: relative; }
    .path-experts .ctsearch-result-list .search-result-item .img-document {
      margin-bottom: 17px;
      position: relative;
      height: 210px;
      background: url("../img/styles/default_profile_man.png") center bottom no-repeat;
      background-size: contain; }
      .path-experts .ctsearch-result-list .search-result-item .img-document > div {
        max-height: 210px;
        overflow: hidden; }
      .path-experts .ctsearch-result-list .search-result-item .img-document img {
        min-width: 100%;
        min-height: 210px;
        width: auto;
        height: auto;
        max-width: none; }
        @supports (object-fit: cover) {
          .path-experts .ctsearch-result-list .search-result-item .img-document img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
      .path-experts .ctsearch-result-list .search-result-item .img-document .no-profile-picture {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .path-experts .ctsearch-result-list .search-result-item .img-document:before {
        content: '';
        width: 23px;
        height: 2px;
        background: #da291c;
        position: absolute;
        left: 0;
        top: 0; }
      .path-experts .ctsearch-result-list .search-result-item .img-document:after {
        content: '';
        width: 64.375%;
        height: 5px;
        background: #da291c;
        position: absolute;
        right: 0;
        bottom: -5px; }
    .path-experts .ctsearch-result-list .search-result-item h2 {
      font-size: 1.8rem;
      text-transform: none;
      font-weight: bold;
      margin-bottom: 1rem;
      line-height: normal; }
    .path-experts .ctsearch-result-list .search-result-item .function {
      line-height: 1.5;
      margin-bottom: 1rem; }
    .path-experts .ctsearch-result-list .search-result-item .social-network {
      position: absolute;
      left: 25px;
      right: 25px;
      bottom: 25px; }
      .path-experts .ctsearch-result-list .search-result-item .social-network:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      .path-experts .ctsearch-result-list .search-result-item .social-network a {
        float: left;
        width: 40px;
        height: 30px;
        text-indent: -999em;
        overflow: hidden;
        color: #939393;
        position: relative; }
        .path-experts .ctsearch-result-list .search-result-item .social-network a:hover, .path-experts .ctsearch-result-list .search-result-item .social-network a:focus {
          color: #da291c; }
        .path-experts .ctsearch-result-list .search-result-item .social-network a:before {
          content: '\e910';
          font-family: icomoon;
          font-weight: normal;
          font-size: 22px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          text-align: center;
          line-height: 30px;
          text-indent: 0; }
        .path-experts .ctsearch-result-list .search-result-item .social-network a.twitter:before {
          content: '\e912'; }
        .path-experts .ctsearch-result-list .search-result-item .social-network a.facebook:before {
          content: '\e913'; }

/* liste ressources */
.path-ressources .global-search-form {
  max-width: none;
  padding: 26px;
  background: white;
  border-top: solid 1px #d4d2d8;
  border-bottom: solid 1px #d4d2d8;
  margin: 0 0 42px; }
  .path-ressources .global-search-form .form-search {
    display: block;
    max-width: 486px;
    margin: 0 auto; }
  .path-ressources .global-search-form .form-submit {
    top: 26px;
    height: 5.5rem;
    bottom: auto;
    left: 50%;
    margin-left: 183px; }
.path-ressources .ctsearch-result-list {
  float: left;
  width: 60.5454545455%; }
.path-ressources #side-blocks {
  float: right;
  width: 34.1818181818%; }
  .path-ressources #side-blocks .layout-sidebar-second {
    float: none;
    width: auto; }
.path-ressources #search-sort-pager-bottom {
  clear: both; }
.path-ressources .layout-sidebar-second .newsletter-footer-block {
  background: black; }

/* Ressources home */
#resource-home .search-query {
  padding: 26px;
  background: white;
  border-top: solid 1px #d4d2d8;
  border-bottom: solid 1px #d4d2d8;
  margin: 0 0 60px;
  text-align: center;
  position: relative; }
  #resource-home .search-query .form-search, #resource-home .search-query .form-text {
    height: 5.5rem;
    line-height: 5.5rem;
    padding: 0 6rem 0 2.1rem;
    border-radius: 3px;
    background: white;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1.6rem;
    color: #212121;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0;
    display: block;
    max-width: 486px;
    margin: 0 auto;
    border-color: transparent;
    transition: border-color 0.15s ease-in-out; }
    #resource-home .search-query .form-search ::-webkit-input-placeholder, #resource-home .search-query .form-text ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #474747; }
    #resource-home .search-query .form-search ::-moz-placeholder, #resource-home .search-query .form-text ::-moz-placeholder {
      /* Firefox 19+ */
      color: #474747; }
    #resource-home .search-query .form-search :-ms-input-placeholder, #resource-home .search-query .form-text :-ms-input-placeholder {
      /* IE 10+ */
      color: #474747; }
    #resource-home .search-query .form-search :-moz-placeholder, #resource-home .search-query .form-text :-moz-placeholder {
      /* Firefox 18- */
      color: #474747; }
    #resource-home .search-query .form-search:focus, #resource-home .search-query .form-text:focus {
      border-color: #250e62;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  #resource-home .search-query .form-submit {
    position: absolute;
    top: 26px;
    height: 5.5rem;
    bottom: auto;
    left: 50%;
    margin-left: 183px;
    text-indent: -999em;
    overflow: hidden;
    width: 6rem;
    background: #250e62 url("../img/styles/picto_lens.png") center center no-repeat;
    background-size: 21px auto;
    border-radius: 0 3px 3px 0;
    padding: 0;
    box-shadow: none; }
    #resource-home .search-query .form-submit:hover, #resource-home .search-query .form-submit:focus {
      background-color: #da291c; }
  #resource-home .search-query .form-item, #resource-home .search-query .form-actions {
    margin: 0; }
#resource-home .head, #resource-home .body {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px; }
#resource-home .head {
  margin-bottom: 20px; }
  #resource-home .head:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  #resource-home .head > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 37px 40px 0; }
    #resource-home .head > div.thematic > span:before {
      content: '\e929'; }
    #resource-home .head > div.region-country > span:before {
      content: '\e916'; }
    #resource-home .head > div.resource-type > span:before {
      content: '\e936'; }
    #resource-home .head > div > span {
      display: block;
      min-width: 230px;
      height: 4.4rem;
      line-height: 4.4rem;
      padding: 0 4.6rem 0 6rem;
      background: #939393;
      color: white;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 3px;
      transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #resource-home .head > div > span:before {
        font-family: icomoon;
        height: 44px;
        height: 4.4rem;
        line-height: 44px;
        font-weight: normal;
        font-size: 2rem;
        position: absolute;
        top: 0;
        left: 2rem; }
      #resource-home .head > div > span:hover {
        background-color: #250e62; }
      #resource-home .head > div > span .js-selected {
        position: absolute;
        top: 50%;
        right: 2rem;
        height: 14px;
        width: 14px;
        margin-top: -7px;
        border: solid 2px white;
        border-radius: 50%;
        padding: 1px;
        transition: border-color 0.15s ease-in-out; }
        #resource-home .head > div > span .js-selected:before {
          content: '';
          border-radius: 50%;
          background: transparent;
          height: 8px;
          width: 8px;
          display: block;
          transition: background-color 0.15s ease-in-out; }
      #resource-home .head > div > span.selected .js-selected:before {
        background-color: white; }
      #resource-home .head > div > span.opened {
        background-color: white;
        color: #939393;
        cursor: default; }
        #resource-home .head > div > span.opened .js-selected {
          border-color: #939393; }
        #resource-home .head > div > span.opened.selected .js-selected:before {
          background-color: #939393; }
    #resource-home .head > div:first-child {
      font-size: 2.2rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: bold;
      padding-top: 0.6rem;
      margin-right: 57px; }
  #resource-home .head #filter-delete-all {
    border-radius: 3px;
    height: 4.4rem;
    padding: 0 40px 0 18px;
    line-height: 4.4rem;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background: #939393 url("../img/styles/picto_clear_filters.png") right center no-repeat;
    box-shadow: none;
    margin: 0 0 40px;
    float: right;
    width: 230px; }
    #resource-home .head #filter-delete-all:hover, #resource-home .head #filter-delete-all:focus {
      background-color: #250e62; }
#resource-home .body {
  margin-bottom: 80px;
  max-width: 1440px;
  background: white;
  border-right: 3px;
  padding: 32px 22px 60px;
  text-align: center;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06); }
  #resource-home .body > div {
    display: none; }
  #resource-home .body ul {
    margin: 10px 0; }
    #resource-home .body ul li {
      margin: 0 17px 17px;
      list-style: none;
      display: inline-block;
      line-height: 4.4rem;
      height: 4.4rem;
      padding: 0 14px;
      background: #939393;
      color: white;
      border-radius: 3px;
      font-size: 1.3rem;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      transition: background-color 0.15s ease-in-out;
      vertical-align: top; }
      #resource-home .body ul li:hover, #resource-home .body ul li:focus, #resource-home .body ul li.facet-selected {
        background-color: #250e62; }
      #resource-home .body ul li img {
        vertical-align: middle;
        margin-right: 10px;
        max-height: 26px; }
  #resource-home .body .regions {
    border-bottom: #d4d2d8 solid 1px;
    margin-bottom: 40px;
    padding: 0 0 19px;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 0; }
    #resource-home .body .regions li {
      background: none;
      border-radius: 0;
      color: #250e62;
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      vertical-align: middle;
      border-bottom: transparent solid 3px;
      padding: 2px 0;
      line-height: normal;
      height: auto;
      margin-bottom: 10px; }
      #resource-home .body .regions li:hover, #resource-home .body .regions li:focus {
        color: #da291c;
        background: none; }
      #resource-home .body .regions li.active {
        border-bottom-color: #da291c; }
  #resource-home .body .countries > div {
    display: none; }
    #resource-home .body .countries > div:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    #resource-home .body .countries > div:first-child {
      display: block; }
  #resource-home .body .countries li {
    background: none;
    color: #212121;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    margin-right: 30px; }
    #resource-home .body .countries li:hover, #resource-home .body .countries li:focus {
      background-color: #e9e9e9; }
    #resource-home .body .countries li label {
      padding: 0 17px;
      font-weight: bold;
      font-size: 1.5rem;
      cursor: pointer;
      background-color: #e9e9e9;
      border-radius: 3px;
      transition: background-color 0.15s ease-in-out; }
      #resource-home .body .countries li label:hover, #resource-home .body .countries li label:focus {
        background-color: #d0d0d0; }
      #resource-home .body .countries li label input[type="checkbox"] {
        margin-left: 5px;
        margin-right: 0; }
  #resource-home .body #edit-launch {
    margin-top: 25px; }
  #resource-home .body .country-check-all {
    float: right;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #250e62;
    cursor: pointer;
    transition: color 0.15s ease-in-out; }
    #resource-home .body .country-check-all:hover, #resource-home .body .country-check-all:focus {
      color: #da291c; }
    #resource-home .body .country-check-all input {
      visibility: hidden; }

/*** [ Sidebar ] ***/
.layout-sidebar-second .views-row {
  padding: 30px 40px;
  background: white;
  margin: 0 0 55px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 14.6666666667%; }
  @media (max-width: 767px) {
    .layout-sidebar-second .views-row {
      padding: 17px 20px; } }
.layout-sidebar-second .resource, .layout-sidebar-second .links {
  margin: 0;
  text-align: left; }
  .layout-sidebar-second .resource .content, .layout-sidebar-second .links .content {
    margin-bottom: 40px; }
    .layout-sidebar-second .resource .content:last-child, .layout-sidebar-second .links .content:last-child {
      margin-bottom: 0; }
    .layout-sidebar-second .resource .content .field__item, .layout-sidebar-second .links .content .field__item {
      display: block;
      width: auto;
      margin-bottom: 20px;
      padding: 0; }
.layout-sidebar-second .newsletter-footer-block {
  padding: 30px 40px;
  background: white;
  margin: 0 0 55px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 29px 36px;
  background: #da291c;
  color: white;
  margin-bottom: 14.6666666667%; }
  @media (max-width: 767px) {
    .layout-sidebar-second .newsletter-footer-block {
      padding: 17px 20px; } }
  .layout-sidebar-second .newsletter-footer-block .footer-infos, .layout-sidebar-second .newsletter-footer-block form {
    width: auto;
    float: none; }
  .layout-sidebar-second .newsletter-footer-block .footer-infos .footer-title {
    margin-bottom: 2rem; }
  .layout-sidebar-second .newsletter-footer-block .footer-infos .footer-desc {
    margin-bottom: 2.1rem;
    line-height: 1.7; }
.layout-sidebar-second .block-last-tweets {
  padding: 30px 40px;
  background: white;
  margin: 0 0 55px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 29px 36px;
  margin-bottom: 14.6666666667%; }
  @media (max-width: 767px) {
    .layout-sidebar-second .block-last-tweets {
      padding: 17px 20px; } }
  .layout-sidebar-second .block-last-tweets > h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: none; }
  .layout-sidebar-second .block-last-tweets .icon-verified {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 13px;
    background: url("../img/styles/icon_verified.png") 0 0 no-repeat; }
    .layout-sidebar-second .block-last-tweets .icon-verified img {
      display: none; }
  .layout-sidebar-second .block-last-tweets article {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #da291c;
    font-weight: normal; }
    .layout-sidebar-second .block-last-tweets article a {
      color: #da291c; }
      .layout-sidebar-second .block-last-tweets article a:hover, .layout-sidebar-second .block-last-tweets article a:focus {
        text-decoration: underline; }
    .layout-sidebar-second .block-last-tweets article:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .layout-sidebar-second .block-last-tweets article .avatar {
      margin-bottom: 10px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 1.6rem;
      font-weight: bold; }
      .layout-sidebar-second .block-last-tweets article .avatar a {
        color: inherit; }
        .layout-sidebar-second .block-last-tweets article .avatar a:hover, .layout-sidebar-second .block-last-tweets article .avatar a:focus {
          text-decoration: none; }
      .layout-sidebar-second .block-last-tweets article .avatar .profile-image {
        vertical-align: middle; }
      .layout-sidebar-second .block-last-tweets article .avatar .icon-verified img {
        vertical-align: middle; }
      .layout-sidebar-second .block-last-tweets article .avatar .user-screename-small {
        color: #78858e;
        font-size: 1.2rem;
        font-weight: normal; }
    .layout-sidebar-second .block-last-tweets article p {
      line-height: 1.3;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 1.5rem; }
    .layout-sidebar-second .block-last-tweets article .media img {
      border-radius: 3px;
      margin-bottom: 17px;
      margin-top: 15px; }
    .layout-sidebar-second .block-last-tweets article .counts {
      color: #aab8c2;
      font-size: 1rem;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold; }
      .layout-sidebar-second .block-last-tweets article .counts svg {
        width: 14px;
        height: auto;
        vertical-align: middle;
        fill: #aab8c2;
        transition: fill 0.15s ease-in-out; }
      .layout-sidebar-second .block-last-tweets article .counts a {
        color: #aab8c2;
        transition: color 0.15s ease-in-out; }
        .layout-sidebar-second .block-last-tweets article .counts a:hover, .layout-sidebar-second .block-last-tweets article .counts a:focus {
          color: #212121;
          text-decoration: none; }
          .layout-sidebar-second .block-last-tweets article .counts a:hover svg, .layout-sidebar-second .block-last-tweets article .counts a:focus svg {
            fill: #212121; }
      .layout-sidebar-second .block-last-tweets article .counts > span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 50px;
        white-space: nowrap; }
        .layout-sidebar-second .block-last-tweets article .counts > span:first-child {
          margin-left: 0; }
    .layout-sidebar-second .block-last-tweets article .tweet-url {
      font-size: 1.3rem; }
  .layout-sidebar-second .block-last-tweets .title h2 {
    font-size: 1.8rem;
    text-transform: none;
    font-weight: bold; }
  .layout-sidebar-second .block-last-tweets .twitter-top {
    margin-bottom: 2.5rem; }
    .layout-sidebar-second .block-last-tweets .twitter-top .profile-image {
      border-radius: 9px;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06); }
    .layout-sidebar-second .block-last-tweets .twitter-top .user-screename-big {
      display: block;
      font-size: Arial, Helvetica, sans-serif;
      font-size: 2rem;
      font-weight: normal;
      margin-top: 0.8rem; }
.layout-sidebar-second .block-views-block-resource-block-block-1 > h2 {
  font-size: 1.4rem;
  color: #474747;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-left: 22px;
  letter-spacing: 0.4rem;
  border-left: solid 2px #250e62; }
.layout-sidebar-second .block-views-block-resource-block-block-1 .node--type-resource {
  background: #f5f5f5;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 96px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  min-height: 75px; }
  .layout-sidebar-second .block-views-block-resource-block-block-1 .node--type-resource h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    text-transform: none; }
  .layout-sidebar-second .block-views-block-resource-block-block-1 .node--type-resource .media {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 77px;
    border-radius: 2px 0 0 2px; }
    .layout-sidebar-second .block-views-block-resource-block-block-1 .node--type-resource .media img {
      max-width: 100%;
      height: auto; }
.layout-sidebar-second .block-views-block-resource-block-block-1 footer {
  margin: 40px -22px 0;
  text-align: center; }
  .layout-sidebar-second .block-views-block-resource-block-block-1 footer a {
    padding: 15px 30px;
    padding: 1.5rem 3rem;
    text-align: center;
    display: inline-block;
    border-radius: 2.5rem;
    background: #250e62;
    color: white;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
    .layout-sidebar-second .block-views-block-resource-block-block-1 footer a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 20px;
      left: 2rem;
      right: 20px;
      right: 2rem;
      bottom: 0;
      border-radius: 2.5rem;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
      box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
      z-index: -1; }
    .layout-sidebar-second .block-views-block-resource-block-block-1 footer a:hover, .layout-sidebar-second .block-views-block-resource-block-block-1 footer a:focus {
      background-color: #da291c;
      color: white; }
.layout-sidebar-second .view-contact-sidebar .views-field-field-image-media {
  margin: -30px -30px 25px; }
.layout-sidebar-second .view-contact-sidebar .views-field-info h2 {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-left: 16px;
  border-left: #250e62 solid 2px;
  letter-spacing: 0.3rem;
  color: #474747;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-weight: normal; }
.layout-sidebar-second .view-contact-sidebar .views-field-field-title h3 {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  text-transform: none;
  margin-bottom: 1.6rem; }
.layout-sidebar-second .view-contact-sidebar .views-field-field-contact-name {
  line-height: 1.6; }
.layout-sidebar-second .view-contact-sidebar .views-field-field-phone {
  line-height: 1.6; }
  .layout-sidebar-second .view-contact-sidebar .views-field-field-phone div {
    display: inline; }
.layout-sidebar-second .view-contact-sidebar .views-field-field-link a {
  background: -moz-linear-gradient(rgba(37, 14, 98, 0.2), rgba(37, 14, 98, 0.2));
  background: -webkit-linear-gradient(rgba(37, 14, 98, 0.2), rgba(37, 14, 98, 0.2));
  background: linear-gradient(rgba(37, 14, 98, 0.2), rgba(37, 14, 98, 0.2));
  background-position: 0 1em;
  background-repeat: no-repeat;
  -moz-transition: background-position .15s ease-in-out;
  -webkit-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out; }
  .layout-sidebar-second .view-contact-sidebar .views-field-field-link a:hover, .layout-sidebar-second .view-contact-sidebar .views-field-field-link a:focus {
    color: inherit;
    background-position: 0 0; }
.layout-sidebar-second .videos, .layout-sidebar-second .field--name-field-image {
  margin: 0;
  max-width: none; }
.layout-sidebar-second .image-sidebar .field--name-field-image {
  margin: -30px -30px 26px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  padding: 0; }
  .layout-sidebar-second .image-sidebar .field--name-field-image img {
    display: block;
    width: 100%;
    height: auto; }
.layout-sidebar-second .image-sidebar .title {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: none;
  margin-bottom: 2.2rem;
  line-height: 1.8; }
.layout-sidebar-second .button a, .layout-sidebar-second a.button {
  display: block; }
.layout-sidebar-second .links > .title,
.layout-sidebar-second .resource-sidebar > .title {
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-left: 16px;
  border-left: #250e62 solid 2px;
  letter-spacing: 0.3rem;
  color: #474747;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-weight: normal;
  margin-bottom: 3rem; }
.layout-sidebar-second .resource-sidebar .node--type-resource {
  margin-bottom: 40px; }
  .layout-sidebar-second .resource-sidebar .node--type-resource:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .layout-sidebar-second .resource-sidebar .node--type-resource .field--name-field-visuel-nm {
    float: left;
    margin: 0 20px 0 0;
    width: 34.8101265823%; }
  .layout-sidebar-second .resource-sidebar .node--type-resource h3 {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0;
    text-transform: none;
    line-height: normal; }
.layout-sidebar-second .link-sidebar .more:first-child:last-child a {
  display: block;
  margin: -30px;
  padding: 30px;
  text-transform: none;
  position: relative;
  transition: color 0.3s ease-out;
  color: #250e62;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  border-radius: 3px;
  overflow: hidden; }
  .layout-sidebar-second .link-sidebar .more:first-child:last-child a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #250e62;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 0.3s ease-out; }
  .layout-sidebar-second .link-sidebar .more:first-child:last-child a:hover, .layout-sidebar-second .link-sidebar .more:first-child:last-child a:focus, .layout-sidebar-second .link-sidebar .more:first-child:last-child a:active, .layout-sidebar-second .link-sidebar .more:first-child:last-child a.active, .layout-sidebar-second .link-sidebar .more:first-child:last-child a.is-active {
    color: white;
    text-decoration: none; }
    .layout-sidebar-second .link-sidebar .more:first-child:last-child a:hover:before, .layout-sidebar-second .link-sidebar .more:first-child:last-child a:focus:before, .layout-sidebar-second .link-sidebar .more:first-child:last-child a:active:before, .layout-sidebar-second .link-sidebar .more:first-child:last-child a.active:before, .layout-sidebar-second .link-sidebar .more:first-child:last-child a.is-active:before {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .layout-sidebar-second .link-sidebar .more:first-child:last-child a:after {
    content: none; }
@supports (display: flex) {
  .layout-sidebar-second .links .content .field__item a {
    display: flex;
    align-items: center;
    padding-top: 13px; } }
.layout-sidebar-second .decsriptive-sidebar {
  margin: 0; }
  .layout-sidebar-second .decsriptive-sidebar .title {
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #da291c; }

/*** [ Footer ] ***/
footer[role=contentinfo] {
  background: #fff;
  color: #250e62;
  font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
  footer[role=contentinfo] > .region-footer {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px; }
  footer[role=contentinfo] .block-formulaire-contact {
    float: left;
    width: 22.2222222222%;
    margin-right: 6.875%;
    margin-bottom: 80px; }
    footer[role=contentinfo] .block-formulaire-contact p {
      margin-bottom: 0; }
    footer[role=contentinfo] .block-formulaire-contact p:first-child {
      font-size: 2rem;
      font-weight: 600;
      color: #da291c;
      margin-bottom: 1.5rem; }
    footer[role=contentinfo] .block-formulaire-contact p:last-child {
      margin-top: 1em; }
    footer[role=contentinfo] .block-formulaire-contact a {
      border-bottom: solid 1px #da291c;
      display: inline-block; }
  footer[role=contentinfo] .menu--footer {
    float: left;
    width: 40.625%;
    margin-bottom: 80px; }
    footer[role=contentinfo] .menu--footer > .menu {
      margin: 0; }
      footer[role=contentinfo] .menu--footer > .menu > li {
        margin: 0;
        list-style: none; }
        footer[role=contentinfo] .menu--footer > .menu > li > a {
          display: inline-block;
          font-size: 2rem;
          font-weight: 600;
          color: #da291c;
          margin-bottom: 1.5rem;
          text-transform: uppercase; }
        footer[role=contentinfo] .menu--footer > .menu > li ul {
          margin: 0; }
        footer[role=contentinfo] .menu--footer > .menu > li li {
          margin: 0 0 1.5rem; }
        footer[role=contentinfo] .menu--footer > .menu > li > ul:after {
          content: "";
          display: block;
          overflow: hidden;
          clear: both;
          visibility: hidden; }
        footer[role=contentinfo] .menu--footer > .menu > li > ul > li {
          float: left;
          width: 50%;
          padding-right: 20px; }
          footer[role=contentinfo] .menu--footer > .menu > li > ul > li:nth-child(2n+1) {
            clear: left; }
  footer[role=contentinfo] .block-menu-reseaux-sociaux {
    float: right;
    width: 26.1111111111%; }
    footer[role=contentinfo] .block-menu-reseaux-sociaux p:first-child {
      font-size: 2rem;
      font-weight: 600;
      color: #da291c;
      margin-bottom: 1.5rem;
      text-transform: uppercase; }
    footer[role=contentinfo] .block-menu-reseaux-sociaux ul {
      margin: 0; }
      footer[role=contentinfo] .block-menu-reseaux-sociaux ul li {
        margin: 0 27px 1.5rem 0;
        display: inline-block; }
        footer[role=contentinfo] .block-menu-reseaux-sociaux ul li:last-child {
          margin-right: 0; }
        footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a {
          display: inline-block;
          width: 45px;
          height: 45px;
          text-align: center;
          line-height: 45px;
          border-radius: 50%;
          background: #666;
          color: white;
          transition: background-color 0.15s ease-in-out; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a img {
            max-width: 24px;
            max-height: 29px;
            vertical-align: middle;
            height: auto;
            display: none; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a:before {
            content: '';
            font-family: icomoon;
            font-weight: normal;
            font-size: 20px; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.facebook:hover, footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.facebook:focus {
            background-color: #3b5998; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.facebook:before {
            content: '\e913'; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.twitter:hover, footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.twitter:focus {
            background-color: #1da1f2; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.twitter:before {
            content: '\e912'; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.youtube:hover, footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.youtube:focus {
            background-color: #E62117; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.youtube:before {
            content: '\e911'; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.linkedin:hover, footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.linkedin:focus {
            background-color: #0274b3; }
          footer[role=contentinfo] .block-menu-reseaux-sociaux ul li a.linkedin:before {
            content: '\e910'; }
  footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 {
    background: #f5f5f5;
    clear: both;
    text-align: center;
    padding: 22px 0;
    position: relative;
    /*.field-content > div:last-child .media {
    	margin-right: 0;
    }
    .field-content > div:first-child .media {
    	margin-left: 0;
    }*/ }
    footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1:before, footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1:after {
      content: '';
      width: 100%;
      left: -100%;
      top: 0;
      bottom: 0;
      position: absolute;
      background: #f5f5f5; }
    footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1:after {
      left: 100%; }
    footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 div {
      display: inline; }
      footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 div .media {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 4.1666666667%; }
        footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 div .media > div + div {
          display: none; }
        footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 div .media img {
          vertical-align: bottom; }
    footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 .block-views-blockpartenaire-footer-block-1 {
      padding: 0; }
      footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 .block-views-blockpartenaire-footer-block-1:before, footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 .block-views-blockpartenaire-footer-block-1:after {
        display: none; }

#block-newsletterfooterblock {
  background: #da291c;
  color: white;
  margin-bottom: 88px;
  position: relative; }
  #block-newsletterfooterblock:before, #block-newsletterfooterblock:after {
    content: '';
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #da291c; }
  #block-newsletterfooterblock:after {
    left: 100%; }

.newsletter-footer-block {
  margin: 0 auto;
  padding: 28px 0; }
  .newsletter-footer-block:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }
  .newsletter-footer-block .footer-infos {
    width: 47.2222222222%;
    float: left;
    font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
    .newsletter-footer-block .footer-infos .footer-title {
      font-weight: 600;
      font-size: 2.8rem;
      margin-bottom: 0.6rem;
      text-transform: uppercase;
      line-height: normal; }
    .newsletter-footer-block .footer-infos .footer-desc {
      text-transform: uppercase;
      font-size: 1.8rem;
      margin-bottom: 0;
      line-height: normal; }
  .newsletter-footer-block form {
    float: right;
    width: 422px;
    background: white;
    height: 50px;
    border-radius: 25px;
    position: relative;
    padding: 5px 50px 5px 5px;
    margin-top: 5px; }
    .newsletter-footer-block form input[type=text], .newsletter-footer-block form input[type=email] {
      background: none;
      border: none;
      box-shadow: none;
      margin: 0;
      font-size: 1.8rem;
      color: #250e62;
      height: 40px;
      padding: 0 0 0 15px; }
    .newsletter-footer-block form input[type=submit] {
      position: absolute;
      top: 5px;
      right: 5px;
      height: 40px;
      width: 40px;
      border: none;
      background: #250e62;
      color: white;
      text-align: center;
      line-height: 40px;
      padding: 0;
      border-radius: 50%;
      font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      transition: background-color 0.15s ease-in-out; }
      .newsletter-footer-block form input[type=submit]:hover, .newsletter-footer-block form input[type=submit]:focus {
        background-color: #da291c; }

/* vertical responsive */
@media (max-height: 890px) {
  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2:before {
    margin-bottom: 100px; }

  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .views-field-field-block-title {
    margin-bottom: 50px; }

  .header .region-menu .menu--main > .menu > li {
    margin-bottom: 40px; }

  .header .region-menu {
    padding: 40px; } }
@media (max-height: 768px) {
  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .views-field-field-block-title {
    font-size: 6rem; } }
/* horizontal responsive */
@media (max-width: 1620px) {
  .explorer-homepage:before {
    left: -200px; }

  .field--name-field-storyline-mv {
    padding-top: 30.3571428571vw; }

  .field--name-field-storyline-mv .storyline .image {
    top: -30.3571428571vw; }

  .field--name-field-storyline-mv .storyline .image img {
    min-height: 44.6428571429vw; }
    @supports (object-fit: cover) {
      .field--name-field-storyline-mv .storyline .image img {
        height: 44.6428571429vw; } } }
@media (max-width: 1520px) {
  .pre-header {
    padding-left: 20px;
    padding-right: 20px; }

  .menu-toggle {
    left: 20px; }

  #block-selecteurdelangue,
  .block-outils-partage {
    right: 20px; }

  #block-formulairederecherche {
    right: 100px; }

  .header .region-menu {
    padding: 40px; }

  .dossier-home .col-right {
    padding-left: 20px; }

  .dossier-home .col-left {
    padding-top: 0;
    padding-left: 0; }

  .views-exposed-form .form-actions {
    float: none;
    width: auto; }

  .views-exposed-form .form-actions .button {
    float: left;
    margin-right: 45px; }

  .layout-sidebar-second .views-row {
    padding: 20px; }

  .node--type-resource .image:first-child,
  .node--type-resource .field--name-field-image:first-child,
  .node--type-resource .video:first-child,
  .layout-sidebar-second .image-sidebar .field--name-field-image,
  .layout-sidebar-second .view-contact-sidebar .views-field-field-image-media {
    margin: -20px -20px 20px; }

  .node--type-resource a.button, .node--type-resource .button a {
    padding-left: 2rem;
    padding-right: 2rem; }

  .layout-sidebar-second .newsletter-footer-block {
    padding: 16px 20px 21px; }

  .layout-sidebar-second .link-sidebar .more:first-child:last-child a {
    margin: -20px;
    padding: 20px;
    font-size: 1.8rem; }

  .layout-sidebar-second .block-last-tweets {
    padding: 20px; }

  .highlighted {
    margin-left: 20px;
    margin-right: 20px; }

  .highlighted .image {
    width: 50%; }

  .highlighted .contenu {
    width: 50%;
    padding-right: 0;
    margin-top: 0; }

  .highlighted.left .contenu {
    padding-left: 0;
    padding-right: 40px; }

  .field--name-field-projet-or-wide-angle .visual,
  .field--name-field-projet-or-wide-angle .contenu {
    width: 50%; }

  .page-node-type-page-afd-project .strate .content.right .dates .start, .page-node-type-page-ong-project .strate .content.right .dates .start, .page-node-type-page-research-project .strate .content.right .dates .start {
    float: none;
    width: auto;
    margin-bottom: 20px; }

  .page-node-type-page-afd-project .strate .content.right .dates .end, .page-node-type-page-ong-project .strate .content.right .dates .end, .page-node-type-page-research-project .strate .content.right .dates .end {
    float: none;
    width: auto;
    padding-left: 0; }

  .bulles .field--name-field-bulle-mv > .field__item {
    margin-left: 10px;
    margin-right: 10px; }

  #search-alphabet {
    text-align: left;
    margin-bottom: 30px; }
    #search-alphabet:after {
      content: none; }

  .page-node-type-agency .addresses-schedule {
    float: none;
    width: auto; }

  .page-node-type-agency .access-plan {
    float: none;
    width: auto;
    margin-bottom: 30px;
    padding: 0; } }
@media (max-width: 1400px) {
  .dossier-home .title {
    font-size: 70px;
    font-size: 7rem; }

  .explorer-homepage:before {
    left: -140px; }

  .field--name-field-indicators-mv3 {
    padding: 40px 0; }
    .field--name-field-indicators-mv3:before {
      content: none; }
    .field--name-field-indicators-mv3 .field__item .field--name-name {
      font-size: 6rem; }

  footer[role=contentinfo] .block-menu-reseaux-sociaux ul li {
    margin-right: 17px; }

  .view-agenda-evenement-majeur .node.evenement-majeur {
    display: block; }

  .view-agenda-evenement-majeur .contenu-1 {
    width: 35.3333%;
    padding-right: 2%; }

  .view-agenda-evenement-majeur .visual {
    width: 64.6666%; }

  .field--name-field-top-button-mv4 div a {
    padding-left: 30px;
    padding-right: 30px; }
    .field--name-field-top-button-mv4 div a:before {
      left: 30px;
      right: 30px; }

  .ctsearch-result-list.list .ctsearch-result-header > div,
  .ctsearch-result-list.list .ctsearch-result-item > *,
  .job-offers-result .header > span, .job-offers-result .table-header > span,
  .job-offers-result .content .item-result > div {
    padding: 15px;
    font-size: 1.5rem; }

  .ctsearch-result-list.list .ctsearch-result-item > h3,
  .job-offers-result .content .item-result .title {
    font-size: 1.5rem; }

  .path-recherche #block-afd-content {
    padding-left: 92px;
    padding-right: 20px; }

  .menu--project .menu li a {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 1280px) {
  .search_opened.path-frontpage .region-highlighted .block-views-blockfrontpage-block-2:before {
    opacity: 0 !important; }

  .node--type-news .content .media, .node--view-mode-content-top .content .media {
    max-width: 40%; }

  .contenu-type-4 .highlight_content.with-media.droite .contenu {
    width: 50%;
    padding: 0 0 0 40px;
    left: 0;
    margin: 0 0 0 50%; }

  .contenu-type-4 .highlight_content.with-media.gauche .contenu {
    width: 50%;
    padding: 0 40px 0 0;
    left: 0;
    margin: 0 0 0 0; }

  .node-content-top .region-nodecontenttopleft,
  .node-content-top .region-nodecontenttopright {
    width: 50%; }

  .entity .right {
    padding: 0 8.3333333333% 0 8.3333333333%; }

  .chapter .chapter-title ul li {
    margin-left: 25px;
    margin-right: 25px; }

  .view-list .attachment-before .node--type-wide-angle-page .titles,
  .view-list .attachment-before .node--type-wide-angle-page .titles .third-title {
    font-size: 4.2rem; }

  .view-list .attachment-before .node--type-wide-angle-page .titles .second-title {
    font-size: 6.9rem; }

  .view-agenda-evenement-majeur .contenu-1,
  .view-agenda-evenement-majeur .visual {
    width: 50%; }

  .path-recherche #block-afd-content .ctsearch-pager {
    clear: right; } }
@media (max-width: 1180px) {
  .search_opened #block-afd-branding {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s !important; }

  nav.tabs li a, ul.onlgets li a {
    padding-left: 35px;
    padding-right: 35px; }
    nav.tabs li a:before, ul.onlgets li a:before {
      left: 35px;
      right: 35px; }

  .resource .content .field__item a, .links .content .field__item a {
    padding: 16px 10px 16px 87px;
    font-size: 1.3rem;
    min-height: 70px; }
    .resource .content .field__item a:after, .links .content .field__item a:after {
      line-height: 70px;
      width: 70px; }

  .strate.contenu-type-1 {
    padding: 0 2%; }

  .strate.contenu-type-1 .contenu {
    width: 60%; }

  .strate.contenu-type-1 .suivre-projet {
    width: 40%; }

  .news-events .news,
  .news-events .events {
    width: auto;
    display: block; }

  .news-events .news .views-row {
    float: none;
    width: auto;
    padding-right: 0; }
    .news-events .news .views-row.even {
      padding-left: 0; }

  .cross-content .onglet .views-element-container .tuile-4 {
    width: 100%;
    max-width: 720px; } }
@media (max-width: 1130px) {
  .field--name-field-storyline-mv .views-slideshow-controls-top {
    left: 0;
    margin-left: 0; }

  .field--name-field-data-mv3 > .field__item {
    width: 245px; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element,
  .event-list .view-content .views-row .evenement {
    padding: 20px; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date,
  .event-list .view-content .views-row .evenement .date {
    width: 153px; }

  .event-list,
  .block-views-blockagenda-premier-evenement-block-1 {
    padding-left: 20px;
    padding-right: 20px; }

  .field--name-field-top-button-mv4 div a {
    padding-left: 13px;
    padding-right: 13px; }
    .field--name-field-top-button-mv4 div a:before {
      left: 13px;
      right: 13px; }

  .page-node-type-page-afd-project .strate .content.right, .page-node-type-page-ong-project .strate .content.right, .page-node-type-page-research-project .strate .content.right,
  .jov-offer-full .content .content-right {
    padding: 40px 20px; }

  .page-node-type-page-afd-project .strate .content.left, .page-node-type-page-ong-project .strate .content.left, .page-node-type-page-research-project .strate .content.left,
  .jov-offer-full .content .content-left {
    padding-top: 40px;
    padding-bottom: 40px; }
    .page-node-type-page-afd-project .strate .content.left:before, .page-node-type-page-ong-project .strate .content.left:before, .page-node-type-page-research-project .strate .content.left:before,
    .jov-offer-full .content .content-left:before {
      top: 55px; }

  .page-node-type-page-afd-project .strate .content.right .value, .page-node-type-page-ong-project .strate .content.right .value, .page-node-type-page-research-project .strate .content.right .value,
  .jov-offer-full .content .content-right h3 {
    font-size: 2.5rem; }

  .menu--project .menu li {
    font-size: 1.5rem; }

  .job-offers-filters-form .form-wrapper legend {
    float: none;
    margin-bottom: 30px; } }
@media (max-width: 1050px) and (min-width: 1000px) {
  .views-exposed-form .form-item:nth-child(4), .views-exposed-form .item-list:nth-child(4) {
    margin-right: 0; }

  .views-exposed-form .form-item, .views-exposed-form .item-list,
  .views-exposed-form .form-actions .button {
    margin-bottom: 20px; } }
@media (min-width: 1024px) {
  .header .region-menu .menu--main > .menu > li > ul {
    display: block !important;
    height: auto !important; }

  #block-outilsdepartage-2 {
    display: none; }

  .contenu-type-4 .highlight_content.with-media {
    min-height: 800px; } }
@media (max-width: 1050px) {
  .views-exposed-form .item-list .js-popin_content {
    left: 20px;
    right: 20px;
    margin-left: 0;
    width: auto; } }
@media (max-width: 1023px) and (min-width: 768px) {
  .contenu-type-4 .highlight_content.with-media .highlightContent-media iframe {
    max-height: 400px; }

  .contenu-type-4 .highlight_content.with-media {
    min-height: 400px; } }
@media (max-width: 1023px) {
  #block-outilsdepartage {
    display: none; }

  .header .region-menu .menu--main {
    overflow: visible;
    clear: both; }

  .header .region-menu .menu--main > .menu > li {
    padding-right: 20px; }

  .header .region-menu .menu--main > .menu > li:nth-child(2n) {
    width: 50%; }

  .header .region-menu .block-raccourcis-administrables,
  .header .region-menu .block-menu-reseaux-sociaux {
    width: 50%;
    padding-right: 20px;
    clear: none;
    margin-top: 40px; }

  .header .region-menu .menu--menu-profile {
    float: none;
    width: auto;
    padding-right: 0; }

  .bloc-actualites-homepage .node--type-news,
  .bloc-actualites-homepage > .adm_field_collection {
    width: 46.09375%;
    margin: 0 1.953125% 30px; }
    @supports (width: calc(50% - 30px)) {
      .bloc-actualites-homepage .node--type-news,
      .bloc-actualites-homepage > .adm_field_collection {
        width: calc(50% - 30px);
        margin: 0 15px 30px; } }

  .bloc-actualites-homepage .node--type-news:first-of-type {
    float: none;
    width: auto; }

  .dossier-home .col-left, .dossier-home .col-right {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0; }
    .dossier-home .col-left:after, .dossier-home .col-right:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }

  .dossier-home .col-left {
    margin-bottom: 20px; }

  .dossier-home .col-left > div {
    transform: none !important;
    margin: 0; }

  .dossier-home .col-left > div + div {
    display: none !important; }

  .path-frontpage .region-highlighted {
    margin-bottom: 30px; }

  .explorer-homepage {
    font-size: 2rem; }
    .explorer-homepage:before {
      left: -107px;
      top: 14px; }

  .bloc-blog-homepage .title-bloc-blog {
    font-size: 2rem; }

  .actus-blog {
    display: block; }
    .actus-blog .actu-blog {
      float: none;
      width: auto;
      margin: 0 15px 30px;
      padding-left: 34.375%; }
      .actus-blog .actu-blog .actu-visuel {
        width: 30.5989583333%; }

  .bloc-map-homepage .field-buttons-map-homepage a {
    margin-bottom: 32px; }

  .bloc-map-homepage .map {
    padding: 50px 40px 18px;
    min-height: 0; }

  .bloc-map-homepage .img {
    transform: none !important; }

  .dossier-home {
    margin-bottom: 80px; }

  .resaux-sociaux-homepage:before,
  .resaux-sociaux-homepage .reseaux-sociaux-homepage-titre,
  .resaux-sociaux-homepage .presence {
    display: none; }

  .resaux-sociaux-homepage .fil-twitter-titre {
    font-size: 3.7rem; }

  .resaux-sociaux-homepage .fil-twitter {
    margin-bottom: 0; }

  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .views-field-field-surtitre {
    font-size: 2rem; }

  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .views-field-field-block-title {
    font-size: 5rem; }

  .header .region-menu .menu--main > .menu > li {
    margin-bottom: 0; }

  .header .region-menu .menu--main > .menu > li > ul {
    display: none;
    margin-bottom: 30px; }

  .header .region-menu .menu--main > .menu > li.menu-item--expanded > a, .header .region-menu .menu--main > .menu > li.menu-item--expanded > span {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .header .region-menu .menu--main > .menu > li.menu-item--expanded > a:after, .header .region-menu .menu--main > .menu > li.menu-item--expanded > span:after {
      content: '\e904';
      font-family: icomoon;
      font-size: 1.4em;
      font-weight: normal;
      color: #da291c;
      display: inline-block;
      margin-left: 3px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: transform 0.2s ease-in-out;
      position: relative;
      top: -0.1em;
      vertical-align: middle; }
  .header .region-menu .menu--main > .menu > li.menu-item--expanded.opened > a:after, .header .region-menu .menu--main > .menu > li.menu-item--expanded.opened > span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

  .views-exposed-form .form-item, .views-exposed-form .item-list,
  .views-exposed-form .form-actions .button {
    margin-right: 20px; }

  .two-cols .layout-content {
    float: none;
    width: auto; }

  .layout-sidebar-second,
  .path-ressources #side-blocks {
    display: none;
    float: none;
    width: auto; }

  .strate.contenu-type-1 .contenu {
    width: 78%;
    margin-top: 240px; }

  .strate.contenu-type-1 .suivre-projet {
    position: absolute;
    right: 0;
    max-width: 78%;
    left: auto;
    right: 20px;
    width: auto; }

  .strate.contenu-type-1 .suivre-projet .social {
    display: none !important; }

  .contenu-type-4 .highlight_content.with-media.droite .contenu {
    width: auto;
    margin: 0;
    padding: 0; }

  .node-content-top {
    display: block; }

  .node-content-top .region-nodecontenttopleft,
  .node-content-top .region-nodecontenttopright {
    float: none;
    width: auto; }

  .node-content-top .region-nodecontenttopright {
    min-height: 0; }

  .node-content-top .region-nodecontenttopright .diaporama {
    padding: 0; }
  .node-content-top .region-nodecontenttopright .skin-default {
    position: static; }

  .node-content-top .region-nodecontenttopright .media .img,
  .node-content-top .region-nodecontenttopright .media {
    position: relative; }

  .node-content-top .region-nodecontenttopright .media .img img {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto; }

  ul.anchor {
    white-space: nowrap;
    overflow: auto;
    padding-left: 0;
    padding-right: 0; }

  .two-columns .col1,
  .two-columns .col2 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0; }

  .highlighted .image {
    float: none;
    width: auto;
    margin-bottom: 30px; }

  .highlighted .image .field--name-field-visual-nm {
    transform: none !important; }

  .highlighted .image .field--name-field-visual-nm2 {
    display: none !important; }

  .highlighted .contenu {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0; }

  .highlighted.left .contenu {
    float: none;
    padding-right: 0; }

  .diaporama {
    padding: 20px; }

  .field--name-field-data-mv3 > .field__item {
    text-align: center; }

  .frieze, .event-list {
    background-image: none; }

  .field--name-field-freize-title {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px; }

  .frieze:before,
  .field--name-field-frieze-element-mv:before,
  .field--name-field-freize-title:before,
  .event-list:before,
  .event-list .view-content:before {
    left: 21px; }

  .field--name-field-frieze-element-mv > .field__item,
  .event-list .view-content .views-row {
    float: none;
    width: auto; }

  .field--name-field-frieze-element-mv > .field__item:nth-child(2),
  .event-list .view-content .views-row:nth-child(2) {
    margin-top: 0; }

  .field--name-field-frieze-element-mv > .field__item:nth-child(2n),
  .event-list .view-content .views-row:nth-child(2n) {
    float: none;
    padding-left: 153px;
    padding-right: 0; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date,
  .event-list .view-content .views-row .evenement .date {
    width: 178px; }

  .field--name-field-frieze-element-mv > .field__item:nth-child(2n) .frieze-element .frieze-date,
  .event-list .view-content .views-row:nth-child(2n) .evenement .date {
    left: -153px;
    padding-right: 25px;
    padding-left: 0; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element,
  .event-list .view-content .views-row .evenement {
    padding: 30px 40px;
    min-height: 0; }

  .view-list .node--type-wide-angle-page .contenu {
    width: 66.6666%; }

  .view-list .node--type-wide-angle-page .visual {
    position: absolute; }

  .view-list .even .node--type-wide-angle-page .visual {
    left: auto;
    right: 20px; }

  .view-list {
    padding-left: 20px;
    padding-right: 20px; }
    .view-list .view-list {
      padding-left: 0;
      padding-right: 0; }

  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 {
    padding-left: 20px;
    padding-right: 20px; }

  .contenu-type-4 .highlight_content.with-media.gauche .contenu,
  .contenu-type-4 .highlight_content.with-media.droite .contenu {
    width: auto;
    padding: 0 60px; }

  .view-list .attachment-before .node--type-wide-angle-page .text-visual {
    width: auto;
    padding-left: 60px;
    padding-right: 60px; }

  .view-list .attachment-before .node--type-wide-angle-page .contenu {
    left: 0; }

  .premier-evenement .visual {
    float: left;
    max-width: 48%; }
    .premier-evenement .visual .visual {
      float: none;
      width: auto;
      max-width: none; }

  .premier-evenement .date {
    clear: left;
    float: left;
    width: 48%;
    text-align: right;
    padding-right: 4%;
    margin: 20px 0 0; }

  .premier-evenement .contenu {
    margin-left: 52%; }

  .page-node-type-event .strate > .left, .page-node-type-major-event .strate > .left,
  .page-node-type-event .strate > .right, .page-node-type-major-event .strate > .right {
    float: none;
    width: auto;
    padding: 0 20px; }

  .chapter .chapter-title ul li {
    width: auto;
    max-width: 120px;
    margin-left: 15px;
    margin-right: 15px; }

  .page-node-type-event .node > .contenu.social, .page-node-type-major-event .node > .contenu.social {
    padding-left: 0;
    padding-right: 0; }

  nav.tabs, ul.onlgets {
    padding-top: 27px;
    padding-bottom: 7px; }

  nav.tabs li, ul.onlgets li {
    margin-bottom: 20px; }

  .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program {
    margin-left: 0;
    margin-right: 0; }

  .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 44px; }
    .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item:last-child {
      margin-bottom: 0; }

  .node--type-expert.node--view-mode-full .expert-reseach .field--name-field-program > .field__item .more {
    margin-top: 0; }

  .strate.location {
    padding: 50px 20px; }

  .strate.location > .top, .strate.location .field--name-field-address {
    max-width: none; }

  .page-node-type-news .videos, .page-node-type-news .field--name-field-image, .page-node-type-press-release .videos, .page-node-type-press-release .field--name-field-image {
    padding: 60px 20px; }

  .entity {
    display: block;
    min-height: 0;
    padding: 63px 0;
    height: auto; }

  .entity .entity-content, .entity .rubric_links {
    display: block;
    width: auto; }

  .entity .rubric_links {
    padding: 0;
    margin: 0 20px 70px; }
    .entity .rubric_links:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    @supports (display: flex) {
      .entity .rubric_links {
        display: flex;
        flex-wrap: wrap; } }

  .entity .rubric_links li {
    float: left;
    width: 50%;
    border: #e1c2c2 solid 1px;
    background: #f5f5f5;
    margin: -1px 0 0; }
    @supports (display: flex) {
      .entity .rubric_links li {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .entity .rubric_links li:nth-child(2n+1) {
      clear: left; }
    .entity .rubric_links li:last-child:nth-child(3), .entity .rubric_links li:last-child:nth-child(5), .entity .rubric_links li:last-child:nth-child(7) {
      width: 100%; }

  .entity .left {
    display: none; }

  .entity .right {
    padding: 0 20px; }

  .desc-text {
    padding: 65px 20px; }

  .field--name-field-projet-or-wide-angle {
    padding-left: 20px;
    padding-right: 20px; }

  .field--name-field-projet-or-wide-angle .visual, .field--name-field-projet-or-wide-angle .contenu {
    float: none;
    width: auto; }

  .field--name-field-projet-or-wide-angle .contenu {
    padding-left: 0; }

  div.resources > div > div {
    width: auto; }

  .js-tabs {
    padding: 30px 0 10px; }

  .js-tabs h2, .js-tabs .title {
    margin-bottom: 20px; }

  .cross-content .onglet {
    padding-left: 0;
    padding-right: 0; }

  .cross-content .onglet .views-element-container {
    display: block; }

  .cross-content .views-element-container > .views-row,
  .cross-content .views-element-container > .tuile-6,
  .cross-content .views-element-container > div > .view > .view-content > .views-row,
  .cross-content .views-element-container > div > .view > .view-content > .tuile-6 {
    width: 345px;
    width: calc(50% - 30px); }

  .ctsearch-result-list.tile .ctsearch-result-item {
    width: 315px;
    width: calc(50% - 30px); }
    .ctsearch-result-list.tile .ctsearch-result-item img {
      max-width: none; }
      @supports (object-fit: cover) {
        .ctsearch-result-list.tile .ctsearch-result-item img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }

  .path-recherche {
    margin-top: 91px; }

  .menu--project {
    padding-right: 110px;
    height: 186px;
    position: static;
    top: 0; }

  .menu--project .menu li {
    width: 50%; }

  .menu--project .menu li a {
    min-height: 93px;
    border-right: #e9e6ef  solid 1px;
    border-bottom: #e9e6ef  solid 1px;
    text-align: center;
    justify-content: center; }
    .menu--project .menu li a:after {
      content: none; }

  #block-searchprojectviewmode {
    width: 109px;
    height: 186px;
    border-left: none;
    border-right: none;
    right: 0;
    background: white; }

  #block-searchprojectviewmode > a {
    float: none;
    width: auto;
    display: block;
    border-bottom: #e9e6ef  solid 1px; }
    #block-searchprojectviewmode > a:after {
      content: none; }

  #cartography-background {
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

  .path-recherche .white-popup {
    width: 95%; }

  .path-recherche #block-afd-content h1 + div .pagination-step, .path-recherche #block-afd-content h1 + div .ctsearch-pager {
    display: none; }

  #ctsearch-facets-results {
    overflow: auto; }

  body.path-le-reseau-des-agences .view-page-reseau > .view-content {
    padding-left: 20px;
    padding-right: 20px; }

  .page-node-type-page-afd-project .strate:first-child,
  .page-node-type-page-ong-project .strate:first-child,
  .page-node-type-page-research-project .strate:first-child {
    display: block; }

  .page-node-type-page-afd-project .strate .content.left,
  .page-node-type-page-ong-project .strate .content.left,
  .page-node-type-page-research-project .strate .content.left,
  .jov-offer-full .content .content-left {
    padding: 50px 65px;
    float: none;
    width: auto; }
    .page-node-type-page-afd-project .strate .content.left .descriptive_block,
    .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-chapo,
    .page-node-type-page-afd-project .strate .content.left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
    .contenu-type-4 .highlight_content .contenu .page-node-type-page-afd-project .strate .content.left .chapo .highlightContent-chapo,
    .page-node-type-page-afd-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-1nm,
    .two-columns .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-chapo-column-1nm,
    .page-node-type-page-afd-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-chapo-column-2-nm,
    .page-node-type-page-afd-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
    .node--type-expert.node--view-mode-full .career .page-node-type-page-afd-project .strate .content.left .chapo .field--name-field-header,
    .page-node-type-page-afd-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
    .node--type-expert.node--view-mode-full .other-work .page-node-type-page-afd-project .strate .content.left .chapo .field__item > p:first-child,
    .page-node-type-page-afd-project .strate .content.left .subchapo .field--name-field-under-chapo,
    .page-node-type-page-ong-project .strate .content.left .descriptive_block,
    .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-chapo,
    .page-node-type-page-ong-project .strate .content.left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
    .contenu-type-4 .highlight_content .contenu .page-node-type-page-ong-project .strate .content.left .chapo .highlightContent-chapo,
    .page-node-type-page-ong-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-1nm,
    .two-columns .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-chapo-column-1nm,
    .page-node-type-page-ong-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-chapo-column-2-nm,
    .page-node-type-page-ong-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
    .node--type-expert.node--view-mode-full .career .page-node-type-page-ong-project .strate .content.left .chapo .field--name-field-header,
    .page-node-type-page-ong-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
    .node--type-expert.node--view-mode-full .other-work .page-node-type-page-ong-project .strate .content.left .chapo .field__item > p:first-child,
    .page-node-type-page-ong-project .strate .content.left .subchapo .field--name-field-under-chapo,
    .page-node-type-page-research-project .strate .content.left .descriptive_block,
    .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-chapo,
    .page-node-type-page-research-project .strate .content.left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
    .contenu-type-4 .highlight_content .contenu .page-node-type-page-research-project .strate .content.left .chapo .highlightContent-chapo,
    .page-node-type-page-research-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-1nm,
    .two-columns .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-chapo-column-1nm,
    .page-node-type-page-research-project .strate .content.left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-chapo-column-2-nm,
    .page-node-type-page-research-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
    .node--type-expert.node--view-mode-full .career .page-node-type-page-research-project .strate .content.left .chapo .field--name-field-header,
    .page-node-type-page-research-project .strate .content.left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
    .node--type-expert.node--view-mode-full .other-work .page-node-type-page-research-project .strate .content.left .chapo .field__item > p:first-child,
    .page-node-type-page-research-project .strate .content.left .subchapo .field--name-field-under-chapo,
    .jov-offer-full .content .content-left .descriptive_block,
    .jov-offer-full .content .content-left .chapo .field--name-field-chapo,
    .jov-offer-full .content .content-left .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
    .contenu-type-4 .highlight_content .contenu .jov-offer-full .content .content-left .chapo .highlightContent-chapo,
    .jov-offer-full .content .content-left .chapo .two-columns .field--name-field-chapo-column-1nm,
    .two-columns .jov-offer-full .content .content-left .chapo .field--name-field-chapo-column-1nm,
    .jov-offer-full .content .content-left .chapo .two-columns .field--name-field-chapo-column-2-nm,
    .two-columns .jov-offer-full .content .content-left .chapo .field--name-field-chapo-column-2-nm,
    .jov-offer-full .content .content-left .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
    .node--type-expert.node--view-mode-full .career .jov-offer-full .content .content-left .chapo .field--name-field-header,
    .jov-offer-full .content .content-left .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
    .node--type-expert.node--view-mode-full .other-work .jov-offer-full .content .content-left .chapo .field__item > p:first-child,
    .jov-offer-full .content .content-left .subchapo .field--name-field-under-chapo {
      padding: 0; }

  .page-node-type-page-afd-project .strate .content.left:before,
  .page-node-type-page-ong-project .strate .content.left:before,
  .page-node-type-page-research-project .strate .content.left:before,
  .jov-offer-full .content .content-left:before {
    top: 65px;
    left: 0;
    width: 30px; }

  .page-node-type-page-afd-project .strate .content.right,
  .page-node-type-page-ong-project .strate .content.right,
  .page-node-type-page-research-project .strate .content.right,
  .jov-offer-full .content .content-right {
    float: none;
    width: auto;
    padding: 45px 20px;
    background-size: contain;
    background-position: right center; }

  .jov-offer-full .content {
    margin-bottom: 0;
    display: block; }

  #search-container #search-facets-container {
    float: none;
    width: auto;
    margin-bottom: 44px; }

  #search-facets .ctsearch-facet h3:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

  #search-facets .ctsearch-facet.toggled h3:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  #search-facets .ctsearch-facet .see-more-link,
  #search-facets .ctsearch-facet ul {
    display: none; }

  #search-container #search-sort-pager-results {
    margin-left: 0; }

  #search-sort-pager-top .pagination-step, #search-sort-pager-bottom .pagination-step {
    margin: 0; }

  #search-sort-pager-top .ctsearch-pager, #search-sort-pager-bottom .ctsearch-pager {
    margin-left: 0; }

  .path-ressources .ctsearch-result-list,
  .path-ressources #side-blocks {
    float: none;
    width: auto; }

  #search-container #search-sort-pager-results {
    overflow: visible; }

  .videos,
  .field--name-field-image,
  .descriptive_block,
  .other-work,
  .chapo .field--name-field-chapo,
  .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
  .contenu-type-4 .highlight_content .contenu .chapo .highlightContent-chapo,
  .chapo .two-columns .field--name-field-chapo-column-1nm,
  .two-columns .chapo .field--name-field-chapo-column-1nm,
  .chapo .two-columns .field--name-field-chapo-column-2-nm,
  .two-columns .chapo .field--name-field-chapo-column-2-nm,
  .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
  .node--type-expert.node--view-mode-full .career .chapo .field--name-field-header,
  .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
  .node--type-expert.node--view-mode-full .other-work .chapo .field__item > p:first-child,
  .subchapo .field--name-field-under-chapo,
  .resource-information,
  .strate .back {
    padding-left: 20px;
    padding-right: 20px; }

  .view-agenda-evenement-majeur .contenu-1, .view-agenda-evenement-majeur .visual {
    width: auto;
    float: none; }

  .view-agenda-evenement-majeur .contenu-1 {
    margin-bottom: 4rem;
    padding-right: 0; }

  .view-agenda-evenement-majeur .visual {
    padding-left: 0; }

  .path-recherche #block-afd-content .pagination-step > span:first-child {
    display: none; }

  /* footer tablet */
  #block-newsletterfooterblock {
    margin-bottom: 55px; }

  .newsletter-footer-block .footer-infos {
    text-align: center;
    float: none;
    width: auto;
    margin-bottom: 30px; }

  .newsletter-footer-block form {
    float: none;
    width: auto;
    margin: 0 auto;
    max-width: 615px; }

  footer[role=contentinfo] .block-formulaire-contact,
  footer[role=contentinfo] .menu--footer,
  footer[role=contentinfo] .block-menu-reseaux-sociaux {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 60px; } }
/* mobile */
@media (max-width: 767px) {
  html {
    font-size: 46.875%; }

  .menu-toggle {
    font-weight: 600; }

  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 .views-field-field-block-title {
    font-size: 3.6rem; }

  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2:before {
    width: 97px;
    height: 40px;
    background-image: url("../img/styles/logo_AFD_Blanc_mobile.png"); }

  .path-frontpage .region-highlighted .block-views-blockfrontpage-block-2 {
    padding: 8px 10px 110px; }

  body.path-frontpage:not(.toolbar-horizontal) #block-selecteurdelangue,
  body.path-frontpage:not(.toolbar-horizontal) #block-formulairederecherche,
  body.path-frontpage:not(.toolbar-horizontal) .menu-toggle,
  body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-selecteurdelangue,
  body.path-frontpage:not(.toolbar-horizontal).js-scrolled #block-formulairederecherche,
  body.path-frontpage:not(.toolbar-horizontal).js-scrolled .menu-toggle,
  body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-selecteurdelangue,
  body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened #block-formulairederecherche,
  body.path-frontpage:not(.toolbar-horizontal) .header.menu-opened .menu-toggle,
  #block-selecteurdelangue,
  #block-formulairederecherche,
  .menu-toggle {
    top: 10px; }

  .menu-toggle {
    left: 10px;
    height: 35px;
    line-height: 35px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s; }
    .menu-toggle:before {
      height: 35px;
      width: 35px;
      margin-right: 3px;
      vertical-align: top; }
    .search_opened .menu-toggle {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s; }

  .menu-toggle:after,
  .menu-toggle p:after,
  .menu-toggle p:before {
    left: 17px; }

  #block-selecteurdelangue, .block-outils-partage {
    right: 10px; }

  #block-formulairederecherche {
    right: 10px;
    height: 35px;
    width: 35px;
    padding-right: 33px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out 0.3s, visibility 0s ease-out 0.3s, width 0.3s ease-in-out; }
    #block-formulairederecherche:before {
      line-height: 34px;
      font-size: 16px;
      width: 33px; }
    #block-formulairederecherche.opened {
      width: 300px;
      width: calc(100% - 20px); }

  .site-logo {
    width: 97px;
    height: 40px;
    background: url("../img/styles/logo_AFD_mobile.png") center center no-repeat;
    background-size: 100% auto; }
    .site-logo img {
      display: none; }

  #block-selecteurdelangue {
    transition: opacity 0.3s ease-in 0s, visibility ease-in 0.3s;
    opacity: 0;
    visibility: hidden; }

  .menu-opened #block-formulairederecherche {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in 0s, visibility ease-in 0.3s; }
  .menu-opened #block-selecteurdelangue {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out 0.3s, visibility 0s ease-out 0.3s; }

  #block-selecteurdelangue > li a {
    padding: 10px 25px 10px 8px;
    height: 33px; }
    #block-selecteurdelangue > li a:before {
      font-size: 5px;
      right: 0;
      margin-top: -9px; }

  .pre-header {
    padding: 8px 10px;
    height: 56px; }

  .header .region-menu {
    top: 56px;
    padding: 30px 15px; }

  .header #block-menuprofile > .menu {
    border-width: 17px;
    padding-left: 65px;
    height: 84px; }

  .header #block-menuprofile > .menu .label {
    width: 55px;
    font-size: 16px;
    height: 44px;
    line-height: 44px; }

  .header #block-menuprofile > .menu .menu {
    left: 65px; }

  .header #block-menuprofile > .menu .menu li {
    height: 44px;
    padding: 15px 40px 0 15px;
    font-size: 12px; }

  .header #block-menuprofile > .menu .js-toggle-list {
    height: 44px; }

  .header .region-menu .menu--menu-profile {
    margin-bottom: 25px; }

  .header .region-menu .block-raccourcis-administrables,
  .header .region-menu .block-menu-reseaux-sociaux {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 30px; }

  .header .region-menu .block-menu-reseaux-sociaux p,
  .header .region-menu .menu--main > .menu > li {
    font-size: 18px; }

  .header .region-menu .block-raccourcis-administrables li {
    font-size: 12px; }

  .header .region-menu .block-menu-reseaux-sociaux ul li {
    margin-right: 30px; }
    .header .region-menu .block-menu-reseaux-sociaux ul li:last-child {
      margin-right: 0; }

  .header .region-menu .menu--main > .menu > li {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: -15px; }

  .header .region-menu .menu--main > .menu > li:nth-child(2n) {
    float: none;
    width: auto; }

  .header .region-menu .menu--main > .menu > li > ul > li {
    font-size: 13px; }

  .explorer-homepage {
    margin-bottom: 42px; }

  .bloc-actualites-homepage .bloc-actu-title {
    font-size: 2.8rem;
    padding: 0 10px; }

  .bloc-actualites-homepage .bloc-actu-subtitle {
    padding: 0 10px; }

  @supports (width: calc(50% - 30px)) {
    .bloc-actualites-homepage .node--type-news, .bloc-actualites-homepage > .adm_field_collection {
      width: calc(50% - 10px);
      margin: 0 5px 10px; } }

  .bloc-actualites-homepage .node--type-news:first-of-type {
    height: auto;
    min-height: 0;
    padding-top: 137px;
    overflow: hidden;
    width: 100%; }

  .bloc-actualites-homepage .node--type-news:first-of-type .field--name-field-diaporama-nm {
    height: 125px; }

  .bloc-actualites-homepage .node--type-news .field--name-field-diaporama-nm {
    height: 100px; }

  .bloc-actualites-homepage .node--type-news {
    height: auto;
    min-height: 297px;
    padding-top: 109px;
    padding-bottom: 36px; }

  .bloc-actualites-homepage .node--type-news .node__title {
    margin-bottom: 0; }

  .bloc-actualites-homepage > .adm_field_collection {
    height: 235px; }

  .date-ph, .node--type-news .date, .node--view-mode-content-top .date, .node--type-rubric-page .date, .node--type-event .date,
  .node--type-major-event .date, .taxonomy-term .date, .bloc-actualites-homepage .node--type-news time,
  .bloc-actualites-homepage .node time,
  .bloc-actualites-homepage .taxonomy-term time, .actus-blog .actu-blog .actu-date, .node-content-top .group-1 .date, .view-agenda-bloc-mise-en-avant .entity-image .date,
  .field--name-field-highlight-block-mv3 .entity-image .date, .node--type-resource .date, .node--type-press-release .right .field--name-field-date, .news-events .news .node--type-news .field--name-field-date, div.resources > div > div .date, .cross-content .date, .ctsearch-result-list .search-result-item .item-body .extract > div:last-child > div {
    font-size: 1.0666666667rem; }

  .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-text-bas {
    font-size: 1.0666666667rem; }

  .bloc-actualites-homepage .node--type-news time,
  .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-text-bas {
    left: 15px;
    bottom: 9px; }

  .bloc-actualites-homepage > .adm_field_collection .bloc-highlight-visual + div {
    top: 11px; }

  .bloc-actualites-homepage {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .bloc-actualites-homepage > * {
      width: 100%; }

  .bloc-blog-homepage .title-bloc-blog {
    padding: 0 10px;
    margin-bottom: 27px; }

  .bloc-blog-homepage {
    margin-bottom: 40px; }

  .actus-blog .actu-blog {
    margin: 0 5px 10px;
    padding: 15px 10px 10px 130px;
    min-height: 108px; }

  .actus-blog .actu-blog .actu-visuel {
    width: 114px; }

  .bloc-map-homepage {
    margin-bottom: 35px; }

  .bloc-map-homepage .map {
    padding: 25px 20px 10px; }

  .bloc-map-homepage .field-surtitre-map-homepage,
  .bloc-map-homepage .field-name-map-homepage {
    margin-bottom: 10px; }

  .bloc-map-homepage .field-name-map-homepage {
    font-size: 2.8rem; }

  .bloc-map-homepage .field-subtitle-map-homepage {
    margin-bottom: 25px; }

  .bloc-map-homepage .field-buttons-map-homepage a {
    margin-bottom: 22px; }

  .dossier-home .title {
    font-size: 6.2666666667rem; }

  .dossier-home .subtitle {
    font-size: 3.0666666667rem; }

  .dossier-home .subsubtitle {
    font-size: 1.7333333333rem;
    margin-bottom: 23px; }

  .dossier-home .text-formatted p:last-child {
    margin-bottom: 0; }

  .dossier-home .more {
    margin-top: 25px; }

  .dossier-home {
    margin-bottom: 40px; }

  .resaux-sociaux-homepage {
    padding: 25px 10px; }

  .resaux-sociaux-homepage .fil-twitter-titre {
    font-size: 1.7333333333rem; }

  .resaux-sociaux-homepage .fil-twitter ul li {
    font-size: 1.6rem;
    padding: 0; }

  .resaux-sociaux-homepage .fil-twitter .swiper-container {
    height: 110px; }

  .resaux-sociaux-homepage .fil-twitter .swiper-circle {
    top: 64px; }

  .swiper-button-next {
    top: 65px; }

  #block-newsletterfooterblock {
    margin-bottom: 22px; }

  .newsletter-footer-block {
    padding: 16px 0 23px; }

  .newsletter-footer-block form {
    height: 36px;
    border-radius: 18px;
    max-width: 300px;
    padding: 3px 36px 3px 3px; }

  .newsletter-footer-block .footer-infos {
    margin-bottom: 13px; }

  .newsletter-footer-block form input[type=text], .newsletter-footer-block form input[type=email] {
    height: 30px; }

  .newsletter-footer-block form input[type=submit] {
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 30px; }

  footer[role=contentinfo] .block-formulaire-contact, footer[role=contentinfo] .menu--footer, footer[role=contentinfo] .block-menu-reseaux-sociaux {
    margin-bottom: 30px; }

  footer[role=contentinfo] .block-views-blockpartenaire-footer-block-1 div.views-row {
    display: inline-block;
    max-width: 40%; }

  body, .path-recherche {
    margin-top: 56px; }

  #block-afd-breadcrumbs, #block-breadcrumbs {
    display: none; }

  #block-views-block-bloc-description-top-liste-block-1-2 {
    min-height: 295px; }

  nav.tabs {
    overflow: hidden;
    text-align: left;
    position: relative; }
    nav.tabs:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 70px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
      z-index: 2; }
    nav.tabs ul {
      white-space: nowrap;
      overflow: auto; }
      nav.tabs ul li a {
        padding-left: 17px;
        padding-right: 17px; }
        nav.tabs ul li a:before {
          left: 17px;
          right: 17px; }

  .views-exposed-form .form-item,
  .views-exposed-form .item-list {
    min-height: 0;
    float: none;
    width: auto;
    margin: 0 0 15px; }

  .views-exposed-form .form-item-field-date-value:after,
  .views-exposed-form .form-item-field-date-value-1:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden; }

  .views-exposed-form .form-item-field-date-value label,
  .views-exposed-form .form-item-field-date-value-1 label {
    width: 60px; }

  .views-exposed-form .form-item-field-date-value:before,
  .views-exposed-form .form-item-field-date-value-1:before {
    height: 38px;
    line-height: 38px;
    top: 50%;
    margin-top: -19px; }

  .views-exposed-form .form-item-field-date-value .form-text, .views-exposed-form .form-item-field-date-value-1 .form-text {
    width: calc(100% - 60px); }

  .views-exposed-form select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 4.4rem; }

  .views-exposed-form .form-item, .views-exposed-form .item-list, .views-exposed-form .form-actions .button {
    float: none;
    width: 100%;
    margin-right: 0; }

  .views-exposed-form .form-actions .button {
    margin-bottom: 15px; }
    .views-exposed-form .form-actions .button:last-child {
      margin-bottom: 5px; }

  .views-exposed-form .item-list .js-popin_content > ul {
    padding: 0 20px 15px;
    top: 50px;
    right: 0; }
    .views-exposed-form .item-list .js-popin_content > ul li {
      display: block;
      margin: 0 0 15px; }
      .views-exposed-form .item-list .js-popin_content > ul li span {
        display: block;
        padding: 8px 15px;
        height: auto;
        line-height: normal; }

  .views-exposed-form .item-list .js-popin_content {
    top: 10%;
    bottom: 10%; }

  .views-exposed-form .item-list .js-close_popin {
    top: 4px;
    right: 6px; }

  .node--type-news .content .media,
  .node--view-mode-content-top .content .media {
    max-width: 100px;
    max-width: 31.746031746%;
    margin-right: 20px; }

  .node--type-news .content .media iframe, .node--view-mode-content-top .content .media iframe {
    max-height: 73px;
    max-height: calc(40vw - 60px); }

  .node--type-news .field--name-field-chapo, .node--type-news .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu .node--type-news .highlightContent-chapo, .node--type-news .two-columns .field--name-field-chapo-column-1nm, .two-columns .node--type-news .field--name-field-chapo-column-1nm,
  .node--type-news .two-columns .field--name-field-chapo-column-2-nm,
  .two-columns .node--type-news .field--name-field-chapo-column-2-nm, .node--type-news .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career .node--type-news .field--name-field-header, .node--type-news .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work .node--type-news .field__item > p:first-child,
  .node--view-mode-content-top .field--name-field-chapo,
  .node--view-mode-content-top .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
  .contenu-type-4 .highlight_content .contenu .node--view-mode-content-top .highlightContent-chapo,
  .node--view-mode-content-top .two-columns .field--name-field-chapo-column-1nm,
  .two-columns .node--view-mode-content-top .field--name-field-chapo-column-1nm,
  .node--view-mode-content-top .two-columns .field--name-field-chapo-column-2-nm,
  .two-columns .node--view-mode-content-top .field--name-field-chapo-column-2-nm,
  .node--view-mode-content-top .node--type-expert.node--view-mode-full .career .field--name-field-header,
  .node--type-expert.node--view-mode-full .career .node--view-mode-content-top .field--name-field-header,
  .node--view-mode-content-top .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
  .node--type-expert.node--view-mode-full .other-work .node--view-mode-content-top .field__item > p:first-child {
    font-size: 12px;
    font-family: "Merriweather Sans", sans-serif; }

  .node--type-news .content .media.view-mode-top:before,
  .node--view-mode-content-top .content .media.view-mode-top:before {
    width: 15px; }

  .node--type-news .content .media.view-mode-top:after,
  .node--view-mode-content-top .content .media.view-mode-top:after {
    width: 65px;
    height: 3px;
    bottom: -3px; }

  .pager-container {
    margin: 25px 0; }
    .pager-container .items-per-page, .pager-container .pager {
      margin-bottom: 15px;
      float: none; }
      .pager-container .items-per-page ul, .pager-container .pager ul {
        float: none; }
      .pager-container .items-per-page:last-child, .pager-container .pager:last-child {
        margin-bottom: 0; }

  .two-cols .layout-content .pager-container {
    margin-bottom: 25px; }

  .pager-container .block-displayelementblock, .pager-container .items-per-page {
    float: none; }

  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-first-lign-title,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-second-lign-title,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-third-lign-title {
    font-size: 3.6rem; }

  .field--name-field-indicators-mv3 > .field__item {
    text-align: center; }

  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-theme,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-region-country,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-city-locality,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 .content .field--name-field-date {
    margin: 0 10px 20px; }

  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1 {
    padding-top: 44px;
    padding-bottom: 44px; }

  .field--name-field-indicators-mv3 {
    margin-bottom: 0; }

  .strate.contenu-type-1 .contenu {
    float: none;
    width: auto;
    margin-top: 0;
    right: 0;
    background: none;
    padding: 0; }

  .strate.contenu-type-1 {
    padding: 20px 10px;
    background: white; }

  .strate.contenu-type-1 .suivre-projet {
    float: none;
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 0; }

  .strate.contenu-type-1 .suivre-projet .field--name-field-visuel-projet {
    transform: none !important; }

  .strate.contenu-type-1 .suivre-projet .videos, .strate.contenu-type-1 .suivre-projet .field--name-field-image {
    padding-left: 0;
    padding-right: 0; }

  .bulles .field--name-field-bulle-mv > .field__item {
    height: 152px;
    width: 152px;
    padding: 4px;
    margin-bottom: 15px; }

  .bulles .field--name-field-bulle-mv > .field__item > a,
  .bulles .field--name-field-bulle-mv > .field__item > .content,
  .bulles .field--name-field-bulle-mv > .field__item > .content > a {
    height: 142px;
    width: 142px; }
    .bulles .field--name-field-bulle-mv > .field__item > a .field--name-name,
    .bulles .field--name-field-bulle-mv > .field__item > .content .field--name-name,
    .bulles .field--name-field-bulle-mv > .field__item > .content > a .field--name-name {
      width: 124px;
      top: 40px;
      margin-left: -62px;
      font-size: 12px; }
    .bulles .field--name-field-bulle-mv > .field__item > a:after,
    .bulles .field--name-field-bulle-mv > .field__item > .content:after,
    .bulles .field--name-field-bulle-mv > .field__item > .content > a:after {
      width: 26px;
      height: 26px;
      line-height: 26px;
      margin-left: -13px;
      font-size: 12px;
      bottom: 6px; }

  .field--name-field-step-block-mv .field__items > .field__item {
    width: 300px;
    padding-right: 10px; }

  .highlighted {
    margin-left: 0;
    margin-right: 0; }

  .contenu-type-4 .highlight_content.with-media.gauche .contenu,
  .contenu-type-4 .highlight_content.with-media.droite .contenu,
  .contenu-type-4 .highlight_content.with-media .contenu,
  .contenu-type-4 .highlight_content .contenu {
    padding: 0; }

  .contenu-type-4 .highlight_content {
    padding: 50px 10px;
    background: white;
    min-height: 255px; }

  .node-content-top .region-nodecontenttopleft {
    padding: 44px 10px; }

  .node-content-top .title, .node-content-top h2 {
    margin-bottom: 3rem; }

  .node-content-top .field--name-field-lign-descriptive, .node-content-top .field--name-field-short-descriptive, .node-content-top .subtitle {
    margin-bottom: 4rem; }

  .node-content-top .field--name-field-buttons-mv2 > .field__item {
    margin-bottom: 3rem; }

  .node-content-top .field--name-field-surtitre, .node-content-top .field--name-field-subtitle {
    margin-bottom: 1rem; }

  .page-node-type-editorial-page .chapo {
    padding: 44px 0; }

  .text-formatted ol, .jov-offer-full .content .content-left ol, .__descriptive-nm ol {
    margin: 5rem 0; }

  .anchorHeader {
    height: 124px;
    min-height: 124px;
    padding: 10px; }
    .anchorHeader .title {
      margin: 0;
      font-size: 20px; }

  ul.anchor {
    padding-top: 23px;
    padding-bottom: 23px; }

  ul.anchor li a {
    padding-left: 17px;
    padding-right: 17px; }
    ul.anchor li a:before {
      left: 17px;
      right: 17px; }

  .resource .content .field__item,
  .links .content .field__item {
    display: block;
    width: auto;
    padding: 0 10px;
    margin-bottom: 10px; }

  .diaporama {
    padding: 0; }

  .folding-block {
    padding: 44px 10px; }

  .folding-block .block {
    margin-bottom: 10px; }

  .folding-block .block > .__name {
    padding-left: 20px;
    padding-right: 45px; }
    .folding-block .block > .__name:before {
      right: 13px; }

  .folding-block .block > .__descriptive-nm {
    padding: 15px 20px; }

  .videos iframe {
    max-height: 239px;
    max-height: 70vw;
    max-height: calc(69vw - 20px); }

  .field--name-field-data-mv3 {
    padding: 50px 0 0;
    font-size: 0; }

  .field--name-field-data-mv3 > .field__item {
    width: 49%;
    margin: 0 0 50px;
    padding: 0 5%;
    font-size: 13px; }

  .field--name-field-data-mv3 > .field__item .field--name-field-figure-nm {
    font-size: 40px; }

  .frieze {
    padding-top: 44px; }

  .frieze:before, .field--name-field-frieze-element-mv:before, .field--name-field-freize-title:before, .event-list:before, .event-list .view-content:before {
    left: 10px; }

  .field--name-field-freize-title {
    text-align: left;
    padding: 0 10px 20px; }
    .field--name-field-freize-title:before {
      height: 20px; }

  .field--name-field-frieze-element-mv {
    padding: 0 10px;
    margin-bottom: 50px; }

  .field--name-field-frieze-element-mv > .field__item,
  .field--name-field-frieze-element-mv > .field__item:nth-child(2n),
  .event-list .view-content .views-row,
  .event-list .view-content .views-row:nth-child(2n) {
    padding-left: 81px; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element,
  .event-list .view-content .views-row .evenement {
    padding: 11px 30px;
    min-height: 0;
    margin-bottom: 39px; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date,
  .event-list .view-content .views-row .evenement .date,
  .field--name-field-frieze-element-mv > .field__item:nth-child(2n) .frieze-element .frieze-date,
  .event-list .view-content .views-row:nth-child(2n) .evenement .date {
    width: 94px;
    padding-right: 12px;
    left: -82px;
    padding-top: 5px;
    padding-bottom: 10px; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date .field--name-field-year-nm {
    font-size: 15px; }

  .field--name-field-frieze-element-mv > .field__item .frieze-element .frieze-date .field--name-field-day-month {
    font-size: 7px; }

  .view-list .attachment-before .node--type-wide-angle-page .text-visual {
    padding: 44px 10px;
    min-height: 320px; }

  .view-list .attachment-before .node--type-wide-angle-page .visual {
    min-height: 400px; }
    .view-list .attachment-before .node--type-wide-angle-page .visual img {
      min-height: 400px; }
      @supports (object-fit: cover) {
        .view-list .attachment-before .node--type-wide-angle-page .visual img {
          min-height: 0;
          height: 400px; } }

  .view-list .node--type-wide-angle-page .thematic, .view-list .node--type-wide-angle-page .date, .view-list .node--type-wide-angle-page .country, .view-list .node--type-wide-angle-page .locality {
    margin: 0 20px 10px; }

  .view-list .attachment-before .node--type-wide-angle-page .titles,
  .view-list .attachment-before .node--type-wide-angle-page .titles .third-title,
  .view-list .attachment-before .node--type-wide-angle-page .titles .second-title {
    font-size: 3.6rem;
    margin: 0; }

  .view-list .attachment-before .node--type-wide-angle-page {
    margin-left: -10px;
    margin-right: -10px; }

  .view-list .attachment-before .node--type-wide-angle-page .contenu {
    float: none;
    width: auto;
    margin: 0 17px;
    padding: 15px 20px; }

  .view-list .node--type-wide-angle-page .titles {
    font-size: 2.8rem;
    margin: 0.5em 0; }

  .view-list .node--type-wide-angle-page .chapo,
  .view-list .node--type-wide-angle-page .chapo-highlight {
    text-align: left; }

  .view-list .node--type-wide-angle-page {
    margin-left: 5px;
    margin-right: 5px; }

  .view-list .node--type-wide-angle-page .contenu {
    margin: 0;
    padding: 15px 20px;
    float: none;
    width: auto;
    left: 0;
    text-align: center; }

  .view-list .even .node--type-wide-angle-page .contenu {
    float: none;
    left: 0; }

  .view-list .node--type-wide-angle-page .visual {
    float: none;
    width: auto;
    position: static; }
    .view-list .node--type-wide-angle-page .visual:before {
      display: none; }

  .view-list .even .node--type-wide-angle-page .visual {
    float: none; }

  .view-agenda-evenement-majeur .visual {
    min-height: 0;
    background: none; }
    .view-agenda-evenement-majeur .visual .media {
      margin-bottom: 20px; }
      .view-agenda-evenement-majeur .visual .media img {
        min-height: 0; }

  .view-agenda-evenement-majeur .visual .contenu-2,
  .node-content-top .region-nodecontenttopright .content {
    min-height: 0;
    width: auto;
    position: static;
    border-right: 0;
    background: none;
    padding: 0;
    margin: 0; }

  .view-agenda-evenement-majeur .visual .contenu-2:before,
  .view-agenda-evenement-majeur .visual .contenu-2:after,
  .node-content-top .region-nodecontenttopright .content:before,
  .node-content-top .region-nodecontenttopright .content:after {
    display: none; }

  .premier-evenement .visual {
    float: none;
    width: auto;
    margin-bottom: 15px;
    max-width: none; }

  .premier-evenement .date {
    margin: 15px 20px 20px 0;
    width: auto;
    min-width: 0; }

  .premier-evenement .contenu {
    margin-left: 0; }

  .event-list {
    padding-top: 50px; }

  .view-agenda-bloc-mise-en-avant .entity-image .field--name-field-image,
  .field--name-field-highlight-block-mv3 .entity-image .field--name-field-image,
  .view-agenda-bloc-mise-en-avant .videos .video:first-child, .field--name-field-highlight-block-mv3 .videos .video:first-child,
  .news-events .news .node--type-news .media,
  .cross-content .image, .cross-content .visual {
    margin: -17px -20px 17px; }

  .block-views-blockagenda-bloc-mise-en-avant-block-1 {
    padding: 0 10px; }

  .view-agenda-bloc-mise-en-avant .views-row,
  .field--name-field-highlight-block-mv3 > .field__item {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }

  .entity {
    padding-top: 44px;
    padding-bottom: 44px; }

  .entity .rubric_links {
    margin: 0 10px 45px; }
    .entity .rubric_links li {
      font-size: 10px;
      text-transform: uppercase; }

  .page-node-type-event .node-content-top .region-nodecontenttopright .media,
  .page-node-type-major-event .node-content-top .region-nodecontenttopright .media {
    margin-bottom: 25px; }

  .page-node-type-event .node-content-top .region-nodecontenttopright,
  .page-node-type-major-event .node-content-top .region-nodecontenttopright {
    padding: 0 10px; }

  .page-node-type-event .chapo,
  .page-node-type-major-event .chapo {
    margin-top: 50px; }

  .page-node-type-news .node-content-top .region-nodecontenttopleft {
    padding-top: 44px; }

  .page-node-type-news .chapo, .page-node-type-press-release .chapo {
    padding: 44px 0; }

  .node--type-news .coutry, .node--type-news .coutry + .date, .node--view-mode-content-top .coutry, .node--view-mode-content-top .coutry + .date {
    margin: 0 10px 20px; }

  .node--view-mode-content-top .tags {
    margin-bottom: 23px; }

  .node-content-top .title:last-child, .node-content-top:last-child {
    margin-bottom: 0; }
    .node-content-top .title:last-child h2, .node-content-top:last-child h2 {
      margin-bottom: 0; }

  .page-node-type-news .videos, .page-node-type-news .field--name-field-image, .page-node-type-press-release .videos, .page-node-type-press-release .field--name-field-image {
    padding: 44px 10px; }

  .page-node-type-news .node--type-news .content .media iframe {
    max-height: 239px; }

  .node--type-press-release.node--view-mode-teaser .left, .node--type-press-release.node--view-mode-top .left {
    float: none;
    width: auto;
    margin-bottom: 15px; }

  .node--type-press-release.node--view-mode-teaser .right, .node--type-press-release.node--view-mode-top .right {
    width: auto;
    float: none; }

  .node--type-press-release .thematique:last-child {
    margin-bottom: 0; }

  .node--type-press-release.node--view-mode-teaser, .node--type-press-release.node--view-mode-top {
    margin-bottom: 44px; }

  .node--type-expert.node--view-mode-full .content-top .image {
    margin: 0 0 0 0;
    padding-right: 15px;
    max-width: 33%; }

  .node--type-expert.node--view-mode-full .content-top .content-right {
    margin: 0; }

  .view-resource-expert {
    padding: 0; }

  .view-resource-expert > .view-content {
    display: block; }

  .view-resource-expert .views-row {
    margin-left: 0;
    margin-right: 0; }
    .view-resource-expert .views-row:last-child {
      margin-bottom: 0; }

  .view-resource-expert .swiper-container {
    width: 255px;
    margin: 0 auto; }

  .view-resource-expert .swiper-container .views-row {
    width: 245px;
    margin-left: 15px;
    margin-right: 15px; }
    .view-resource-expert .swiper-container .views-row:first-child {
      margin-left: 5px; }
    .view-resource-expert .swiper-container .views-row:last-child {
      margin-right: 5px; }
    .view-resource-expert .swiper-container .views-row .video:first-child {
      margin: -17px -20px 20px; }

  div.resources > div > div .content .media {
    max-width: 33%;
    margin-right: 15px; }
    div.resources > div > div .content .media .img {
      max-width: 100%;
      height: auto;
      min-width: 50px;
      min-height: 50px; }

  .news-events .news {
    margin: 0 10px 30px; }

  .news-events .events {
    margin: 0 10px; }

  .news-events .news .node--type-news {
    min-height: 0; }

  ul.anchor.sticky {
    top: 56px; }

  .page-node-type-event .strate > .left .highlighted, .page-node-type-major-event .strate > .left .highlighted, .page-node-type-event .strate > .right .highlighted, .page-node-type-major-event .strate > .right .highlighted {
    padding-left: 0;
    padding-right: 0; }

  .page-node-type-event .strate, .page-node-type-major-event .strate {
    padding: 44px 0; }

  .strate.location {
    padding-left: 10px;
    padding-right: 10px; }

  .page-node-type-agency .strate {
    padding: 44px 10px; }

  .page-node-type-agency .strate .left {
    float: none;
    padding-right: 0;
    width: auto;
    margin: 0 -10px 30px; }

  .page-node-type-agency .strate .right {
    float: none;
    width: auto;
    padding-left: 0; }

  .team .right .title {
    margin-bottom: 1em; }

  .page-node-type-agency #cartography {
    height: 250px; }

  .page-node-type-agency .strate.team + .strate {
    padding-top: 0; }

  .page-node-type-page-afd-project .strate .content.left,
  .page-node-type-page-ong-project .strate .content.left,
  .page-node-type-page-research-project .strate .content.left,
  .jov-offer-full .content .content-left {
    padding: 25px 10px 25px 32px; }
    .page-node-type-page-afd-project .strate .content.left:before,
    .page-node-type-page-ong-project .strate .content.left:before,
    .page-node-type-page-research-project .strate .content.left:before,
    .jov-offer-full .content .content-left:before {
      top: 37px;
      width: 15px; }
    .page-node-type-page-afd-project .strate .content.left .file.button a:before,
    .page-node-type-page-ong-project .strate .content.left .file.button a:before,
    .page-node-type-page-research-project .strate .content.left .file.button a:before,
    .jov-offer-full .content .content-left .file.button a:before {
      margin-left: -10px;
      margin-right: 10px; }

  .node-content-top .back {
    left: 10px;
    bottom: 10px; }

  .page-node-type-page-afd-project .strate .content.right .sector,
  .page-node-type-page-ong-project .strate .content.right .sector,
  .page-node-type-page-research-project .strate .content.right .sector {
    padding-left: 25px;
    background-size: 25px auto; }
  .page-node-type-page-afd-project .strate .content.right .city,
  .page-node-type-page-afd-project .strate .content.right .funding-amount,
  .page-node-type-page-afd-project .strate .content.right .program-amount,
  .page-node-type-page-afd-project .strate .content.right .funding-amount-afd,
  .page-node-type-page-afd-project .strate .content.right .funding-program,
  .page-node-type-page-afd-project .strate .content.right .funding-type,
  .page-node-type-page-ong-project .strate .content.right .city,
  .page-node-type-page-ong-project .strate .content.right .funding-amount,
  .page-node-type-page-ong-project .strate .content.right .program-amount,
  .page-node-type-page-ong-project .strate .content.right .funding-amount-afd,
  .page-node-type-page-ong-project .strate .content.right .funding-program,
  .page-node-type-page-ong-project .strate .content.right .funding-type,
  .page-node-type-page-research-project .strate .content.right .city,
  .page-node-type-page-research-project .strate .content.right .funding-amount,
  .page-node-type-page-research-project .strate .content.right .program-amount,
  .page-node-type-page-research-project .strate .content.right .funding-amount-afd,
  .page-node-type-page-research-project .strate .content.right .funding-program,
  .page-node-type-page-research-project .strate .content.right .funding-type {
    padding-left: 25px;
    background-size: 21px auto; }
  .page-node-type-page-afd-project .strate .content.right .group,
  .page-node-type-page-ong-project .strate .content.right .group,
  .page-node-type-page-research-project .strate .content.right .group {
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .page-node-type-page-afd-project .strate .content.right .group:last-child,
    .page-node-type-page-ong-project .strate .content.right .group:last-child,
    .page-node-type-page-research-project .strate .content.right .group:last-child {
      margin-bottom: 0; }
      .page-node-type-page-afd-project .strate .content.right .group:last-child p:last-child,
      .page-node-type-page-ong-project .strate .content.right .group:last-child p:last-child,
      .page-node-type-page-research-project .strate .content.right .group:last-child p:last-child {
        margin-bottom: 0; }
  .page-node-type-page-afd-project .strate .content.right .group > div,
  .page-node-type-page-ong-project .strate .content.right .group > div,
  .page-node-type-page-research-project .strate .content.right .group > div {
    margin-bottom: 15px; }
  .page-node-type-page-afd-project .strate .content.right .group > div:last-child,
  .page-node-type-page-ong-project .strate .content.right .group > div:last-child,
  .page-node-type-page-research-project .strate .content.right .group > div:last-child {
    margin-bottom: 0; }

  .cross-content .views-element-container > .views-row,
  .cross-content .views-element-container > .tuile-6,
  .cross-content .views-element-container > div > .view > .view-content > .views-row,
  .cross-content .views-element-container > div > .view > .view-content > .tuile-6 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }

  .cross-content .date {
    left: 17px;
    bottom: 10px; }

  .node-content-top .associated-ong {
    left: 10px;
    bottom: 50px; }

  .page-node-type-page-ong-project .node-content-top .region-nodecontenttopleft {
    padding-bottom: 100px; }

  .resource-information {
    padding: 0 10px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    font-size: inherit; }

  .resource-information > div {
    margin-bottom: 1.25em; }

  .cross-content .onglet {
    padding-top: 44px;
    padding-bottom: 44px; }

  .block-newsletter-research-block {
    margin: 44px 0; }

  .strate .back {
    padding: 0 10px;
    margin: 44px 0 25px; }

  .cross-content .onglet .views-element-container .tuile-4 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block; }
    .cross-content .onglet .views-element-container .tuile-4:last-child {
      margin-bottom: 0; }

  .page-node-type-resource .cross-content .js-tabs {
    margin-top: 44px; }

  .header .menu--project, .header #block-searchprojectviewmode {
    display: none; }

  #project-menu-container {
    display: block;
    padding: 29px 10px;
    position: relative;
    background: white; }
    #project-menu-container:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }
    #project-menu-container .menu--project {
      padding-right: 0;
      height: auto;
      background: #f5f5f5;
      border: solid 1px #d4d2d8;
      border-bottom: none; }
      #project-menu-container .menu--project .menu li a {
        min-height: 55px; }
      #project-menu-container .menu--project .menu li:after {
        display: none; }
      #project-menu-container .menu--project .menu li:nth-child(2n) a {
        border-right: none; }
    #project-menu-container #block-searchprojectviewmode {
      position: static;
      float: left;
      width: 75%;
      height: auto;
      background-color: #f5f5f5;
      border: solid 1px #d4d2d8;
      border-right: none;
      border-top: none; }
      #project-menu-container #block-searchprojectviewmode > a {
        border-right: #e9e6ef  solid 1px;
        border-bottom: none;
        float: left;
        width: 33.3333%;
        height: 44px; }
        #project-menu-container #block-searchprojectviewmode > a:before {
          top: 4px; }
        #project-menu-container #block-searchprojectviewmode > a, #project-menu-container #block-searchprojectviewmode > a.active {
          background-color: transparent; }
        #project-menu-container #block-searchprojectviewmode > a:hover, #project-menu-container #block-searchprojectviewmode > a:focus, #project-menu-container #block-searchprojectviewmode > a.active:hover, #project-menu-container #block-searchprojectviewmode > a.active:focus {
          background-color: #250e62; }
    #project-menu-container #block-outilsdepartage {
      display: block;
      position: absolute;
      right: 10px;
      top: auto;
      width: 25%;
      border-radius: 0; }
      #project-menu-container #block-outilsdepartage #toggle_share {
        height: 44px;
        line-height: 44px; }

  .path-recherche #block-afd-content {
    padding: 0 10px; }

  #afd-project-bar-left {
    position: relative;
    width: auto;
    margin: 0 -10px;
    padding: 0 10px 15px;
    border: none; }
    #afd-project-bar-left .close {
      display: none; }

  .first-opened #afd-project-bar-left {
    width: auto; }

  #afd-project-bar-left #afd-project-query {
    width: auto;
    height: 50px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border: #d4d2d8 solid 1px;
    border-bottom: #da291c solid 2px;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 65px; }
    #afd-project-bar-left #afd-project-query:before {
      height: 50px;
      line-height: 50px;
      font-size: 24px;
      width: 45px; }
    #afd-project-bar-left #afd-project-query #edit-query {
      height: 47px;
      line-height: 47px;
      padding: 0;
      width: 100%;
      font-size: 18px;
      color: #250e62;
      background: none; }

  #afd-project-bar-left .thematic,
  #afd-project-bar-left .region-country,
  #afd-project-bar-left .year,
  #afd-project-bar-left .funding-type,
  #afd-project-bar-left .funding-program,
  #afd-project-bar-left .facet-chosen,
  #afd-project-bar-left .program-family,
  #afd-project-bar-left .local-antenna {
    width: auto;
    background: none;
    border: none;
    padding: 0;
    line-height: normal;
    height: auto;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5; }
    #afd-project-bar-left .thematic span,
    #afd-project-bar-left .region-country span,
    #afd-project-bar-left .year span,
    #afd-project-bar-left .funding-type span,
    #afd-project-bar-left .funding-program span,
    #afd-project-bar-left .facet-chosen span,
    #afd-project-bar-left .program-family span,
    #afd-project-bar-left .local-antenna span {
      width: auto;
      border: #d3caee solid 1px;
      padding: 5px 45px;
      line-height: 40px;
      height: 50px;
      font-size: 18px;
      text-align: center;
      display: block;
      cursor: pointer;
      position: relative; }
      #afd-project-bar-left .thematic span:after,
      #afd-project-bar-left .region-country span:after,
      #afd-project-bar-left .year span:after,
      #afd-project-bar-left .funding-type span:after,
      #afd-project-bar-left .funding-program span:after,
      #afd-project-bar-left .facet-chosen span:after,
      #afd-project-bar-left .program-family span:after,
      #afd-project-bar-left .local-antenna span:after {
        content: '\e904';
        font-family: icomoon;
        font-size: 28px;
        height: 50px;
        width: 45px;
        line-height: 50px;
        position: absolute;
        color: #da291c;
        top: 0;
        right: 0;
        font-weight: normal;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: transform 0.2s ease-in-out; }
      #afd-project-bar-left .thematic span.mobile-opened:after,
      #afd-project-bar-left .region-country span.mobile-opened:after,
      #afd-project-bar-left .year span.mobile-opened:after,
      #afd-project-bar-left .funding-type span.mobile-opened:after,
      #afd-project-bar-left .funding-program span.mobile-opened:after,
      #afd-project-bar-left .facet-chosen span.mobile-opened:after,
      #afd-project-bar-left .program-family span.mobile-opened:after,
      #afd-project-bar-left .local-antenna span.mobile-opened:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    #afd-project-bar-left .thematic div,
    #afd-project-bar-left .region-country div,
    #afd-project-bar-left .year div,
    #afd-project-bar-left .funding-type div,
    #afd-project-bar-left .funding-program div,
    #afd-project-bar-left .facet-chosen div,
    #afd-project-bar-left .program-family div,
    #afd-project-bar-left .local-antenna div {
      display: none;
      background: #eaeaea;
      padding: 22px;
      text-align: left;
      border: #d3caee solid 1px;
      margin-top: -1px; }
    #afd-project-bar-left .thematic:hover,
    #afd-project-bar-left .region-country:hover,
    #afd-project-bar-left .year:hover,
    #afd-project-bar-left .funding-type:hover,
    #afd-project-bar-left .funding-program:hover,
    #afd-project-bar-left .facet-chosen:hover,
    #afd-project-bar-left .program-family:hover,
    #afd-project-bar-left .local-antenna:hover {
      color: #250e62;
      background-color: transparent;
      border-color: transparent; }
    #afd-project-bar-left .thematic[data-active=true],
    #afd-project-bar-left .region-country[data-active=true],
    #afd-project-bar-left .year[data-active=true],
    #afd-project-bar-left .funding-type[data-active=true],
    #afd-project-bar-left .funding-program[data-active=true],
    #afd-project-bar-left .facet-chosen[data-active=true],
    #afd-project-bar-left .program-family[data-active=true],
    #afd-project-bar-left .local-antenna[data-active=true] {
      background-color: #f5f5f5;
      color: #250e62;
      border-color: transparent;
      border-bottom-width: 1px; }
    #afd-project-bar-left .thematic:before,
    #afd-project-bar-left .region-country:before,
    #afd-project-bar-left .year:before,
    #afd-project-bar-left .funding-type:before,
    #afd-project-bar-left .funding-program:before,
    #afd-project-bar-left .facet-chosen:before,
    #afd-project-bar-left .program-family:before,
    #afd-project-bar-left .local-antenna:before {
      width: 45px;
      height: 50px;
      line-height: 50px;
      font-size: 24px; }

  #afd-project #js-mask {
    display: none; }

  #afd-project-bar-right {
    transform: none;
    position: static;
    width: auto;
    left: auto;
    margin-bottom: 30px;
    opacity: 1;
    visibility: visible;
    padding: 0;
    text-align: center;
    margin: 0 -10px 30px;
    padding: 0 10px 30px;
    background: white; }
    #afd-project-bar-right > div {
      display: none; }

  #ctsearch-csv-export {
    margin-bottom: 20px; }

  #ctsearch-csv-export,
  .pagination-step {
    float: none; }

  .pagination-step,
  .path-recherche #block-afd-content .pagination-step {
    margin: 0 0 20px; }

  #ctsearch-csv-export + .pagination-step {
    margin-top: 20px; }

  .pager ul, ul.ctsearch-pager {
    float: none; }

  .path-recherche #block-afd-content .pagination-step {
    margin-left: 0; }

  .pagination-step select {
    margin-left: 0; }

  .ctsearch-result-list.tile {
    margin: 0; }

  .ctsearch-result-list.tile .ctsearch-result-item {
    float: none;
    width: auto;
    margin: 0 5px 20px;
    height: 250px; }

  .ctsearch-result-list.tile .ctsearch-result-item .content {
    min-height: 100px;
    padding: 10px; }

  .cartography-container {
    padding: 0;
    border: none; }
    .cartography-container #afd-project-bar-left {
      padding: 10px 10px 0 10px;
      margin: 0; }
    .cartography-container #afd-project-bar-right {
      margin: 0; }

  .path-recherche #block-afd-content.cartography-container {
    padding: 0; }

  #cartography {
    height: 250px;
    margin-bottom: 25px; }

  /* project list, table view on mobile */
  #ctsearch-facets-results {
    overflow: visible; }

  .ctsearch-result-list.list {
    margin: 5px -10px 25px;
    display: block;
    width: auto; }
    .ctsearch-result-list.list .ctsearch-result-header {
      display: none; }
    .ctsearch-result-list.list .ctsearch-result-item {
      display: block;
      margin: 0 0 40px;
      border-bottom: solid 2px #da291c; }
      .ctsearch-result-list.list .ctsearch-result-item:before {
        display: none; }
      .ctsearch-result-list.list .ctsearch-result-item > * {
        display: block;
        padding: 10px;
        background: white; }
        .ctsearch-result-list.list .ctsearch-result-item > *:nth-child(2n) {
          background: #f5f5f5; }
        .ctsearch-result-list.list .ctsearch-result-item > *:after {
          content: "";
          display: block;
          overflow: hidden;
          clear: both;
          visibility: hidden; }
      .ctsearch-result-list.list .ctsearch-result-item > div > div {
        float: left;
        width: 33.0056179775%;
        margin-right: 20px;
        max-height: 30px;
        font-family: "ITC Avant Garde Std Bk", Avant Garde, Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #250e62;
        padding-right: 20px;
        border-right: #c8c6cd solid 1px; }
      .ctsearch-result-list.list .ctsearch-result-item h3 {
        font-size: 14px;
        position: relative;
        padding-right: 60px;
        min-height: 65px;
        cursor: pointer; }
        .ctsearch-result-list.list .ctsearch-result-item h3:before {
          content: '';
          width: 30px;
          height: 46px;
          line-height: 44px;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -23px;
          background: #f5f5f5;
          border: #d3caee solid 1px; }
        .ctsearch-result-list.list .ctsearch-result-item h3:after {
          content: '\e904';
          font-family: icomoon;
          font-size: 28px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-weight: normal;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -15px;
          color: #da291c;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          transition: transform 0.2s ease-in-out;
          visibility: visible;
          clear: none; }
        .ctsearch-result-list.list .ctsearch-result-item h3 ~ div {
          display: none; }
      .ctsearch-result-list.list .ctsearch-result-item.opened h3:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

  #cartography-background {
    margin: 0 -10px;
    padding: 44px 10px; }
    #cartography-background #afd-project-bar-right {
      display: none; }
    #cartography-background #afd-project-query {
      position: absolute !important;
      height: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px); }
    #cartography-background #afd-project-bar-horizontal {
      margin-bottom: 44px; }
      #cartography-background #afd-project-bar-horizontal:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden; }
      #cartography-background #afd-project-bar-horizontal > div {
        float: left;
        width: 50%;
        padding: 0 5px; }
    #cartography-background .open-popup-link {
      width: auto;
      margin-bottom: 10px; }

  /* reseau d'agences */
  body.path-le-reseau-des-agences .page-title {
    padding-top: 44px;
    padding-left: 10px;
    padding-right: 10px; }

  body.path-le-reseau-des-agences .view-page-reseau .field--name-field-chapo, body.path-le-reseau-des-agences .view-page-reseau .contenu-type-4 .highlight_content .contenu .highlightContent-chapo, .contenu-type-4 .highlight_content .contenu body.path-le-reseau-des-agences .view-page-reseau .highlightContent-chapo, body.path-le-reseau-des-agences .view-page-reseau .two-columns .field--name-field-chapo-column-1nm, .two-columns body.path-le-reseau-des-agences .view-page-reseau .field--name-field-chapo-column-1nm,
  body.path-le-reseau-des-agences .view-page-reseau .two-columns .field--name-field-chapo-column-2-nm,
  .two-columns body.path-le-reseau-des-agences .view-page-reseau .field--name-field-chapo-column-2-nm, body.path-le-reseau-des-agences .view-page-reseau .node--type-expert.node--view-mode-full .career .field--name-field-header, .node--type-expert.node--view-mode-full .career body.path-le-reseau-des-agences .view-page-reseau .field--name-field-header, body.path-le-reseau-des-agences .view-page-reseau .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child, .node--type-expert.node--view-mode-full .other-work body.path-le-reseau-des-agences .view-page-reseau .field__item > p:first-child {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 44px; }

  body.path-le-reseau-des-agences .view-page-reseau .field--name-field-image {
    margin-top: 44px; }

  body.path-le-reseau-des-agences ul.onlgets li {
    margin-bottom: 10px; }
    body.path-le-reseau-des-agences ul.onlgets li a {
      padding-left: 10px;
      padding-right: 10px; }
      body.path-le-reseau-des-agences ul.onlgets li a:before {
        left: 10px;
        right: 10px; }

  body.path-le-reseau-des-agences .view-page-reseau .view-filters {
    padding: 44px 0; }

  body.path-le-reseau-des-agences .view-page-reseau > .view-content {
    padding: 0 10px 44px 10px; }

  body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .side {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    width: auto;
    border-radius: 0 0 3px 3px; }

  body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row.active .side {
    display: block; }

  body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row .list {
    width: auto; }

  body.path-le-reseau-des-agences .view-page-reseau > .view-content .views-row.active .list {
    padding-right: 20px;
    border-radius: 3px 3px 0 0;
    width: auto; }

  .job-offers-filters-form #edit-container {
    margin-bottom: 44px; }

  .job-offers-filters-form #edit-filters legend {
    float: none;
    width: auto;
    display: block;
    margin: 0 0 20px; }

  .job-offers-filters-form #edit-filters {
    margin-top: 44px; }

  .job-offers-filters-form #edit-filters .form-item {
    float: none;
    width: auto;
    display: block;
    margin: 0 0 20px;
    min-height: 0;
    max-width: none; }
    .job-offers-filters-form #edit-filters .form-item select {
      width: 100%; }

  .job-offers-filters-form #edit-container {
    padding: 10px; }

  .job-offers-filters-form .acces-account {
    margin-top: 10px; }

  .js-job-offers-result-wrapper {
    overflow: auto; }

  .job-offers-result {
    padding: 0;
    margin-bottom: 44px;
    width: 100%;
    overflow: visible; }

  .job-offers-filters-form > .form-submit {
    width: 50px;
    top: 11px;
    margin-left: 100px; }

  .job-offers-filters-form #edit-container .form-search {
    max-width: 300px; }

  .job-offers-filters-form .reset-button {
    margin-bottom: 30px; }

  .job-offers-result .header > span,
  .job-offers-result .table-header > span,
  .job-offers-result .content .item-result > div {
    padding: 10px; }

  .view-block-description-form {
    margin-bottom: 0; }

  .webform-submission-form .form-item label {
    float: none;
    display: block;
    text-align: left;
    width: auto;
    margin: 0 0 10px; }

  .webform-submission-form .form-item .form-text,
  .webform-submission-form .form-item .form-email,
  .webform-submission-form .form-item .form-textarea,
  .webform-submission-form .form-item select,
  .webform-submission-form .form-item .chosen-container {
    float: none;
    width: auto;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0; }

  .webform-submission-form .form-item {
    margin-bottom: 25px; }

  .webform-submission-form .form-item label:after {
    float: none; }

  .experts .swiper-container {
    padding: 44px 0 44px 10px; }

  #link-all-map {
    margin: 25px 0 44px; }

  .offre-de-emploi-detail h1 {
    padding-top: 0; }

  .offre-de-emploi-detail .content-top-infos {
    padding: 44px 10px 0; }

  .jov-offer-full .content .content-right > div.location {
    padding-left: 25px;
    background-size: 21px auto; }

  .jov-offer-full .content .content-right > div.critarion {
    padding-left: 25px;
    background-size: 21px auto; }

  #search-repositories a {
    padding-left: 15px;
    padding-right: 15px; }
    #search-repositories a:before {
      left: 15px;
      right: 15px; }

  .ctsearch-result-list .search-result-item .item-body .img-document {
    max-width: 33%; }

  .ctsearch-result-list .search-result-item {
    margin-bottom: 25px; }

  #search-sort-pager-top .pagination-step, #search-sort-pager-bottom .pagination-step {
    margin-bottom: 20px; }

  #search-sort-pager-top .ctsearch-pager, #search-sort-pager-bottom .ctsearch-pager {
    float: none;
    margin-right: 0;
    margin-bottom: 44px; }

  .path-experts .ctsearch-result-list {
    display: block;
    margin: 0 -5px; }
    .path-experts .ctsearch-result-list:after {
      content: "";
      display: block;
      overflow: hidden;
      clear: both;
      visibility: hidden; }

  .path-experts .ctsearch-result-list .search-result-item {
    width: 50%;
    padding: 17px 20px 50px;
    float: left;
    display: block;
    margin: 0 5px 25px;
    width: calc(50% - 10px);
    min-height: 300px; }
    .path-experts .ctsearch-result-list .search-result-item:nth-child(2n+1) {
      clear: left; }

  .path-experts .ctsearch-result-list .search-result-item .img-document {
    height: 180px;
    margin-bottom: 15px; }
    .path-experts .ctsearch-result-list .search-result-item .img-document > div {
      max-height: 180px; }

  #search-sort-pager-top #search-sort, #search-sort-pager-bottom #search-sort {
    margin-right: 0;
    margin-bottom: 44px; }

  .path-experts .ctsearch-result-list .search-result-item .social-network {
    left: 10px;
    right: 10px;
    bottom: 15px; }

  .ctsearch-result-list .search-result-item .item-body .extract > div:last-child > div {
    margin-bottom: 10px; }

  .path-ressources .global-search-form,
  #resource-home .search-query {
    padding: 10px; }

  .path-ressources .global-search-form .form-search,
  #resource-home .search-query .form-search, #resource-home .search-query .form-text {
    max-width: 300px; }

  .path-ressources .global-search-form .form-submit,
  #resource-home .search-query .form-submit {
    top: 10px;
    margin-left: 100px;
    width: 50px; }

  #resource-home .head > div {
    display: block;
    margin: 0 0 25px; }

  #resource-home .head #filter-delete-all {
    margin-bottom: 24px; }

  #resource-home .body ul li {
    margin: 0 0.9rem 1.8rem; }

  #resource-home .body .countries li {
    margin-right: 0.9rem; }

  #resource-home .body {
    margin-bottom: 0; }

  .path-offre-de-emploi .pager-container {
    margin-bottom: 30px; }

  .path-offre-de-emploi .pager-container:last-child {
    margin-bottom: 50px; }

  .block-region-country .onlgets {
    padding-left: 0;
    padding-right: 0; }

  #resource-home .head > div > span:before,
  .views-exposed-form .form-item-field-region-country-target-id:after,
  .views-exposed-form .js-form-type-select:before,
  .views-exposed-form .item-list > h3:after {
    line-height: 4.4rem; }

  .node--type-expert.node--view-mode-full .expert-resource,
  .node--type-expert.node--view-mode-full .content-top,
  .view-resource-expert,
  .node--type-expert.node--view-mode-full .other-work,
  .field--name-field-projet-or-wide-angle,
  .news-events > .title,
  .news-events,
  div.resources > .title,
  div.resources .tabs,
  div.resources > div,
  .path-webform main[role=main],
  .offre-de-emploi-detail .content-top-infos span.dates,
  .offre-de-emploi-detail .share,
  #resource-home .search-query {
    margin-bottom: 44px; }

  .node--type-expert.node--view-mode-full .expert-resource,
  .node--type-expert.node--view-mode-full .content-top,
  .node--type-expert.node--view-mode-full .blog,
  .desc-text,
  .field--name-field-projet-or-wide-angle,
  .view-block-description-form {
    padding: 44px 10px; }

  .strate,
  .field--name-field-storyline-mv,
  .field--name-field-step-block-mv,
  .view-list .node--type-wide-angle-page,
  .view-agenda-evenement-majeur,
  #search-container {
    margin-bottom: 44px; }

  .highlighted,
  .descriptive_block_two_columns,
  .resource, .links,
  .testimony, .share,
  .descriptive_block,
  .videos, .field--name-field-image {
    margin-top: 44px;
    margin-bottom: 44px; }

  /* padding 10 on mobiles */
  .views-exposed-form,
  .two-cols,
  .page-node-type-wide-angle-page .block-views-blockfull-content-top-block-1,
  .strate.contenu-type-1,
  .field--name-field-storyline-mv .storyline .contenu,
  .field--name-field-step-block-mv,
  .highlighted,
  .chapo .field--name-field-chapo,
  .chapo .contenu-type-4 .highlight_content .contenu .highlightContent-chapo,
  .contenu-type-4 .highlight_content .contenu .chapo .highlightContent-chapo,
  .chapo .two-columns .field--name-field-chapo-column-1nm,
  .two-columns .chapo .field--name-field-chapo-column-1nm,
  .chapo .two-columns .field--name-field-chapo-column-2-nm,
  .two-columns .chapo .field--name-field-chapo-column-2-nm,
  .chapo .node--type-expert.node--view-mode-full .career .field--name-field-header,
  .node--type-expert.node--view-mode-full .career .chapo .field--name-field-header,
  .chapo .node--type-expert.node--view-mode-full .other-work .field__item > p:first-child,
  .node--type-expert.node--view-mode-full .other-work .chapo .field__item > p:first-child,
  .chapo .field--name-field-under-chapo,
  .descriptive_block_two_columns,
  .testimony, .share,
  .descriptive_block,
  .videos, .field--name-field-image,
  .view-list,
  .event-list, .block-views-blockagenda-premier-evenement-block-1,
  .entity .right,
  .node--type-expert.node--view-mode-full .career,
  .node--type-expert.node--view-mode-full .expert-reseach,
  .node--type-expert.node--view-mode-full .other-work,
  .subchapo .field--name-field-under-chapo,
  #block-views-block-bloc-description-top-liste-block-1-2,
  .job-offers-filters-form #edit-filters,
  .path-offre-de-emploi .pager-container,
  .chapters .onglet,
  #search-container,
  #resource-home .head, #resource-home .body,
  .page-node-type-event .strate > .left, .page-node-type-major-event .strate > .left, .page-node-type-event .strate > .right, .page-node-type-major-event .strate > .right {
    padding-left: 10px;
    padding-right: 10px; } }

/*# sourceMappingURL=styles.css.map */
