/*
Theme Name: Caritas International
Theme URI: http://www.caritas-int.be
Author: Atelier Design
Author URI: http://atelierdesign.be
Description: Caritas International
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: caritas
Tags:
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/* line 1, sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 19, sass/_reset.scss */
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

/* line 26, sass/_reset.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 31, sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/* line 43, sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 46, sass/_reset.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

/* line 50, sass/_reset.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 54, sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 58, sass/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* line 61, sass/_reset.scss */
a:focus, button:focus {
  outline: 0;
}

/* line 64, sass/_reset.scss */
a:hover,
a:active, button:hover, button:focus {
  outline: 0;
}

/* line 68, sass/_reset.scss */
a img {
  border: 0;
}

/* line 71, sass/_reset.scss */
input, textarea {
  border-radius: 0;
}

/*--------------------------------------------------------------*/
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #414142;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: #414142;
  text-decoration: none;
}
/* line 5, sass/navigation/_links.scss */
a:visited {
  color: #414142;
}
/* line 8, sass/navigation/_links.scss */
a:hover {
  text-decoration: underline;
}
/* line 11, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: #414142;
}
/* line 16, sass/navigation/_links.scss */
a:focus, a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* line 1, sass/modules/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 9, sass/modules/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 58px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 20, sass/modules/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 21px;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 29, sass/modules/_select2.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 33, sass/modules/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 41, sass/modules/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 45, sass/modules/_select2.scss */
.select2-dropdown {
  background-color: #e30609;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 55, sass/modules/_select2.scss */
.select2-results {
  display: block;
  padding: 9px 14px 6px;
  box-shadow: inset 0px 40px 40px -40px rgba(0, 0, 0, 0.65);
}

/* line 61, sass/modules/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 67, sass/modules/_select2.scss */
.select2-results__option {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 20px;
  padding: 6px 0 6px 6px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 78, sass/modules/_select2.scss */
.select2-results__option:last-of-type {
  border-bottom: 0;
}

/* line 83, sass/modules/_select2.scss */
.select2-dropdown.with-archives .select2-results__option {
  line-height: 32px;
  padding: 0;
}

/* line 89, sass/modules/_select2.scss */
.ctn-archives .select2-selection__clear {
  display: none;
}

/* line 95, sass/modules/_select2.scss */
.select2-container--default .with-archives .select2-results {
  box-shadow: none;
}
/* line 98, sass/modules/_select2.scss */
.select2-container--default .with-archives .select2-results > ul > .select2-results__option {
  border-bottom: 0;
}
/* line 103, sass/modules/_select2.scss */
.select2-container--default .with-archives .select2-results__option .select2-results__option {
  padding-left: 50px;
}
/* line 105, sass/modules/_select2.scss */
.select2-container--default .with-archives .select2-results__option .select2-results__option:first-child {
  border-top: 2px solid #fff;
  text-transform: uppercase;
  padding-left: 9px;
  font-weight: normal;
}
/* line 113, sass/modules/_select2.scss */
.select2-container--default .with-archives .select2-results__option:first-child .select2-results__option:first-child {
  border-top: 0;
}
/* line 118, sass/modules/_select2.scss */
.select2-container--default .with-archives .select2-results__option[role=group]:first-child .select2-results__group {
  height: 0;
}

/* line 124, sass/modules/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 128, sass/modules/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 136, sass/modules/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 141, sass/modules/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 147, sass/modules/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 151, sass/modules/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 155, sass/modules/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 173, sass/modules/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 184, sass/modules/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #e6e7e8;
}

/* line 188, sass/modules/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #414142;
  line-height: 58px;
  font-weight: 300;
}

/* line 194, sass/modules/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
  font-weight: 300;
}

/* line 199, sass/modules/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 51px;
  border-left: 1px solid #a8a9ac;
}

/* line 208, sass/modules/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #414142 transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  height: 0;
  left: 50%;
  margin-left: -3px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 221, sass/modules/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 226, sass/modules/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #414142 transparent;
  border-width: 0 3px 3px 3px;
}

/* line 231, sass/modules/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 235, sass/modules/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 239, sass/modules/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 247, sass/modules/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 360px;
  overflow-y: auto;
}
/* line 250, sass/modules/_select2.scss */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 18px;
}
/* line 253, sass/modules/_select2.scss */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-left: 6px solid #e30609;
}
/* line 256, sass/modules/_select2.scss */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track:hover, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track:active {
  background: rgba(255, 255, 255, 0.3);
}
/* line 261, sass/modules/_select2.scss */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-left: 6px solid #e30609;
}
/* line 264, sass/modules/_select2.scss */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.8);
}

/* line 271, sass/modules/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 275, sass/modules/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #e30609;
}

/* line 280, sass/modules/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 284, sass/modules/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 288, sass/modules/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 293, sass/modules/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 298, sass/modules/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 303, sass/modules/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 308, sass/modules/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 313, sass/modules/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(255, 255, 255, 0.9);
  color: #e30609;
}

/* .select2-container--default .select2-results__group {*/
/*     cursor: default;*/
/*     display: block;*/
/*     padding: 6px;*/
/* }*/
/* line 333, sass/modules/_select2.scss */
.with-archives .select2-results__group {
  display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 1, sass/_header.scss */
.site-header {
  width: 100%;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 10, sass/_header.scss */
.site-header.nav-up {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}

/* line 16, sass/_header.scss */
.site-title {
  float: left;
  width: 240px;
  height: 90px;
}
/* line 20, sass/_header.scss */
.site-title a {
  margin-top: 20px;
  margin-left: 35px;
  width: 167px;
  height: 48px;
  display: block;
  text-indent: -9999em;
  background: url(img/logo.svg) no-repeat 0 0;
  background-size: contain;
}

/* UPPER HEADER*/
/* line 36, sass/_header.scss */
.upper-header {
  float: left;
  width: calc(100% - 240px);
  height: 45px;
  background: #414142;
}

/* line 43, sass/_header.scss */
.lang-menu {
  position: relative;
  float: left;
  height: 45px;
  width: 45px;
  background: #e6e7e8;
  cursor: pointer;
  z-index: 2000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
}
/* line 58, sass/_header.scss */
.lang-menu span {
  width: 45px;
  height: 45px;
  border: 1px solid #e30609;
  line-height: 37px;
  color: #e30609;
  display: block;
}
/* line 65, sass/_header.scss */
.lang-menu span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3.5px 0 3.5px;
  border-color: #e30609 transparent transparent transparent;
  bottom: 10px;
  left: 19px;
}
/* line 77, sass/_header.scss */
.lang-menu .other-langs {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  height: 0;
  overflow: hidden;
  background: #babcbe;
}
/* line 85, sass/_header.scss */
.lang-menu .other-langs a {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  line-height: 44px;
  -webkit-transition: 200ms;
  transition: 200ms;
  border-bottom: 1px solid #fff;
}
/* line 94, sass/_header.scss */
.lang-menu .other-langs a:hover {
  background: #e30609;
  text-decoration: none;
}
/* line 100, sass/_header.scss */
.lang-menu .other-langs li:last-of-type a {
  border-bottom: 0;
}

/* SOCIAL MENU*/
/* line 111, sass/_header.scss */
.social-menu {
  float: left;
  padding: 0 12px;
  border-right: 1px solid #e6e7e8;
}
/* line 115, sass/_header.scss */
.social-menu li {
  float: left;
}
/* line 118, sass/_header.scss */
.social-menu a {
  display: block;
  text-indent: -9999em;
  height: 45px;
  width: 36px;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  opacity: 0.5;
}
/* line 130, sass/_header.scss */
.social-menu a:hover {
  opacity: 1;
}
/* line 133, sass/_header.scss */
.social-menu .twitter a {
  background-image: url(img/twitter.svg);
}
/* line 136, sass/_header.scss */
.social-menu .facebook a {
  background-image: url(img/facebook.svg);
}
/* line 139, sass/_header.scss */
.social-menu .youtube a {
  background-image: url(img/youtube.svg);
}
/* line 142, sass/_header.scss */
.social-menu .linkedin a {
  background-image: url(img/linkedin.svg);
}
/* line 145, sass/_header.scss */
.social-menu .newsletter-icon a {
  background-image: url(img/newsletter.svg);
  background-size: 20px 18px;
}

/* line 151, sass/_header.scss */
.search-button {
  float: left;
  width: 56px;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px 21px;
  background-image: url(img/search.svg);
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 162, sass/_header.scss */
.search-button:hover {
  opacity: 0.85;
}

/* line 167, sass/_header.scss */
.search-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 77777;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  height: 90px;
  background: #414142;
}
/* line 179, sass/_header.scss */
.search-menu .search-form {
  padding-left: 166px;
  height: 100%;
  position: relative;
  background: url(img/search.svg) no-repeat 65px 50%;
  background-size: 33px 33px;
  padding-right: 80px;
}
/* line 187, sass/_header.scss */
.search-menu .search-field {
  border: 0;
  margin: 0;
  margin-top: 29px;
  height: 32px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  outline: 0 !important;
  background: #414142;
  width: calc(100% - 29px);
}
/* line 202, sass/_header.scss */
.search-menu .search-submit {
  display: none;
}
/* line 205, sass/_header.scss */
.search-menu.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 209, sass/_header.scss */
.search-menu input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #414142 inset !important;
  -webkit-text-fill-color: #fff !important;
}
/* line 213, sass/_header.scss */
.search-menu .search-close {
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 16px;
  background: url(img/search-close.svg) no-repeat 50% 50%;
  background-size: 36px 36px;
}
/* line 224, sass/_header.scss */
.search-menu .search-close:hover,
.search-menu .search-close.animated {
  -webkit-animation: search-close ease-in-out 0.2s;
  animation: search-close ease-in-out 0.2s;
}

@-webkit-keyframes search-close {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes search-close {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* REMOVE BLUE CROSS CLOSE*/
/* line 257, sass/_header.scss */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 263, sass/_header.scss */
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 269, sass/_header.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* line 276, sass/_header.scss */
#secondary-menu {
  float: right;
}
/* line 278, sass/_header.scss */
#secondary-menu li {
  float: left;
}
/* line 281, sass/_header.scss */
#secondary-menu a {
  display: block;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 22px;
  position: relative;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 293, sass/_header.scss */
#secondary-menu a:hover {
  padding: 0 32px;
  text-decoration: none;
}
/* line 299, sass/_header.scss */
#secondary-menu li:first-of-type a {
  border-left: 1px solid #e6e7e8;
  padding-left: 54px;
  color: #e6e7e8;
}
/* line 303, sass/_header.scss */
#secondary-menu li:first-of-type a:before {
  width: 26px;
  height: 20px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/education.svg) no-repeat;
  background-size: contain;
  left: 14px;
  top: 13px;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 317, sass/_header.scss */
#secondary-menu li:first-of-type a:hover {
  padding-left: 64px;
}
/* line 319, sass/_header.scss */
#secondary-menu li:first-of-type a:hover:before {
  left: 24px;
}
/* line 326, sass/_header.scss */
#secondary-menu li:nth-of-type(2) a {
  background: #e6e7e8;
  color: #e30609;
}
/* line 332, sass/_header.scss */
#secondary-menu li:last-of-type a {
  background: #e30609;
  color: #fff;
}

/* LOWER HEADER*/
/* line 343, sass/_header.scss */
.lower-header {
  float: left;
  width: calc(100% - 240px);
  height: 45px;
}

/* line 349, sass/_header.scss */
.sub-bar {
  background: #e6e7e8;
  -webkit-box-shadow: 0px 10px 20px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -7px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  height: 0;
}

/* line 360, sass/_header.scss */
#primary-menu {
  float: left;
  border-right: 1px solid #d2d3d4;
}
/* line 368, sass/_header.scss */
#primary-menu:hover > li.current-menu-item > a,
#primary-menu:hover > li.current-menu-ancestor > a,
#primary-menu:hover > li.current-page-ancestor > a {
  background: rgba(227, 6, 9, 0.5);
}
/* line 370, sass/_header.scss */
#primary-menu:hover > li.current-menu-item > a:after,
#primary-menu:hover > li.current-menu-ancestor > a:after,
#primary-menu:hover > li.current-page-ancestor > a:after {
  border-width: 0px 6px 0 6px;
  opacity: 0;
}
/* line 377, sass/_header.scss */
#primary-menu > li {
  float: left;
  border-left: 1px solid #d2d3d4;
}
/* line 380, sass/_header.scss */
#primary-menu > li > a {
  height: 45px;
  display: inline-block;
  padding: 0 32px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  position: relative;
}
/* line 391, sass/_header.scss */
#primary-menu > li > a:after {
  content: '';
  border-color: transparent transparent #e6e7e8 transparent;
  border-style: solid;
  border-width: 0px 6px 0 6px;
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  opacity: 0;
  bottom: 0px;
  z-index: 3000;
}
/* line 411, sass/_header.scss */
#primary-menu > li.current-menu-item > a, #primary-menu > li.current-menu-ancestor > a, #primary-menu > li.current-page-ancestor > a {
  color: #fff;
  background: #e30609;
  text-decoration: none;
}
/* line 415, sass/_header.scss */
#primary-menu > li.current-menu-item > a:after, #primary-menu > li.current-menu-ancestor > a:after, #primary-menu > li.current-page-ancestor > a:after {
  border-width: 0 6px 6px 6px;
  opacity: 1;
}
/* line 422, sass/_header.scss */
#primary-menu > li:hover > a {
  color: #fff;
  background: #e30609 !important;
  text-decoration: none;
}
/* line 426, sass/_header.scss */
#primary-menu > li:hover > a:after {
  border-width: 0 6px 6px 6px !important;
  opacity: 1 !important;
}
/* line 432, sass/_header.scss */
#primary-menu > li .sub-menu-0 {
  height: 0;
}
/* line 436, sass/_header.scss */
#primary-menu > li.hovered .sub-menu-0 {
  height: auto;
}

/* line 444, sass/_header.scss */
.lower-header.urgence #primary-menu > li:first-child > a {
  color: #fff;
  background: #e30609;
  text-decoration: none;
}

/* line 452, sass/_header.scss */
.lower-header.asile #primary-menu > li:last-child > a {
  color: #fff;
  background: #e30609;
  text-decoration: none;
}

/* line 459, sass/_header.scss */
.lower-header .sub-menu-0 {
  width: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 2000;
}
/* line 465, sass/_header.scss */
.lower-header .sub-menu-0 > ul {
  position: relative;
  height: 66px;
  /* height: 0;*/
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  float: left;
  margin-left: 240px;
}
/* line 475, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li {
  float: left;
  position: relative;
}
/* line 478, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  display: inline-block;
  height: 66px;
  line-height: 1;
  padding: 20px 25px 0 58px;
  position: relative;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 488, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li > a:before {
  position: absolute;
  height: 24px;
  width: 1px;
  background: #a8a9ac;
  content: '';
  left: 0;
  top: 21px;
}
/* line 497, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li > a strong {
  text-transform: uppercase;
}
/* line 500, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li > a span {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 19px;
  left: 21px;
}
/* line 506, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li > a span:before, .lower-header .sub-menu-0 > ul > li > a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 519, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li > a span:after {
  opacity: 0;
}
/* line 525, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.menu-item-has-children > a {
  padding-right: 50px;
}
/* line 527, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.menu-item-has-children > a:after {
  content: '';
  border-color: #414142 transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  height: 0;
  width: 0;
  position: absolute;
  right: 33px;
  top: 36px;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 541, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.menu-item-has-children:after {
  content: '';
  border-color: transparent transparent #414142 transparent;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 556, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.menu-item-has-children.hovered:after {
  bottom: -1px;
}
/* line 561, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.current-menu-item > a, .lower-header .sub-menu-0 > ul > li.current-menu-ancestor > a, .lower-header .sub-menu-0 > ul > li.current-page-ancestor > a, .lower-header .sub-menu-0 > ul > li:hover > a {
  color: #e30609;
  text-decoration: none;
}
/* line 567, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.current-menu-item > a:after, .lower-header .sub-menu-0 > ul > li.current-menu-ancestor > a:after, .lower-header .sub-menu-0 > ul > li.current-page-ancestor > a:after, .lower-header .sub-menu-0 > ul > li:hover > a:after {
  border-color: #e30609 transparent transparent transparent;
}
/* line 571, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.current-menu-item > a span:before, .lower-header .sub-menu-0 > ul > li.current-menu-ancestor > a span:before, .lower-header .sub-menu-0 > ul > li.current-page-ancestor > a span:before, .lower-header .sub-menu-0 > ul > li:hover > a span:before {
  opacity: 0;
}
/* line 574, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li.current-menu-item > a span:after, .lower-header .sub-menu-0 > ul > li.current-menu-ancestor > a span:after, .lower-header .sub-menu-0 > ul > li.current-page-ancestor > a span:after, .lower-header .sub-menu-0 > ul > li:hover > a span:after {
  opacity: 1;
}
/* line 582, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li:nth-child(1) > a:before {
  content: none;
}
/* line 586, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li:nth-child(1) > a span:before {
  background-image: url(img/informer.svg);
}
/* line 589, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li:nth-child(1) > a span:after {
  background-image: url(img/informer-red.svg);
}
/* line 598, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li:nth-child(2) > a span:before {
  background-image: url(img/agir.svg);
}
/* line 601, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li:nth-child(2) > a span:after {
  background-image: url(img/agir-red.svg);
}
/* line 610, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li:nth-child(3) > a span:before {
  background-image: url(img/don.svg);
}
/* line 613, sass/_header.scss */
.lower-header .sub-menu-0 > ul > li:nth-child(3) > a span:after {
  background-image: url(img/don-red.svg);
}

/* line 622, sass/_header.scss */
.lower-header .sub-menu-1 {
  overflow: hidden;
  position: fixed;
  background: #414142;
  height: 0;
  width: 100%;
  top: 156px;
  left: 0;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
/* line 632, sass/_header.scss */
.lower-header .sub-menu-1 > div {
  position: relative;
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
  padding-bottom: 32px;
  padding-top: 30px;
}
/* line 639, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul {
  padding-top: 26px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.lower-header .sub-menu-1 > div > ul::after {
  content: "";
  display: table;
  clear: both;
}
/* line 642, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li {
  float: left;
  width: calc(20% - 20px);
}
/* line 645, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li > a {
  position: relative;
  display: block;
}
/* line 648, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li > a span {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
/* line 653, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li > a span:before {
  padding-top: 45%;
  content: '';
  display: block;
}
/* line 658, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li > a span img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
/* line 666, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li > a em {
  color: #a8a9ac;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 14px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  font-style: normal;
}
/* line 683, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li.current-menu-item > a em, .lower-header .sub-menu-1 > div > ul > li.current-menu-ancestor > a em, .lower-header .sub-menu-1 > div > ul > li.current-page-ancestor > a em,
.lower-header .sub-menu-1 > div > ul > li > a:hover em {
  color: #fff;
  text-decoration: none;
  border-color: #e30609;
}
/* line 688, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li.current-menu-item > a img, .lower-header .sub-menu-1 > div > ul > li.current-menu-ancestor > a img, .lower-header .sub-menu-1 > div > ul > li.current-page-ancestor > a img,
.lower-header .sub-menu-1 > div > ul > li > a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
}
/* line 696, sass/_header.scss */
.lower-header .sub-menu-1 > div > ul > li + li {
  margin-left: 25px;
}
/* line 701, sass/_header.scss */
.lower-header .sub-menu-1 h4,
.lower-header .sub-menu-1 .title-level-4 {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  border-bottom: 4px solid #e30609;
  padding-bottom: 3px;
}

/* line 713, sass/_header.scss */
.lower-header .sub-menu-2 {
  padding-top: 5px;
}
/* line 715, sass/_header.scss */
.lower-header .sub-menu-2 a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #a8a9ac;
  font-weight: 300;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  -webkit-transition: 0.17s ease-out;
  transition: 0.17s ease-out;
  display: inline-block;
}
/* line 725, sass/_header.scss */
.lower-header .sub-menu-2 a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #e30609;
  left: 0;
  top: 7px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
/* line 737, sass/_header.scss */
.lower-header .sub-menu-2 li.current-menu-item > a,
.lower-header .sub-menu-2 li.current-menu-ancestor > a, .lower-header .sub-menu-2.current-page-ancestor > a,
.lower-header .sub-menu-2 a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 743, sass/_header.scss */
.lower-header .sub-menu-2 li.current-menu-item > a:before,
.lower-header .sub-menu-2 li.current-menu-ancestor > a:before, .lower-header .sub-menu-2.current-page-ancestor > a:before,
.lower-header .sub-menu-2 a:hover:before {
  width: 12px;
}

/* line 749, sass/_header.scss */
#aside-menu {
  float: right;
  padding-right: 5px;
}
/* line 752, sass/_header.scss */
#aside-menu > li {
  float: left;
  position: relative;
}
/* line 755, sass/_header.scss */
#aside-menu > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  position: relative;
  padding: 0 20px;
}
/* line 764, sass/_header.scss */
#aside-menu > li > a:before {
  content: '';
  position: absolute;
  height: 11px;
  width: 1px;
  background: #d2d3d4;
  top: 17px;
  left: 0;
}
/* line 775, sass/_header.scss */
#aside-menu > li.menu-item-has-children > a {
  padding-right: 32px;
  padding-left: 100px;
}
/* line 778, sass/_header.scss */
#aside-menu > li.menu-item-has-children > a:before {
  content: none;
}
/* line 781, sass/_header.scss */
#aside-menu > li.menu-item-has-children > a:after {
  content: '';
  border-color: #414142 transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 22px;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 796, sass/_header.scss */
#aside-menu > li.current-menu-item > a, #aside-menu > li.current-menu-ancestor > a, #aside-menu > li.current-page-ancestor > a, #aside-menu > li:hover > a {
  color: #e30609;
  text-decoration: none;
}
/* line 802, sass/_header.scss */
#aside-menu > li.current-menu-item > a:after, #aside-menu > li.current-menu-ancestor > a:after, #aside-menu > li.current-page-ancestor > a:after, #aside-menu > li:hover > a:after {
  border-color: #e30609 transparent transparent transparent;
}
/* line 806, sass/_header.scss */
#aside-menu > li .sub-menu {
  height: 66px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 90px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  /* background: $lightgrey;*/
  /* box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 2000;
}
/* line 818, sass/_header.scss */
#aside-menu > li .sub-menu ul {
  position: relative;
  height: 66px;
  float: right;
}
/* line 823, sass/_header.scss */
#aside-menu > li .sub-menu a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  line-height: 24px;
  border-left: 1px solid #a8a9ac;
  padding: 0 24px;
}
/* line 832, sass/_header.scss */
#aside-menu > li .sub-menu li {
  float: left;
  padding-top: 21px;
}
/* line 835, sass/_header.scss */
#aside-menu > li .sub-menu li.current-menu-item > a,
#aside-menu > li .sub-menu li > a:hover {
  color: #e30609;
  text-decoration: none;
}
/* line 839, sass/_header.scss */
#aside-menu > li .sub-menu li.current-menu-item > a:after,
#aside-menu > li .sub-menu li > a:hover:after {
  border-color: #e30609 transparent transparent transparent;
}
/* line 845, sass/_header.scss */
#aside-menu > li .sub-menu li:first-of-type a {
  border-left: 0;
}

/* line 853, sass/_header.scss */
.hidden-titles {
  display: none;
}

/* line 857, sass/_header.scss */
.edit-post-link {
  position: fixed;
  right: 10px;
  top: 100px;
  background: #fff;
}
/* line 862, sass/_header.scss */
.edit-post-link a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #888;
}

