@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  margin: 0;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  padding: 20px;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

/*    #cboxTopLeft{width:14px; height:14px; background:url(../img/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../img/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../img/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../img/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../img/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../img/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../img/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../img/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}*/
.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  /*border:0;
  padding:0;
  margin:0;
  overflow:visible;
  position:absolute;
  bottom:-29px;
  background:url(../img/controls.png) no-repeat 0px 0px;
  width:23px;
  height:23px;
  text-indent:-9999px;*/
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  position: absolute;
  top: 2px;
  right: 5px;
  background-color: #fff;
  border: none;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/*==============================
=            COLORS            =
==============================*/
/*=====  End of COLORS  ======*/
/*=============================
=            FONTS            =
=============================*/
/*=====  End of FONTS  ======*/
/*
.foo {
	@include center(both);
}
.foo-parent {
	position: relative;
}
*/
/* Function for converting a px based font-size to rem.*/
/* Mixin that will include the fall back px declaration as well as the calculated rem value.*/
/*=============================
=            BASIC            =
=============================*/
.dib {
  display: inline-block;
  vertical-align: top;
}

.no-underline:hover {
  text-decoration: none;
}

.pointer:hover {
  cursor: pointer;
}

/*=====  End of BASIC  ======*/
/*===================================
=            COLORS TEXT            =
===================================*/
.color-white {
  color: #FFFFFF;
}

.color-black {
  color: #000000;
}

.color-blue {
  color: #2aa9e2;
}

.color-darkblue {
  color: #0e67b0;
}

.color-orange {
  color: #7472b3;
}

.color-darkgrey {
  color: #4a4a4a;
}

.color-lightgrey {
  color: #eeeeee;
}