@media (max-width: 1200px) {
  /* line 872, sass/_header.scss */
  #aside-menu > li > a {
    padding: 0 14px;
  }
  /* line 877, sass/_header.scss */
  #aside-menu > li.menu-item-has-children > a {
    padding-left: 40px;
  }
}
@media (min-width: 1025px) {
  /* line 885, sass/_header.scss */
  .menu-toggle,
  .mobile-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 892, sass/_header.scss */
  #secondary-menu,
  #aside-menu,
  .primary-mobile,
  .social-mobile {
    display: none;
  }

  /* line 898, sass/_header.scss */
  .menu-toggle {
    display: block;
    position: absolute;
    z-index: 9500;
    top: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 18px;
    cursor: pointer;
    color: #e30609;
    background: #e6e7e8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  /* line 916, sass/_header.scss */
  .menu-toggle span {
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #e30609;
    left: 14px;
    top: 21px;
    -webkit-transition: 0.17s ease-in-out;
    transition: 0.17s ease-in-out;
  }
  /* line 926, sass/_header.scss */
  .menu-toggle span:before, .menu-toggle span:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #e30609;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.17s ease-in-out;
    transition: 0.17s ease-in-out;
  }
  /* line 939, sass/_header.scss */
  .menu-toggle span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  /* line 943, sass/_header.scss */
  .menu-toggle span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  /* line 948, sass/_header.scss */
  .menu-toggle.active {
    background: #fff;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  /* line 952, sass/_header.scss */
  .menu-toggle.active span {
    background-color: transparent;
  }
  /* line 954, sass/_header.scss */
  .menu-toggle.active span:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  /* line 958, sass/_header.scss */
  .menu-toggle.active span:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }

  /* line 965, sass/_header.scss */
  .lower-header .sub-menu-1 {
    max-height: calc(100vh - 156px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  /* line 969, sass/_header.scss */
  .lower-header .sub-menu-1 > div {
    width: 90%;
    max-width: 830px;
  }
  /* line 973, sass/_header.scss */
  .lower-header .sub-menu-1 > div > ul > li {
    width: calc(33.333% - 17px);
    padding-bottom: 32px;
  }
  /* line 977, sass/_header.scss */
  .lower-header .sub-menu-1 > div > ul > li:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }

  /* line 984, sass/_header.scss */
  .mobile-nav {
    z-index: 10000;
    display: block;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #e6e7e8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  /* line 999, sass/_header.scss */
  .mobile-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 8px 0px 20px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 8px 0px 20px 10px rgba(0, 0, 0, 0.25);
  }
  /* line 1005, sass/_header.scss */
  .mobile-nav a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.154;
    padding: 15px 28px;
    border-bottom: 1px solid #d0d1d3;
  }
  /* line 1012, sass/_header.scss */
  .mobile-nav a:hover {
    text-decoration: none;
  }
  /* line 1016, sass/_header.scss */
  .mobile-nav img,
  .mobile-nav h4,
  .mobile-nav .title-level-4 {
    display: none;
  }
  /* line 1022, sass/_header.scss */
  .mobile-nav li.hovered > a {
    color: #e30609;
  }
  /* line 1024, sass/_header.scss */
  .mobile-nav li.hovered > a:after {
    border-color: #e30609 transparent transparent transparent;
  }
  /* line 1029, sass/_header.scss */
  .mobile-nav li.menu-item-has-children {
    overflow: hidden;
  }
  /* line 1030, sass/_header.scss */
  .mobile-nav li.menu-item-has-children ul {
    height: 0;
    overflow: hidden;
  }
  /* line 1033, sass/_header.scss */
  .mobile-nav li.menu-item-has-children ul a {
    padding-left: 40px;
  }
  /* line 1037, sass/_header.scss */
  .mobile-nav li.menu-item-has-children ul ul a {
    padding-left: 60px;
  }
  /* line 1041, sass/_header.scss */
  .mobile-nav li.menu-item-has-children ul ul ul a {
    padding-left: 80px;
  }
  /* line 1048, sass/_header.scss */
  .mobile-nav li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    border-color: #414142 transparent transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    height: 0;
    width: 0;
    -webkit-transform: translate(10px, -3px);
    transform: translate(10px, -3px);
  }
  /* line 1062, sass/_header.scss */
  .mobile-nav li.current-menu-item > a, .mobile-nav li.current-menu-ancestor > a, .mobile-nav li.current-page-ancestor > a {
    background: #e30609;
    color: #fff;
  }
  /* line 1067, sass/_header.scss */
  .mobile-nav li.current-menu-item > a:after, .mobile-nav li.current-menu-ancestor > a:after, .mobile-nav li.current-page-ancestor > a:after {
    border-color: #fff transparent transparent transparent;
  }

  /* line 1073, sass/_header.scss */
  .overlay-mobile {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
  }
  /* line 1085, sass/_header.scss */
  .overlay-mobile.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  /* line 1095, sass/_header.scss */
  .site-header.nav-up {
    -webkit-transform: translateY(-135px);
    transform: translateY(-135px);
  }

  /* line 1100, sass/_header.scss */
  .sub-bar {
    display: none;
  }

  /* line 1103, sass/_header.scss */
  #primary-menu,
  .social-menu,
  .lower-header {
    display: none;
  }

  /* line 1108, sass/_header.scss */
  .primary-mobile,
  .social-mobile {
    display: block;
  }

  /* line 1112, sass/_header.scss */
  .site-title {
    width: calc(100% - 45px);
    text-align: center;
  }
  /* line 1115, sass/_header.scss */
  .site-title a {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  /* line 1121, sass/_header.scss */
  .upper-header {
    float: right;
    width: 45px;
    height: 90px;
  }

  /* line 1126, sass/_header.scss */
  .menu-toggle {
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
  }
  /* line 1131, sass/_header.scss */
  .menu-toggle span {
    position: relative;
    display: inline-block;
    -webkit-transform: translate(-14px, -5px);
    transform: translate(-14px, -5px);
    left: 0;
    top: 0;
  }
  /* line 1139, sass/_header.scss */
  .menu-toggle.active {
    -webkit-transform: none;
    transform: none;
    color: #fff;
  }
  /* line 1143, sass/_header.scss */
  .menu-toggle.active span {
    position: absolute;
    display: block;
    right: 268px;
    top: 26px;
    left: auto;
  }

  /* line 1152, sass/_header.scss */
  .lang-menu {
    float: none;
    z-index: 9700;
  }

  /* line 1157, sass/_header.scss */
  .search-menu .search-form {
    padding-left: 76px;
    height: 100%;
    position: relative;
    background: url(img/search.svg) no-repeat 22px 50%;
    background-size: 22px 22px;
  }
  /* line 1164, sass/_header.scss */
  .search-menu .search-close {
    width: 72px;
    right: 0;
    background-size: 30px 30px;
  }

  /* line 1170, sass/_header.scss */
  .search-button {
    float: none;
    width: 45px;
    height: 45px;
  }

  /* line 1175, sass/_header.scss */
  .mobile-nav {
    width: 270px;
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
  }

  /* line 1180, sass/_header.scss */
  .social-mobile {
    position: relative;
    height: 45px;
    padding-left: 10px;
  }
  /* line 1184, sass/_header.scss */
  .social-mobile li {
    float: left;
    border: 0;
  }
  /* line 1188, sass/_header.scss */
  .social-mobile a {
    display: block;
    text-indent: -9999em;
    height: 45px;
    width: 45px;
    padding: 0;
    background-size: 18px 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.17s ease-in-out;
    transition: 0.17s ease-in-out;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    border-bottom: 0;
  }
  /* line 1203, sass/_header.scss */
  .social-mobile .twitter a {
    background-image: url(img/twitter.svg);
  }
  /* line 1206, sass/_header.scss */
  .social-mobile .facebook a {
    background-image: url(img/facebook.svg);
  }
  /* line 1209, sass/_header.scss */
  .social-mobile .youtube a {
    background-image: url(img/youtube.svg);
  }
  /* line 1212, sass/_header.scss */
  .social-mobile .linkedin a {
    background-image: url(img/linkedin.svg);
  }
  /* line 1215, sass/_header.scss */
  .social-mobile .newsletter-icon a {
    background-image: url(img/newsletter.svg);
    background-size: 20px 18px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* line 1, sass/_footer.scss */
.site-footer {
  z-index: 999;
  background: #221f20;
  color: #fff;
}
/* line 16, sass/mixins/_mixins-master.scss */
.site-footer::after {
  content: "";
  display: table;
  clear: both;
}
/* line 6, sass/_footer.scss */
.site-footer a {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  color: #a8a9ac;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 12, sass/_footer.scss */
.site-footer a:hover {
  color: #fff;
}
/* line 16, sass/_footer.scss */
.site-footer .current-menu-item a {
  color: #fff;
}
/* line 19, sass/_footer.scss */
.site-footer li {
  line-height: 1.92;
}
/* line 22, sass/_footer.scss */
.site-footer p {
  line-height: 1.4;
}
/* line 25, sass/_footer.scss */
.site-footer h6,
.site-footer .title-level-6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  padding-bottom: 16px;
}

/* line 34, sass/_footer.scss */
.left-footer {
  position: relative;
  background: #414142;
  float: left;
  width: 75%;
  padding-top: 58px;
  padding-bottom: 32px;
}
/* line 41, sass/_footer.scss */
.left-footer section {
  float: left;
}

/* line 46, sass/_footer.scss */
.footer-in-bel {
  width: 30%;
  padding-left: 54px;
}
/* line 49, sass/_footer.scss */
.footer-in-bel img {
  width: 198px;
  padding-right: 30px;
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid #77787b;
}

/* line 58, sass/_footer.scss */
.footer-menu {
  width: 26%;
}

/* line 62, sass/_footer.scss */
#footer-primary-menu {
  display: inline-block;
  border-bottom: 1px solid #77787b;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
/* line 67, sass/_footer.scss */
#footer-primary-menu a {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 73, sass/_footer.scss */
.footer-break {
  width: 44%;
  float: left;
}

/* line 78, sass/_footer.scss */
.footer-contact {
  width: 48%;
}
/* line 80, sass/_footer.scss */
.footer-contact .social-menu {
  float: left;
  padding: 0;
  border-right: 0;
  -webkit-transform: translate(-8px, -10px);
  transform: translate(-8px, -10px);
}

/* line 89, sass/_footer.scss */
.footer-social {
  width: 52%;
}

/* line 93, sass/_footer.scss */
a.createdby {
  display: inline-block;
  position: absolute;
  left: 54px;
  bottom: 32px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 99, sass/_footer.scss */
a.createdby img {
  display: inline-block;
  width: 18px;
  opacity: 0.8;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 106, sass/_footer.scss */
a.createdby:hover {
  text-decoration: none;
}
/* line 108, sass/_footer.scss */
a.createdby:hover img {
  opacity: 1;
}

/* line 114, sass/_footer.scss */
.right-footer {
  width: 25%;
  float: left;
  padding: 58px 3.6% 32px;
}

/* line 120, sass/_footer.scss */
a.newsletter-link {
  margin-top: 24px;
  width: 100%;
  display: inline-block;
  line-height: 40px;
  padding-left: 25px;
  background: #e30609;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
/* line 133, sass/_footer.scss */
a.newsletter-link:after {
  content: '';
  width: 42px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 8px;
  background: url(img/btn-arrow.svg) no-repeat;
  background-size: 6px 10px;
  background-position: 20px 50%;
}
/* line 147, sass/_footer.scss */
a.newsletter-link:hover {
  text-decoration: none;
}

/* line 152, sass/_footer.scss */
.newsletter {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 166, sass/_footer.scss */
.newsletter.opened {
  visibility: visible;
  opacity: 1;
}

/* line 172, sass/_footer.scss */
.container-newsletter {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 178, sass/_footer.scss */
.content-newsletter {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 5% 0;
}

/* line 185, sass/_footer.scss */
.inner-newsletter {
  background: #fff;
  max-width: 960px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/* line 197, sass/_footer.scss */
.inner-newsletter .img-box {
  width: 40%;
  overflow: hidden;
  position: relative;
}
/* line 202, sass/_footer.scss */
.inner-newsletter .newsletter-box {
  position: relative;
  width: 60%;
  padding: 46px 32px 42px;
}
/* line 206, sass/_footer.scss */
.inner-newsletter .newsletter-box h2,
.inner-newsletter .newsletter-box .title-level-2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 20px;
}
/* line 212, sass/_footer.scss */
.inner-newsletter .newsletter-box > p {
  padding-bottom: 24px;
}
/* line 215, sass/_footer.scss */
.inner-newsletter .newsletter-box h4,
.inner-newsletter .newsletter-box .title-level-4 {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
/* line 221, sass/_footer.scss */
.inner-newsletter .newsletter-box h4:first-of-type,
.inner-newsletter .newsletter-box .title-level-4:first-of-type {
  padding-top: 0;
}
/* line 226, sass/_footer.scss */
.inner-newsletter .close-newsletter {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 36px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
/* line 234, sass/_footer.scss */
.inner-newsletter .close-newsletter:before, .inner-newsletter .close-newsletter:after {
  content: '';
  display: block;
  height: 2px;
  width: 18px;
  background: #e30609;
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  transition: -webkit-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out;
  top: 50%;
  left: 50%;
  position: absolute;
}
/* line 249, sass/_footer.scss */
.inner-newsletter .close-newsletter:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 253, sass/_footer.scss */
.inner-newsletter .close-newsletter:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 258, sass/_footer.scss */
.inner-newsletter .close-newsletter:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
/* line 262, sass/_footer.scss */
.inner-newsletter .close-newsletter:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 268, sass/_footer.scss */
.inner-newsletter .form-field:first-of-type {
  margin-bottom: 12px;
}
/* line 271, sass/_footer.scss */
.inner-newsletter .frm_submit {
  margin-top: 14px;
}
/* line 274, sass/_footer.scss */
.inner-newsletter p.error,
.inner-newsletter p.success {
  clear: both;
  padding-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: none;
}
/* line 282, sass/_footer.scss */
.inner-newsletter p.error {
  color: #e30609;
}

/* FLASH NEWS*/
/* line 290, sass/_footer.scss */
.flash-news {
  z-index: 9999;
  position: fixed;
  border-left: 7px solid #e30609;
  bottom: 22px;
  right: 22px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  width: 327px;
  background-color: #fff;
  text-align: center;
}
/* line 301, sass/_footer.scss */
.flash-news:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/flash-news-bg.png) no-repeat right -129px bottom -129px;
  -webkit-transition: opacity 0.17s ease-in-out;
  transition: opacity 0.17s ease-in-out;
}
/* line 313, sass/_footer.scss */
.flash-news .img-box {
  position: absolute;
  width: 100%;
  height: 240px;
}
/* line 317, sass/_footer.scss */
.flash-news .img-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0) 4%, white 70%, white 100%);
}
/* line 328, sass/_footer.scss */
.flash-news .picto-box {
  border-radius: 50%;
  background-color: #e30609;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-top: 140px;
  overflow: hidden;
}
/* line 341, sass/_footer.scss */
.flash-news a.open-flash {
  padding: 20px 24px;
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  pointer-events: none;
  text-decoration: none;
}
/* line 353, sass/_footer.scss */
.flash-news p {
  padding: 0 24px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23;
  font-weight: 500;
}
/* line 360, sass/_footer.scss */
.flash-news a.btn-link {
  float: none;
  margin-top: 22px;
  margin-bottom: 34px;
}
/* line 365, sass/_footer.scss */
.flash-news a.close-flash {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #e30609;
  overflow: hidden;
  -webkit-transition: opacity 0.17s ease-in-out, visibility 0.17s ease-in-out;
  transition: opacity 0.17s ease-in-out, visibility 0.17s ease-in-out;
}
/* line 375, sass/_footer.scss */
.flash-news a.close-flash:before, .flash-news a.close-flash:after {
  content: '';
  display: block;
  height: 1px;
  width: 15px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  transition: -webkit-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out;
  top: 50%;
  left: 50%;
  position: absolute;
}
/* line 390, sass/_footer.scss */
.flash-news a.close-flash:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 394, sass/_footer.scss */
.flash-news a.close-flash:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 399, sass/_footer.scss */
.flash-news a.close-flash:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
/* line 403, sass/_footer.scss */
.flash-news a.close-flash:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 409, sass/_footer.scss */
.flash-news .hide-box {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
/* line 416, sass/_footer.scss */
.flash-news.close:before {
  opacity: 0;
}
/* line 419, sass/_footer.scss */
.flash-news.close .close-flash {
  opacity: 0;
  visibility: hidden;
}
/* line 423, sass/_footer.scss */
.flash-news.close .open-flash {
  pointer-events: auto;
}

@media (max-width: 1366px) {
  /* line 432, sass/_footer.scss */
  .footer-in-bel {
    width: 35%;
    padding-left: 36px;
  }

  /* line 436, sass/_footer.scss */
  .footer-menu {
    width: 36%;
  }

  /* line 439, sass/_footer.scss */
  .footer-break {
    width: 28%;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* line 444, sass/_footer.scss */
  .footer-contact {
    width: 100%;
  }

  /* line 447, sass/_footer.scss */
  .footer-social {
    padding-top: 28px;
    width: 100%;
  }

  /* line 451, sass/_footer.scss */
  a.createdby {
    left: 36px;
  }

  /* line 454, sass/_footer.scss */
  .right-footer {
    width: 25%;
    float: left;
  }
  /* line 457, sass/_footer.scss */
  .right-footer p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  /* line 464, sass/_footer.scss */
  .left-footer {
    background: #414142;
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 32px;
  }

  /* line 471, sass/_footer.scss */
  .right-footer {
    width: 100%;
    float: left;
    padding-left: 36px;
    padding-right: 40px;
  }
  /* line 476, sass/_footer.scss */
  .right-footer p {
    float: left;
    width: 58%;
  }

  /* line 481, sass/_footer.scss */
  a.newsletter-link {
    float: right;
    width: 35.6%;
    margin-top: 0;
  }

  /* line 486, sass/_footer.scss */
  .inner-newsletter {
    max-width: 620px;
    display: block;
  }
  /* line 489, sass/_footer.scss */
  .inner-newsletter .img-box {
    display: none;
  }
  /* line 492, sass/_footer.scss */
  .inner-newsletter .newsletter-box {
    width: 100%;
  }

  /* line 496, sass/_footer.scss */
  .flash-news {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 502, sass/_footer.scss */
  .left-footer {
    padding-right: 12%;
    padding-left: 12%;
  }

  /* line 506, sass/_footer.scss */
  .footer-in-bel {
    width: 100%;
    padding-left: 0;
    padding-bottom: 44px;
  }

  /* line 511, sass/_footer.scss */
  .footer-menu {
    width: 100%;
    padding-bottom: 32px;
  }

  /* line 515, sass/_footer.scss */
  .footer-break {
    width: 100%;
  }

  /* line 518, sass/_footer.scss */
  .footer-contact {
    width: 100%;
  }

  /* line 521, sass/_footer.scss */
  .footer-social {
    width: 100%;
    padding-top: 50px;
  }

  /* line 525, sass/_footer.scss */
  a.createdby {
    left: 0;
    bottom: 0;
    position: relative;
    padding-top: 44px;
  }

  /* line 531, sass/_footer.scss */
  .right-footer {
    padding-right: 12%;
    padding-left: 12%;
    padding-bottom: 50px;
  }
  /* line 535, sass/_footer.scss */
  .right-footer p {
    float: none;
  }

  /* line 539, sass/_footer.scss */
  a.newsletter-link {
    float: none;
    margin-top: 28px;
    width: 245px;
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* line 1, sass/pages/_pages.scss */
body,
html {
  background: #fff;
  width: 100%;
  height: 100%;
}

/* line 8, sass/pages/_pages.scss */
html {
  overflow-x: hidden;
}
/* line 10, sass/pages/_pages.scss */
html.overflow {
  overflow-y: hidden;
}

/* line 15, sass/pages/_pages.scss */
img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 21, sass/pages/_pages.scss */
strong {
  font-weight: bold;
}

/* line 25, sass/pages/_pages.scss */
em {
  font-style: italic;
}

/* line 29, sass/pages/_pages.scss */
section {
  position: relative;
}

/* line 33, sass/pages/_pages.scss */
a:hover {
  text-decoration: underline;
}

/* line 37, sass/pages/_pages.scss */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* line 44, sass/pages/_pages.scss */
.wrapper {
  /* opacity: 0;*/
  /* -webkit-transition: opacity 0.5s ease-in;*/
  /* transition: opacity 0.5s ease-in;*/
}

/* .wrapper.loaded {*/
/*     opacity: 1;*/
/* }*/
/* line 59, sass/pages/_pages.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 68, sass/pages/_pages.scss */
.pace-inactive {
  display: none;
}

/* line 72, sass/pages/_pages.scss */
.pace .pace-progress {
  background: #e30609;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* line 82, sass/pages/_pages.scss */
.site-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* opacity: 0;*/
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  padding-top: 90px;
}

/* .site-main.loaded {*/
/*     opacity: 1;*/
/* }*/
/* line 107, sass/pages/_pages.scss */
.page-child .content,
.page-template-home-cats .content,
.page-template-page-about .content,
.page-template-page-publications .content,
.page-template-page-reseau .content,
.page-template-page-jobs .content {
  padding-top: 66px;
}
/* line 111, sass/pages/_pages.scss */
.page-child .site-header.nav-up,
.page-template-home-cats .site-header.nav-up,
.page-template-page-about .site-header.nav-up,
.page-template-page-publications .site-header.nav-up,
.page-template-page-reseau .site-header.nav-up,
.page-template-page-jobs .site-header.nav-up {
  -webkit-transform: translateY(-156px);
  transform: translateY(-156px);
}
/* line 116, sass/pages/_pages.scss */
.page-child .sub-bar,
.page-template-home-cats .sub-bar,
.page-template-page-about .sub-bar,
.page-template-page-publications .sub-bar,
.page-template-page-reseau .sub-bar,
.page-template-page-jobs .sub-bar {
  height: 66px !important;
}
/* line 123, sass/pages/_pages.scss */
.page-child .lower-header .current-menu-ancestor > .sub-menu-0,
.page-child .lower-header .current-page-ancestor > .sub-menu-0,
.page-child .lower-header .current-menu-item > .sub-menu-0,
.page-template-home-cats .lower-header .current-menu-ancestor > .sub-menu-0,
.page-template-home-cats .lower-header .current-page-ancestor > .sub-menu-0,
.page-template-home-cats .lower-header .current-menu-item > .sub-menu-0,
.page-template-page-about .lower-header .current-menu-ancestor > .sub-menu-0,
.page-template-page-about .lower-header .current-page-ancestor > .sub-menu-0,
.page-template-page-about .lower-header .current-menu-item > .sub-menu-0,
.page-template-page-publications .lower-header .current-menu-ancestor > .sub-menu-0,
.page-template-page-publications .lower-header .current-page-ancestor > .sub-menu-0,
.page-template-page-publications .lower-header .current-menu-item > .sub-menu-0,
.page-template-page-reseau .lower-header .current-menu-ancestor > .sub-menu-0,
.page-template-page-reseau .lower-header .current-page-ancestor > .sub-menu-0,
.page-template-page-reseau .lower-header .current-menu-item > .sub-menu-0,
.page-template-page-jobs .lower-header .current-menu-ancestor > .sub-menu-0,
.page-template-page-jobs .lower-header .current-page-ancestor > .sub-menu-0,
.page-template-page-jobs .lower-header .current-menu-item > .sub-menu-0 {
  z-index: 1999;
  height: auto !important;
  /* -webkit-transition: opacity 0.5s ease-in-out;*/
  /* transition: opacity 0.5s ease-in-out;*/
}
/* line 126, sass/pages/_pages.scss */
.page-child .lower-header .current-menu-ancestor > .sub-menu-0 > ul,
.page-child .lower-header .current-page-ancestor > .sub-menu-0 > ul,
.page-child .lower-header .current-menu-item > .sub-menu-0 > ul,
.page-template-home-cats .lower-header .current-menu-ancestor > .sub-menu-0 > ul,
.page-template-home-cats .lower-header .current-page-ancestor > .sub-menu-0 > ul,
.page-template-home-cats .lower-header .current-menu-item > .sub-menu-0 > ul,
.page-template-page-about .lower-header .current-menu-ancestor > .sub-menu-0 > ul,
.page-template-page-about .lower-header .current-page-ancestor > .sub-menu-0 > ul,
.page-template-page-about .lower-header .current-menu-item > .sub-menu-0 > ul,
.page-template-page-publications .lower-header .current-menu-ancestor > .sub-menu-0 > ul,
.page-template-page-publications .lower-header .current-page-ancestor > .sub-menu-0 > ul,
.page-template-page-publications .lower-header .current-menu-item > .sub-menu-0 > ul,
.page-template-page-reseau .lower-header .current-menu-ancestor > .sub-menu-0 > ul,
.page-template-page-reseau .lower-header .current-page-ancestor > .sub-menu-0 > ul,
.page-template-page-reseau .lower-header .current-menu-item > .sub-menu-0 > ul,
.page-template-page-jobs .lower-header .current-menu-ancestor > .sub-menu-0 > ul,
.page-template-page-jobs .lower-header .current-page-ancestor > .sub-menu-0 > ul,
.page-template-page-jobs .lower-header .current-menu-item > .sub-menu-0 > ul {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.25s 0.25s ease-in-out;
  transition: opacity 0.25s 0.25s ease-in-out;
}
/* line 138, sass/pages/_pages.scss */
.page-child #aside-menu .current-menu-parent .sub-menu,
.page-template-home-cats #aside-menu .current-menu-parent .sub-menu,
.page-template-page-about #aside-menu .current-menu-parent .sub-menu,
.page-template-page-publications #aside-menu .current-menu-parent .sub-menu,
.page-template-page-reseau #aside-menu .current-menu-parent .sub-menu,
.page-template-page-jobs #aside-menu .current-menu-parent .sub-menu {
  z-index: 1999;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.25s 0.25s ease-in-out;
  transition: opacity 0.25s 0.25s ease-in-out;
}
/* line 152, sass/pages/_pages.scss */
.page-child.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-child.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-child.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0 > ul,
.page-template-home-cats.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-home-cats.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-home-cats.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-about.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-about.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-about.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-publications.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-publications.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-publications.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-reseau.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-reseau.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-reseau.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-jobs.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-jobs.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0 > ul,
.page-template-page-jobs.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0 > ul {
  opacity: 0 !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 158, sass/pages/_pages.scss */
.page-child.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-child.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-child.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-home-cats.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-home-cats.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-home-cats.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-about.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-about.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-about.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-publications.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-publications.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-publications.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-reseau.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-reseau.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-reseau.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-jobs.subbed .lower-header .current-menu-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-jobs.subbed .lower-header .current-page-ancestor:not(.hovered) > .sub-menu-0:hover > ul,
.page-template-page-jobs.subbed .lower-header .current-menu-item:not(.hovered) > .sub-menu-0:hover > ul {
  opacity: 1 !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 168, sass/pages/_pages.scss */
.page-child.subbed #aside-menu .current-menu-parent:not(.hovered) .sub-menu,
.page-template-home-cats.subbed #aside-menu .current-menu-parent:not(.hovered) .sub-menu,
.page-template-page-about.subbed #aside-menu .current-menu-parent:not(.hovered) .sub-menu,
.page-template-page-publications.subbed #aside-menu .current-menu-parent:not(.hovered) .sub-menu,
.page-template-page-reseau.subbed #aside-menu .current-menu-parent:not(.hovered) .sub-menu,
.page-template-page-jobs.subbed #aside-menu .current-menu-parent:not(.hovered) .sub-menu {
  opacity: 0 !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

@media (max-width: 768px) {
  /* line 178, sass/pages/_pages.scss */
  .site-main {
    padding-top: 135px;
  }

  /* line 187, sass/pages/_pages.scss */
  .page-child .content,
  .page-template-home-cats .content,
  .page-template-page-about .content,
  .page-template-page-publications .content,
  .page-template-page-reseau .content,
  .page-template-page-jobs .content {
    padding-top: 0;
  }
  /* line 191, sass/pages/_pages.scss */
  .page-child .site-header.nav-up,
  .page-template-home-cats .site-header.nav-up,
  .page-template-page-about .site-header.nav-up,
  .page-template-page-publications .site-header.nav-up,
  .page-template-page-reseau .site-header.nav-up,
  .page-template-page-jobs .site-header.nav-up {
    -webkit-transform: translateY(-135px);
    transform: translateY(-135px);
  }
}
/* OBJECTFIT FALLBACK*/
/* line 203, sass/pages/_pages.scss */
img.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 211, sass/pages/_pages.scss */
.object-fit-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 219, sass/pages/_pages.scss */
.objectfit .object-fit-bg,
.object-fit .object-fit-bg {
  background-image: none !important;
}

/* line 226, sass/pages/_pages.scss */
.no-objectfit img.object-fit-img,
.no-object-fit img.object-fit-img {
  display: none !important;
}

/* GENERIC STYLES*/
/* PAG BULLETS*/
/* line 238, sass/pages/_pages.scss */
.swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  margin: 0 !important;
  opacity: 1;
  position: relative;
  background: none;
}
/* line 245, sass/pages/_pages.scss */
.swiper-pagination-bullet:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: #6d6e71;
  position: absolute;
  border-radius: 100%;
  top: 12px;
  left: 12px;
}
/* line 257, sass/pages/_pages.scss */
.swiper-pagination-bullet:after {
  content: '';
  width: 26px;
  height: 26px;
  border: 1px solid #6d6e71;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  display: block;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

/* line 275, sass/pages/_pages.scss */
.swiper-pagination-bullet:hover:before {
  background: #e30609 !important;
}

/* line 281, sass/pages/_pages.scss */
.swiper-pagination-bullet-active:before {
  background: #e30609 !important;
}
/* line 284, sass/pages/_pages.scss */
.swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-color: #e30609 !important;
}

/* line 291, sass/pages/_pages.scss */
.intro {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 510px;
  overflow: hidden;
}

/* line 299, sass/pages/_pages.scss */
.intro-overlay {
  background: #e6e7e8;
  position: absolute;
  top: 0;
  left: 60%;
  width: 300%;
  height: 100%;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  z-index: 2;
}

/* line 311, sass/pages/_pages.scss */
.intro-bg-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 317, sass/pages/_pages.scss */
.intro-bg-slider .swiper-slide {
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 324, sass/pages/_pages.scss */
.intro-txt-slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
/* line 330, sass/pages/_pages.scss */
.intro-txt-slider .swiper-slide .intro-box {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
/* line 339, sass/pages/_pages.scss */
.intro-txt-slider .swiper-slide.swiper-slide-active .intro-box {
  -webkit-transition: 0.8s 0.3s ease-out;
  transition: 0.8s 0.3s ease-out;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
/* line 348, sass/pages/_pages.scss */
.intro-txt-slider .swiper-slide.swiper-slide-duplicate .intro-box {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}
/* line 356, sass/pages/_pages.scss */
.intro-txt-slider.one .swiper-slide .intro-box {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
/* line 363, sass/pages/_pages.scss */
.intro-txt-slider .inner-slide {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
/* line 379, sass/pages/_pages.scss */
.intro-txt-slider > .swiper-pagination-bullets {
  bottom: 44px;
  right: 120px;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  text-align: right;
  z-index: 100;
}

/* line 391, sass/pages/_pages.scss */
.intro-box {
  background: #fff;
  width: 50%;
  border-left: 6px solid #e30609;
  padding: 30px 38px 36px 42px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -38px;
  -webkit-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.1);
}
/* line 402, sass/pages/_pages.scss */
.intro-box p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.333;
}
/* line 408, sass/pages/_pages.scss */
.intro-box .intro-links {
  position: absolute;
  bottom: -26px;
  left: 42px;
}
/* line 413, sass/pages/_pages.scss */
.intro-box a.btn-link {
  clear: none;
  margin-right: 40px;
}
/* line 416, sass/pages/_pages.scss */
.intro-box a.btn-link:not(.red) {
  background: #fff;
}
/* line 421, sass/pages/_pages.scss */
.intro-box.partners h1,
.intro-box.partners .title-level-1 {
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.333;
  padding-bottom: 16px;
}
/* line 428, sass/pages/_pages.scss */
.intro-box.partners p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 300;
  text-transform: none;
}

@media (max-width: 1366px) {
  /* line 438, sass/pages/_pages.scss */
  .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
  }
  /* line 441, sass/pages/_pages.scss */
  .swiper-pagination-bullet:before {
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    left: 10px;
  }
  /* line 448, sass/pages/_pages.scss */
  .swiper-pagination-bullet:after {
    content: '';
    width: 18px;
    height: 18px;
  }

  /* line 454, sass/pages/_pages.scss */
  .intro {
    min-height: 450px;
  }

  /* line 457, sass/pages/_pages.scss */
  .intro-overlay {
    left: 74%;
  }

  /* line 461, sass/pages/_pages.scss */
  .intro-txt-slider .inner-slide {
    width: 85%;
  }
  /* line 464, sass/pages/_pages.scss */
  .intro-txt-slider > .swiper-pagination-bullets {
    width: 85%;
  }

  /* line 468, sass/pages/_pages.scss */
  .intro-box {
    width: 58.7%;
  }
  /* line 470, sass/pages/_pages.scss */
  .intro-box p {
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 474, sass/pages/_pages.scss */
  .intro-box.partners h1,
  .intro-box.partners .title-level-1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 477, sass/pages/_pages.scss */
  .intro-box.partners p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  /* line 485, sass/pages/_pages.scss */
  .intro {
    min-height: 340px;
  }

  /* line 489, sass/pages/_pages.scss */
  .intro-txt-slider > .swiper-pagination-bullets {
    bottom: 18px;
    right: 90px;
  }

  /* line 494, sass/pages/_pages.scss */
  .intro-box {
    width: 61%;
    border-left-width: 4px;
    padding: 28px 26px 36px 28px;
  }
  /* line 498, sass/pages/_pages.scss */
  .intro-box p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 502, sass/pages/_pages.scss */
  .intro-box.partners h1,
  .intro-box.partners .title-level-1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 505, sass/pages/_pages.scss */
  .intro-box.partners p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 509, sass/pages/_pages.scss */
  .intro-box .intro-links {
    left: 28px;
  }
  /* line 512, sass/pages/_pages.scss */
  .intro-box a.btn-link {
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  /* line 519, sass/pages/_pages.scss */
  .intro {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 30px;
  }

  /* line 525, sass/pages/_pages.scss */
  .intro-overlay {
    min-height: 240px;
    height: 50vh;
    left: 60%;
  }

  /* line 530, sass/pages/_pages.scss */
  .intro-bg-slider {
    position: relative;
    min-height: 240px;
    height: 50vh;
  }

  /* line 535, sass/pages/_pages.scss */
  .intro-txt-slider {
    margin-top: -40px;
  }
  /* line 537, sass/pages/_pages.scss */
  .intro-txt-slider > .swiper-pagination-bullets {
    bottom: auto;
    right: 0;
    top: -40px;
  }
  /* line 542, sass/pages/_pages.scss */
  .intro-txt-slider .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 547, sass/pages/_pages.scss */
  .intro-txt-slider .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 552, sass/pages/_pages.scss */
  .intro-box {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 560, sass/pages/_pages.scss */
  .intro {
    padding-bottom: 0;
  }

  /* line 563, sass/pages/_pages.scss */
  .intro-box {
    padding: 18px 18px 8px 20px;
  }
  /* line 565, sass/pages/_pages.scss */
  .intro-box p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 568, sass/pages/_pages.scss */
  .intro-box.partners {
    padding-bottom: 18px;
  }
  /* line 570, sass/pages/_pages.scss */
  .intro-box.partners h1,
  .intro-box.partners .title-level-1 {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
  /* line 574, sass/pages/_pages.scss */
  .intro-box.partners p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 578, sass/pages/_pages.scss */
  .intro-box .intro-links {
    position: relative;
    left: 0;
    bottom: 0;
    padding-top: 18px;
  }
  /* line 584, sass/pages/_pages.scss */
  .intro-box a.btn-link {
    margin-bottom: 10px;
  }
}
/* line 591, sass/pages/_pages.scss */
.about-section.zindex {
  z-index: 10;
}

/* line 596, sass/pages/_pages.scss */
.inner-about {
  width: 60%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  padding-top: 52px;
  padding-bottom: 46px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.inner-about::after {
  content: "";
  display: table;
  clear: both;
}
/* line 604, sass/pages/_pages.scss */
.inner-about .text {
  color: #58595b;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 300;
}
/* line 609, sass/pages/_pages.scss */
.inner-about .text p {
  padding-bottom: 24px;
}
/* line 613, sass/pages/_pages.scss */
.inner-about.transparent {
  background: #fff;
  max-width: 940px;
  width: calc(85% - 200px);
  padding: 48px 60px 18px;
}

@media (max-width: 1024px) {
  /* line 622, sass/pages/_pages.scss */
  .inner-about.transparent {
    width: calc(85% - 156px);
  }
}
@media (max-width: 768px) {
  /* line 628, sass/pages/_pages.scss */
  .inner-about {
    width: 85%;
    padding-top: 26px;
    padding-bottom: 25px;
  }
  /* line 632, sass/pages/_pages.scss */
  .inner-about.transparent {
    width: 85%;
    padding: 25px 32px 0px;
  }
}
/* */
/* line 643, sass/pages/_pages.scss */
.maps-container {
  margin: 0 !important;
}

/* FOCUS */
/* line 651, sass/pages/_pages.scss */
.focus-section {
  background: url(img/tab-nav-bg.png) no-repeat right -250px bottom -250px;
  background-color: #414142;
  padding: 2.5% 0;
}
/* line 655, sass/pages/_pages.scss */
.focus-section.border {
  border-bottom: 1px solid #e6e7e8;
}
/* line 658, sass/pages/_pages.scss */
.focus-section ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
/* line 663, sass/pages/_pages.scss */
.focus-section li {
  -ms-flex: 1 0 33.333%;
  -webkit-box-flex: 1;
  flex: 1 0 33.333%;
  padding: 0 4.2%;
  position: relative;
}
/* line 669, sass/pages/_pages.scss */
.focus-section li:after {
  content: '';
  height: 72px;
  width: 2px;
  background: #3b3a3c;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -36px;
}
/* line 681, sass/pages/_pages.scss */
.focus-section li:first-of-type:after {
  content: none;
}
/* line 685, sass/pages/_pages.scss */
.focus-section h3,
.focus-section .title-level-3 {
  font-weight: 300;
  color: #fff;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
/* line 691, sass/pages/_pages.scss */
.focus-section p {
  color: #bcbdbf;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.64;
  text-transform: uppercase;
}

/* line 699, sass/pages/_pages.scss */
.inner-projets-p {
  max-width: 768px;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
/* line 704, sass/pages/_pages.scss */
.inner-projets-p h3,
.inner-projets-p .title-level-3 {
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  padding-bottom: 8px;
}
/* line 711, sass/pages/_pages.scss */
.inner-projets-p p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #a8a9ac;
  text-transform: uppercase;
  line-height: 1.6;
  max-width: 560px;
  padding-bottom: 16px;
}

@media (max-width: 1366px) {
  /* line 723, sass/pages/_pages.scss */
  .focus-section h3,
  .focus-section .title-level-3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  /* line 726, sass/pages/_pages.scss */
  .focus-section p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  /* line 734, sass/pages/_pages.scss */
  .focus-section ul {
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  /* line 741, sass/pages/_pages.scss */
  .focus-section {
    padding: 18px 0 40px;
    text-align: center;
  }
  /* line 744, sass/pages/_pages.scss */
  .focus-section ul {
    padding-left: 0;
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  /* line 751, sass/pages/_pages.scss */
  .focus-section li {
    padding: 30px 0;
  }
  /* line 753, sass/pages/_pages.scss */
  .focus-section li:after {
    content: '';
    height: 3px;
    width: 116px;
    background: #3b3a3c;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -58px;
    margin-top: 0;
  }

  /* line 766, sass/pages/_pages.scss */
  .inner-projets-p {
    width: 85%;
  }
  /* line 768, sass/pages/_pages.scss */
  .inner-projets-p h3,
  .inner-projets-p .title-level-3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
/* line 774, sass/pages/_pages.scss */
.single-slider-section {
  padding-top: 50px;
}

/* line 778, sass/pages/_pages.scss */
.single-slider {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  width: 85%;
  overflow: hidden;
  cursor: pointer;
}
/* line 785, sass/pages/_pages.scss */
.single-slider.one {
  cursor: auto;
}

/* line 790, sass/pages/_pages.scss */
.summary-section {
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
  z-index: 10;
}

/* line 796, sass/pages/_pages.scss */
.summary-bloc {
  position: relative;
  margin: 0 auto;
  max-width: 768px;
  width: 60%;
  background: #e6e7e8;
  border-left: 6px solid #e30609;
  padding: 0 38px;
}
/* line 804, sass/pages/_pages.scss */
.summary-bloc.white {
  background: #fff;
}
/* line 807, sass/pages/_pages.scss */
.summary-bloc .swiper-pag-bul {
  text-align: center;
  padding-top: 8px;
  height: 46px;
  border-bottom: 1px solid #d0d1d3;
}
/* line 813, sass/pages/_pages.scss */
.summary-bloc .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
}
/* line 816, sass/pages/_pages.scss */
.summary-bloc .swiper-pagination-bullet:before {
  content: '';
  width: 8px;
  height: 8px;
  top: 10px;
  left: 10px;
}
/* line 823, sass/pages/_pages.scss */
.summary-bloc .swiper-pagination-bullet:after {
  content: '';
  width: 18px;
  height: 18px;
}
/* line 829, sass/pages/_pages.scss */
.summary-bloc .date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #77787b;
}
/* line 834, sass/pages/_pages.scss */
.summary-bloc .credits {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  color: #77787b;
  padding-bottom: 20px;
}
/* line 842, sass/pages/_pages.scss */
.summary-bloc .text {
  padding-top: 24px;
}

/* line 847, sass/pages/_pages.scss */
.inner-breadcrumbs {
  padding-top: 25px;
}
/* line 849, sass/pages/_pages.scss */
.inner-breadcrumbs h1 ,
.inner-breadcrumbs .title-level-1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  width: 50%;
}
/* line 855, sass/pages/_pages.scss */
.inner-breadcrumbs.faq {
  padding-top: 90px;
}

@media (max-width: 768px) {
  /* line 861, sass/pages/_pages.scss */
  .single-slider-section {
    padding-top: 32px;
  }

  /* line 864, sass/pages/_pages.scss */
  .single-slider {
    width: 100%;
  }

  /* line 867, sass/pages/_pages.scss */
  .summary-bloc {
    width: 85%;
    border-left-width: 4px;
    padding: 0 26px;
  }

  /* line 873, sass/pages/_pages.scss */
  .inner-breadcrumbs h1,
  .inner-breadcrumbs .title-level-1 {
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
  }
}
/* line 880, sass/pages/_pages.scss */
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 26px;
}
/* line 883, sass/pages/_pages.scss */
.breadcrumbs a.current-item {
  color: #e30609;
}

/* line 888, sass/pages/_pages.scss */
.nav-cats {
  padding-bottom: 8px;
}
/* line 890, sass/pages/_pages.scss */
.nav-cats li {
  display: inline-block;
}
/* line 892, sass/pages/_pages.scss */
.nav-cats li:after {
  content: '\0020\0020\007C\0020\0020';
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #77787b;
}
/* line 899, sass/pages/_pages.scss */
.nav-cats a {
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e30609;
  display: inline-block;
}
/* line 906, sass/pages/_pages.scss */
.nav-cats li:last-of-type:after {
  content: none;
}

/* line 913, sass/pages/_pages.scss */
.stories-list-section h2,
.stories-list-section .title-level-2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 920, sass/pages/_pages.scss */
.stories-list-section .stories-list {
  padding-top: 50px;
  padding-bottom: 36px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 16, sass/mixins/_mixins-master.scss */
.stories-list-section .stories-list::after {
  content: "";
  display: table;
  clear: both;
}
/* line 929, sass/pages/_pages.scss */
.stories-list-section .stories-list > li {
  float: left;
  width: calc(33.333% - 14px);
}
/* line 933, sass/pages/_pages.scss */
.stories-list-section .stories-list > li + li {
  margin-left: 21px;
}
/* line 937, sass/pages/_pages.scss */
.stories-list-section .stories-list article > a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 941, sass/pages/_pages.scss */
.stories-list-section .stories-list article > a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
/* line 946, sass/pages/_pages.scss */
.stories-list-section .stories-list article > a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
}
/* line 956, sass/pages/_pages.scss */
.stories-list-section .nav-cats {
  padding-bottom: 10px;
}
/* line 959, sass/pages/_pages.scss */
.stories-list-section .nav-cats li:after {
  color: #414142;
}
/* line 963, sass/pages/_pages.scss */
.stories-list-section .nav-cats a {
  color: #77787b;
  text-transform: uppercase;
}
/* line 968, sass/pages/_pages.scss */
.stories-list-section .text {
  padding: 18px 0 14px;
}
/* line 970, sass/pages/_pages.scss */
.stories-list-section .text h1,
.stories-list-section .text .title-level-1 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
}
/* line 976, sass/pages/_pages.scss */
.stories-list-section .text span.age {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5;
  color: #77787b;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 984, sass/pages/_pages.scss */
.stories-list-section .text p {
  font-weight: 300;
  color: #77787b;
  padding-bottom: 14px;
}
/* line 990, sass/pages/_pages.scss */
.stories-list-section.education {
  background: #e6e7e8;
}
/* line 993, sass/pages/_pages.scss */
.stories-list-section.education .stories-list > li {
  background: #fff;
  margin-bottom: 25px;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 999, sass/pages/_pages.scss */
.stories-list-section.education .stories-list > li:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* line 1005, sass/pages/_pages.scss */
.stories-list-section.education .stories-list > li:hover article > a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
}
/* line 1014, sass/pages/_pages.scss */
.stories-list-section.education .stories-list > li:nth-child(3n+1) {
  margin-left: 0;
}
/* line 1018, sass/pages/_pages.scss */
.stories-list-section.education .stories-list > li:nth-child(3n+1) {
  clear: both;
}
/* line 1022, sass/pages/_pages.scss */
.stories-list-section.education .text {
  padding: 18px 26px 14px;
}
/* line 1024, sass/pages/_pages.scss */
.stories-list-section.education .text h1,
.stories-list-section.education .text .title-level-1 {
  padding-bottom: 12px;
}

@media (max-width: 1200px) {
  /* line 16, sass/mixins/_mixins-master.scss */
  .stories-list-section .stories-list::after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1035, sass/pages/_pages.scss */
  .stories-list-section .stories-list > li {
    float: left;
    width: calc(50% - 11px);
  }
  /* line 1039, sass/pages/_pages.scss */
  .stories-list-section .stories-list > li:last-of-type {
    display: none;
  }
  /* line 1046, sass/pages/_pages.scss */
  .stories-list-section.education .stories-list > li:nth-child(3n+1) {
    margin-left: 21px;
    clear: none;
  }
  /* line 1050, sass/pages/_pages.scss */
  .stories-list-section.education .stories-list > li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  /* line 1055, sass/pages/_pages.scss */
  .stories-list-section.education .stories-list > li:last-of-type {
    display: block;
  }
}
@media (max-width: 600px) {
  /* line 1064, sass/pages/_pages.scss */
  .stories-list-section {
    padding-top: 50px;
  }
  /* line 1066, sass/pages/_pages.scss */
  .stories-list-section h2,
  .stories-list-section .title-level-2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  /* line 16, sass/mixins/_mixins-master.scss */
  .stories-list-section .stories-list::after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1072, sass/pages/_pages.scss */
  .stories-list-section .stories-list > li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 1077, sass/pages/_pages.scss */
  .stories-list-section .stories-list > li + li {
    margin-left: 0;
  }
  /* line 1080, sass/pages/_pages.scss */
  .stories-list-section .stories-list > li:last-of-type {
    display: none;
  }
  /* line 1086, sass/pages/_pages.scss */
  .stories-list-section.education .stories-list > li {
    margin-left: 0;
  }
  /* line 1088, sass/pages/_pages.scss */
  .stories-list-section.education .stories-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  /* line 1091, sass/pages/_pages.scss */
  .stories-list-section.education .stories-list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 1095, sass/pages/_pages.scss */
  .stories-list-section.education .stories-list > li:last-of-type {
    display: block;
  }
}
/* line 1103, sass/pages/_pages.scss */
.newsletter-section {
  background: #e6e7e8;
  padding-bottom: 38px;
}
/* line 1106, sass/pages/_pages.scss */
.newsletter-section h2,
.newsletter-section .title-level-2 {
  padding-bottom: 34px;
}
/* line 1109, sass/pages/_pages.scss */
.newsletter-section .img-box {
  float: left;
  width: calc(50% - 25px);
}
/* line 1113, sass/pages/_pages.scss */
.newsletter-section .txt-box {
  float: right;
  width: calc(50% - 25px);
}
/* line 1116, sass/pages/_pages.scss */
.newsletter-section .txt-box h3,
.newsletter-section .txt-box .title-level-3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 12px;
  text-transform: uppercase;
}
/* line 1122, sass/pages/_pages.scss */
.newsletter-section .txt-box p {
  font-weight: 300;
  color: #77787b;
  padding-bottom: 30px;
}

@media (max-width: 600px) {
  /* line 1132, sass/pages/_pages.scss */
  .newsletter-section .img-box {
    float: none;
    width: 100%;
  }
  /* line 1136, sass/pages/_pages.scss */
  .newsletter-section .txt-box {
    padding-top: 32px;
    float: none;
    width: 100%;
  }
}
/* line 1144, sass/pages/_pages.scss */
.inner-wrapper {
  padding-top: 90px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  /* line 1150, sass/pages/_pages.scss */
  .inner-wrapper {
    padding-top: 50px;
  }
}
/* line 1155, sass/pages/_pages.scss */
.inner-content {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  width: 85%;
}
/* line 16, sass/mixins/_mixins-master.scss */
.inner-content::after {
  content: "";
  display: table;
  clear: both;
}

/* line 1164, sass/pages/_pages.scss */
.docs {
  padding-top: 22px;
  padding-bottom: 34px;
}
/* line 1167, sass/pages/_pages.scss */
.docs li {
  padding: 4px 0;
  border-bottom: 1px solid #d0d1d3;
}
/* line 1170, sass/pages/_pages.scss */
.docs li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: padding 0.2s ease, background-color 0.4s ease;
  transition: padding 0.2s ease, background-color 0.4s ease;
}
/* line 1184, sass/pages/_pages.scss */
.docs li img {
  width: 29px;
  height: 33px;
  min-width: 29px;
  min-height: 33px;
}
/* line 1190, sass/pages/_pages.scss */
.docs li em {
  padding-left: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  text-transform: uppercase;
  color: #e30609;
  font-style: normal;
}
/* line 1198, sass/pages/_pages.scss */
.docs li span {
  display: block;
  color: #77787b;
  text-transform: none;
}
/* line 1204, sass/pages/_pages.scss */
.docs li:hover a {
  background: #e6e7e8;
  padding-left: 10px;
  text-decoration: none;
  padding-right: 0;
}

/* line 1216, sass/pages/_pages.scss */
.docs.grey li:hover a {
  background: #fff;
}

/* GENERIC TEXTS*/
/* line 1226, sass/pages/_pages.scss */
.generic-title {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* line 1233, sass/pages/_pages.scss */
.aside-title {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 4px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 4px solid #e30609;
  top: 50%;
  left: 32px;
}
/* line 1246, sass/pages/_pages.scss */
.aside-title.focus {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 1252, sass/pages/_pages.scss */
  .aside-title {
    display: none;
  }
}
/* line 1257, sass/pages/_pages.scss */
.picto-title {
  display: block;
  font-weight: 300;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 32px;
  color: #6f6f6f;
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 56px 56px;
}
/* line 1267, sass/pages/_pages.scss */
.picto-title strong {
  display: block;
  text-transform: uppercase;
  color: #414142;
}
/* line 1272, sass/pages/_pages.scss */
.picto-title.sub-page {
  max-width: 520px;
  padding-left: 100px;
  font-weight: bold;
  color: #414142;
  margin-bottom: 32px;
  width: 100%;
  background-position: 0 50%;
}

@media (max-width: 1024px) {
  /* line 1285, sass/pages/_pages.scss */
  .picto-title.sub-page {
    padding-left: 78px;
  }
}
@media (max-width: 768px) {
  /* line 1292, sass/pages/_pages.scss */
  .picto-title {
    padding-left: 66px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
    background-size: 40px 40px;
  }
  /* line 1297, sass/pages/_pages.scss */
  .picto-title.sub-page {
    padding-top: 8px;
    padding-left: 64px;
    min-height: 40px;
  }
}
/* line 1305, sass/pages/_pages.scss */
a.btn-link {
  clear: both;
  float: left;
  display: inline-block;
  border: 2px solid #e30609;
  height: 46px;
  line-height: 42px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
  padding-left: 38px;
  padding-right: 22px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #e30609;
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1329, sass/pages/_pages.scss */
a.btn-link:after, a.btn-link:before {
  position: absolute;
  content: '';
}
/* line 1334, sass/pages/_pages.scss */
a.btn-link:before {
  height: 2px;
  width: 0;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  left: 13px;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1346, sass/pages/_pages.scss */
a.btn-link:after {
  content: '';
  background: #e30609;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
/* line 1359, sass/pages/_pages.scss */
a.btn-link span {
  display: block;
  position: absolute;
  left: 20px;
  top: 16px;
  width: 6px;
  height: 10px;
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1368, sass/pages/_pages.scss */
a.btn-link span:before, a.btn-link span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1381, sass/pages/_pages.scss */
a.btn-link span:before {
  background: url(img/btn-arrow.svg) no-repeat;
}
/* line 1384, sass/pages/_pages.scss */
a.btn-link span:after {
  opacity: 0;
  background: url(img/btn-arrow-white.svg) no-repeat;
}
/* line 1389, sass/pages/_pages.scss */
a.btn-link.white {
  color: #fff;
  border-color: #fff;
}
/* line 1392, sass/pages/_pages.scss */
a.btn-link.white:before {
  background: #e30609;
}
/* line 1395, sass/pages/_pages.scss */
a.btn-link.white:after {
  background: #fff;
}
/* line 1399, sass/pages/_pages.scss */
a.btn-link.white span:before {
  opacity: 0;
}
/* line 1402, sass/pages/_pages.scss */
a.btn-link.white span:after {
  opacity: 1;
}
/* line 1407, sass/pages/_pages.scss */
a.btn-link.red {
  color: #fff;
  background: #e30609;
}
/* line 1411, sass/pages/_pages.scss */
a.btn-link.red span:before {
  opacity: 0;
}
/* line 1414, sass/pages/_pages.scss */
a.btn-link.red span:after {
  opacity: 1;
}
/* line 1419, sass/pages/_pages.scss */
a.btn-link.big {
  height: 60px;
  line-height: 56px;
  padding-left: 48px;
  padding-right: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 1425, sass/pages/_pages.scss */
a.btn-link.big span {
  left: 24px;
  top: 23px;
}

/* line 1432, sass/pages/_pages.scss */
a.btn-link:hover {
  color: #fff;
  text-decoration: none;
}
/* line 1435, sass/pages/_pages.scss */
a.btn-link:hover:before {
  width: 16px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 1440, sass/pages/_pages.scss */
a.btn-link:hover:after {
  width: 100%;
}
/* line 1443, sass/pages/_pages.scss */
a.btn-link:hover span {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
/* line 1446, sass/pages/_pages.scss */
a.btn-link:hover span:before {
  opacity: 0;
}
/* line 1449, sass/pages/_pages.scss */
a.btn-link:hover span:after {
  opacity: 1;
}
/* line 1453, sass/pages/_pages.scss */
a.btn-link:hover.white {
  color: #e30609;
}
/* line 1456, sass/pages/_pages.scss */
a.btn-link:hover.white span:before {
  opacity: 1;
}
/* line 1459, sass/pages/_pages.scss */
a.btn-link:hover.white span:after {
  opacity: 0;
}
/* line 1465, sass/pages/_pages.scss */
a.btn-link:hover.big:before {
  width: 20px;
}

@media (max-width: 1200px) {
  /* line 1473, sass/pages/_pages.scss */
  a.btn-link.big {
    height: 46px;
    line-height: 42px;
    padding-left: 38px;
    padding-right: 22px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1479, sass/pages/_pages.scss */
  a.btn-link.big span {
    left: 20px;
    top: 16px;
  }
  /* line 1484, sass/pages/_pages.scss */
  a.btn-link.big:hover:before {
    width: 16px;
  }
}
/* line 1492, sass/pages/_pages.scss */
a.generic-link {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #e30609;
  padding-left: 20px;
  padding-bottom: 4px;
  position: relative;
}
/* line 1501, sass/pages/_pages.scss */
a.generic-link:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 4px;
  width: 6px;
  height: 10px;
  background: url(img/btn-arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1514, sass/pages/_pages.scss */
a.generic-link:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  left: 20px;
  bottom: 0;
  height: 2px;
  background: #e30609;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 1528, sass/pages/_pages.scss */
a.generic-link:hover {
  text-decoration: none;
}
/* line 1530, sass/pages/_pages.scss */
a.generic-link:hover:before {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
/* line 1534, sass/pages/_pages.scss */
a.generic-link:hover:after {
  width: calc(100% - 20px);
}

/* line 1539, sass/pages/_pages.scss */
a.contact-link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  border-bottom: 1px solid #414142;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 1545, sass/pages/_pages.scss */
a.contact-link:hover {
  text-decoration: none;
  color: #221f20;
  border-bottom-color: transparent;
}
/* line 1550, sass/pages/_pages.scss */
a.contact-link.white {
  color: #fff;
  border-bottom-color: #fff;
}
/* line 1553, sass/pages/_pages.scss */
a.contact-link.white:hover {
  color: #fff;
  border-bottom-color: transparent;
}

/* line 1, sass/pages/_tabs.scss */
.tabs-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 9, sass/pages/_tabs.scss */
.tabs-nav {
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  max-width: 30%;
  background: url(img/tab-nav-bg.png) no-repeat right -250px bottom -250px;
  background-color: #e30609;
  padding-top: 56px;
  padding-left: 4.5%;
  padding-right: 32px;
}
/* line 19, sass/pages/_tabs.scss */
.tabs-nav h2.generic-title,
.tabs-nav .title-level-2.generic-title {
  color: #fff;
}
/* line 22, sass/pages/_tabs.scss */
.tabs-nav ul {
  padding-top: 10%;
  padding-bottom: 10%;
}
/* line 26, sass/pages/_tabs.scss */
.tabs-nav a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  color: #f49b9d;
  transition: 0.17s ease-out;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
/* line 34, sass/pages/_tabs.scss */
.tabs-nav a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #fff;
  transition: 0.1s ease-out;
}
/* line 44, sass/pages/_tabs.scss */
.tabs-nav a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 49, sass/pages/_tabs.scss */
.tabs-nav a.active {
  padding-left: 28px;
  color: #fff;
}
/* line 52, sass/pages/_tabs.scss */
.tabs-nav a.active:before {
  width: 13px;
}

/* line 58, sass/pages/_tabs.scss */
.tabs-content {
  -webkit-flex: 2.333 0 70%;
  -ms-flex: 2.333 0 70%;
  flex: 2.333 0 70%;
  max-width: 70%;
  padding-top: 56px;
  padding-bottom: 56px;
  background: #e6e7e8;
  padding-left: 8.2%;
  padding-right: 8.2%;
}
/* line 69, sass/pages/_tabs.scss */
.tabs-content li.tab > p {
  padding-top: 24px;
  font-weight: 300;
  color: #77787b;
}

/* line 77, sass/pages/_tabs.scss */
.inner-tab {
  padding-top: 5.9%;
}
/* line 16, sass/mixins/_mixins-master.scss */
.inner-tab::after {
  content: "";
  display: table;
  clear: both;
}
/* line 80, sass/pages/_tabs.scss */
.inner-tab li {
  float: left;
  width: 50%;
  padding-bottom: 5%;
}

/* line 87, sass/pages/_tabs.scss */
.tabs-docs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 97, sass/pages/_tabs.scss */
.tabs-docs li {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding-right: 10%;
  max-width: 50%;
  padding-top: 48px;
}
/* line 105, sass/pages/_tabs.scss */
.tabs-docs img.vertical {
  width: 70%;
}
/* line 108, sass/pages/_tabs.scss */
.tabs-docs h1,
.tabs-docs .title-level-1 {
  padding-top: 36px;
  padding-bottom: 38px;
  border-bottom: 1px solid #d0d1d3;
}
/* line 112, sass/pages/_tabs.scss */
.tabs-docs h1 a,
.tabs-docs .title-level-1 a {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: padding 0.2s ease, background-color 0.4s ease;
}
/* line 125, sass/pages/_tabs.scss */
.tabs-docs h1 img,
.tabs-docs .title-level-1 img {
  width: 29px;
  height: 33px;
}
/* line 129, sass/pages/_tabs.scss */
.tabs-docs h1 span,
.tabs-docs h1 span,
.tabs-docs .title-level-1 span {
  padding-left: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  text-transform: uppercase;
  color: #e30609;
}
/* line 136, sass/pages/_tabs.scss */
.tabs-docs h1 a:hover,
.tabs-docs h1 a:hover,
.tabs-docs .title-level-1 a:hover {
  background: #fff;
  padding-left: 10px;
  padding-right: 0;
  text-decoration: none;
}
/* line 143, sass/pages/_tabs.scss */
.tabs-docs li > a {
  display: inline-block;
  width: 100%;
}
/* line 146, sass/pages/_tabs.scss */
.tabs-docs li > a img {
  transition: 0.3s ease-in-out;
}
/* line 151, sass/pages/_tabs.scss */
.tabs-docs li > a:hover img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* line 155, sass/pages/_tabs.scss */
.tabs-docs li > a:hover + h1 a,
.tabs-docs li > a:hover + .title-level-1 a {
  background: #fff;
  padding-left: 10px;
  padding-right: 0;
  text-decoration: none;
}
/* line 165, sass/pages/_tabs.scss */
.tabs-docs li:nth-child(2n+1):nth-last-child(-n+2) h1,
.tabs-docs li:nth-child(2n+1):nth-last-child(-n+2) .title-level-1,
.tabs-docs li:nth-child(2n+1):nth-last-child(-n+2) ~ li h1,
.tabs-docs li:nth-child(2n+1):nth-last-child(-n+2) ~ li .title-level-1 {
  border-bottom: 0;
}

@media (min-width: 1025px) {
  /* line 173, sass/pages/_tabs.scss */
  .tabs-nav ul {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  /* line 180, sass/pages/_tabs.scss */
  .tabs-wrapper {
    display: block;
  }

  /* line 183, sass/pages/_tabs.scss */
  .tabs-nav {
    position: relative;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    height: 64px;
    background: none;
    background-color: #e30609;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    text-align: center;
  }
  /* line 197, sass/pages/_tabs.scss */
  .tabs-nav h2.generic-title,
  .tabs-nav .title-level-2.generic-title {
    line-height: 64px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    padding-left: calc(7.5% + 52px);
    padding-right: calc(7.5% + 52px);
    width: 100%;
  }
  /* line 207, sass/pages/_tabs.scss */
  .tabs-nav ul {
    box-shadow: inset 0px 40px 40px -40px rgba(0, 0, 0, 0.65);
    overflow: hidden;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 0;
    background: #e30609;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 218, sass/pages/_tabs.scss */
  .tabs-nav ul li:first-of-type {
    margin-top: 24px;
  }
  /* line 221, sass/pages/_tabs.scss */
  .tabs-nav ul li:last-of-type {
    margin-bottom: 16px;
  }
  /* line 225, sass/pages/_tabs.scss */
  .tabs-nav .hamburger {
    position: absolute;
    display: block;
    width: 36px;
    height: 3px;
    background: #fff;
    left: 7.5%;
    top: 30px;
    transition: 0.17s ease-in-out;
  }
  /* line 234, sass/pages/_tabs.scss */
  .tabs-nav .hamburger:before, .tabs-nav .hamburger:after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.17s ease-in-out;
  }
  /* line 246, sass/pages/_tabs.scss */
  .tabs-nav .hamburger:before {
    -webkit-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    transform: translateY(-11px);
  }
  /* line 251, sass/pages/_tabs.scss */
  .tabs-nav .hamburger:after {
    -webkit-transform: translateY(11px);
    -ms-transform: translateY(11px);
    transform: translateY(11px);
  }
  /* line 257, sass/pages/_tabs.scss */
  .tabs-nav .arrow {
    position: absolute;
    display: block;
    width: 32px;
    height: 18px;
    right: 7.5%;
    top: 23px;
    background: url(img/tab-arrow.svg) no-repeat;
    background-size: contain;
    transition: 0.17s ease-in-out;
    transform: rotate(-90deg);
  }
  /* line 270, sass/pages/_tabs.scss */
  .tabs-nav.opened .hamburger {
    background-color: transparent;
  }
  /* line 272, sass/pages/_tabs.scss */
  .tabs-nav.opened .hamburger:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  /* line 277, sass/pages/_tabs.scss */
  .tabs-nav.opened .hamburger:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  /* line 283, sass/pages/_tabs.scss */
  .tabs-nav.opened .arrow {
    transform: rotate(-180deg);
  }

  /* line 288, sass/pages/_tabs.scss */
  .tabs-content {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #e6e7e8;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  /* line 300, sass/pages/_tabs.scss */
  .tabs-docs li {
    padding-top: 36px;
  }
  /* line 302, sass/pages/_tabs.scss */
  .tabs-docs li:nth-of-type(2n+1) {
    padding-right: 25px;
  }
  /* line 305, sass/pages/_tabs.scss */
  .tabs-docs li:nth-of-type(2n+2) {
    padding-right: 0;
    padding-left: 25px;
  }

  /* line 311, sass/pages/_tabs.scss */
  .inner-tab {
    padding-top: 0;
  }
  /* line 16, sass/mixins/_mixins-master.scss */
  .inner-tab::after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 314, sass/pages/_tabs.scss */
  .inner-tab li {
    padding-top: 36px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  /* line 322, sass/pages/_tabs.scss */
  .tabs-docs {
    display: block;
  }
  /* line 324, sass/pages/_tabs.scss */
  .tabs-docs li {
    max-width: 100%;
  }
  /* line 326, sass/pages/_tabs.scss */
  .tabs-docs li:nth-of-type(2n+1) {
    padding-right: 0;
  }
  /* line 329, sass/pages/_tabs.scss */
  .tabs-docs li:nth-of-type(2n+2) {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 336, sass/pages/_tabs.scss */
  .inner-tab li {
    width: 100%;
  }
}
/* line 1, sass/pages/_sliders.scss */
.sliders-section {
  background: #e6e7e8;
  padding-top: 44px;
  padding-bottom: 18px;
}

/* line 7, sass/pages/_sliders.scss */
.slider-wrapper {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #d0d1d3;
  margin-bottom: 46px;
}
/* line 12, sass/pages/_sliders.scss */
.slider-wrapper:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 18, sass/pages/_sliders.scss */
.slider-wrapper.home-variant {
  float: left;
  width: 65%;
  border-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  /* line 26, sass/pages/_sliders.scss */
  .slider-wrapper.home-variant {
    width: 100%;
  }
}
/* line 31, sass/pages/_sliders.scss */
.posts-slider {
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 36px;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 40, sass/pages/_sliders.scss */
.posts-slider article > a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 44, sass/pages/_sliders.scss */
.posts-slider article > a img {
  transition: 0.2s ease-out;
}
/* line 49, sass/pages/_sliders.scss */
.posts-slider .swiper-slide {
  background: #fff;
  height: auto;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
/* line 54, sass/pages/_sliders.scss */
.posts-slider .swiper-slide:hover {
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* line 59, sass/pages/_sliders.scss */
.posts-slider .swiper-slide:hover article > a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1.5s ease-out;
}
/* line 69, sass/pages/_sliders.scss */
.posts-slider .swiper-nav {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 28px;
}
/* line 76, sass/pages/_sliders.scss */
.posts-slider .swiper-prev,
.posts-slider .swiper-next {
  width: 28px;
  height: 28px;
  float: left;
  cursor: pointer;
  position: relative;
}
/* line 83, sass/pages/_sliders.scss */
.posts-slider .swiper-prev:after,
.posts-slider .swiper-next:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  background: url(img/btn-arrow.svg) no-repeat;
  background-size: contain;
  top: 9px;
  left: 11px;
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 95, sass/pages/_sliders.scss */
.posts-slider .swiper-prev:hover:after,
.posts-slider .swiper-next:hover:after {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
/* line 103, sass/pages/_sliders.scss */
.posts-slider .swiper-prev:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 109, sass/pages/_sliders.scss */
.posts-slider .swiper-prev:hover:after {
  -webkit-transform: rotate(180deg) translateX(6px);
  -ms-transform: rotate(180deg) translateX(6px);
  transform: rotate(180deg) translateX(6px);
}
/* line 116, sass/pages/_sliders.scss */
.posts-slider .swiper-pag {
  line-height: 28px;
  text-transform: uppercase;
  color: #77787b;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  width: auto;
  bottom: auto;
}
/* line 126, sass/pages/_sliders.scss */
.posts-slider .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
/* line 130, sass/pages/_sliders.scss */
.posts-slider .text {
  padding: 18px 26px 36px;
}
/* line 132, sass/pages/_sliders.scss */
.posts-slider .text h1,
.posts-slider .text .title-level-1 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 10px;
}
/* line 139, sass/pages/_sliders.scss */
.posts-slider .text p {
  font-weight: 300;
  color: #77787b;
  padding-bottom: 14px;
}

/* line 147, sass/pages/_sliders.scss */
.to-post-type {
  text-align: center;
}
/* line 149, sass/pages/_sliders.scss */
.to-post-type > a.btn-link {
  float: none;
  clear: none;
}

/* line 155, sass/pages/_sliders.scss */
.sliders-section.white {
  background: #fff;
}
/* line 158, sass/pages/_sliders.scss */
.sliders-section.white .posts-slider .text {
  padding: 18px 0 36px;
}
/* line 162, sass/pages/_sliders.scss */
.sliders-section.white .posts-slider .swiper-slide:hover {
  box-shadow: none;
}

@media (max-width: 600px) {
  /* line 170, sass/pages/_sliders.scss */
  .sliders-section {
    padding-top: 30px;
  }
  /* line 172, sass/pages/_sliders.scss */
  .sliders-section h2.generic-title,
  .sliders-section .title-level-2.generic-title {
    width: 55%;
  }

  /* line 176, sass/pages/_sliders.scss */
  .slider-wrapper {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
/* line 1, sass/pages/_home.scss */
.ud-sub-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 16, sass/mixins/_mixins-master.scss */
.ud-sub-list::after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, sass/pages/_home.scss */
.ud-sub-list li {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  padding-bottom: 22px;
  padding-top: 24px;
  position: relative;
}
/* line 17, sass/pages/_home.scss */
.ud-sub-list li:after {
  position: absolute;
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background: #d0d1d3;
  bottom: 0;
  content: '';
}
/* line 27, sass/pages/_home.scss */
.ud-sub-list li:nth-of-type(2n+2) {
  padding-left: 25px;
}
/* line 30, sass/pages/_home.scss */
.ud-sub-list li:nth-of-type(2n+1) {
  padding-right: 25px;
}
/* line 33, sass/pages/_home.scss */
.ud-sub-list h1,
.ud-sub-list .title-level-1 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 6px;
}
/* line 40, sass/pages/_home.scss */
.ud-sub-list p {
  font-weight: 300;
  color: #77787b;
  padding-bottom: 12px;
}
/* line 45, sass/pages/_home.scss */
.ud-sub-list li:nth-child(2n+1):nth-last-child(-n+2):after,
.ud-sub-list li:nth-child(2n+1):nth-last-child(-n+2) ~ li:after {
  content: none;
}

@media (max-width: 1024px) {
  /* line 52, sass/pages/_home.scss */
  .ud-sub-list {
    display: block;
  }
  /* line 54, sass/pages/_home.scss */
  .ud-sub-list li {
    max-width: 100%;
  }
  /* line 57, sass/pages/_home.scss */
  .ud-sub-list li:nth-of-type(2n+2) {
    padding-left: 0;
  }
  /* line 60, sass/pages/_home.scss */
  .ud-sub-list li:nth-of-type(2n+1) {
    padding-right: 25px;
  }
  /* line 63, sass/pages/_home.scss */
  .ud-sub-list li:nth-child(2n+1):nth-last-child(-n+2):after,
  .ud-sub-list li:nth-child(2n+1):nth-last-child(-n+2) ~ li:after {
    content: '';
  }
  /* line 67, sass/pages/_home.scss */
  .ud-sub-list li:last-of-type:after {
    content: none !important;
  }
}
/* line 73, sass/pages/_home.scss */
.home-to-cats-section {
  position: relative;
}
/* line 16, sass/mixins/_mixins-master.scss */
.home-to-cats-section::after {
  content: "";
  display: table;
  clear: both;
}
/* line 76, sass/pages/_home.scss */
.home-to-cats-section > div {
  float: left;
  height: 0;
  padding-bottom: 30%;
  width: 50%;
  position: relative;
  overflow: hidden;
}
/* line 83, sass/pages/_home.scss */
.home-to-cats-section > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 31, 32, 0.2);
  z-index: 5;
}
/* line 94, sass/pages/_home.scss */
.home-to-cats-section a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
/* line 103, sass/pages/_home.scss */
.home-to-cats-section img {
  transition: 0.2s ease-out;
}
/* line 107, sass/pages/_home.scss */
.home-to-cats-section > div:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1.5s ease-out;
}

@media (max-width: 768px) {
  /* line 118, sass/pages/_home.scss */
  .home-to-cats-section > div {
    width: 100%;
    height: 196px;
    padding-bottom: 0;
  }
}
/* line 126, sass/pages/_home.scss */
.home-to-conv-section {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 16, sass/mixins/_mixins-master.scss */
.home-to-conv-section::after {
  content: "";
  display: table;
  clear: both;
}
/* line 132, sass/pages/_home.scss */
.home-to-conv-section > div {
  float: left;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
/* line 139, sass/pages/_home.scss */
.home-to-conv-section .centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e6e7e8;
  width: 72.2%;
  margin-left: 27.8%;
  height: 100%;
  position: relative;
  padding: 99px 10%;
}
/* line 149, sass/pages/_home.scss */
.home-to-conv-section .centered:before {
  content: '';
  position: absolute;
  top: 0;
  left: -17px;
  width: 17px;
  height: 100%;
  background-image: url(img/mask-arrow-grey.svg);
  background-size: 17px 600px;
}
/* line 159, sass/pages/_home.scss */
.home-to-conv-section .centered h2,
.home-to-conv-section .centered .title-level-2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 36px;
  padding-left: 48px;
  padding-bottom: 16px;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-image: url(img/home-volontariat.svg);
}
/* line 171, sass/pages/_home.scss */
.home-to-conv-section .centered p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 46px;
}
/* line 176, sass/pages/_home.scss */
.home-to-conv-section .centered.red {
  background: #e30609;
  color: #fff;
}
/* line 179, sass/pages/_home.scss */
.home-to-conv-section .centered.red:before {
  background-image: url(img/mask-arrow-red.svg);
}
/* line 182, sass/pages/_home.scss */
.home-to-conv-section .centered.red h2,
.home-to-conv-section .centered.red .title-level-2 {
  background-image: url(img/home-don.svg);
}
/* line 187, sass/pages/_home.scss */
.home-to-conv-section .mobile-img {
  display: none;
}
/* line 190, sass/pages/_home.scss */
.home-to-conv-section .text {
  max-width: 336px;
  width: 100%;
}
/* line 16, sass/mixins/_mixins-master.scss */
.home-to-conv-section .text::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1024px) {
  /* line 198, sass/pages/_home.scss */
  .home-to-conv-section {
    display: block;
  }
  /* line 200, sass/pages/_home.scss */
  .home-to-conv-section > div {
    float: none;
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 208, sass/pages/_home.scss */
  .home-to-conv-section {
    display: block;
  }
  /* line 210, sass/pages/_home.scss */
  .home-to-conv-section > div {
    background: none !important;
    float: none;
    width: 100%;
  }
  /* line 215, sass/pages/_home.scss */
  .home-to-conv-section .mobile-img {
    display: block;
  }
  /* line 218, sass/pages/_home.scss */
  .home-to-conv-section .centered {
    display: block;
    width: 100%;
    margin-left: 0;
    height: 100%;
    position: relative;
    padding: 50px 7.5% 40px;
  }
  /* line 225, sass/pages/_home.scss */
  .home-to-conv-section .centered:before {
    content: none;
  }
  /* line 229, sass/pages/_home.scss */
  .home-to-conv-section .text {
    max-width: none;
    width: 100%;
  }
}
/* line 236, sass/pages/_home.scss */
.home-docs {
  float: right;
  width: 30%;
  border-left: 2px solid #d0d1d3;
  padding-left: 50px;
  padding-bottom: 38px;
}

@media (max-width: 1024px) {
  /* line 245, sass/pages/_home.scss */
  .home-docs {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 25px;
  }
}
/* EDU*/
/* line 256, sass/pages/_home.scss */
.picto-title.education {
  padding-bottom: 0;
  height: 56px;
  line-height: 56px;
  margin-top: 6.5%;
  background-image: url(img/education-title.svg);
  background-position: 0 0;
}
/* line 263, sass/pages/_home.scss */
.picto-title.education strong {
  text-transform: none;
}

/* line 268, sass/pages/_home.scss */
.cols-edu {
  padding-top: 42px;
  -webkit-columns: 2 276px;
  -moz-columns: 2 276px;
  columns: 2 276px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
/* line 276, sass/pages/_home.scss */
.cols-edu .text-edu {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  color: #77787b;
  padding-bottom: 42px;
}
/* line 282, sass/pages/_home.scss */
.cols-edu .text-edu h2,
.cols-edu .text-edu .title-level-2 {
  color: #414142;
  padding-bottom: 5px;
}
/* line 286, sass/pages/_home.scss */
.cols-edu .text-edu p {
  padding-bottom: 22px;
}
/* line 289, sass/pages/_home.scss */
.cols-edu .text-edu a {
  font-weight: bold;
  color: #e30609;
}

/* line 2, sass/pages/_archives.scss */
.archive-section article {
  float: left;
  width: calc(33.333% - 14px);
  margin-left: 21px;
}
/* line 6, sass/pages/_archives.scss */
.archive-section article:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
/* line 10, sass/pages/_archives.scss */
.archive-section article > a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 14, sass/pages/_archives.scss */
.archive-section article > a img {
  transition: 0.2s ease-in;
}
/* line 18, sass/pages/_archives.scss */
.archive-section article > a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1.5s ease-out;
}
/* line 27, sass/pages/_archives.scss */
.archive-section .text {
  padding: 18px 0 22%;
}
/* line 29, sass/pages/_archives.scss */
.archive-section .text h1,
.archive-section .text .title-level-1 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 10px;
}
/* line 36, sass/pages/_archives.scss */
.archive-section .text p {
  font-weight: 300;
  color: #77787b;
  padding-bottom: 14px;
}

/* line 44, sass/pages/_archives.scss */
.select-box {
  padding-top: 6.5%;
  padding-bottom: 56px;
  width: 100%;
  max-width: 360px;
}

@media (max-width: 1024px) {
  /* line 53, sass/pages/_archives.scss */
  .archive-section article {
    width: calc(50% - 11px);
  }
  /* line 55, sass/pages/_archives.scss */
  .archive-section article:nth-of-type(3n+1) {
    margin-left: 21px;
    clear: none;
  }
  /* line 59, sass/pages/_archives.scss */
  .archive-section article:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media (max-width: 600px) {
  /* line 69, sass/pages/_archives.scss */
  .archive-section article {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* line 73, sass/pages/_archives.scss */
  .archive-section article:nth-of-type(3n+1) {
    margin-left: 0;
  }
  /* line 76, sass/pages/_archives.scss */
  .archive-section article:nth-of-type(2n+1) {
    margin-left: 0;
  }
  /* line 79, sass/pages/_archives.scss */
  .archive-section article .text {
    padding: 18px 0 50px;
  }
}
/* line 1, sass/pages/_single.scss */
.sum {
  line-height: 1.47;
  padding-top: 24px;
  padding-bottom: 18px;
}
/* line 5, sass/pages/_single.scss */
.sum p {
  padding-bottom: 22px;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 11, sass/pages/_single.scss */
.sum.news p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
/* line 16, sass/pages/_single.scss */
.sum.story {
  padding-bottom: 0;
}
/* line 18, sass/pages/_single.scss */
.sum.story h2,
.sum.story .title-level-2 {
  padding-bottom: 24px;
}
/* line 21, sass/pages/_single.scss */
.sum.story p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #77787b;
}
/* line 29, sass/pages/_single.scss */
.sum.education p, .sum.onderwijs p, .sum.education-en p {
  font-size: 20px;
  font-size: 2rem;
}

/* line 35, sass/pages/_single.scss */
.nuage-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

/* line 41, sass/pages/_single.scss */
.nuage-slider {
  position: relative;
  height: 260px;
  background: url(img/nuage-croix.svg) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
  width: 60%;
  max-width: 768px;
  margin: 0 auto;
}
/* line 50, sass/pages/_single.scss */
.nuage-slider:before, .nuage-slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 164px;
  height: 6px;
  left: 50%;
  background: #e30609;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
/* line 62, sass/pages/_single.scss */
.nuage-slider:before {
  top: 29px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
/* line 69, sass/pages/_single.scss */
.nuage-slider:after {
  bottom: 29px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
/* line 77, sass/pages/_single.scss */
.nuage-slider.anim:before {
  -webkit-transform: translate3d(-50%, 50px, 0);
  transform: translate3d(-50%, 50px, 0);
}
/* line 81, sass/pages/_single.scss */
.nuage-slider.anim:after {
  -webkit-transform: translate3d(-50%, -50px, 0);
  transform: translate3d(-50%, -50px, 0);
}
/* line 86, sass/pages/_single.scss */
.nuage-slider h4,
.nuage-slider .title-level-4 {
  font-size: 45.2px;
  font-size: 4.52rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  color: #221f20;
}
/* line 94, sass/pages/_single.scss */
.nuage-slider .swiper-slide {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 105, sass/pages/_single.scss */
.nuage-slider .swiper-slide h4,
.nuage-slider .swiper-slide .title-level-4 {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.25s ease-in, transform 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
  transition: opacity 0.25s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}
/* line 117, sass/pages/_single.scss */
.nuage-slider .swiper-slide-duplicate h4,
.nuage-slider .swiper-slide-duplicate .title-level-4 {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
/* line 124, sass/pages/_single.scss */
.nuage-slider .swiper-slide-active h4,
.nuage-slider .swiper-slide-active .title-level-4 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.25s 0.3s ease-out, transform 0.25s 0.3s ease-out;
  -webkit-transition: opacity 0.25s 0.3s ease-out, -webkit-transform 0.25s 0.3s ease-out;
  transition: opacity 0.25s 0.3s ease-out, -webkit-transform 0.25s 0.3s ease-out;
  transition: opacity 0.25s 0.3s ease-out, transform 0.25s 0.3s ease-out;
  transition: opacity 0.25s 0.3s ease-out, transform 0.25s 0.3s ease-out, -webkit-transform 0.25s 0.3s ease-out;
}

/* line 137, sass/pages/_single.scss */
.article-section {
  padding-bottom: 80px;
}

/* line 141, sass/pages/_single.scss */
.inner-article {
  padding-top: 40px;
  position: relative;
  margin: 0 auto;
  width: 60%;
  max-width: 768px;
  -moz-columns: 2 276px;
  -webkit-columns: 2 276px;
  columns: 2 276px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
/* line 153, sass/pages/_single.scss */
.inner-article .text {
  position: relative;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  color: #77787b;
  padding-bottom: 42px;
}
/* line 160, sass/pages/_single.scss */
.inner-article .text h2,
.inner-article .text .title-level-2 {
  color: #414142;
  padding-bottom: 12px;
}
/* line 164, sass/pages/_single.scss */
.inner-article .text p {
  padding-bottom: 22px;
}
/* line 167, sass/pages/_single.scss */
.inner-article .text.collapse {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
}
/* line 172, sass/pages/_single.scss */
.inner-article .text a {
  font-weight: bold;
  color: #e30609;
}
/* line 176, sass/pages/_single.scss */
.inner-article .text ul {
  padding-bottom: 6px;
}
/* line 179, sass/pages/_single.scss */
.inner-article .text li {
  padding-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
/* line 183, sass/pages/_single.scss */
.inner-article .text li:before {
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 22px;
  font-size: 2.2rem;
  content: '\2022';
  color: #e30609;
}
/* line 193, sass/pages/_single.scss */
.inner-article aside {
  padding-bottom: 64px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
/* line 198, sass/pages/_single.scss */
.inner-article aside p {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
  position: relative;
  -webkit-backface-visibility: hidden;
}
/* line 207, sass/pages/_single.scss */
.inner-article aside p:before, .inner-article aside p:after {
  color: #e30609;
  font-size: 35px;
  font-size: 3.5rem;
  font-style: normal;
  position: absolute;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
/* line 216, sass/pages/_single.scss */
.inner-article aside p:before {
  content: "\201C";
  -webkit-transform: translate(-15px, -10px);
  transform: translate(-15px, -10px);
}
/* line 221, sass/pages/_single.scss */
.inner-article aside p:after {
  content: "\201D";
  -webkit-transform: translate(5px, 10px);
  transform: translate(5px, 10px);
}
/* line 227, sass/pages/_single.scss */
.inner-article aside.left {
  -webkit-transform: translateX(-85px);
  transform: translateX(-85px);
}
/* line 231, sass/pages/_single.scss */
.inner-article aside.right {
  -webkit-transform: translateX(85px);
  transform: translateX(85px);
}
/* line 235, sass/pages/_single.scss */
.inner-article aside span.author {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  padding-top: 16px;
  display: block;
}
/* line 244, sass/pages/_single.scss */
.inner-article footer {
  position: relative;
  padding-top: 40px;
}
/* line 247, sass/pages/_single.scss */
.inner-article footer a.btn-link {
  float: none;
  margin-bottom: 6px;
}
/* line 251, sass/pages/_single.scss */
.inner-article footer a.last {
  margin-top: 36px;
}
/* line 255, sass/pages/_single.scss */
.inner-article .collapse + footer {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
}
/* line 260, sass/pages/_single.scss */
.inner-article.moz-break {
  -moz-columns: auto;
  -webkit-columns: auto;
  columns: auto;
}
/* line 265, sass/pages/_single.scss */
.inner-article.moz-break aside.left {
  -webkit-transform: none;
  transform: none;
}
/* line 269, sass/pages/_single.scss */
.inner-article.moz-break aside.right {
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 768px) {
  /* line 278, sass/pages/_single.scss */
  .nuage-section {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  /* line 283, sass/pages/_single.scss */
  .nuage-slider {
    position: relative;
    height: 150px;
    width: 100%;
  }
  /* line 287, sass/pages/_single.scss */
  .nuage-slider:before, .nuage-slider:after {
    width: 100px;
    height: 3px;
  }
  /* line 292, sass/pages/_single.scss */
  .nuage-slider:before {
    top: 20px;
  }
  /* line 295, sass/pages/_single.scss */
  .nuage-slider:after {
    bottom: 20px;
  }
  /* line 299, sass/pages/_single.scss */
  .nuage-slider.anim:before {
    -webkit-transform: translate3d(-50%, 30px, 0);
    transform: translate3d(-50%, 30px, 0);
  }
  /* line 303, sass/pages/_single.scss */
  .nuage-slider.anim:after {
    -webkit-transform: translate3d(-50%, -30px, 0);
    transform: translate3d(-50%, -30px, 0);
  }
  /* line 308, sass/pages/_single.scss */
  .nuage-slider h4,
  .nuage-slider .title-level-4 {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.27em;
  }

  /* line 313, sass/pages/_single.scss */
  .article-section {
    padding-bottom: 40px;
  }

  /* line 316, sass/pages/_single.scss */
  .inner-article {
    width: 85%;
    padding-top: 0;
  }
  /* line 319, sass/pages/_single.scss */
  .inner-article .text {
    padding-bottom: 18px;
  }
  /* line 322, sass/pages/_single.scss */
  .inner-article aside {
    padding-bottom: 40px;
  }
  /* line 324, sass/pages/_single.scss */
  .inner-article aside p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 327, sass/pages/_single.scss */
  .inner-article aside.left, .inner-article aside.right {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 336, sass/pages/_single.scss */
.projet-docs {
  padding-top: 22px;
}

/* line 342, sass/pages/_single.scss */
.inner-related {
  margin: 0 auto;
  width: 60%;
  max-width: 768px;
  position: relative;
  border-top: 1px solid #e6e7e8;
  padding-bottom: 60px;
  padding-top: 40px;
}

/* line 352, sass/pages/_single.scss */
.flex-related {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-top: 34px;
}
/* line 359, sass/pages/_single.scss */
.flex-related .img-box {
  -ms-flex: 1 0 46.875%;
  -webkit-box-flex: 1;
  flex: 1 0 46.875%;
  max-width: 46.875%;
  position: relative;
}
/* line 366, sass/pages/_single.scss */
.flex-related .text-box {
  position: relative;
  -ms-flex: 1 0 53.125%;
  -webkit-box-flex: 1;
  flex: 1 0 53.125%;
  max-width: 53.125%;
  background: #e6e7e8;
  padding: 26px 32px 26px 46px;
}
/* line 374, sass/pages/_single.scss */
.flex-related .text-box h1,
.flex-related .text-box .title-level-1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
/* line 380, sass/pages/_single.scss */
.flex-related .text-box p {
  font-weight: 300;
  color: #77787b;
  padding-bottom: 14px;
}
/* line 385, sass/pages/_single.scss */
.flex-related .text-box .nav-cats {
  text-transform: uppercase;
}
/* line 387, sass/pages/_single.scss */
.flex-related .text-box .nav-cats li {
  color: #77787b;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 390, sass/pages/_single.scss */
.flex-related .text-box .nav-cats li:after {
  color: #414142;
}

@media (max-width: 1024px) {
  /* line 399, sass/pages/_single.scss */
  .flex-related {
    display: block;
  }
  /* line 401, sass/pages/_single.scss */
  .flex-related .img-box {
    max-width: none;
    height: 0;
    padding-bottom: 50%;
  }
  /* line 406, sass/pages/_single.scss */
  .flex-related .text-box {
    max-width: 100%;
    background: #e6e7e8;
    padding: 32px 32px 26px 32px;
  }
}
@media (max-width: 768px) {
  /* line 415, sass/pages/_single.scss */
  .inner-related {
    width: 85%;
    padding-bottom: 40px;
  }
}
/* line 421, sass/pages/_single.scss */
.form-container {
  position: relative;
  margin: 0 auto;
  width: 60%;
  max-width: 768px;
  padding-top: 40px;
}

/* line 430, sass/pages/_single.scss */
.frm_forms legend {
  padding-bottom: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #414142;
}

/* line 440, sass/pages/_single.scss */
.frm_ajax_loading {
  display: none;
}

/* line 444, sass/pages/_single.scss */
.frm_message,
.frm_error_style {
  border: 0;
  clear: both;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 32px;
}

/* line 456, sass/pages/_single.scss */
.frm_error_style {
  color: #e30609;
}

/* line 460, sass/pages/_single.scss */
.frm_error {
  color: #e30609;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 4px;
  padding-left: 20px;
}

/* line 467, sass/pages/_single.scss */
.form-field {
  position: relative;
  margin-bottom: 35px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.form-field::after {
  content: "";
  display: table;
  clear: both;
}

/* line 473, sass/pages/_single.scss */
.frm_section_heading {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 478, sass/pages/_single.scss */
  .form-container {
    width: 85%;
  }

  /* line 481, sass/pages/_single.scss */
  .form-field {
    margin-bottom: 18px;
  }
}
/* CAMPAGNE*/
/* line 490, sass/pages/_single.scss */
.intro-campaign {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 90px);
  z-index: 2;
}
/* line 496, sass/pages/_single.scss */
.intro-campaign img.object-fit-img {
  width: 73%;
}
/* line 499, sass/pages/_single.scss */
.intro-campaign #campaign {
  position: absolute;
  left: 0;
  bottom: 90px;
  pointer-events: none;
}
/* line 505, sass/pages/_single.scss */
.intro-campaign .skew-box-red {
  position: absolute;
  height: 100%;
  top: 0;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
  background: #e30609;
  width: 200%;
  left: 73%;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.35);
}
/* line 516, sass/pages/_single.scss */
.intro-campaign .skew-box-white {
  position: absolute;
  height: 100%;
  top: 0;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
  background: #fff;
  width: 200%;
  left: calc(73% - 120px);
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.45);
}
/* line 527, sass/pages/_single.scss */
.intro-campaign .cross-box {
  background: url(img/tab-nav-bg.png) no-repeat;
  background-size: contain;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
/* line 536, sass/pages/_single.scss */
.intro-campaign .cross-box:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 100%;
}
/* line 543, sass/pages/_single.scss */
.intro-campaign .scroll-to {
  display: block;
  position: absolute;
  width: 68px;
  height: 68px;
  bottom: 32px;
  left: 50%;
  margin-left: -34px;
  z-index: 9;
}
/* line 552, sass/pages/_single.scss */
.intro-campaign .scroll-to img {
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 557, sass/pages/_single.scss */
.intro-campaign .scroll-to:hover img {
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
}

/* line 565, sass/pages/_single.scss */
.sticky-wrapper {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px + 315px);
  pointer-events: none;
  padding-top: 30vh;
}

/* line 577, sass/pages/_single.scss */
.c-2017-title hgroup,
.sticky-wrapper hgroup {
  position: relative;
  max-width: 768px;
  background: #fff;
  border-left: 6px solid #e30609;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.3);
  z-index: 10;
  text-transform: uppercase;
  margin-left: 40%;
  padding: 32px 62px 40px;
}
/* line 588, sass/pages/_single.scss */
.c-2017-title h2,
.sticky-wrapper h2,
.c-2017-title .title-level-2,
.sticky-wrapper .title-level-2 {
  color: #e30609;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 6px;
  padding-bottom: 8px;
}
/* line 595, sass/pages/_single.scss */
.c-2017-title h1,
.sticky-wrapper h1,
.c-2017-title .title-level-1,
.sticky-wrapper .title-level-1 {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 1.04;
  font-weight: 300;
}

/* line 603, sass/pages/_single.scss */
.intro-c-2017 {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: calc(100vh - 90px - 160px);
  z-index: 2;
  padding-top: 64px;
  background-color: #ccc;
}
/* line 611, sass/pages/_single.scss */
.intro-c-2017 .object-fit-img {
  top: 0;
}
/* line 614, sass/pages/_single.scss */
.intro-c-2017 .flex {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

/* line 622, sass/pages/_single.scss */
.c-2017-themes {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  width: calc( (100vh - 286px - 64px - 90px) * 1.5);
  margin-left: 7.5vw;
}
/* line 628, sass/pages/_single.scss */
.c-2017-themes .theme {
  position: relative;
  width: 33.333%;
}
/* line 631, sass/pages/_single.scss */
.c-2017-themes .theme:before {
  padding-top: 100%;
  display: block;
  content: '';
}
/* line 636, sass/pages/_single.scss */
.c-2017-themes .theme a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
/* line 645, sass/pages/_single.scss */
.c-2017-themes .theme a:hover .back {
  opacity: 1;
}
/* line 650, sass/pages/_single.scss */
.c-2017-themes .theme .picto {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 657, sass/pages/_single.scss */
.c-2017-themes .theme .back {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: flex-end;
  padding: 15px;
}
/* line 669, sass/pages/_single.scss */
.c-2017-themes .theme .back img {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}
/* line 676, sass/pages/_single.scss */
.c-2017-themes .theme .back h2,
.c-2017-themes .theme .back .title-level-2 {
  position: relative;
  letter-spacing: 0.025em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.35;
  color: #fff;
}

/* line 688, sass/pages/_single.scss */
.c-2017-title {
  margin-right: 0;
  margin-left: auto;
  order: 2;
}
/* line 692, sass/pages/_single.scss */
.c-2017-title hgroup {
  max-width: 620px;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.3);
  margin-left: 0;
  padding: 32px 62px 40px;
}

/* line 700, sass/pages/_single.scss */
.c-2017-dons {
  position: relative;
  z-index: 1;
}
/* line 703, sass/pages/_single.scss */
.c-2017-dons > h3,
.c-2017-dons > .title-level-3 {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.3em;
  padding: 55px 0 45px;
}
/* line 712, sass/pages/_single.scss */
.c-2017-dons ul {
  display: flex;
  align-items: flex-end;
  position: relative;
}
/* line 716, sass/pages/_single.scss */
.c-2017-dons ul:before {
  height: 190px;
  position: absolute;
  top: -190px;
  width: 100%;
  background: linear-gradient(0deg, black 0%, transparent 100%);
}
/* line 723, sass/pages/_single.scss */
.c-2017-dons ul li {
  width: 33.333%;
}
/* line 725, sass/pages/_single.scss */
.c-2017-dons ul li:nth-of-type(2) {
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
/* line 730, sass/pages/_single.scss */
.c-2017-dons ul a {
  display: block;
  width: 100%;
  height: 124px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 52px;
  transition: margin 0.25s ease-in-out, height 0.25s ease-in-out, background 0.25s ease-in-out;
}
/* line 740, sass/pages/_single.scss */
.c-2017-dons ul h2,
.c-2017-dons ul .title-level-2 {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  max-width: 364px;
  transition: color 0.25s ease-in-out;
}
/* line 749, sass/pages/_single.scss */
.c-2017-dons ul h2 span,
.c-2017-dons ul .title-level-2 span {
  display: block;
  padding-bottom: 4px;
}
/* line 753, sass/pages/_single.scss */
.c-2017-dons ul h2 em,
.c-2017-dons ul .title-level-2 em {
  color: #e30609;
  font-style: normal;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  transition: color 0.25s ease-in-out;
}
/* line 761, sass/pages/_single.scss */
.c-2017-dons ul span.arrow {
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: block;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
/* line 769, sass/pages/_single.scss */
.c-2017-dons ul span.arrow:before, .c-2017-dons ul span.arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.25s ease-in-out;
}
/* line 782, sass/pages/_single.scss */
.c-2017-dons ul span.arrow:before {
  background-image: url(img/c-2017-don-arrow-red.svg);
}
/* line 785, sass/pages/_single.scss */
.c-2017-dons ul span.arrow:after {
  opacity: 0;
  background-image: url(img/c-2017-don-arrow-white.svg);
}
/* line 790, sass/pages/_single.scss */
.c-2017-dons ul a:hover {
  text-decoration: none;
  background: #e30609;
  height: 138px;
  margin-top: -14px;
}
/* line 795, sass/pages/_single.scss */
.c-2017-dons ul a:hover h2,
.c-2017-dons ul a:hover .title-level-2 {
  color: #fff;
}
/* line 798, sass/pages/_single.scss */
.c-2017-dons ul a:hover em {
  color: #fff;
}
/* line 802, sass/pages/_single.scss */
.c-2017-dons ul a:hover span.arrow:before {
  opacity: 0;
}
/* line 805, sass/pages/_single.scss */
.c-2017-dons ul a:hover span.arrow:after {
  opacity: 1;
}

/* line 813, sass/pages/_single.scss */
.c-2017-scroll-to {
  height: 36px;
  width: 100%;
  position: relative;
  background: #282525;
  display: block;
}
/* line 819, sass/pages/_single.scss */
.c-2017-scroll-to img {
  position: absolute;
  width: 20px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
  /* line 831, sass/pages/_single.scss */
  .c-2017-title hgroup {
    max-width: 532px;
  }
}
@media (max-height: 820px) {
  /* line 838, sass/pages/_single.scss */
  .intro-c-2017 {
    min-height: calc(100vh - 90px - 146px);
  }

  /* line 842, sass/pages/_single.scss */
  .c-2017-themes {
    width: calc( (100vh - 254px - 64px - 90px) * 1.5);
  }

  /* line 846, sass/pages/_single.scss */
  .c-2017-dons > h3,
  .c-2017-dons > .title-level-3 {
    padding: 45px 0 35px;
  }
  /* line 850, sass/pages/_single.scss */
  .c-2017-dons ul a {
    height: 112px;
  }
  /* line 852, sass/pages/_single.scss */
  .c-2017-dons ul a:hover {
    height: 126px;
  }
}
@media (max-height: 720px) {
  /* line 861, sass/pages/_single.scss */
  .intro-c-2017 {
    padding-top: 40px;
  }

  /* line 864, sass/pages/_single.scss */
  .c-2017-themes {
    width: calc( (100vh - 244px - 40px - 90px) * 1.5);
    margin-left: 0;
  }

  /* line 869, sass/pages/_single.scss */
  .c-2017-dons > h3,
  .c-2017-dons > .title-level-3 {
    padding: 35px 0 35px;
  }
}
@media (max-width: 1024px) {
  /* line 876, sass/pages/_single.scss */
  .intro-c-2017 {
    min-height: 0;
    height: auto;
    padding-top: 25px;
  }
  /* line 880, sass/pages/_single.scss */
  .intro-c-2017 .flex {
    display: block;
    padding: 0 30px;
  }

  /* line 886, sass/pages/_single.scss */
  .c-2017-title hgroup {
    max-width: none !important;
    width: 100% !important;
    padding: 22px 34px;
  }

  /* line 892, sass/pages/_single.scss */
  .c-2017-themes {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  /* line 896, sass/pages/_single.scss */
  .c-2017-themes .theme {
    position: relative;
  }
  /* line 898, sass/pages/_single.scss */
  .c-2017-themes .theme:before {
    content: none;
  }
  /* line 901, sass/pages/_single.scss */
  .c-2017-themes .theme a {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 15px 15px;
  }
  /* line 906, sass/pages/_single.scss */
  .c-2017-themes .theme a:hover {
    text-decoration: none;
  }
  /* line 910, sass/pages/_single.scss */
  .c-2017-themes .theme .picto {
    position: relative;
    width: 100%;
    height: auto;
  }
  /* line 915, sass/pages/_single.scss */
  .c-2017-themes .theme .back {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: none;
    padding: 0;
    min-height: 54px;
  }
  /* line 924, sass/pages/_single.scss */
  .c-2017-themes .theme .back img {
    display: none;
  }
  /* line 927, sass/pages/_single.scss */
  .c-2017-themes .theme .back h2,
  .c-2017-themes .theme .back .title-level-2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35;
  }

  /* line 935, sass/pages/_single.scss */
  .c-2017-dons > h3,
  .c-2017-dons > .title-level-3 {
    padding: 45px 0 35px;
  }
  /* line 939, sass/pages/_single.scss */
  .c-2017-dons ul a {
    height: 112px;
    padding: 0 20px 0 16px;
  }
  /* line 943, sass/pages/_single.scss */
  .c-2017-dons ul h2,
  .c-2017-dons ul .title-level-2 {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 10px;
  }
  /* line 946, sass/pages/_single.scss */
  .c-2017-dons ul h2 em,
  .c-2017-dons ul .title-level-2 em {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 950, sass/pages/_single.scss */
  .c-2017-dons ul a:hover {
    height: 126px;
  }
}
@media (max-width: 768px) {
  /* line 958, sass/pages/_single.scss */
  .c-2017-themes, .c-2017-scroll-to {
    display: none;
  }

  /* line 961, sass/pages/_single.scss */
  .intro-c-2017 {
    padding-bottom: 20px;
  }
  /* line 963, sass/pages/_single.scss */
  .intro-c-2017 img.object-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 970, sass/pages/_single.scss */
  .intro-c-2017 .flex {
    padding: 0 22px;
  }

  /* line 974, sass/pages/_single.scss */
  .c-2017-dons {
    padding: 0 22px;
  }
  /* line 976, sass/pages/_single.scss */
  .c-2017-dons > h3,
  .c-2017-dons > .title-level-3 {
    line-height: 1.2;
    padding: 40px 0 35px;
  }
  /* line 980, sass/pages/_single.scss */
  .c-2017-dons ul {
    display: block;
    margin: 0 auto;
    max-width: 444px;
  }
  /* line 984, sass/pages/_single.scss */
  .c-2017-dons ul:before {
    content: none;
  }
  /* line 987, sass/pages/_single.scss */
  .c-2017-dons ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 991, sass/pages/_single.scss */
  .c-2017-dons ul a {
    width: 100%;
    height: auto;
    min-height: 104px;
    padding: 0 0 0 26px;
    border: 2px solid #e30609;
  }
  /* line 998, sass/pages/_single.scss */
  .c-2017-dons ul h2,
  .c-2017-dons ul .title-level-2 {
    max-width: none;
    padding-right: 20px;
  }
  /* line 1002, sass/pages/_single.scss */
  .c-2017-dons ul span.arrow {
    width: 70px;
    min-width: 70px;
    height: 100px;
    background: #e30609;
  }
  /* line 1007, sass/pages/_single.scss */
  .c-2017-dons ul span.arrow:before, .c-2017-dons ul span.arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 1015, sass/pages/_single.scss */
  .c-2017-dons ul span.arrow:before {
    opacity: 0;
  }
  /* line 1018, sass/pages/_single.scss */
  .c-2017-dons ul span.arrow:after {
    opacity: 1;
  }
  /* line 1022, sass/pages/_single.scss */
  .c-2017-dons ul a:hover {
    height: auto;
    margin-top: 0;
    background: #fff;
  }
  /* line 1026, sass/pages/_single.scss */
  .c-2017-dons ul a:hover h2,
  .c-2017-dons ul a:hover .title-level-2 {
    color: #414142;
  }
  /* line 1029, sass/pages/_single.scss */
  .c-2017-dons ul a:hover em {
    color: #e30609;
  }
}
/* line 1040, sass/pages/_single.scss */
.about-campaign-section {
  padding-top: 238px;
}
/* line 1042, sass/pages/_single.scss */
.about-campaign-section.c-2017-about {
  padding-top: 82px;
}

/* line 1047, sass/pages/_single.scss */
.inner-about-campaign {
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
/* line 16, sass/mixins/_mixins-master.scss */
.inner-about-campaign::after {
  content: "";
  display: table;
  clear: both;
}
/* line 1053, sass/pages/_single.scss */
.inner-about-campaign .extracted {
  float: left;
  width: 50%;
}
/* line 1056, sass/pages/_single.scss */
.inner-about-campaign .extracted .single-slider {
  width: 100%;
}
/* line 1060, sass/pages/_single.scss */
.inner-about-campaign .swiper-pag-bul {
  position: absolute;
  display: inline-block;
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
  background: #e6e7e8;
  width: auto;
  z-index: 10;
  height: 46px;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
/* line 1076, sass/pages/_single.scss */
.inner-about-campaign .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
}
/* line 1079, sass/pages/_single.scss */
.inner-about-campaign .swiper-pagination-bullet:before {
  content: '';
  width: 8px;
  height: 8px;
  top: 10px;
  left: 10px;
}
/* line 1086, sass/pages/_single.scss */
.inner-about-campaign .swiper-pagination-bullet:after {
  content: '';
  width: 18px;
  height: 18px;
}
/* line 1092, sass/pages/_single.scss */
.inner-about-campaign .txt-box {
  float: left;
  max-width: 578px;
  width: 50%;
  padding-top: 130px;
  padding-left: 80px;
  padding-right: 80px;
}
/* line 1099, sass/pages/_single.scss */
.inner-about-campaign .txt-box .date {
  text-transform: uppercase;
  font-weight: 300;
  color: #77787b;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 1105, sass/pages/_single.scss */
.inner-about-campaign .txt-box p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
/* line 1109, sass/pages/_single.scss */
.inner-about-campaign .txt-box a.btn-link {
  float: none;
  margin-top: 24px;
  margin-bottom: 6px;
}
/* line 1116, sass/pages/_single.scss */
.inner-about-campaign.c-2017-inner-about .txt-box {
  padding-top: 0;
}
/* line 1118, sass/pages/_single.scss */
.inner-about-campaign.c-2017-inner-about .txt-box h1,
.inner-about-campaign.c-2017-inner-about .txt-box .title-level-1 {
  line-height: 1.267;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding-bottom: 28px;
  font-weight: 300;
}
/* line 1126, sass/pages/_single.scss */
.inner-about-campaign.c-2017-inner-about .txt-box h2,
.inner-about-campaign.c-2017-inner-about .txt-box .title-level-2 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.84;
  color: #e30609;
}

/* line 1138, sass/pages/_single.scss */
.article-section.campaign {
  padding-top: 30px;
}
/* line 1140, sass/pages/_single.scss */
.article-section.campaign figure {
  margin: 0;
}
/* line 1142, sass/pages/_single.scss */
.article-section.campaign figure figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  color: #77787b;
  font-weight: 300;
}
/* line 1147, sass/pages/_single.scss */
.article-section.campaign figure.right {
  float: right;
  margin-left: 50px;
}
/* line 1150, sass/pages/_single.scss */
.article-section.campaign figure.right img {
  width: calc(50vw - 25px);
  max-width: 694px;
}
/* line 1154, sass/pages/_single.scss */
.article-section.campaign figure.right figcaption {
  margin-left: 90px;
  padding-top: 16px;
  padding-left: 30px;
  border-left: 1px solid #e30609;
  position: relative;
}
/* line 1160, sass/pages/_single.scss */
.article-section.campaign figure.right figcaption:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: 19px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #e30609;
}
/* line 1173, sass/pages/_single.scss */
.article-section.campaign figure.left {
  margin-right: 50px;
}
/* line 1175, sass/pages/_single.scss */
.article-section.campaign figure.left img {
  width: calc(50vw - 25px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 100%;
  max-width: 694px;
}
/* line 1182, sass/pages/_single.scss */
.article-section.campaign figure.left figcaption {
  margin-right: 90px;
  padding-top: 16px;
  padding-right: 30px;
  border-right: 1px solid #e30609;
  position: relative;
  text-align: right;
}
/* line 1189, sass/pages/_single.scss */
.article-section.campaign figure.left figcaption:before {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  top: 19px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #e30609 transparent transparent;
}
/* line 1202, sass/pages/_single.scss */
.article-section.campaign figure.center {
  text-align: center;
}
/* line 1204, sass/pages/_single.scss */
.article-section.campaign figure.center figcaption {
  padding-top: 20px;
  width: 70%;
  margin: 0 auto;
}

/* line 1213, sass/pages/_single.scss */
.inner-article.campaign {
  -webkit-columns: auto auto;
  -moz-columns: auto auto;
  columns: auto auto;
  padding-top: 60px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.inner-article.campaign::after {
  content: "";
  display: table;
  clear: both;
}
/* line 1219, sass/pages/_single.scss */
.inner-article.campaign .text {
  padding-bottom: 0;
}
/* line 1222, sass/pages/_single.scss */
.inner-article.campaign .col {
  float: left;
  width: calc(50% - 25px);
}
/* line 1226, sass/pages/_single.scss */
.inner-article.campaign .col + .col {
  margin-left: 50px;
}
/* line 1229, sass/pages/_single.scss */
.inner-article.campaign figure.col + .col {
  margin-left: 0;
}
/* line 1232, sass/pages/_single.scss */
.inner-article.campaign .sep-line {
  display: block;
  height: 1px;
  background: #cecece;
  width: 100%;
}
/* line 1238, sass/pages/_single.scss */
.inner-article.campaign aside {
  padding-bottom: 0;
}

/* line 1244, sass/pages/_single.scss */
.gallery img + img {
  margin-top: 40px;
}

/* line 1249, sass/pages/_single.scss */
.projet-docs.campaign {
  width: 60%;
  max-width: 768px;
  margin: 0 auto;
}

/* line 1255, sass/pages/_single.scss */
.campaign-videos-section {
  background: #414142;
  position: relative;
  padding: 36px 0;
  margin-top: 60px;
}

/* line 1262, sass/pages/_single.scss */
.videos-slider {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  overflow: visible;
}
/* line 1268, sass/pages/_single.scss */
.videos-slider .swiper-slide {
  text-align: center;
}
/* line 1270, sass/pages/_single.scss */
.videos-slider .swiper-slide h1.generic-title,
.videos-slider .swiper-slide .title-level-1.generic-title {
  color: #fff;
  padding-bottom: 34px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 1278, sass/pages/_single.scss */
.videos-slider .swiper-slide p {
  color: #babcbe;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  width: 70%;
  margin: 0 auto;
  padding-top: 30px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 1290, sass/pages/_single.scss */
.videos-slider .swiper-slide .video {
  position: relative;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.35;
  box-shadow: 0px 0px 100px 0px black;
}
/* line 1299, sass/pages/_single.scss */
.videos-slider .swiper-slide iframe {
  display: block;
}
/* line 1302, sass/pages/_single.scss */
.videos-slider .swiper-slide .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  cursor: pointer;
}
/* line 1313, sass/pages/_single.scss */
.videos-slider .swiper-slide .overlay .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: 4;
}
/* line 1328, sass/pages/_single.scss */
.videos-slider .swiper-slide .overlay .play:after {
  content: '';
  position: absolute;
  top: 33px;
  left: 39px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 32px;
  border-color: transparent transparent transparent #fff;
}
/* line 1340, sass/pages/_single.scss */
.videos-slider .swiper-slide .overlay:after {
  content: '';
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 1352, sass/pages/_single.scss */
.videos-slider .swiper-slide .overlay.playing {
  opacity: 0;
  visibility: hidden;
}
/* line 1359, sass/pages/_single.scss */
.videos-slider .swiper-slide .video:hover .overlay:after {
  background: rgba(0, 0, 0, 0.3);
}
/* line 1362, sass/pages/_single.scss */
.videos-slider .swiper-slide .video:hover .overlay .play {
  -webkit-transition: 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2) translateZ(0);
  transform: translate(-50%, -50%) scale(1.2, 1.2) translateZ(0);
}
/* line 1372, sass/pages/_single.scss */
.videos-slider .swiper-slide-active h1.generic-title,
.videos-slider .swiper-slide-active .title-level-1.generic-title,
.videos-slider .swiper-slide-active p {
  opacity: 1;
}
/* line 1376, sass/pages/_single.scss */
.videos-slider .swiper-slide-active .video {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 1382, sass/pages/_single.scss */
.videos-slider .swiper-slide-active .overlay .play {
  opacity: 1;
}
/* line 1387, sass/pages/_single.scss */
.videos-slider .swiper-prev {
  width: 16px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: -80px;
  cursor: pointer;
  z-index: 10;
}
/* line 1396, sass/pages/_single.scss */
.videos-slider .swiper-prev:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(img/prev-video.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
/* line 1408, sass/pages/_single.scss */
.videos-slider .swiper-prev:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* line 1414, sass/pages/_single.scss */
.videos-slider .swiper-next {
  width: 16px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: -80px;
  cursor: pointer;
  z-index: 10;
}
/* line 1423, sass/pages/_single.scss */
.videos-slider .swiper-next:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(img/next-video.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
/* line 1435, sass/pages/_single.scss */
.videos-slider .swiper-next:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 1443, sass/pages/_single.scss */
.to-all-campaign-section {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 52px;
}
/* line 1447, sass/pages/_single.scss */
.to-all-campaign-section a.btn-link {
  float: none;
  margin-top: 24px;
}

@media (max-width: 1024px) {
  /* line 1454, sass/pages/_single.scss */
  .inner-article.campaign {
    width: 85%;
  }

  /* line 1458, sass/pages/_single.scss */
  .intro-campaign .scroll-to {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 1465, sass/pages/_single.scss */
  .inner-article.campaign {
    padding-top: 40px;
  }
  /* line 1467, sass/pages/_single.scss */
  .inner-article.campaign .col {
    width: 100%;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 1473, sass/pages/_single.scss */
  .inner-article.campaign figure {
    padding-bottom: 30px;
  }
  /* line 1475, sass/pages/_single.scss */
  .inner-article.campaign figure.right {
    float: none;
    margin-left: 0;
  }
  /* line 1478, sass/pages/_single.scss */
  .inner-article.campaign figure.right img {
    width: 100%;
    max-width: none;
  }
  /* line 1483, sass/pages/_single.scss */
  .inner-article.campaign figure.left {
    margin-right: 0;
  }
  /* line 1485, sass/pages/_single.scss */
  .inner-article.campaign figure.left img {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
    max-width: none;
  }
  /* line 1494, sass/pages/_single.scss */
  .inner-article.campaign aside {
    padding-top: 30px;
  }
  /* line 1498, sass/pages/_single.scss */
  .inner-article.campaign .text p:last-of-type {
    padding-bottom: 0;
  }

  /* line 1503, sass/pages/_single.scss */
  .projet-docs.campaign {
    width: 85%;
  }
}
/* line 1508, sass/pages/_single.scss */
.share-section {
  background: #e30609;
  text-align: right;
  height: 66px;
}
/* line 1512, sass/pages/_single.scss */
.share-section h3,
.share-section .title-level-3 {
  color: #fff;
  line-height: 66px;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1523, sass/pages/_single.scss */
.ssba {
  display: inline-block;
}
/* line 1525, sass/pages/_single.scss */
.ssba a {
  display: inline-block;
  margin-left: 8px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
/* line 1532, sass/pages/_single.scss */
.ssba a:hover {
  opacity: 0.85;
}

/* line 1538, sass/pages/_single.scss */
.ssba-img {
  width: 34px;
  height: 34px;
}

/* line 1, sass/pages/_agir.scss */
.picto-title.agir {
  background-image: url(img/agir.svg);
  margin-top: 6.5%;
  padding-bottom: 2%;
}

/* line 7, sass/pages/_agir.scss */
.agir-children-section {
  padding-top: 60px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.agir-children-section ul::after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, sass/pages/_agir.scss */
.agir-children-section li {
  float: left;
  width: calc(50% - 33px);
  border-left: 6px solid #e30609;
  margin-bottom: 90px;
}
/* line 18, sass/pages/_agir.scss */
.agir-children-section li:nth-of-type(2n+1) {
  margin-right: 66px;
}
/* line 21, sass/pages/_agir.scss */
.agir-children-section img {
  /* !!!!*/
  float: left;
  width: 198px;
  height: 250px;
}
/* line 27, sass/pages/_agir.scss */
.agir-children-section .text {
  float: right;
  width: calc(100% - 198px);
  padding-left: 32px;
  height: 204px;
  overflow: hidden;
}
/* line 34, sass/pages/_agir.scss */
.agir-children-section h1,
.agir-children-section .title-level-1 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 8px;
  text-transform: uppercase;
}
/* line 41, sass/pages/_agir.scss */
.agir-children-section p {
  font-weight: 300;
  color: #77787b;
}
/* line 45, sass/pages/_agir.scss */
.agir-children-section a {
  clear: none;
  margin-left: 32px;
  max-width: calc(100% - 230px);
  text-overflow: ellipsis;
}

/* line 53, sass/pages/_agir.scss */
.sponsors-section {
  padding-top: 24px;
  padding-bottom: 80px;
}
/* line 56, sass/pages/_agir.scss */
.sponsors-section ul {
  width: calc(100% + 10px);
  padding-bottom: 28px;
  padding-top: 40px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.sponsors-section ul::after {
  content: "";
  display: table;
  clear: both;
}
/* line 62, sass/pages/_agir.scss */
.sponsors-section li {
  float: left;
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
/* line 78, sass/pages/_agir.scss */
.sponsors-section li:after {
  content: '';
  display: block;
  padding-top: 100%;
  width: 100%;
  background: rgba(0, 1, 2, 0.0925);
  z-index: 2;
}
/* line 86, sass/pages/_agir.scss */
.sponsors-section li img {
  position: absolute;
  padding: 36px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 1366px) {
  /* line 101, sass/pages/_agir.scss */
  .agir-children-section li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 106, sass/pages/_agir.scss */
  .agir-children-section li:nth-of-type(2n+1) {
    margin-right: 0;
  }
  /* line 109, sass/pages/_agir.scss */
  .agir-children-section .text {
    height: auto;
    padding-bottom: 24px;
  }
  /* line 113, sass/pages/_agir.scss */
  .agir-children-section a {
    max-width: none;
  }
}
@media (max-width: 690px) {
  /* line 121, sass/pages/_agir.scss */
  .agir-children-section li {
    margin-bottom: 60px;
    border-left: 0;
  }
  /* line 125, sass/pages/_agir.scss */
  .agir-children-section img {
    border-left: 4px solid #e30609;
  }
  /* line 128, sass/pages/_agir.scss */
  .agir-children-section .text {
    padding-top: 28px;
    padding-left: 0;
    width: 100%;
  }
  /* line 133, sass/pages/_agir.scss */
  .agir-children-section a {
    clear: both;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 142, sass/pages/_agir.scss */
  .sponsors-section ul {
    width: calc(100% + 10px);
  }
  /* line 145, sass/pages/_agir.scss */
  .sponsors-section li {
    float: left;
    width: calc(50% - 10px);
  }
  /* line 148, sass/pages/_agir.scss */
  .sponsors-section li img {
    padding: 24px;
  }
}
/* line 1, sass/pages/_don.scss */
.picto-title.donation {
  background-image: url(img/don.svg);
  padding-bottom: 2%;
  margin-top: 6.5%;
}

/* line 7, sass/pages/_don.scss */
.donation-type-section {
  background-attachment: fixed;
  height: 900px;
  padding-top: 50px;
  padding-bottom: 25px;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 16, sass/pages/_don.scss */
.inner-donation-type {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  width: 85%;
  height: 100%;
}

/* line 24, sass/pages/_don.scss */
.donation-type-bloc {
  background: rgba(255, 255, 255, 0.92);
  padding-top: 26px;
  padding-bottom: 14px;
  width: 44%;
}
/* line 29, sass/pages/_don.scss */
.donation-type-bloc h2,
.donation-type-bloc .title-level-2 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 16px;
}
/* line 36, sass/pages/_don.scss */
.donation-type-bloc p {
  color: #77787b;
  font-weight: 300;
  padding-bottom: 22px;
}
/* line 41, sass/pages/_don.scss */
.donation-type-bloc .links {
  float: left;
  width: 234px;
}
/* line 44, sass/pages/_don.scss */
.donation-type-bloc .links a.btn-link {
  float: none;
  margin-bottom: 6px;
}
/* line 49, sass/pages/_don.scss */
.donation-type-bloc h6,
.donation-type-bloc .title-level-6 {
  width: calc(100% - 234px);
  line-height: 1.2;
  font-weight: 300;
  float: left;
}
/* line 54, sass/pages/_don.scss */
.donation-type-bloc h6:before,
.donation-type-bloc .title-level-6:before {
  content: "\201C\0020";
  color: #e30609;
}
/* line 58, sass/pages/_don.scss */
.donation-type-bloc h6:after,
.donation-type-bloc .title-level-6:after {
  content: "\0020\201D";
  color: #e30609;
}
/* line 63, sass/pages/_don.scss */
.donation-type-bloc .donations-sponsors {
  text-align: right;
  font-size: 0;
  clear: both;
  padding-top: 14px;
}
/* line 68, sass/pages/_don.scss */
.donation-type-bloc .donations-sponsors li {
  display: inline-block;
  margin-left: 24px;
}
/* line 72, sass/pages/_don.scss */
.donation-type-bloc .donations-sponsors img {
  height: 70px;
  width: auto;
}
/* line 77, sass/pages/_don.scss */
.donation-type-bloc.left {
  float: left;
  text-align: left;
  border-left: 6px solid #e30609;
  padding-left: 50px;
  padding-right: 30px;
}
/* line 83, sass/pages/_don.scss */
.donation-type-bloc.left a.generic-link {
  margin-bottom: 16px;
}
/* line 87, sass/pages/_don.scss */
.donation-type-bloc.right {
  float: right;
  border-left: 6px solid #e30609;
  padding-left: 50px;
  padding-right: 30px;
}

@media (max-width: 1366px) {
  /* line 96, sass/pages/_don.scss */
  .donation-type-bloc {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  /* line 102, sass/pages/_don.scss */
  .donation-type-section {
    height: auto;
    padding-bottom: 0;
  }
  /* line 16, sass/mixins/_mixins-master.scss */
  .donation-type-section::after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 107, sass/pages/_don.scss */
  .donation-type-bloc {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  /* line 116, sass/pages/_don.scss */
  .donation-type-bloc .links {
    float: none;
    width: auto;
  }
  /* line 120, sass/pages/_don.scss */
  .donation-type-bloc h6,
  .donation-type-bloc .title-level-6 {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 24px;
  }
  /* line 126, sass/pages/_don.scss */
  .donation-type-bloc .donations-sponsors {
    padding-top: 18px;
    text-align: left;
  }
  /* line 129, sass/pages/_don.scss */
  .donation-type-bloc .donations-sponsors li {
    margin-left: 0;
    margin-right: 16px;
  }
  /* line 133, sass/pages/_don.scss */
  .donation-type-bloc .donations-sponsors img {
    height: 50px;
  }
  /* line 137, sass/pages/_don.scss */
  .donation-type-bloc.right, .donation-type-bloc.left {
    padding-left: 40px;
  }
}
/* line 143, sass/pages/_don.scss */
.donation-children-section {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}
/* line 147, sass/pages/_don.scss */
.donation-children-section h4,
.donation-children-section .title-level-4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* line 155, sass/pages/_don.scss */
.donation-children-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
}
/* line 166, sass/pages/_don.scss */
.donation-children-list li {
  -webkit-flex: 1 0 33.333%;
  -ms-flex: 1 0 33.333%;
  flex: 1 0 33.333%;
  max-width: 33.333%;
  padding: 0 40px 40px;
}
/* line 173, sass/pages/_don.scss */
.donation-children-list li + li {
  border-left: 1px solid #d0d1d3;
}
/* line 176, sass/pages/_don.scss */
.donation-children-list img {
  width: 104px;
  height: 104px;
  display: inline-block;
}
/* line 181, sass/pages/_don.scss */
.donation-children-list h2,
.donation-children-list .title-level-2 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  text-transform: uppercase;
  margin-top: 54px;
}
/* line 188, sass/pages/_don.scss */
.donation-children-list h3,
.donation-children-list .title-level-3 {
  font-weight: 300;
  color: #77787b;
}
/* line 192, sass/pages/_don.scss */
.donation-children-list a {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  /* line 198, sass/pages/_don.scss */
  .donation-children-list {
    padding-top: 0;
  }
  /* line 200, sass/pages/_don.scss */
  .donation-children-list li {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    margin-top: 50px;
  }
  /* line 207, sass/pages/_don.scss */
  .donation-children-list li + li {
    border-left: 1px solid #d0d1d3;
  }
  /* line 210, sass/pages/_don.scss */
  .donation-children-list li:last-of-type {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 217, sass/pages/_don.scss */
  .donation-children-list {
    padding-top: 0;
    display: block;
  }
  /* line 220, sass/pages/_don.scss */
  .donation-children-list li {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #d0d1d3;
  }
  /* line 228, sass/pages/_don.scss */
  .donation-children-list li + li {
    border-left: 0;
  }
  /* line 231, sass/pages/_don.scss */
  .donation-children-list li:last-of-type {
    border-left: 0;
    border-bottom: 0;
  }
}
/* line 238, sass/pages/_don.scss */
.make-donation-section {
  position: relative;
  padding-bottom: 70px;
  background: #fff;
  padding-top: 54px;
}

/* line 245, sass/pages/_don.scss */
.inner-make-donation {
  max-width: 573px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(img/make-don-arrow.png) no-repeat 50% 0;
  text-align: center;
  padding-top: 54px;
}
/* line 253, sass/pages/_don.scss */
.inner-make-donation a.btn-link {
  float: none;
  clear: none;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  /* line 261, sass/pages/_don.scss */
  .make-donation-section {
    padding-bottom: 50px;
  }

  /* line 264, sass/pages/_don.scss */
  .inner-make-donation {
    width: 85%;
  }
}
/* SUB PAGE*/
/* line 272, sass/pages/_don.scss */
.content-donation-child {
  background: #f0f1f1;
}

/* line 276, sass/pages/_don.scss */
.donation-map-section {
  z-index: 0;
  margin-top: -16%;
}

/* line 281, sass/pages/_don.scss */
.donation-regions-section {
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.15);
  padding-top: 124px;
  padding-bottom: 80px;
}
/* line 287, sass/pages/_don.scss */
.donation-regions-section .box-shadow {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -52px;
  width: 104px;
  height: 104px;
  /* border-radius: 100%;*/
}

/* line 298, sass/pages/_don.scss */
.countries-listing {
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 309, sass/pages/_don.scss */
.countries-listing .region {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 33.333%;
}
/* line 315, sass/pages/_don.scss */
.countries-listing h3,
.countries-listing .title-level-3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #e30609;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 4px;
  line-height: 1.2;
  padding-bottom: 6px;
}
/* line 324, sass/pages/_don.scss */
.countries-listing li {
  font-weight: 300;
  color: #77787b;
}

@media (max-width: 1366px) {
  /* line 331, sass/pages/_don.scss */
  .donation-regions-section {
    padding-bottom: 20px;
  }

  /* line 334, sass/pages/_don.scss */
  .countries-listing {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 341, sass/pages/_don.scss */
  .countries-listing .region {
    -webkit-flex: 1 0 33.333%;
    -ms-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
  /* line 347, sass/pages/_don.scss */
  .countries-listing > li {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  /* line 354, sass/pages/_don.scss */
  .donation-regions-section {
    padding-bottom: 20px;
  }

  /* line 357, sass/pages/_don.scss */
  .countries-listing {
    display: block;
  }
  /* line 359, sass/pages/_don.scss */
  .countries-listing .region {
    max-width: 100%;
  }
  /* line 362, sass/pages/_don.scss */
  .countries-listing > li {
    padding-bottom: 30px;
  }
}
/* line 368, sass/pages/_don.scss */
.inner-footer-donation {
  position: relative;
  margin: 0 auto;
  max-width: 768px;
  width: 85%;
  font-weight: 300;
  color: #77787b;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 1, sass/pages/_partners.scss */
.intro-bg-partners {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 7, sass/pages/_partners.scss */
.intro-bg-partners .swiper-slide {
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 14, sass/pages/_partners.scss */
.intro-txt-partners {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
/* line 19, sass/pages/_partners.scss */
.intro-txt-partners .inner-slide {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1366px) {
  /* line 38, sass/pages/_partners.scss */
  .intro-txt-partners {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  /* line 43, sass/pages/_partners.scss */
  .intro-txt-partners .inner-slide {
    width: 85%;
  }
}
@media (max-width: 768px) {
  /* line 51, sass/pages/_partners.scss */
  .intro-partners .intro-overlay {
    min-height: 0;
    height: 100%;
    left: 72%;
  }

  /* line 58, sass/pages/_partners.scss */
  .intro-txt-partners .swiper-slide {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
/* line 65, sass/pages/_partners.scss */
.network-section {
  padding-top: 90px;
  padding-bottom: 80px;
}
/* line 68, sass/pages/_partners.scss */
.network-section h2,
.network-section .title-level-2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #58595b;
  padding-bottom: 56px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.network-section ul::after {
  content: "";
  display: table;
  clear: both;
}
/* line 77, sass/pages/_partners.scss */
.network-section li {
  float: left;
  width: 33.333%;
  padding-right: 32px;
}
/* line 82, sass/pages/_partners.scss */
.network-section img {
  height: 100px;
  width: auto;
  margin-bottom: 24px;
}
/* line 87, sass/pages/_partners.scss */
.network-section p {
  color: #77787b;
  font-weight: 300;
}
/* line 91, sass/pages/_partners.scss */
.network-section a {
  color: #e30609;
  font-weight: bold;
}

/* line 97, sass/pages/_partners.scss */
.partners-section {
  background: #e6e7e8;
  padding-top: 78px;
}
/* line 100, sass/pages/_partners.scss */
.partners-section li {
  padding-top: 70px;
  padding-bottom: 78px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.partners-section li::after {
  content: "";
  display: table;
  clear: both;
}
/* line 105, sass/pages/_partners.scss */
.partners-section li + li {
  border-top: 1px solid #d0d1d3;
}
/* line 108, sass/pages/_partners.scss */
.partners-section span.logo {
  position: relative;
  float: left;
  background: #fff;
}
/* line 112, sass/pages/_partners.scss */
.partners-section span.logo:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 1, 2, 0.0925);
}
/* line 123, sass/pages/_partners.scss */
.partners-section img {
  float: left;
  width: 172px;
}
/* line 127, sass/pages/_partners.scss */
.partners-section p {
  float: left;
  padding-left: 70px;
  width: calc(100% - 172px);
  font-weight: 300;
  color: #77787b;
}
/* line 134, sass/pages/_partners.scss */
.partners-section a {
  color: #e30609;
  font-weight: bold;
}

@media (max-width: 1024px) {
  /* line 141, sass/pages/_partners.scss */
  .network-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 144, sass/pages/_partners.scss */
  .network-section h2,
  .network-section .title-level-2 {
    padding-bottom: 40px;
  }
  /* line 147, sass/pages/_partners.scss */
  .network-section li {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  /* line 153, sass/pages/_partners.scss */
  .network-section img {
    margin-bottom: 20px;
  }
  /* line 156, sass/pages/_partners.scss */
  .network-section p {
    color: #77787b;
    font-weight: 300;
  }
  /* line 160, sass/pages/_partners.scss */
  .network-section a {
    color: #e30609;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  /* line 168, sass/pages/_partners.scss */
  .network-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  /* line 171, sass/pages/_partners.scss */
  .network-section h2,
  .network-section .title-level-2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 174, sass/pages/_partners.scss */
  .network-section img {
    height: 80px;
  }

  /* line 178, sass/pages/_partners.scss */
  .partners-section {
    padding-top: 50px;
  }
  /* line 180, sass/pages/_partners.scss */
  .partners-section li {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  /* line 184, sass/pages/_partners.scss */
  .partners-section img {
    float: none;
    display: block;
    width: 172px;
    margin-bottom: 24px;
  }
  /* line 190, sass/pages/_partners.scss */
  .partners-section p {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
/* line 1, sass/pages/_about.scss */
.about-columns {
  -webkit-columns: 2 276px;
  -moz-columns: 2 276px;
  columns: 2 276px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding-top: 80px;
  padding-bottom: 0;
}
/* line 10, sass/pages/_about.scss */
.about-columns .column {
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  color: #77787b;
  padding-bottom: 42px;
}
/* line 17, sass/pages/_about.scss */
.about-columns .column h2,
.about-columns .column .title-level-2 {
  color: #414142;
  padding-bottom: 12px;
}
/* line 21, sass/pages/_about.scss */
.about-columns .column p {
  padding-bottom: 22px;
}
/* line 24, sass/pages/_about.scss */
.about-columns .column.collapse {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}
/* line 29, sass/pages/_about.scss */
.about-columns .column a {
  font-weight: bold;
  color: #e30609;
}
/* line 33, sass/pages/_about.scss */
.about-columns .column ul {
  padding-bottom: 6px;
}
/* line 36, sass/pages/_about.scss */
.about-columns .column li {
  padding-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
/* line 40, sass/pages/_about.scss */
.about-columns .column li:before {
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 22px;
  font-size: 2.2rem;
  content: '\2022';
  color: #e30609;
}

@media (max-width: 768px) {
  /* line 53, sass/pages/_about.scss */
  .about-columns {
    padding-top: 40px;
  }
  /* line 55, sass/pages/_about.scss */
  .about-columns .column {
    padding-bottom: 18px;
  }
}
/* line 61, sass/pages/_about.scss */
.about-columns.vision-mission {
  padding-top: 0;
  padding-bottom: 36px;
}

/* line 66, sass/pages/_about.scss */
.about-slider {
  padding-top: 0;
  padding-bottom: 24px;
}
/* line 69, sass/pages/_about.scss */
.about-slider h2,
.about-slider .title-level-2 {
  padding-bottom: 24px;
}
/* line 72, sass/pages/_about.scss */
.about-slider .single-slider {
  width: 100%;
}
/* line 75, sass/pages/_about.scss */
.about-slider .swiper-pag-bul {
  text-align: center;
  padding-top: 8px;
  height: 46px;
}
/* line 80, sass/pages/_about.scss */
.about-slider .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
}
/* line 83, sass/pages/_about.scss */
.about-slider .swiper-pagination-bullet:before {
  content: '';
  width: 8px;
  height: 8px;
  top: 10px;
  left: 10px;
}
/* line 90, sass/pages/_about.scss */
.about-slider .swiper-pagination-bullet:after {
  content: '';
  width: 18px;
  height: 18px;
}

/* line 99, sass/pages/_about.scss */
.tabs-content.about .introduction {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 30px;
  padding-bottom: 18px;
  font-weight: 300;
}
/* line 106, sass/pages/_about.scss */
.tabs-content.about .historic h4,
.tabs-content.about .historic .title-level-4 {
  padding-left: 32px;
  color: #e30609;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-top: 50px;
}
/* line 113, sass/pages/_about.scss */
.tabs-content.about .historic h4:before,
.tabs-content.about .historic .title-level-4:before {
  content: '';
  position: absolute;
  left: -23px;
  width: 37px;
  height: 2px;
  background: #e30609;
  display: block;
  top: 60px;
}
/* line 124, sass/pages/_about.scss */
.tabs-content.about .historic p {
  font-weight: 300;
  color: #77787b;
  margin-left: 50px;
  padding-bottom: 40px;
  padding-top: 18px;
  border-bottom: 1px solid #d0d1d3;
}
/* line 134, sass/pages/_about.scss */
.tabs-content.about li:last-of-type p {
  border-bottom: 0;
}

/* line 1, sass/pages/_faq.scss */
.content-faq {
  padding-bottom: 50px;
}

/* line 5, sass/pages/_faq.scss */
.faq-cover-section {
  padding-top: 50px;
}
/* line 7, sass/pages/_faq.scss */
.faq-cover-section img {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  width: 85%;
}

/* line 15, sass/pages/_faq.scss */
.faq-section {
  padding-top: 50px;
}
/* line 17, sass/pages/_faq.scss */
.faq-section h3,
.faq-section .title-level-3 {
  padding-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}
/* line 23, sass/pages/_faq.scss */
.faq-section h3 span,
.faq-section .title-level-3 span {
  padding-bottom: 6px;
  border-bottom: 2px solid #e30609;
}
/* line 28, sass/pages/_faq.scss */
.faq-section dl {
  color: #77787b;
  border-bottom: 1px solid #d0d1d3;
}
/* line 32, sass/pages/_faq.scss */
.faq-section a {
  color: #e30609;
}
/* line 35, sass/pages/_faq.scss */
.faq-section dt {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 14px;
  cursor: pointer;
  position: relative;
  padding-right: 32px;
}
/* line 42, sass/pages/_faq.scss */
.faq-section dt:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #414142 transparent transparent transparent;
  top: 18px;
  right: 11px;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 59, sass/pages/_faq.scss */
.faq-section dt.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 65, sass/pages/_faq.scss */
.faq-section dd {
  padding-left: 35px;
  height: 0;
  overflow: hidden;
  padding-right: 32px;
}
/* line 70, sass/pages/_faq.scss */
.faq-section dd p {
  padding-top: 6px;
  padding-bottom: 12px;
  font-weight: 300;
}

@media (max-width: 768px) {
  /* line 79, sass/pages/_faq.scss */
  .faq-cover-section {
    padding-top: 32px;
  }
  /* line 81, sass/pages/_faq.scss */
  .faq-cover-section img {
    width: 100%;
  }

  /* line 85, sass/pages/_faq.scss */
  .faq-section {
    padding-top: 32px;
  }
  /* line 87, sass/pages/_faq.scss */
  .faq-section dd {
    padding-left: 18px;
    padding-right: 16px;
  }
}
/* line 1, sass/pages/_jobs.scss */
.inner-jobs {
  -webkit-columns: 2 276px;
  -moz-columns: 2 276px;
  columns: 2 276px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding-top: 80px;
  padding-bottom: 60px;
}
/* line 10, sass/pages/_jobs.scss */
.inner-jobs .jobs-jobs {
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  color: #77787b;
  padding-bottom: 42px;
}

.jobs-jobs .strong-title {
  display: inline-block;
  font-weight: 700;
}

.aftertp:after,
.jobs-jobs .strong-title:after {
  display: inline-block;
  content: ' : ';
  padding: 0 3px;
}
/* line 17, sass/pages/_jobs.scss */
.inner-jobs .jobs-jobs p {
  font-weight: 300;
  color: #77787b;
  padding-bottom: 24px;
}
/* line 22, sass/pages/_jobs.scss */
.inner-jobs .jobs-jobs a {
  color: #e30609;
}
/* line 25, sass/pages/_jobs.scss */
.inner-jobs .jobs-jobs > ul li {
  padding-top: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e7e8;
}
/* line 29, sass/pages/_jobs.scss */
.inner-jobs .jobs-jobs > ul li:last-of-type {
  border-bottom: 0;
}
/* line 34, sass/pages/_jobs.scss */
.inner-jobs h2,
.inner-jobs .title-level-2 {
  color: #414142;
}
/* line 37, sass/pages/_jobs.scss */
.inner-jobs h1,
.inner-jobs .title-level-1 {
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 40, sass/pages/_jobs.scss */
.inner-jobs h1 a,
.inner-jobs .title-level-1 a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: padding 0.2s ease, background-color 0.4s ease;
  transition: padding 0.2s ease, background-color 0.4s ease;
}
/* line 53, sass/pages/_jobs.scss */
.inner-jobs h1 img,
.inner-jobs .title-level-1 img {
  width: 29px;
  height: 33px;
}
/* line 57, sass/pages/_jobs.scss */
.inner-jobs h1 span,
.inner-jobs .title-level-1 span {
  padding-left: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  text-transform: uppercase;
  color: #e30609;
}
/* line 65, sass/pages/_jobs.scss */
.inner-jobs h1:hover a,
.inner-jobs .title-level-1:hover a {
  background: #e6e7e8;
  padding-left: 10px;
  text-decoration: none;
}
/* line 72, sass/pages/_jobs.scss */
.inner-jobs .social-menu {
  -webkit-transform: translate(-26px, 0px);
  transform: translate(-26px, 0px);
  padding-top: 22px;
  border: 0;
}
/* line 77, sass/pages/_jobs.scss */
.inner-jobs .social-menu a {
  margin: 0 16px;
  height: 48px;
  width: 36px;
  background-size: 36px 36px;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
/* line 87, sass/pages/_jobs.scss */
.inner-jobs .social-menu a:hover {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}

@media (max-width: 768px) {
  /* line 96, sass/pages/_jobs.scss */
  .inner-jobs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 99, sass/pages/_jobs.scss */
  .inner-jobs .jobs-jobs {
    padding-bottom: 18px;
  }
}
/* line 1, sass/pages/_contact.scss */
.picto-title.contact {
  padding-bottom: 5.6%;
  background-image: url(img/title-contact.svg);
}

/* line 6, sass/pages/_contact.scss */
#map {
  position: relative;
  width: 100%;
  height: 55vh;
}

/* line 12, sass/pages/_contact.scss */
.contact-info {
  padding-top: 6.5%;
}
/* line 16, sass/mixins/_mixins-master.scss */
.contact-info::after {
  content: "";
  display: table;
  clear: both;
}

/* line 17, sass/pages/_contact.scss */
.contact-address {
  float: left;
  width: 34%;
}
/* line 20, sass/pages/_contact.scss */
.contact-address h2
.contact-address .title-level-2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #e30609;
  letter-spacing: 4px;
}
/* line 27, sass/pages/_contact.scss */
.contact-address p,
.contact-address a:not(.generic-link) {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.444;
}

/* line 34, sass/pages/_contact.scss */
.contact-description {
  float: right;
  width: 66%;
  padding-left: 50px;
}
/* line 38, sass/pages/_contact.scss */
.contact-description p {
  color: #58595b;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  /* line 48, sass/pages/_contact.scss */
  #map {
    height: 50vh;
  }

  /* line 51, sass/pages/_contact.scss */
  .contact-info {
    padding-top: 40px;
  }

  /* line 54, sass/pages/_contact.scss */
  .contact-address {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }

  /* line 59, sass/pages/_contact.scss */
  .contact-description {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
/* TABS*/
/* line 70, sass/pages/_contact.scss */
.contact-function img {
  width: 62.5%;
  margin-bottom: 24px;
}
/* line 74, sass/pages/_contact.scss */
.contact-function h3,
.contact-function .title-level-3 {
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: bold;
}
/* line 79, sass/pages/_contact.scss */
.contact-function p,
.contact-function a {
  color: #77787b;
}
/* line 83, sass/pages/_contact.scss */
.contact-function a.email {
  color: #e30609;
  font-weight: bold;
}

/* line 89, sass/pages/_contact.scss */
#contact-scroll {
  position: absolute;
  top: -90px;
  left: 0;
}

/* CONTACT FORM*/
/* line 99, sass/pages/_contact.scss */
#contact-form h2,
#contact-form .title-level-2 {
  padding-bottom: 40px;
}

/* line 104, sass/pages/_contact.scss */
.frm_forms {
  position: relative;
}
/* line 106, sass/pages/_contact.scss */
.frm_forms form {
  position: relative;
}
/* line 16, sass/mixins/_mixins-master.scss */
.frm_forms form::after {
  content: "";
  display: table;
  clear: both;
}
/* line 110, sass/pages/_contact.scss */
.frm_forms fieldset {
  min-width: 0;
}
/* line 113, sass/pages/_contact.scss */
.frm_forms label {
  display: none;
}
/* line 116, sass/pages/_contact.scss */
.frm_forms input[type="text"],
.frm_forms input[type="tel"],
.frm_forms input[type="email"],
.frm_forms textarea {
  width: 100% !important;
  height: 58px;
  border: 0;
  background: #e6e7e8;
  font-weight: 300;
  margin: 0;
  padding: 0 12px 0 21px;
}
/* line 127, sass/pages/_contact.scss */
.frm_forms input[type="text"]:focus,
.frm_forms input[type="tel"]:focus,
.frm_forms input[type="email"]:focus,
.frm_forms textarea:focus {
  outline: 1px solid #a8a9ac;
  outline-offset: 0;
}
/* line 132, sass/pages/_contact.scss */
.frm_forms textarea {
  height: 151px;
  padding-top: 18px;
}
/* line 136, sass/pages/_contact.scss */
.frm_forms h3,
.frm_forms .title-level-3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 24px;
}
/* line 142, sass/pages/_contact.scss */
.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2857;
  cursor: pointer;
}
/* line 16, sass/mixins/_mixins-master.scss */
.frm_forms .frm_opt_container::after {
  content: "";
  display: table;
  clear: both;
}
/* line 152, sass/pages/_contact.scss */
.frm_forms .frm_checkbox {
  padding-bottom: 16px;
  float: left;
  width: 50%;
}
/* line 156, sass/pages/_contact.scss */
.frm_forms .frm_checkbox.full {
  float: none;
  width: 100%;
  padding-bottom: 15px;
}
/* line 160, sass/pages/_contact.scss */
.frm_forms .frm_checkbox.full label {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 164, sass/pages/_contact.scss */
.frm_forms .frm_checkbox input {
  margin: 0;
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0px;
  opacity: 0;
}
/* line 174, sass/pages/_contact.scss */
.frm_forms .frm_checkbox label {
  padding-top: 2px;
  padding-left: 36px;
  padding-right: 24px;
  position: relative;
}
/* line 179, sass/pages/_contact.scss */
.frm_forms .frm_checkbox label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #d9d9d9;
}
/* line 190, sass/pages/_contact.scss */
.frm_forms .frm_checkbox label.checked:before {
  background: url(img/checkbox.svg) no-repeat;
  background-size: contain;
}
/* line 197, sass/pages/_contact.scss */
.frm_forms .frm_description {
  padding: 8px 21px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #77787b;
}

/* line 205, sass/pages/_contact.scss */
.page-template-page-contact .inner-wrapper legend {
  display: none;
}
/* line 208, sass/pages/_contact.scss */
.page-template-page-contact .inner-wrapper .frm_form_field {
  float: left;
  height: 58px;
  width: calc(33.333% - 14px);
  margin-right: 21px;
}
/* line 213, sass/pages/_contact.scss */
.page-template-page-contact .inner-wrapper .frm_form_field:nth-of-type(5) {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  height: 151px;
  float: none;
}

/* line 224, sass/pages/_contact.scss */
.frm_form_fields {
  position: relative;
}

/* line 228, sass/pages/_contact.scss */
.frm-forms {
  padding-top: 0;
}

/* line 233, sass/pages/_contact.scss */
.frm_blank_field input[type="text"],
.frm_blank_field input[type="tel"],
.frm_blank_field input[type="email"],
.frm_blank_field textarea {
  outline: 1px solid #e30609;
}

/* line 241, sass/pages/_contact.scss */
.frm_submit {
  clear: both;
  float: left;
  display: inline-block;
  background: #fff;
  border: 2px solid #e30609;
  height: 46px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
}
/* line 255, sass/pages/_contact.scss */
.frm_submit:after, .frm_submit:before {
  position: absolute;
  content: '';
}
/* line 260, sass/pages/_contact.scss */
.frm_submit:before {
  display: block;
  left: 20px;
  top: 16px;
  width: 6px;
  height: 10px;
  background: url(img/btn-arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 271, sass/pages/_contact.scss */
.frm_submit:after {
  content: '';
  background: #e30609;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}

/* line 288, sass/pages/_contact.scss */
input[type="submit"] {
  padding: 0;
  padding-left: 40px;
  padding-right: 32px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #e30609;
  background: none;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button[type="submit"] {
  padding: 0;
  padding-left: 40px;
  padding-right: 32px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #e30609;
  background: none;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 305, sass/pages/_contact.scss */
input[type="submit"]:focus {
  background: #e6e7e8;
  outline: 0;
  border: 0;
}
button[type="submit"]:focus {
  background: #e6e7e8;
  outline: 0;
  border: 0;
}
button[type="submit"]:hover {
  color: white;
}

/* line 314, sass/pages/_contact.scss */
span.btn-submit:hover:before,
.frm_submit:hover:before {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
/* line 320, sass/pages/_contact.scss */
span.btn-submit:hover:after,
.frm_submit:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 324, sass/pages/_contact.scss */
span.btn-submit:hover .wpcf7-submit,
span.btn-submit:hover input[type="submit"],
.frm_submit:hover .wpcf7-submit,
.frm_submit:hover input[type="submit"] {
  color: #fff;
  background: none;
}

@media (max-width: 1024px) {
  /* line 334, sass/pages/_contact.scss */
  .page-template-page-contact .inner-wrapper .frm_form_field {
    width: calc(50% - 11px);
  }
  /* line 336, sass/pages/_contact.scss */
  .page-template-page-contact .inner-wrapper .frm_form_field:nth-of-type(2n+2) {
    margin-right: 0;
  }
  /* line 339, sass/pages/_contact.scss */
  .page-template-page-contact .inner-wrapper .frm_form_field:nth-of-type(5) {
    position: relative;
    width: 100%;
    float: left;
  }
}
@media (max-width: 768px) {
  /* line 350, sass/pages/_contact.scss */
  .page-template-page-contact .inner-wrapper .frm_form_field {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  /* line 354, sass/pages/_contact.scss */
  .page-template-page-contact .inner-wrapper .frm_form_field:nth-of-type(5) {
    position: relative;
    width: 100%;
    float: left;
  }

  /* line 362, sass/pages/_contact.scss */
  .frm_forms .frm_checkbox {
    float: none;
    width: 100%;
  }
}
/* line 1, sass/pages/_presse.scss */
.picto-title.presse {
  padding-bottom: 5.6%;
  background-image: url(img/presse.svg);
}

/* line 6, sass/pages/_presse.scss */
.contact-press-section {
  padding-bottom: 90px;
}
/* line 8, sass/pages/_presse.scss */
.contact-press-section ul {
  padding: 0 56px;
}
/* line 16, sass/mixins/_mixins-master.scss */
.contact-press-section ul::after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, sass/pages/_presse.scss */
.contact-press-section li.contact-function {
  float: left;
  width: 50%;
  border-right: 1px solid #e6e7e8;
}
/* line 16, sass/pages/_presse.scss */
.contact-press-section li.contact-function div {
  float: left;
  max-width: 285px;
  width: 100%;
}
/* line 21, sass/pages/_presse.scss */
.contact-press-section li.contact-function:last-of-type {
  border-right: 0;
}
/* line 24, sass/pages/_presse.scss */
.contact-press-section li.contact-function:nth-of-type(2n+2) {
  border-left: 0;
}
/* line 26, sass/pages/_presse.scss */
.contact-press-section li.contact-function:nth-of-type(2n+2) div {
  float: right;
}
/* line 30, sass/pages/_presse.scss */
.contact-press-section li.contact-function img {
  width: 100%;
}

/* line 36, sass/pages/_presse.scss */
.tabs-press-release {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 46, sass/pages/_presse.scss */
.tabs-press-release li {
  -ms-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  padding-right: 25px;
  max-width: 50%;
  padding-top: 48px;
}
/* line 54, sass/pages/_presse.scss */
.tabs-press-release .date {
  padding-top: 24px;
  padding-bottom: 4px;
  color: #77787b;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
/* line 61, sass/pages/_presse.scss */
.tabs-press-release h1,
.tabs-press-release .title-level-1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 8px;
}
/* line 68, sass/pages/_presse.scss */
.tabs-press-release p {
  font-weight: 300;
  color: #77787b;
}
/* line 72, sass/pages/_presse.scss */
.tabs-press-release li > a:first-of-type {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 76, sass/pages/_presse.scss */
.tabs-press-release li > a:first-of-type img {
  transition: 0.2s ease-in;
}
/* line 80, sass/pages/_presse.scss */
.tabs-press-release li > a:first-of-type:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1.5s ease-out;
}
/* line 88, sass/pages/_presse.scss */
.tabs-press-release a.generic-link {
  margin-top: 18px;
  margin-bottom: 24px;
}
/* line 92, sass/pages/_presse.scss */
.tabs-press-release h2,
.tabs-press-release .title-level-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #d0d1d3;
}
/* line 96, sass/pages/_presse.scss */
.tabs-press-release h2 a,
.tabs-press-release .title-level-2 a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: padding 0.2s ease, background-color 0.4s ease;
}
/* line 108, sass/pages/_presse.scss */
.tabs-press-release h2 img,
.tabs-press-release .title-level-2 img {
  width: 29px;
  height: 33px;
}
/* line 112, sass/pages/_presse.scss */
.tabs-press-release h2 span,
.tabs-press-release .title-level-2 span {
  padding-left: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  text-transform: uppercase;
  color: #e30609;
}
/* line 120, sass/pages/_presse.scss */
.tabs-press-release h2:hover a,
.tabs-press-release .title-level-2:hover a {
  background: #fff;
  padding-left: 10px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  /* line 131, sass/pages/_presse.scss */
  .contact-press-section li.contact-function {
    padding: 0 50px;
  }

  /* line 136, sass/pages/_presse.scss */
  .tabs-press-release li {
    padding-top: 36px;
  }
  /* line 138, sass/pages/_presse.scss */
  .tabs-press-release li:nth-of-type(2n+1) {
    padding-right: 25px;
  }
  /* line 141, sass/pages/_presse.scss */
  .tabs-press-release li:nth-of-type(2n+2) {
    padding-right: 0;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  /* line 150, sass/pages/_presse.scss */
  .picto-title.presse {
    padding-bottom: 0;
  }

  /* line 153, sass/pages/_presse.scss */
  .contact-press-section {
    padding-bottom: 0;
  }
  /* line 155, sass/pages/_presse.scss */
  .contact-press-section ul {
    padding: 0;
  }
  /* line 158, sass/pages/_presse.scss */
  .contact-press-section li.contact-function {
    padding: 0 50px 50px;
    border: 0;
    width: 100%;
  }
  /* line 163, sass/pages/_presse.scss */
  .contact-press-section li.contact-function:nth-of-type(2n+2) div {
    float: left;
  }
}
@media (max-width: 600px) {
  /* line 172, sass/pages/_presse.scss */
  .tabs-press-release {
    display: block;
  }
  /* line 174, sass/pages/_presse.scss */
  .tabs-press-release li {
    max-width: 100%;
  }
  /* line 176, sass/pages/_presse.scss */
  .tabs-press-release li:nth-of-type(2n+1) {
    padding-right: 0;
  }
  /* line 179, sass/pages/_presse.scss */
  .tabs-press-release li:nth-of-type(2n+2) {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 1, sass/pages/_search.scss */
.results-section {
  padding-top: 72px;
  padding-bottom: 90px;
}

/* line 6, sass/pages/_search.scss */
.search-filters-box {
  float: left;
  width: 355px;
  padding-right: 25px;
}

/* line 12, sass/pages/_search.scss */
.filters {
  color: #c1c1c1;
  line-height: 1.2;
  border-bottom: 1px solid #d0d1d3;
  padding-top: 32px;
}
/* line 17, sass/pages/_search.scss */
.filters li {
  position: relative;
}
/* line 20, sass/pages/_search.scss */
.filters a {
  display: block;
  color: #77787b;
  position: relative;
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 25, sass/pages/_search.scss */
.filters a:before {
  position: absolute;
  opacity: 0;
  content: '';
  display: block;
  left: 9px;
  top: 2px;
  width: 6px;
  height: 10px;
  background: url(img/btn-arrow.svg) no-repeat;
  background-size: contain;
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: perspective(1px);
  -ms-transform: perspective(1px);
  transform: perspective(1px);
}
/* line 41, sass/pages/_search.scss */
.filters a.active, .filters a.open {
  color: #e30609;
  font-weight: bold;
  padding-left: 30px;
}
/* line 46, sass/pages/_search.scss */
.filters a.active:before, .filters a.open:before {
  opacity: 1;
}
/* line 49, sass/pages/_search.scss */
.filters a.active:after, .filters a.open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 56, sass/pages/_search.scss */
.filters > li {
  border-top: 1px solid #d0d1d3;
  padding: 14px 0;
  padding-left: 34px;
}
/* line 60, sass/pages/_search.scss */
.filters > li:first-of-type {
  padding-left: 17px;
}
/* line 65, sass/pages/_search.scss */
.filters li.has-children > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #414142;
  transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 77, sass/pages/_search.scss */
.filters li.has-children ul {
  height: 0;
  overflow: hidden;
}
/* line 81, sass/pages/_search.scss */
.filters li.has-children li {
  padding-left: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
}
/* line 86, sass/pages/_search.scss */
.filters li.has-children li:first-of-type {
  padding-top: 18px;
}

/* line 92, sass/pages/_search.scss */
.results {
  float: left;
  width: calc(100% - 355px);
}
/* line 95, sass/pages/_search.scss */
.results .grid-sizer {
  width: 50%;
}
/* line 98, sass/pages/_search.scss */
.results .result {
  padding-left: 25px;
  width: 50%;
  padding-bottom: 36px;
}
/* line 103, sass/pages/_search.scss */
.results img {
  padding-bottom: 24px;
}
/* line 106, sass/pages/_search.scss */
.results a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 114, sass/pages/_search.scss */
.new-search-section {
  padding-top: 60px;
  padding-bottom: 90px;
}
/* line 117, sass/pages/_search.scss */
.new-search-section .search-button {
  max-width: 520px;
  width: 100%;
  background-color: #414142;
  height: 60px;
  float: none;
  background-position: 24px 50%;
}
/* line 124, sass/pages/_search.scss */
.new-search-section .search-button h3,
.new-search-section .search-button .title-level-3 {
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  padding-left: 68px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  /* line 137, sass/pages/_search.scss */
  .results-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 141, sass/pages/_search.scss */
  .search-filters-box {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  /* line 146, sass/pages/_search.scss */
  .results {
    float: none;
    width: 100%;
    padding-top: 50px;
  }
  /* line 150, sass/pages/_search.scss */
  .results .result:nth-of-type(2n+1) {
    padding-left: 12px;
  }
  /* line 153, sass/pages/_search.scss */
  .results .result:nth-of-type(2n+2) {
    padding-left: 0;
    padding-right: 12px;
  }
}
@media (max-width: 600px) {
  /* line 162, sass/pages/_search.scss */
  .results .result {
    width: 100%;
  }
  /* line 165, sass/pages/_search.scss */
  .results .result:nth-of-type(2n+1) {
    padding-left: 0;
  }
  /* line 168, sass/pages/_search.scss */
  .results .result:nth-of-type(2n+2) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1, sass/pages/_merci.scss */
.intro-thanks {
  min-height: 530px;
}

/* line 4, sass/pages/_merci.scss */
.intro-box-thanks {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 27.76px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 27.76px rgba(0, 0, 0, 0.5);
  outline: 2px solid #e30609;
  outline-offset: 14px;
  width: 60%;
  padding: 32px 32px 40px;
  position: relative;
}
/* line 14, sass/pages/_merci.scss */
.intro-box-thanks h1,
.intro-box-thanks .title-level-1 {
  font-weight: 500;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.15em;
  position: relative;
  text-transform: uppercase;
}
/* line 20, sass/pages/_merci.scss */
.intro-box-thanks h1:after,
.intro-box-thanks .title-level-1:after {
  content: '';
  position: relative;
  display: block;
  margin: 0 auto;
  width: 123px;
  height: 3px;
  background: #e30609;
}
/* line 30, sass/pages/_merci.scss */
.intro-box-thanks h2,
.intro-box-thanks .title-level-2 {
  font-weight: 300;
  font-size: 25.58px;
  font-size: 2.558rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-top: 20px;
}
/* line 37, sass/pages/_merci.scss */
.intro-box-thanks p {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84;
  letter-spacing: 0.1em;
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  padding-top: 22px;
}
/* line 47, sass/pages/_merci.scss */
.intro-box-thanks .swiper-pagination-bullets {
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min--moz-device-pixel-ratio: 0) {
  /* line 58, sass/pages/_merci.scss */
  .intro-box-thanks {
    outline: 0px solid #e30609;
  }
}
/* line 63, sass/pages/_merci.scss */
.thanks-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 24px;
}
/* line 74, sass/pages/_merci.scss */
.thanks-share h3,
.thanks-share .title-level-3 {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #e30609;
  letter-spacing: 0.3em;
}

/* line 83, sass/pages/_merci.scss */
.social-thanks {
  border-right: 0;
  padding: 0 3px 0 0;
}
/* line 86, sass/pages/_merci.scss */
.social-thanks a {
  background-color: #e30609;
  border-radius: 50%;
  opacity: 1;
  width: 34px;
  height: 34px;
  margin-left: 9px;
  -webkit-transform: none;
  transform: none;
}
/* line 95, sass/pages/_merci.scss */
.social-thanks a:hover {
  opacity: 0.75;
}

/* line 101, sass/pages/_merci.scss */
.intro-story-thanks {
  z-index: 3;
  width: 244px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 107, sass/pages/_merci.scss */
.intro-story-thanks a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 30px 16px 38px;
  background: #e30609;
  line-height: 1.2;
  max-width: 244px;
}
/* line 121, sass/pages/_merci.scss */
.intro-story-thanks a:before {
  content: '';
  position: absolute;
  display: block;
  left: 19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 6px;
  height: 10px;
  background: url(img/btn-arrow-white.svg) no-repeat;
  background-size: contain;
}

/* line 137, sass/pages/_merci.scss */
.thanks-donation-section {
  background: #f0f1f1;
  padding-top: 50px;
  padding-bottom: 56px;
  text-align: center;
}
/* line 142, sass/pages/_merci.scss */
.thanks-donation-section > h3,
.thanks-donation-section > .title-level-3 {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: relative;
}
/* line 148, sass/pages/_merci.scss */
.thanks-donation-section > h3:before, 
.thanks-donation-section > h3:after,
.thanks-donation-section > .title-level-3:before, 
.thanks-donation-section > .title-level-3:after {
  display: inline-block;
  content: '';
  margin: 0 13px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  width: 15px;
  height: 3px;
  background: #e30609;
}
/* line 160, sass/pages/_merci.scss */
.thanks-donation-section > a.btn-link {
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
}

/* line 166, sass/pages/_merci.scss */
.thanks-list {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  margin-top: 46px;
  margin-bottom: 56px;
  padding: 0;
  background: #fff;
  display: block;
}
/* line 174, sass/pages/_merci.scss */
.thanks-list li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: none;
}
/* line 184, sass/pages/_merci.scss */
.thanks-list li:nth-of-type(2n+2) .txt-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
/* line 189, sass/pages/_merci.scss */
.thanks-list li:nth-of-type(2n+2) .img-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
/* line 196, sass/pages/_merci.scss */
.thanks-list .img-box {
  position: relative;
  overflow: hidden;
  width: 66.667%;
}
/* line 200, sass/pages/_merci.scss */
.thanks-list .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 207, sass/pages/_merci.scss */
.thanks-list .txt-box {
  padding-top: 80px;
  padding-bottom: 72px;
  width: 33.333%;
}
/* line 211, sass/pages/_merci.scss */
.thanks-list .txt-box > div {
  position: relative;
  margin: 0 auto;
  max-width: 280px;
}

@media (max-width: 1366px) {
  /* line 221, sass/pages/_merci.scss */
  .intro-box-thanks .swiper-pagination-bullets {
    left: 78%;
  }
}
@media (max-width: 1024px) {
  /* line 228, sass/pages/_merci.scss */
  .intro-thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  /* line 237, sass/pages/_merci.scss */
  .intro-txt-thanks {
    padding: 10vh 0;
  }

  /* line 241, sass/pages/_merci.scss */
  .intro-box-thanks h1,
  .intro-box-thanks .title-level-1 {
    font-size: 40px;
    font-size: 4rem;
  }
  /* line 244, sass/pages/_merci.scss */
  .intro-box-thanks h2,
  .intro-box-thanks .title-level-2 {
    font-size: 20px;
    font-size: 2rem;
  }

  /* line 249, sass/pages/_merci.scss */
  .thanks-list li {
    margin-top: 0;
  }
  /* line 252, sass/pages/_merci.scss */
  .thanks-list .img-box {
    width: 55%;
  }
  /* line 255, sass/pages/_merci.scss */
  .thanks-list .txt-box {
    width: 45%;
  }
}
@media (max-width: 768px) {
  /* line 262, sass/pages/_merci.scss */
  .intro-thanks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 266, sass/pages/_merci.scss */
  .intro-thanks .intro-overlay {
    display: none;
  }

  /* line 270, sass/pages/_merci.scss */
  .intro-bg-thanks {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 277, sass/pages/_merci.scss */
  .intro-txt-thanks {
    padding-bottom: calc(10vh + 80px);
  }

  /* line 280, sass/pages/_merci.scss */
  .intro-box-thanks {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  /* line 284, sass/pages/_merci.scss */
  .intro-box-thanks .swiper-pagination-bullets {
    left: 50%;
    bottom: -54px;
  }
  /* line 288, sass/pages/_merci.scss */
  .intro-box-thanks .swiper-pagination-bullet:before {
    background: #fff;
  }

  /* line 292, sass/pages/_merci.scss */
  .social-thanks {
    display: block;
  }

  /* line 295, sass/pages/_merci.scss */
  .intro-story-thanks {
    margin-top: 0;
    height: 80px;
    top: auto;
    bottom: 0;
  }

  /* line 302, sass/pages/_merci.scss */
  .thanks-list .img-box {
    width: 50%;
  }
  /* line 305, sass/pages/_merci.scss */
  .thanks-list .txt-box {
    width: 50%;
  }
}
@media (max-width: 600px) {
  /* line 313, sass/pages/_merci.scss */
  .thanks-list li {
    display: block;
  }
  /* line 316, sass/pages/_merci.scss */
  .thanks-list .img-box {
    width: 100%;
  }
  /* line 319, sass/pages/_merci.scss */
  .thanks-list .txt-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.country-link {
  border-bottom: 1px solid #c8c9ca; 
  font-weight: 300;
  color: #77787b; 
}

.country-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #c32e19;
}






.inner-article .text img {
    width: auto;
    max-width: 100%;

}
img.aligncenter {
    margin-left: auto; margin-right: auto
}

.edit-post-link {
    z-index:10000;
}



@media (max-width: 800px) {
  .cookie-disclaimer p {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .cookie-disclaimer p:first-child {
    font-size: 12px;
    line-height: 1em;
    padding-bottom: 8px;
  }
}