/*=====  End of COLORS TEXT  ======*/
/*=================================
=            GRADIENTS            =
=================================*/
.gradient-blue-vertical, .page-header-wrapper:before, .gradient-main-vertical {
  background: #0e67b0;
  background: -moz-linear-gradient(top, #0e67b0 0%, #2aa9e2 100%);
  background: -webkit-linear-gradient(top, #0e67b0 0%, #2aa9e2 100%);
  background: linear-gradient(to bottom, #0e67b0 0%, #2aa9e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d8fca", endColorstr="#2aa9e2",GradientType=0 );
}

.gradient-blue-horizontal, .event-block {
  background: #2aa9e2;
  background: -moz-linear-gradient(left, #2aa9e2 0%, #0e67b0 100%);
  background: -webkit-linear-gradient(left, #2aa9e2 0%, #0e67b0 100%);
  background: linear-gradient(to right, #2aa9e2 0%, #0e67b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2aa9e2", endColorstr="#0d8fca",GradientType=1 );
}

.gradient-blue-diagonal-bottom-top, .news-block .news .text-block .btn, .news-block .news .text-block .agree-button,
.news-block .news .text-block .decline-button, .btn.btn-blue, .btn-blue.agree-button,
.btn-blue.decline-button, .btn.btn-primary, .btn-primary.agree-button,
.btn-primary.decline-button, .btn.btn-orange, .btn-orange.agree-button,
.btn-orange.decline-button {
  background: #2aa9e2;
  background: -moz-linear-gradient(45deg, #2aa9e2 0%, #0e67b0 100%);
  background: -webkit-linear-gradient(45deg, #2aa9e2 0%, #0e67b0 100%);
  background: linear-gradient(45deg, #2aa9e2 0%, #0e67b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2aa9e2", endColorstr="#0d8fca",GradientType=1 );
}

.gradient-blue-diagonal-top-bottom, .gradient-main-diagonal-top-bottom {
  background: #2aa9e2;
  background: -moz-linear-gradient(-45deg, #2aa9e2 0%, #0e67b0 100%);
  background: -webkit-linear-gradient(-45deg, #2aa9e2 0%, #0e67b0 100%);
  background: linear-gradient(135deg, #2aa9e2 0%, #0e67b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2aa9e2", endColorstr="#0d8fca",GradientType=1 );
}

.gradient-orange-vertical {
  background: #e5262b;
  background: -moz-linear-gradient(top, #e5262b 0%, #e23639 100%);
  background: -webkit-linear-gradient(top, #e5262b 0%, #e23639 100%);
  background: linear-gradient(to bottom, #e5262b 0%, #e23639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5262b", endColorstr="#E23639",GradientType=0 );
}

.gradient-orange-horizontal {
  background: #e5262b;
  background: -moz-linear-gradient(left, #e23639 0%, #e5262b 100%);
  background: -webkit-linear-gradient(left, #e23639 0%, #e5262b 100%);
  background: linear-gradient(to right, #e23639 0%, #e5262b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E23639", endColorstr="#e5262b",GradientType=1 );
}

.gradient-orange-diagonal-bottom-top, #block-catalogue {
  background: #e5262b;
  background: -moz-linear-gradient(45deg, #e23639 0%, #e5262b 100%);
  background: -webkit-linear-gradient(45deg, #e23639 0%, #e5262b 100%);
  background: linear-gradient(45deg, #e23639 0%, #e5262b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E23639", endColorstr="#e5262b",GradientType=1 );
}

.gradient-orange-diagonal-top-bottom {
  background: #e5262b;
  background: -moz-linear-gradient(-45deg, #e23639 0%, #e5262b 100%);
  background: -webkit-linear-gradient(-45deg, #e23639 0%, #e5262b 100%);
  background: linear-gradient(135deg, #e23639 0%, #e5262b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#E23639", endColorstr="#e5262b",GradientType=1 );
}

.gradient-purple-vertical {
  background: #7472b3;
  background: -moz-linear-gradient(top, #7472b3 0%, #8a89b2 100%);
  background: -webkit-linear-gradient(top, #7472b3 0%, #8a89b2 100%);
  background: linear-gradient(to bottom, #7472b3 0%, #8a89b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7472B3", endColorstr="#8A89B2",GradientType=0 );
}

.gradient-purple-horizontal, .gradient-main-horizontal, .contact-key-wrapper {
  background: #7472b3;
  background: -moz-linear-gradient(left, #7472b3 0%, #8a89b2 100%);
  background: -webkit-linear-gradient(left, #7472b3 0%, #8a89b2 100%);
  background: linear-gradient(to right, #7472b3 0%, #8a89b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7472B3", endColorstr="#8A89B2",GradientType=1 );
}

.gradient-purple-diagonal-bottom-top, .gradient-main-diagonal-bottom-top {
  background: #7472b3;
  background: -moz-linear-gradient(45deg, #7472b3 0%, #8a89b2 100%);
  background: -webkit-linear-gradient(45deg, #7472b3 0%, #8a89b2 100%);
  background: linear-gradient(45deg, #7472b3 0%, #8a89b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7472B3", endColorstr="#8A89B2",GradientType=1 );
}

.gradient-purple-diagonal-top-bottom {
  background: #7472b3;
  background: -moz-linear-gradient(-45deg, #7472b3 0%, #8a89b2 100%);
  background: -webkit-linear-gradient(-45deg, #7472b3 0%, #8a89b2 100%);
  background: linear-gradient(135deg, #7472b3 0%, #8a89b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7472B3", endColorstr="#8A89B2",GradientType=1 );
}

.gradient-black-vertical {
  background: #292828;
  background: -moz-linear-gradient(top, #292828 0%, #4a4a4a 100%);
  background: -webkit-linear-gradient(top, #292828 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #292828 0%, #4a4a4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#292828", endColorstr="#4a4a4a",GradientType=0 );
}

.gradient-black-horizontal {
  background: #4a4a4a;
  background: -moz-linear-gradient(left, #4a4a4a 0%, #292828 100%);
  background: -webkit-linear-gradient(left, #4a4a4a 0%, #292828 100%);
  background: linear-gradient(to right, #4a4a4a 0%, #292828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a4a4a", endColorstr="#292828",GradientType=1 );
}

.gradient-black-diagonal-bottom-top {
  background: #4a4a4a;
  background: -moz-linear-gradient(45deg, #4a4a4a 0%, #292828 100%);
  background: -webkit-linear-gradient(45deg, #4a4a4a 0%, #292828 100%);
  background: linear-gradient(45deg, #4a4a4a 0%, #292828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a4a4a", endColorstr="#292828",GradientType=1 );
}

.gradient-black-diagonal-top-bottom {
  background: #4a4a4a;
  background: -moz-linear-gradient(-45deg, #4a4a4a 0%, #292828 100%);
  background: -webkit-linear-gradient(-45deg, #4a4a4a 0%, #292828 100%);
  background: linear-gradient(135deg, #4a4a4a 0%, #292828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a4a4a", endColorstr="#292828",GradientType=1 );
}

.gradient-lightgrey-horizontal {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(left, white 0%, #f3f3f3 100%);
  background: linear-gradient(to right, white 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f3f3f3",GradientType=1 );
}

.gradient-lightgrey-diagonal-bottom-top, .block-grey-sidebar {
  background: #eeeeee;
  background: -moz-linear-gradient(45deg, #eeeeee 0%, #d5d4d4 100%);
  background: -webkit-linear-gradient(45deg, #eeeeee 0%, #d5d4d4 100%);
  background: linear-gradient(45deg, #eeeeee 0%, #d5d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#d5d4d4",GradientType=1 );
}

/*=====  End of GRADIENTS  ======*/
/*=========================================
=            BACKGROUND COLORS            =
=========================================*/
.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-orange {
  background-color: #7472b3;
}

.bg-blue {
  background-color: #2aa9e2;
}

.bg-darkgrey {
  background-color: #4a4a4a;
}

.bg-lightgrey {
  background-color: #eeeeee;
}

/*=====  End of BACKGROUND COLORS  ======*/
/*=============================
=            FONTS            =
=============================*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-bold {
  font-weight: bold;
}

/*=====  End of FONTS  ======*/
/*=======================================
=            TEXT ALiGNEMENT            =
=======================================*/
.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}
/*=====  End of TEXT ALiGNEMENT  ======*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins.eot");
  src: url("../fonts/Poppins.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Poppins", Arial sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1, .h1 {
  color: #0e67b0;
  font-size: 36px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2, .field--name-body h2 {
  font-size: 21px;
}
@media (min-width: 768px) {
  h2, .h2, .field--name-body h2 {
    font-size: 25px;
  }
}

h3, .h3, .field--name-body h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h3, .h3, .field--name-body h3 {
    font-size: 20px;
  }
}

h4, .h4, .field--name-body h4,
.field--name-body h5,
.field--name-body h6,
h5, .h5,
h6, .h6 {
  font-size: 16px;
}

/*----------  CKEDITOR  ----------*/
.field--name-body {
  margin-bottom: 50px;
  text-align: justify;
}
@media (min-width: 768px) {
  .field--name-body {
    margin-bottom: 16px;
  }
}
.field--name-body .field--item h2:first-of-type {
  margin-top: 0;
}
.field--name-body h2 {
  color: #0e67b0;
  font-weight: 500;
  margin-bottom: 20px;
}
.field--name-body h3 {
  font-weight: 500;
}
.field--name-body p {
  font-size: 13px;
}
@media (min-width: 768px) {
  .field--name-body p {
    font-size: 16px;
  }
}
.field--name-body a {
  color: #2aa9e2;
  transition: all 0.3s;
}
.field--name-body a:hover {
  color: #0e67b0;
}
.field--name-body a[data-entity-type=file]:before {
  content: "";
  background: url("../img/download-blue.svg") no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.field--name-body a[data-entity-type=file]:hover {
  text-decoration: none;
}
.field--name-body a[data-entity-type=file]:hover:before {
  background: url("../img/download-darkblue.svg") no-repeat;
  background-size: cover;
}
.field--name-body a[data-entity-type=file].btn:hover, .field--name-body a[data-entity-type=file].agree-button:hover,
.field--name-body a[data-entity-type=file].decline-button:hover {
  color: #FFFFFF;
}
.field--name-body a[data-entity-type=file].btn:before, .field--name-body a[data-entity-type=file].agree-button:before,
.field--name-body a[data-entity-type=file].decline-button:before {
  content: none;
}
.field--name-body a.btn, .field--name-body a.agree-button,
.field--name-body a.decline-button {
  color: #FFFFFF !important;
  margin: 30px 0;
}
.field--name-body a.btn:hover, .field--name-body a.agree-button:hover,
.field--name-body a.decline-button:hover {
  color: #FFFFFF !important;
}
.field--name-body a.btn + .btn, .field--name-body a.agree-button + .btn,
.field--name-body a.decline-button + .btn, .field--name-body a.btn + .agree-button, .field--name-body a.agree-button + .agree-button,
.field--name-body a.decline-button + .agree-button,
.field--name-body a.btn + .decline-button,
.field--name-body a.agree-button + .decline-button,
.field--name-body a.decline-button + .decline-button {
  display: block;
  margin-top: 0;
}
@media (min-width: 768px) {
  .field--name-body a.btn + .btn, .field--name-body a.agree-button + .btn,
.field--name-body a.decline-button + .btn, .field--name-body a.btn + .agree-button, .field--name-body a.agree-button + .agree-button,
.field--name-body a.decline-button + .agree-button,
.field--name-body a.btn + .decline-button,
.field--name-body a.agree-button + .decline-button,
.field--name-body a.decline-button + .decline-button {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 30px;
  }
}
.field--name-body ul {
  padding-left: 0;
}
.field--name-body ul li {
  list-style-type: none;
}
.field--name-body ul li:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.field--name-body img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.field--name-body strong {
  font-weight: 600;
}

* {
  outline: none;
}

body {
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
body.navbar-is-fixed-top {
  margin-top: 120px;
}
@media (min-width: 768px) {
  body.navbar-is-fixed-top {
    margin-top: 235px;
  }
}
body.fixed {
  position: fixed;
  overflow: hidden;
}
body.is-colorbox {
  margin-top: 0 !important;
  overflow: hidden !important;
}

/*===============================
=            BUTTONS            =
===============================*/
.btn, .agree-button,
.decline-button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s;
  text-align: center;
  min-width: 190px;
  padding: 10px 24px;
}
.btn:hover, .agree-button:hover,
.decline-button:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-orange, .btn-orange.agree-button,
.btn-orange.decline-button {
  color: #FFFFFF;
}
.btn.btn-primary, .btn-primary.agree-button,
.btn-primary.decline-button {
  border-color: #0e67b0;
}
.btn.btn-blue:hover, .btn-blue.agree-button:hover,
.btn-blue.decline-button:hover {
  color: #FFFFFF;
}
.btn.btn-black, .btn-black.agree-button,
.btn-black.decline-button {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn.btn-black:hover, .btn-black.agree-button:hover,
.btn-black.decline-button:hover {
  color: #FFFFFF;
}
.btn.btn-white, .btn.agree-button,
.btn.decline-button, .agree-button,
.decline-button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.btn-white:hover, .agree-button:hover,
.decline-button:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.link-with-arrow {
  color: #2aa9e2;
}
.link-with-arrow:after {
  content: "";
  background: url("../img/arrow-purple-right.svg") no-repeat;
  background-size: cover;
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.link-with-arrow:hover {
  color: #0e67b0;
}

/*=====  End of BUTTONS  ======*/
/*======================================
=            SOCIAL NETWORK            =
======================================*/
.social-networks-list {
  margin-bottom: 0;
}
.social-networks-list .item {
  position: relative;
}
.social-networks-list .item .link {
  display: block;
}
.social-networks-list .facebook .link {
  background: url("../img/facebook-icon-white.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .social-networks-list .facebook .link {
    background: url("../img/facebook-icon.svg");
    background-size: cover;
    width: 23px;
    height: 23px;
  }
}

/*=====  End of SOCIAL NETWORK  ======*/
/*=============================
=            INPUT            =
=============================*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #f2f2f2 !important;
  -webkit-box-shadow: inset 0 0 0px 9999px #f2f2f2;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

textarea {
  resize: vertical;
}
@media (min-width: 768px) {
  textarea {
    padding-top: 15px !important;
  }
}

input[type=checkbox] {
  outline: 0;
  position: relative;
  margin: 2px 0 0 2px !important;
  height: auto !important;
}
@media (min-width: 768px) {
  input[type=checkbox] {
    top: 3px;
  }
}
input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #f2f2f2;
  border: 1px solid #4a4a4a;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
input[type=checkbox] + label:after {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0;
  background-image: none;
  border-radius: 1px;
}
input[type=checkbox] + label .help-block {
  display: none;
}
input[type=checkbox]:checked + label:before {
  background: #f2f2f2;
  border: solid 2px #7472b3;
}
input[type=checkbox]:checked + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #7472b3;
}

.select-wrapper:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4a4a4a;
  line-height: normal;
  margin-top: -6px;
}
@media (min-width: 768px) {
  .select-wrapper:after {
    margin-top: -13px;
  }
}

.form-type-managed-file .control-label {
  border: solid 1px #4a4a4a;
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 9px 12px;
  font-weight: normal;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  height: 40px;
  color: #9b9b9b;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .form-type-managed-file .control-label {
    padding: 15px 12px;
    font-size: 16px;
    height: 60px;
  }
}
.form-type-managed-file .control-label:hover {
  cursor: pointer;
}
.form-type-managed-file .control-label:after {
  content: "";
  background: url("../img/upload.svg") no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 7px;
  right: 14px;
}
@media (min-width: 768px) {
  .form-type-managed-file .control-label:after {
    top: 17px;
  }
}
.form-type-managed-file .control-label.active:after {
  background: url("../img/ajax-loader.gif") no-repeat;
  width: 25px;
  height: 25px;
  background-size: cover;
}
.form-type-managed-file .description,
.form-type-managed-file .form-file {
  display: none;
}
.form-type-managed-file .file--application-pdf .file-link {
  word-break: break-all;
  border: none;
}
.form-type-managed-file .file--application-pdf .file-link a {
  color: #2aa9e2;
}
.form-type-managed-file .file--application-pdf .file-link a:hover {
  color: #0e67b0;
}
.form-type-managed-file .form-submit {
  float: right;
  border: none;
  background: transparent;
  padding-right: 2px;
  padding-top: 6px;
}
@media (min-width: 1024px) {
  .form-type-managed-file .form-submit {
    font-size: 11px;
    padding-top: 11px;
  }
}
.form-type-managed-file .form-submit:hover {
  color: #2aa9e2 !important;
  background-color: transparent !important;
}

.control-label {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .control-label {
    font-size: 16px;
  }
}
.control-label.form-required:after {
  content: "*";
  color: #7472b3;
  width: auto;
  height: auto;
  background-image: none;
}

.form-control {
  background-color: #f2f2f2;
  border-color: #4a4a4a;
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
  height: 40px;
  color: #4a4a4a;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 16px;
    height: 60px;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #4a4a4a !important;
}

.field--type-telephone .form-inline .control-label {
  display: block;
  margin-bottom: 5px;
}
.field--type-telephone .form-control {
  width: 100%;
}

.field--name-field-check-rgpd {
  margin-bottom: 0;
}

.rgpd-infos {
  line-height: 1;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .rgpd-infos {
    margin-bottom: 40px !important;
  }
}
.rgpd-infos a {
  font-size: 10px;
  color: #4a4a4a;
}
.rgpd-infos a:hover {
  color: #4a4a4a;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b9b;
  font-style: italic;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9b9b9b;
  font-style: italic;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9b9b9b;
  font-style: italic;
  font-weight: 300;
}

/*=====  End of INPUT  ======*/
/*===========================================
=            TEXT RESIZE BUTTONS            =
===========================================*/
.text-resize {
  margin-top: 4px;
}
.text-resize .changer {
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}
.text-resize .changer:hover {
  cursor: pointer;
}

/*=====  End of TEXT RESIZE BUTTONS  ======*/
/*=====  SLICK  =====*/
.slick-dots {
  position: relative;
  bottom: inherit;
}
.slick-dots li {
  width: 8px;
  height: 8px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
}
.slick-dots li button:before {
  content: "";
  background-color: #2aa9e2;
  color: transparent;
  opacity: 1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.slick-dots li.slick-active button:before {
  background-color: #f49221;
}

/*=====  End of SLICK  ======*/
/*==================================
=            BREADCRUMB            =
==================================*/
.breadcrumb {
  display: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb li a {
  color: #4a4a4a;
  font-size: 12px;
}
@media (min-width: 768px) {
  .breadcrumb li a {
    font-size: 16px;
  }
}
.breadcrumb li + li:before {
  color: #4a4a4a;
  content: "›";
}
.breadcrumb li.active a {
  color: #4a4a4a;
  font-size: 12px;
}
@media (min-width: 768px) {
  .breadcrumb li.active a {
    font-size: 16px;
  }
}

/*=====  End of BREADCRUMB  ======*/
/*================================================
=            PAGE HEADER / MAIN TITLE            =
================================================*/
.page-header-wrapper {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .page-header-wrapper {
    margin: 15px 0 80px 0;
  }
}
.page-header-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  left: 0;
  width: 8px;
  height: 100%;
}
.page-header-wrapper .page-header {
  line-height: 1;
  font-weight: 300;
  border-bottom: none;
  padding-top: 5px;
}

/*=====  End of PAGE HEADER / MAIN TITLE  ======*/
.block-content {
  background-color: #FFFFFF;
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.1);
}

.block-soutenir {
  background-color: #f49221;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 15px 15px 25px;
  position: relative;
  overflow: hidden;
}
.block-soutenir:before {
  content: "";
  background: url("../img/logo-fadv-blanc.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -46px;
  left: -60px;
  width: 400px;
  height: 400px;
  mix-blend-mode: soft-light;
  transform: rotate(-8deg);
  z-index: 0;
}
.block-soutenir .iconify {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .block-soutenir .iconify {
    width: 80px;
    height: 80px;
  }
}
.block-soutenir .btn, .block-soutenir .agree-button,
.block-soutenir .decline-button {
  color: #f49221;
  display: block;
  font-size: 14px;
  position: relative;
}
.block-soutenir .btn:hover, .block-soutenir .agree-button:hover,
.block-soutenir .decline-button:hover {
  color: #f49221;
}

/*========================================
=            ACTIVITIES BLOCK            =
========================================*/
.activities-block {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .activities-block {
    margin-bottom: 172px;
  }
}
.activities-block .activity {
  background: #f2f2f2;
  border: solid 1px #4a4a4a;
  border-radius: 4px;
  padding: 16px 19px;
  margin-bottom: 20px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.activities-block .activity:hover {
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.1);
  border-color: #f2f2f2;
}
.activities-block .activity.activity-4 .activity-icon {
  width: 39px;
  height: 39px;
}
@media (min-width: 768px) {
  .activities-block .activity.activity-4 .activity-icon {
    width: 60px;
    height: 59px;
    flex: 0 0 59px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-4 .activity-title {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-4 .arrow {
    margin-left: auto;
    margin-right: 20px;
  }
}
.activities-block .activity.activity-5 .activity-icon {
  width: 41px;
  height: 44px;
}
@media (min-width: 768px) {
  .activities-block .activity.activity-5 .activity-icon {
    width: 50px;
    height: 54px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-5 .activity-title {
    padding-left: 43px;
  }
}
.activities-block .activity.activity-6 .activity-icon {
  width: 27px;
  height: 48px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .activities-block .activity.activity-6 .activity-icon {
    width: 31px;
    height: 56px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-6 .activity-title {
    padding-left: 54px;
  }
}
.activities-block .activity.activity-7 .activity-icon {
  width: 40px;
  height: 48px;
}
@media (min-width: 768px) {
  .activities-block .activity.activity-7 .activity-icon {
    width: 49px;
    height: 58px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-7 .activity-title {
    padding-left: 46px;
  }
}
.activities-block .activity.activity-8 .activity-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .activities-block .activity.activity-8 .activity-icon {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-8 .activity-title {
    padding-left: 45px;
  }
}
.activities-block .activity.activity-9 .activity-icon {
  width: 40px;
  height: 36px;
}
@media (min-width: 768px) {
  .activities-block .activity.activity-9 .activity-icon {
    width: 51px;
    height: 46px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-9 .activity-title {
    padding-left: 44px;
  }
}
.activities-block .activity.activity-28 .activity-icon {
  width: 40px;
  height: 36px;
}
@media (min-width: 768px) {
  .activities-block .activity.activity-28 .activity-icon {
    width: 58px;
    height: 56px;
  }
}
@media (min-width: 768px) {
  .activities-block .activity.activity-28 .activity-title {
    padding-left: 38px;
  }
}
.activities-block .activity .activity-icon {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.activities-block .activity .activity-title {
  display: inline-block;
  vertical-align: middle;
  color: #4a4a4a;
  font-size: 15px;
  position: relative;
  width: calc(100% - 70px);
  font-weight: 600;
  line-height: 1.33;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .activities-block .activity .activity-title {
    flex: 1 0 276px;
  }
}
@media (min-width: 1024px) {
  .activities-block .activity .activity-title {
    flex: 0 0 276px;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .activities-block .activity .activity-title {
    padding-left: 33px;
  }
}
.activities-block .activity .arrow {
  background: url("../img/arrow-black-right.svg") no-repeat;
  background-size: cover;
  width: 26px;
  height: 18px;
  display: block;
  flex: 0 0 26px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .activities-block .activity .arrow {
    margin-right: 20px;
  }
}

/*=====  End of ACTIVITIES BLOCK  ======*/
/*==========================================
=            INFORMATION BLOCKS            =
==========================================*/
.information-blocks .block {
  margin-top: 50px;
}
.information-blocks .block.block-two .btn, .information-blocks .block.block-two .agree-button,
.information-blocks .block.block-two .decline-button {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .information-blocks .block.block-two .btn, .information-blocks .block.block-two .agree-button,
.information-blocks .block.block-two .decline-button {
    margin: 22px 0;
  }
}
@media (min-width: 1200px) {
  .information-blocks .block.block-two .btn, .information-blocks .block.block-two .agree-button,
.information-blocks .block.block-two .decline-button {
    margin: 28px 0;
  }
}
.information-blocks address,
.information-blocks .contact-link {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .information-blocks address,
.information-blocks .contact-link {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .information-blocks address {
    margin-bottom: 37px;
  }
}
.information-blocks .contact-link {
  display: block;
}
.information-blocks .contact-link .prefix {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.information-blocks .contact-link .link {
  display: inline-block;
  vertical-align: baseline;
  color: #4a4a4a;
}

/*=====  End of INFORMATION BLOCKS  ======*/
/*======================================
=            SIDEBAR BLOCKS            =
======================================*/
#block-catalogue {
  color: #FFFFFF;
  padding: 20px 30px 30px;
  transition: all 0.3s;
}
#block-catalogue:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
#block-catalogue .block-title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #block-catalogue .block-title {
    font-size: 20px;
  }
}
#block-catalogue .block-title:before {
  content: "";
  background: url("../img/cart-white.svg") no-repeat;
  background-size: cover;
  width: 36px;
  height: 39px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -5px;
}
#block-catalogue .field--item {
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
@media (min-width: 992px) {
  #block-catalogue .field--item {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  #block-catalogue .field--item {
    font-size: 16px;
  }
}
#block-catalogue .field--item:after {
  content: "";
  background: url("../img/arrow-white-right.svg") no-repeat;
  background-size: cover;
  width: 26px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}

.block-grey-sidebar {
  text-align: center;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  min-height: 185px;
}
.block-grey-sidebar .field--item {
  padding: 45px;
  line-height: 1.4;
}

body.node-4 .block-grey-sidebar:before {
  content: "";
  background: url("../img/flag-french.svg") no-repeat;
  background-size: cover;
  width: 74px;
  height: 47px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  top: 0;
}
body.node-4 .block-grey-sidebar .field--item {
  padding: 65px 45px 30px;
}

/*=====  End of SIDEBAR BLOCKS  ======*/
/*==================================
=            NEWS BLOCK            =
==================================*/
.news-block {
  background-color: #eeeeee;
  color: #4a4a4a;
  overflow: hidden;
  position: relative;
}
.news-block .slick-dotted {
  margin-bottom: 0;
}
.news-block .nav-slider {
  display: block;
  padding-top: 6px;
  width: 80px;
  position: absolute;
  bottom: 42px;
  right: 15px;
  z-index: 99;
}
@media (min-width: 768px) {
  .news-block .nav-slider {
    left: calc(50% - 98px);
    right: inherit;
  }
}
@media (min-width: 1200px) {
  .news-block .nav-slider {
    width: 400px;
    bottom: 50%;
    left: inherit;
    right: calc(50% - 569px);
  }
}
.news-block .slick-list {
  overflow: visible;
}
.news-block .slick-prev,
.news-block .slick-next {
  display: inline-block;
}
.news-block .slick-prev {
  width: 32px;
  height: 32px;
  position: relative;
  top: inherit;
  left: 0;
  float: left;
  transform: translate(0, 0);
}
.news-block .slick-prev:before {
  content: "";
  background: url("../img/arrow-nav-left.svg") no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  display: block;
}
.news-block .slick-next {
  width: 32px;
  height: 32px;
  position: relative;
  top: inherit;
  right: 0;
  float: right;
  transform: translate(0, 0);
}
.news-block .slick-next:before {
  content: "";
  background: url("../img/arrow-nav-right.svg") no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  display: block;
}
.news-block .slick-dots {
  bottom: 60px;
  left: calc(50% + 162px);
  width: auto;
}
.news-block .slick-dots li {
  margin: 0 7px;
  width: 15px;
  height: 15px;
}
.news-block .slick-dots li.slick-active button {
  background-color: #7472b3;
}
.news-block .slick-dots li button {
  width: 15px;
  height: 15px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  border-radius: 50px;
}
.news-block .slick-dots li button:before {
  content: none;
}
.news-block .block-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-block .block-title {
    font-size: 20px;
    margin-top: 54px;
    margin-bottom: 27px;
  }
}
.news-block .news {
  position: relative;
  min-height: 319px;
}
@media (min-width: 768px) {
  .news-block .news {
    min-height: 382px;
  }
}
.news-block .news .text-block .inner {
  display: flex;
  flex-direction: column;
  min-height: 285px;
}
@media (min-width: 768px) {
  .news-block .news .text-block .inner {
    min-height: 340px;
  }
}
.news-block .news .text-block .inner .clearfix {
  margin-top: auto;
}
.news-block .news .text-block .title {
  font-weight: 300;
  line-height: 1.33;
}
.news-block .news .text-block .btn, .news-block .news .text-block .agree-button,
.news-block .news .text-block .decline-button {
  margin-top: auto;
  width: 160px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .news-block .news .text-block .btn, .news-block .news .text-block .agree-button,
.news-block .news .text-block .decline-button {
    width: 190px;
  }
}
.news-block .news .images-block {
  position: absolute;
  width: 50%;
  height: 495px;
  top: -113px;
  right: 0;
}
.news-block .news .images-block:before {
  content: "";
  background: url("../img/mask-news-black.svg") no-repeat;
  background-size: cover;
  width: 47px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.news-block .news .image {
  height: 495px;
  background-size: cover;
}

@media (min-width: 768px) {
  #block-views-block-actualites-contextuelles-block {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  #block-views-block-actualites-contextuelles-block {
    margin-top: 90px;
  }
}

/*=====  End of NEWS BLOCK  ======*/
.news-event {
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .news-event {
    margin-bottom: 160px;
  }
}
.news-event-main-title {
  font-weight: 300;
  color: #0e67b0;
  padding-top: 60px;
  padding-bottom: 30px;
}
.news-event .slick-list,
.news-event .slick-track,
.news-event .slide {
  border-radius: 4px;
}
.news-event .slide {
  background-size: cover;
  background-position: center center;
  height: 250px;
  position: relative;
}
@media (min-width: 768px) {
  .news-event .slide {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .news-event .slide {
    height: 550px;
  }
}
.news-event .slide .inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px) {
  .news-event .slide .inner {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .news-event .slide .inner {
    padding: 20px 120px 20px 19px;
  }
}
.news-event .slide .inner .title {
  color: #FFFFFF;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .news-event .slide .inner .title {
    float: left;
    padding-bottom: 0;
    padding-top: 5px;
  }
}
.news-event .slide .inner .date {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0e67b0;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
}
@media (min-width: 1200px) {
  .news-event .slide .inner .date {
    float: right;
  }
}
.news-event .slide .inner .content {
  color: #FFFFFF;
  font-size: 14px;
  padding: 20px 0;
}
.news-event .slick-arrow {
  top: inherit;
  bottom: 22px;
  z-index: 99;
}
.news-event .slick-arrow:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}
.news-event .slick-arrow.slick-prev {
  left: inherit;
  right: 68px;
}
.news-event .slick-arrow.slick-prev:before {
  background: url(../img/arrow-nav-left.svg) no-repeat;
  background-size: cover;
}
.news-event .slick-arrow.slick-next {
  right: 30px;
}
.news-event .slick-arrow.slick-next:before {
  background: url(../img/arrow-nav-right.svg) no-repeat;
  background-size: cover;
}

/*=====  EU COOKIES  =====*/
.eu-cookie-compliance-more-button {
  font-size: 12px;
  font-weight: bold;
}

.agree-button,
.decline-button {
  color: #0e67b0;
  -webkit-appearance: none !important;
  box-shadow: none;
  background-image: none;
  border: none;
  text-shadow: none;
  min-width: 120px !important;
  min-height: 40px !important;
  padding: 0;
  font-size: 14px;
}
.agree-button:hover,
.decline-button:hover {
  background-color: #fff;
  background-image: none;
}

.eu-cookie-withdraw-tab {
  left: 10px;
  transform: translate(0, -100%);
  border: none;
}

/*=====  End of EU COOKIES  ======*/
.player {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #e0dbdbf4;
}
@media (min-width: 768px) {
  .player {
    display: none;
  }
}
.player .room {
  font-weight: 600;
}
.player .title {
  font-weight: 300;
}
.player__btn {
  display: flex;
  align-items: center;
}
.player__btn .volume-btn {
  margin-left: auto;
}
.player__btn .playing .svg,
.player__btn .pausing .svg,
.player__btn .return .svg,
.player__btn .volume .svg,
.player__btn .muting .svg {
  width: 60px;
  height: 60px;
}
.player__btn .playing .svg path,
.player__btn .return .svg path {
  stroke: #0e67b0;
}
.player__btn .volume .svg path {
  fill: #0e67b0;
}
.player__btn .pausing .svg g,
.player__btn .muting .svg g {
  stroke: #f49221;
}
.player__btn .pausing .svg path,
.player__btn .muting .svg path {
  fill: #f49221;
}
.player .progress {
  background-color: #fff;
}
.player .progress .currentValue {
  height: 20px;
  width: 1px;
}
.player input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 70% 100%;
  background: #7472b3;
  background: -moz-linear-gradient(left, #7472b3 0%, #8a89b2 100%);
  background: -webkit-linear-gradient(left, #7472b3 0%, #8a89b2 100%);
  background: linear-gradient(to right, #7472b3 0%, #8a89b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7472B3", endColorstr="#8A89B2",GradientType=1 );
  margin-bottom: 30px;
}
.player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #7472b3;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
.player input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.navbar-default {
  background-color: #FFFFFF;
  border-color: transparent;
  margin-top: 0;
  padding-bottom: 8px;
  box-shadow: 0 -10px 43px 0 rgba(171, 171, 171, 0.5);
  transition: margin-top 0.3s;
}
.navbar-default.down {
  margin-top: 33px;
}
@media (min-width: 768px) {
  .navbar-default.down {
    margin-top: 0;
  }
}
.navbar-default .website-link-list {
  min-height: 33px;
}
.navbar-default .website-link-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  min-height: 33px;
}
.navbar-default .website-link-list ul li {
  margin-right: 12px;
}
.navbar-default .website-link-list .link:hover, .navbar-default .website-link-list .link:focus, .navbar-default .website-link-list .link:active {
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar-default .website-link-list .link {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-default .website-link-list .link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .website-link-list .link {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-default .logo {
    position: relative;
    margin-top: -50px;
    max-width: 114px;
  }
}
@media (min-width: 1024px) {
  .navbar-default .logo {
    margin-right: 50px;
  }
}
.navbar-default .logo img {
  width: auto;
  height: 74px;
}
@media (min-width: 768px) {
  .navbar-default .logo img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-default .logo img {
    width: auto;
    height: 114px;
  }
}
.navbar-default .open-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: transparent;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .navbar-default .open-menu {
    display: none;
  }
}
.navbar-default .open-menu:hover, .navbar-default .open-menu:focus {
  background-color: transparent;
}
.navbar-default .open-menu .text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-right: 11px;
}
.navbar-default .open-menu .icon-bar {
  width: 20px;
  height: 3px;
  background-color: #4a4a4a;
}
@media (min-width: 768px) {
  .navbar-default .navbar-header {
    float: none;
  }
}
.navbar-default .navbar-header .breadcrumb,
.navbar-default .navbar-header .block-text-resize {
  display: none;
}
.navbar-default .navbar-header .region-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-default .navbar-header .region-navigation {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .navbar-default .menu--main li {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .menu--main li {
    margin-right: 54px;
  }
}
@media (min-width: 768px) {
  .navbar-default .menu--main li:first-of-type a {
    display: block;
    font-size: 0;
    margin-top: 10px;
    background: url("../img/home.svg");
    background-size: cover;
    width: 23px;
    height: 23px;
    padding: 0;
    transition: all 0.3s;
  }
  .navbar-default .menu--main li:first-of-type a:hover {
    background: url("../img/home-blue.svg");
    background-size: cover;
  }
}
.navbar-default .menu--main li.active > a,
.navbar-default .menu--main li.active > a:hover,
.navbar-default .menu--main li.active > a:focus, .navbar-default .menu--main li.open > a,
.navbar-default .menu--main li.open > a:hover,
.navbar-default .menu--main li.open > a:focus {
  color: #4a4a4a;
  background-color: transparent;
}
.navbar-default .menu--main li.dropdown .dropdown-menu {
  padding: 13px 28px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 26px 42px 0 rgba(0, 0, 0, 0.1);
  left: -13px;
}
@media (min-width: 1024px) {
  .navbar-default .menu--main li.dropdown .dropdown-menu {
    left: -27px;
  }
}
.navbar-default .menu--main li.dropdown .dropdown-menu > li:first-of-type {
  display: block;
}
.navbar-default .menu--main li.dropdown .dropdown-menu > li:first-of-type > a {
  font-size: 17px;
  font-weight: 300;
  background: none;
  width: auto;
  height: auto;
  padding: 5px 0;
}
.navbar-default .menu--main li.dropdown .dropdown-menu > li:last-of-type > a {
  width: auto;
  min-width: 1px;
  color: #4a4a4a;
  font-weight: 300;
  padding: 5px 0;
  border-radius: 0;
  text-align: left;
}
.navbar-default .menu--main li.dropdown .dropdown-menu > li:last-of-type > a:hover {
  box-shadow: none;
  color: #0e67b0;
}
.navbar-default .menu--main li.dropdown .dropdown-menu > li > a {
  font-size: 17px;
  font-weight: 300;
  background: none;
  padding: 5px 0;
}
.navbar-default .menu--main li a {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar-default .menu--main li a {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 1024px) {
  .navbar-default .menu--main li a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .menu--main li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-default .menu--main li a:hover {
  color: #0e67b0;
}

.contact-key-wrapper {
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  height: 33px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .contact-key-wrapper {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    background: #FFFFFF;
  }
}
.contact-key-wrapper .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 33px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .contact-key-wrapper .inner {
    display: block;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
}
.contact-key-wrapper.display {
  top: 0;
}
.contact-key-wrapper .tel {
  color: #FFFFFF;
  transition: all 0.3s;
  font-size: 18px;
  flex: 1;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .contact-key-wrapper .tel {
    color: #4a4a4a;
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    margin-right: 41px;
    line-height: 2.4;
    margin-top: 0;
  }
}
.contact-key-wrapper .tel:hover {
  text-decoration: none;
  color: #0e67b0;
}
@media (min-width: 768px) {
  .contact-key-wrapper .social-networks-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
  }
}

footer {
  background-color: #4a4a4a;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  footer {
    padding-top: 38px;
  }
}
footer .inner {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  footer .inner {
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
  }
}
footer .inner .col-left {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer .inner .col-left {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  footer .inner .col-right {
    flex: 1;
  }
}
footer .logo {
  width: 100px;
}
@media (min-width: 768px) {
  footer .logo {
    width: 90px;
  }
}
footer .text {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  footer .text {
    font-size: 16px;
  }
}
footer address,
footer .contact-link {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.36;
}
@media (min-width: 1024px) {
  footer address,
footer .contact-link {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  footer address {
    display: inline-block;
    margin-bottom: 0;
  }
}
footer .contact-link {
  margin-right: 5px;
}
footer .contact-link .text {
  margin-right: 5px;
  display: inline-block;
  vertical-align: baseline;
  font-weight: 300;
}
footer .contact-link .link {
  display: inline-block;
  vertical-align: baseline;
  color: #FFFFFF;
}
footer .contact-link .link:hover {
  color: #FFFFFF;
}
footer .sign {
  font-size: 13px;
  font-weight: 300;
}
footer .sign .link {
  color: #FFFFFF;
}
footer .sign .link:hover {
  color: #FFFFFF;
}
footer .copyright-wrapper {
  background-color: #3d3d3d;
  padding: 5px 0;
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 17px 30px;
  z-index: 1040;
  transform: translateX(100vw);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .menu-mobile {
    padding: 37px 66px;
  }
}
@media (min-width: 768px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile.open {
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
}
.menu-mobile .inner {
  height: calc(100% - 74px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.menu-mobile .logo {
  width: 98px;
  height: 74px;
}
@media (min-width: 768px) {
  .menu-mobile .logo {
    width: 188px;
    height: 85px;
  }
}
.menu-mobile .close-menu {
  background: url("../img/cross-white.svg") no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
  display: block;
}
@media (min-width: 768px) {
  .menu-mobile .close-menu {
    margin-top: 30px;
  }
}
.menu-mobile .navbar-nav {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .menu-mobile .navbar-nav > li {
    display: block;
    float: none;
  }
}
@media (min-width: 768px) {
  .menu-mobile .navbar-nav > li:first-of-type {
    padding-top: 49px;
  }
}
.menu-mobile .navbar-nav > li > a {
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}
@media (min-width: 768px) {
  .menu-mobile .navbar-nav > li > a {
    font-size: 32px;
    padding: 35px 0;
  }
}
.menu-mobile .navbar-nav > li > a:hover, .menu-mobile .navbar-nav > li > a:focus {
  background-color: transparent;
}
.menu-mobile .navbar-nav > li.open a,
.menu-mobile .navbar-nav > li.open a:focus, .menu-mobile .navbar-nav > li.dropdown a,
.menu-mobile .navbar-nav > li.dropdown a:focus {
  background-color: transparent;
  font-weight: bold;
}
@media (min-width: 768px) {
  .menu-mobile .navbar-nav > li.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    border: none !important;
    box-shadow: none !important;
  }
}
.menu-mobile .navbar-nav .dropdown-menu {
  border-radius: 0px;
  background-color: transparent !important;
}
.menu-mobile .navbar-nav .dropdown-menu > li > a {
  font-family: sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  white-space: pre-wrap;
}
.menu-mobile .navbar-nav .dropdown-menu > li > a:hover {
  color: #FFFFFF;
  background-color: #2aa9e2;
}

.etablissements {
  position: relative;
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .etablissements {
    position: relative;
    height: 720px;
    /*
    border: solid 1px;
    border-radius: 50%;
    background-image: url("https://img-19.ccm2.net/n4EfCTLGMtW2BNUHn7YxTpZ1_Vc=/efe873dad0c94dadbdcce6e2e982d4a4/ccm-ugc/mOLtwpL9-2013-11-20-232409.png");
    background-position: center center;
    */
  }
}
@media (min-width: 1024px) {
  .etablissements {
    height: 616px;
  }
}
@media (min-width: 1200px) {
  .etablissements {
    height: 750px;
  }
}
.etablissements .etablissement {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .etablissements .etablissement {
    margin-bottom: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.etablissements .etablissement__53 {
  top: 42px;
  left: 177px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__53 {
    top: 2px;
    left: 126px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__53 {
    top: 58px;
    left: 191px;
  }
}
.etablissements .etablissement__54 {
  top: 20px;
  left: 360px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__54 {
    top: -27px;
    left: 310px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__54 {
    top: 40px;
    left: 374px;
  }
}
.etablissements .etablissement__55 {
  top: 111px;
  right: 79px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__55 {
    top: 70px;
    right: 34px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__55 {
    top: 130px;
    right: 96px;
  }
}
.etablissements .etablissement__56 {
  top: 184px;
  left: 68px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__56 {
    top: 141px;
    left: 16px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__56 {
    top: 200px;
    left: 78px;
  }
}
.etablissements .etablissement__57 {
  top: 385px;
  left: 45px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__57 {
    top: 329px;
    left: -1px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__57 {
    top: 390px;
    left: 56px;
  }
}
.etablissements .etablissement__58 {
  bottom: 85px;
  left: 166px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__58 {
    bottom: 37px;
    left: 118px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__58 {
    bottom: 105px;
    left: 181px;
  }
}
.etablissements .etablissement__59 {
  bottom: 55px;
  right: 258px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__59 {
    bottom: 10px;
    right: 197px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__59 {
    bottom: 73px;
    right: 274px;
  }
}
.etablissements .etablissement__52 {
  right: 33px;
  top: 285px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__52 {
    right: -15px;
    top: 233px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__52 {
    right: 49px;
    top: 298px;
  }
}
.etablissements .etablissement__60 {
  right: 83px;
  bottom: 147px;
}
@media (min-width: 1024px) {
  .etablissements .etablissement__60 {
    right: 31px;
    bottom: 101px;
  }
}
@media (min-width: 1200px) {
  .etablissements .etablissement__60 {
    right: 96px;
    bottom: 155px;
  }
}
.etablissements .etablissement .img {
  object-fit: contain;
  max-width: 100px;
}
@media (min-width: 768px) {
  .etablissements .etablissement .img {
    width: 110px;
    height: 110px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .etablissements .etablissement .title {
    font-size: 16px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .etablissements__data-content,
.etablissements .logo_fadv {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.etablissements__data-content {
  z-index: 2;
}
@media (min-width: 1200px) {
  .etablissements__data-content {
    padding: 0 20px;
  }
}
.etablissements .logo_fadv {
  z-index: 1;
  width: 160px;
  opacity: 1;
  filter: blur(0);
  transition: all 0.3s;
}
.etablissements .logo_fadv.with-opacity {
  opacity: 0.15;
  filter: blur(2px);
}

/*=====  EVENT BLOCK  =====*/
.event-block {
  margin-top: 80px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .event-block {
    display: flex;
  }
}
.event-block__image-wrapper {
  border-radius: 6px 6px 0 0;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .event-block__image-wrapper {
    border-radius: 6px 0 0 6px;
    height: auto;
    flex: 0 0 40%;
  }
}
.event-block__content {
  margin-bottom: 20px;
}
.event-block .inner {
  padding: 20px;
}
@media (min-width: 1024px) {
  .event-block .inner {
    padding: 40px;
  }
}
.event-block .btn, .event-block .agree-button,
.event-block .decline-button {
  color: #0e67b0;
  font-size: 14px;
}

/*=====  End of EVENT BLOCK  ======*/
.iframe-helloasso.reservation {
  min-height: 1708px;
}
@media (min-width: 768px) {
  .iframe-helloasso.reservation {
    min-height: 1496px;
  }
}
@media (min-width: 992px) {
  .iframe-helloasso.reservation {
    min-height: 1057px;
  }
}

body.path-frontpage {
  /*=====  SLIDER  =====*/
  /*=====  End of SLIDER  ======*/
  /*=====  PUZZLE GRID  =====*/
  /*=====  End of PUZZLE GRID  ======*/
}
body.path-frontpage.navbar-is-fixed-top {
  margin-top: 100px;
}
@media (min-width: 768px) {
  body.path-frontpage.navbar-is-fixed-top {
    margin-top: 175px;
  }
}
body.path-frontpage .page-header-wrapper {
  display: none;
}
body.path-frontpage .slider-home {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  body.path-frontpage .slider-home {
    margin: 0 -24px;
  }
}
@media (min-width: 992px) {
  body.path-frontpage .slider-home {
    margin: 0 -26px;
  }
}
@media (min-width: 1024px) {
  body.path-frontpage .slider-home {
    margin: 0 -42px;
  }
}
@media (min-width: 1200px) {
  body.path-frontpage .slider-home {
    margin: 0;
  }
}
body.path-frontpage .slider-home .photo-container {
  background-repeat: no-repeat;
  background-size: cover;
  height: 176px;
}
@media (min-width: 768px) {
  body.path-frontpage .slider-home .photo-container {
    height: 240px;
  }
}
@media (min-width: 992px) {
  body.path-frontpage .slider-home .photo-container {
    height: 310px;
  }
}
@media (min-width: 1200px) {
  body.path-frontpage .slider-home .photo-container {
    height: 356px;
  }
}
body.path-frontpage h1 {
  line-height: 1.2;
}
body.path-frontpage .illustration {
  max-width: 300px;
  margin: 40px auto;
}
body.path-frontpage .puzzle-grid {
  background: url("../img/puzzle.png") no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.path-frontpage .puzzle-grid {
    width: 600px;
    height: 600px;
  }
}
@media (min-width: 1024px) {
  body.path-frontpage .puzzle-grid {
    width: 800px;
    height: 800px;
  }
}
body.path-frontpage .puzzle-grid__inner {
  height: 100%;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  grid-template-areas: "one two three" "four five six" "seven eight nine";
}
@media (min-width: 768px) {
  body.path-frontpage .puzzle-grid__inner {
    padding: 35px;
  }
}
@media (min-width: 1024px) {
  body.path-frontpage .puzzle-grid__inner {
    padding: 48px;
  }
}
body.path-frontpage .puzzle-grid__inner .values-block {
  color: #FFFFFF;
  position: relative;
  width: 88px;
  height: 88px;
}
@media (min-width: 768px) {
  body.path-frontpage .puzzle-grid__inner .values-block {
    width: 177px;
    height: 177px;
  }
}
@media (min-width: 1024px) {
  body.path-frontpage .puzzle-grid__inner .values-block {
    width: 200px;
    height: 200px;
  }
}
body.path-frontpage .puzzle-grid__inner .values-block:nth-child(1) {
  grid-area: two;
}
body.path-frontpage .puzzle-grid__inner .values-block:nth-child(2) {
  grid-area: four;
}
body.path-frontpage .puzzle-grid__inner .values-block:nth-child(3) {
  grid-area: five;
}
body.path-frontpage .puzzle-grid__inner .values-block:nth-child(4) {
  grid-area: six;
}
body.path-frontpage .puzzle-grid__inner .values-block:nth-child(5) {
  grid-area: eight;
}
body.path-frontpage .puzzle-grid__inner .values-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
body.path-frontpage .puzzle-grid__inner .values-block .values-slider .slick-list {
  width: 60px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.path-frontpage .puzzle-grid__inner .values-block .values-slider .slick-list {
    width: auto;
  }
}
body.path-frontpage .puzzle-grid__inner .values-block h3 {
  margin: 0;
  font-size: 8px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
}
@media (min-width: 768px) {
  body.path-frontpage .puzzle-grid__inner .values-block h3 {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  body.path-frontpage .puzzle-grid__inner .values-block h3 {
    font-size: 18px;
  }
}
body.path-frontpage .block-soutenir {
  margin: 60px 0;
}
body.path-frontpage .block-soutenir:before {
  content: "";
  background: url("../img/logo-fadv-blanc.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -46px;
  left: -60px;
  width: 560px;
  height: 560px;
  mix-blend-mode: soft-light;
  transform: rotate(-8deg);
}
body.path-frontpage .block-soutenir .inner {
  padding: 50px 0;
}
@media (min-width: 768px) {
  body.path-frontpage .block-soutenir .inner {
    width: 600px;
    margin: 0 auto;
  }
}
body.path-frontpage .block-soutenir .inner .iconify {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  body.path-frontpage .block-soutenir .inner .iconify {
    width: 80px;
    height: 80px;
  }
}
body.path-frontpage .block-soutenir .inner .title {
  margin: 0 auto 0;
  padding-bottom: 20px;
  width: 240px;
}
@media (min-width: 768px) {
  body.path-frontpage .block-soutenir .inner .title {
    width: 100%;
  }
}
body.path-frontpage .block-soutenir .inner .desc {
  padding-bottom: 30px;
}
body.path-frontpage .block-soutenir .inner .btn, body.path-frontpage .block-soutenir .inner .agree-button,
body.path-frontpage .block-soutenir .inner .decline-button {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.text-animation-wrapper {
  position: relative;
  margin: auto;
}

#text1,
#text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Poppins", Arial sans-serif;
  font-size: 24px;
  text-align: center;
  user-select: none;
}
@media (min-width: 768px) {
  #text1,
#text2 {
    font-size: 40px;
  }
}

.word {
  font-family: "Poppins", Arial sans-serif;
  font-size: 24px;
  text-align: center;
  user-select: none;
  height: 60px;
}
@media (min-width: 768px) {
  .word {
    font-size: 40px;
  }
}

.message-wrapper {
  margin: 120px 0 40px;
}
.message-wrapper h1 {
  line-height: 1.5;
}
.message-wrapper .message {
  color: #4a4a4a;
  font-family: "Poppins", Arial sans-serif;
  overflow: hidden;
  display: block;
}
.message-wrapper .message .words {
  font-weight: 800;
  background-color: #0e67b0;
  color: #FFFFFF;
  padding: 0 10px;
  display: inline-block;
  border-radius: 5px;
}

.node-51 .iframe-helloasso.don {
  height: 2420px !important;
}
@media (min-width: 768px) {
  .node-51 .iframe-helloasso.don {
    height: 2074px !important;
  }
}
@media (min-width: 992px) {
  .node-51 .iframe-helloasso.don {
    height: 2411px !important;
  }
}
@media (min-width: 1200px) {
  .node-51 .iframe-helloasso.don {
    height: 1525px !important;
  }
}

@media (min-width: 768px) {
  body.node-13 .field--name-body p {
    font-size: 20px;
  }
}
body.node-13 .link-with-arrow {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.node-13 .link-with-arrow {
    margin-top: 0;
  }
}
body.node-13 .map-wrapper {
  height: 280px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.node-13 .map-wrapper {
    height: 494px;
    margin-top: 114px;
  }
}
body.node-13 footer {
  margin-top: 0;
}

#contact-message-formulaire-de-contact-form {
  margin-top: 53px;
}
#contact-message-formulaire-de-contact-form [type=submit] {
  margin-top: 30px;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #contact-message-formulaire-de-contact-form [type=submit] {
    width: 190px;
    margin-top: 15px;
    float: right;
  }
}

body.node-18 .job {
  margin-bottom: 60px;
}
body.node-18 .job .title {
  color: #7472b3;
  font-weight: 300;
  margin: 0;
  padding-bottom: 20px;
}
body.node-18 .job .btn, body.node-18 .job .agree-button,
body.node-18 .job .decline-button {
  margin-top: 20px;
}

body.node-65 #contact-message-formulaire-recrutement-form {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  body.node-65 #contact-message-formulaire-recrutement-form {
    margin-bottom: 114px;
  }
}
body.node-65 #contact-message-formulaire-recrutement-form .btn, body.node-65 #contact-message-formulaire-recrutement-form .agree-button,
body.node-65 #contact-message-formulaire-recrutement-form .decline-button {
  margin-top: 30px;
  margin-right: 0;
}
@media (min-width: 768px) {
  body.node-65 #contact-message-formulaire-recrutement-form .btn, body.node-65 #contact-message-formulaire-recrutement-form .agree-button,
body.node-65 #contact-message-formulaire-recrutement-form .decline-button {
    margin-top: 15px;
    float: right;
  }
}

body.node-49 .organigramme {
  margin-bottom: 80px;
}
body.node-49 .organigramme + ul {
  text-align: center;
}

body.dark-mode {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
body.dark-mode .navbar-default,
body.dark-mode .contact-key-wrapper .inner {
  background-color: #000000 !important;
}
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 {
  color: #FFFFFF !important;
}
body.dark-mode a {
  color: yellow !important;
}

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