@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  background-color: #f5f7f8; }

input {
  font-family: "aller", sans-serif;
  font-size: 1rem;
  line-height: 1.6875rem; }

a {
  color: #21355e; }
  a:hover {
    color: #ef4f26; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

hr {
  width: 95%;
  border-color: transparent; }

h3 {
  font-weight: 700; }

ul li {
  list-style-position: inside; }

.arrow {
  fill: #ef4f26;
  height: .75em !important;
  width: .75em !important;
  display: inline; }

blockquote {
  border-top: 1px solid rgba(33, 53, 94, 0.2);
  border-bottom: 1px solid rgba(33, 53, 94, 0.2);
  margin: 0.84375rem 0;
  padding: 0.84375rem 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6875rem;
  background-color: rgba(33, 53, 94, 0.05);
  color: #fff;
  /*&:before{
		content: '“';
	}
	&:after{
		content: '”';
	}*/
  background-color: rgba(33, 53, 94, 0.9); }
  blockquote a {
    color: #fff; }

@media all and (min-width: 50em) {
  blockquote {
    border: none;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700; } }

.container {
  color: #21355e;
  font-size: 1rem;
  line-height: 1.6875rem;
  font-family: "aller", sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3); }

.clear {
  clear: both; }

.sprites {
  display: none; }

.header-contact {
  margin: 0 5%;
  padding-top: 1.6875rem;
  font-size: 1rem;
  color: #d3d7df;
  text-transform: lowercase; }
  .header-contact li, .header-contact h2, .header-contact ul {
    display: inline-block; }
  .header-contact h2:hover, .header-contact li:hover {
    color: #21355e; }
  .header-contact svg {
    width: 1.25em;
    height: 1.25em; }
    .header-contact svg:hover {
      opacity: .8; }
  .header-contact .language-select {
    display: inline-block; }
  .header-contact h2 {
    margin-right: .25em; }
  .header-contact a {
    text-decoration: none; }
  .header-contact ul {
    vertical-align: bottom; }

.header {
  text-align: center; }
  .header h1 {
    width: 80%;
    padding: 1.6875rem 5% 0.84375rem;
    max-width: 40rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-left: auto;
    margin-right: auto; }
    .header h1:hover {
      opacity: .8; }
    .header h1 img {
      width: 100%; }
  .header a, .header span {
    text-decoration: none;
    font-size: .9em;
    text-align: left;
    color: #21355e; }
    .header a:hover, .header span:hover {
      color: inherit; }

.search {
  line-height: 0;
  font-size: 0;
  display: none;
  text-align: center; }
  .search input {
    display: inline-block; }
  .search input[type="text"] {
    outline: none;
    font-size: 1rem;
    padding: 0.2rem 1rem 0.2rem;
    border: solid 1px transparent;
    background-color: #d3d7df;
    color: #fff;
    width: 8rem; }
    .search input[type="text"]:placeholder {
      color: #fff; }
  .search input[type="submit"] {
    height: 3.09375rem;
    display: none;
    background-color: #21355e;
    color: #fff;
    border: none;
    padding: 0; }

.nav {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.84375rem;
  clear: both;
  border: 1px solid rgba(33, 53, 94, 0.2);
  border-radius: 4px;
  overflow: hidden; }
  @media all and (min-width: 53.5em) {
    .nav {
      overflow: initial; } }
  .nav h3, .nav li {
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .nav h3 {
    padding: 0.42188rem 5%;
    cursor: pointer; }
    .nav h3:hover {
      background-color: rgba(33, 53, 94, 0.4);
      color: #fff; }
  .nav li {
    padding: 0.375rem 5%;
    background-color: #fff;
    color: #21355e;
    border-bottom: 1px solid rgba(33, 53, 94, 0.2); }
    .nav li:hover {
      background-color: rgba(33, 53, 94, 0.4);
      color: #fff; }
  .nav a {
    text-decoration: none; }
    .nav a:first-of-type li {
      border-top: 1px solid rgba(33, 53, 94, 0.2); }
    .nav a:last-of-type li {
      border-bottom: 0; }
  .nav ul {
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease; }
  .nav .current-page {
    background-color: rgba(33, 53, 94, 0.1); }
    .nav .current-page:hover {
      background-color: rgba(33, 53, 94, 0.4); }
  .nav a:last-of-type .current-page {
    background-color: rgba(239, 79, 38, 0.1); }
    .nav a:last-of-type .current-page:hover {
      background-color: rgba(239, 79, 38, 0.6); }

@media all and (min-width: 53.5em) {
  .header-contact {
    display: block;
    position: absolute;
    right: 0; }
  .header {
    text-align: right; }
    .header h1 {
      width: 50%;
      padding-left: 5%;
      margin-top: 0;
      padding-top: 2.10938rem;
      padding-bottom: 0.84375rem; }
  .nav {
    width: 100%;
    border: none; }
    .nav h3 {
      display: none; }
    .nav ul {
      margin: 0 5%;
      text-align: left;
      -moz-text-align-last: left;
           text-align-last: left;
      border: none;
      height: auto;
      max-height: inherit !important;
      margin-bottom: 0.84375rem;
      padding-bottom: 0.84375rem;
      border-bottom: 1px solid #d3d7df; }
      .nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
        font-size: 1rem;
        font-size: .9rem; }
        .nav ul li:first-of-type {
          border: none; }
        .nav ul li:hover {
          background-color: transparent;
          color: #ef4f26; }
      .nav ul a li {
        margin-right: 1rem; }
      .nav ul a:last-of-type li:hover {
        color: #a32b0c;
        background-color: transparent; }
      .nav ul a .current-page {
        background-color: transparent;
        border-bottom: 1px solid rgba(33, 53, 94, 0.4); }
        .nav ul a .current-page:hover {
          background-color: transparent;
          border-bottom: 1px solid rgba(239, 79, 38, 0.4); }
      .nav ul a:last-of-type .current-page {
        background-color: transparent;
        border-bottom: 1px solid rgba(239, 79, 38, 0.4); }
        .nav ul a:last-of-type .current-page:hover {
          background-color: transparent;
          border-bottom: 1px solid rgba(163, 43, 12, 0.4); } }

@media all and (min-width: 64em) {
  .header-contact {
    margin-left: 2.5%;
    margin-right: 2.5%; } }

@media all and (min-width: 76em) {
  .header-contact {
    font-size: 1.125rem; } }

@media all and (min-width: 68em) {
  .nav ul li {
    font-size: 1.125rem; }
  .nav ul a li {
    margin-right: 1.5rem; } }

@media all and (min-width: 64em) {
  .header-contact {
    top: 3.375rem;
    top: 1rem; }
  .header {
    text-align: right; }
    .header h1 {
      width: 60vw;
      width: 60%;
      padding-left: 3vw;
      padding-left: 3%; }
  .nav ul {
    margin: 0 3%;
    margin-bottom: 0.42188rem; } }

@media all and (min-width: 45em) {
  .search {
    margin-bottom: 1.6875rem; } }

@media all and (min-width: 50em) {
  h1 {
    float: left; }
    h1 svg, h1 img {
      display: inline;
      width: 100%; }
  .search {
    width: 8rem;
    text-align: right;
    padding-top: 5.0625rem;
    padding-top: 4.5vw;
    margin-right: 3vw;
    margin-right: 3%;
    float: right; }
    .search input[type="text"] {
      width: calc(100% - 2rem); } }

.main-image {
  width: 100%;
  background-color: #333;
  background-image: url("img/_DSC2279-small.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 5.0625rem;
  height: 13rem; }

.main-image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.375rem;
  color: #fff; }
  .main-image-overlay p {
    background-color: rgba(33, 53, 94, 0.9);
    padding: 1.6875rem 1.6875rem;
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .main-image-overlay span {
    display: block;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify; }
    .main-image-overlay span strong {
      font-size: 1.875em;
      font-weight: 700; }
    .main-image-overlay span svg {
      height: 1.47656rem; }
    .main-image-overlay span path {
      stroke: #fff !important; }

@media all and (min-width: 24em) {
  .main-image {
    height: 16rem; } }

@media all and (min-width: 32em) {
  .main-image {
    height: 18rem; } }

@media all and (min-width: 64em) {
  .main-image {
    margin-bottom: 1.6875rem;
    height: 24rem; }
  .main-image-overlay {
    right: auto;
    bottom: 2rem;
    width: 28vw;
    width: 28%; }
    .main-image-overlay p {
      max-width: initial;
      padding: 1.6875rem 3vw; }
      .main-image-overlay p span {
        line-height: 2.25rem;
        font-size: 1.5rem; }
        .main-image-overlay p span svg {
          height: 2rem; } }

.go-to-news-button {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .go-to-news-button a {
    border: 1px solid rgba(33, 53, 94, 0.2);
    border-radius: 4px;
    padding: 0.42188rem 5%;
    display: inline-block;
    text-decoration: none;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    .go-to-news-button a svg {
      -webkit-transition-property: fill;
      transition-property: fill;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      fill: #21355e;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-left: .5em; }
    .go-to-news-button a:hover {
      background-color: rgba(33, 53, 94, 0.4);
      color: #fff; }
      .go-to-news-button a:hover svg {
        fill: #fff; }

.main-nav .main-nav-contact, .main-nav .main-nav-don, .main-nav .main-nav-plan, .main-nav .main-nav-rapport {
  margin: 1.6875rem 5vw 1.6875rem;
  margin: 1.6875rem 5% 1.6875rem;
  padding: 1.6875rem 5vw 1.6875rem;
  padding: 1.6875rem 5% 1.6875rem;
  background-color: #ef4f26;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 2.10938rem;
  display: table;
  width: 80%; }
  .main-nav .main-nav-contact p, .main-nav .main-nav-contact form, .main-nav .main-nav-don p, .main-nav .main-nav-don form, .main-nav .main-nav-plan p, .main-nav .main-nav-plan form, .main-nav .main-nav-rapport p, .main-nav .main-nav-rapport form {
    display: table-cell;
    vertical-align: middle; }

.main-nav svg {
  width: 2rem;
  height: 1.4rem; }

.main-nav .main-nav-contact {
  line-height: 1.6875rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-nav .main-nav-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-nav .main-nav-contact a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 1.8125rem;
    line-height: 2.53125rem;
    font-size: 1.125rem;
    line-height: 125%;
    font-weight: 700;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-wrap: balance; }
    .main-nav .main-nav-contact a:hover {
      opacity: .8; }
  .main-nav .main-nav-contact .main-nav-rapport p, .main-nav .main-nav-contact .main-nav-rapport form {
    display: table-cell;
    vertical-align: middle; }

.main-nav .main-nav-don input {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }

.main-nav .main-nav-don input[type="number"] {
  font-size: 1rem;
  padding: 0.84375rem 1rem 0.5625rem;
  border: solid 1px transparent;
  background-color: #fff;
  color: #21355e;
  text-align: right;
  width: calc(100% - 2rem);
  background-image: url("img/euro.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat; }

.main-nav .main-nav-don input[type="submit"] {
  text-align: right;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 1rem;
  color: #fff; }

.main-nav .main-nav-don .more {
  margin-top: 0 !important;
  text-align: right;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  cursor: pointer; }
  .main-nav .main-nav-don .more .arrow {
    fill: #fff;
    display: inline-block;
    height: .5em !important;
    width: .5em !important;
    margin-right: .25em !important;
    cursor: pointer; }
  .main-nav .main-nav-don .more input {
    display: inline-block;
    width: auto;
    cursor: pointer; }
  .main-nav .main-nav-don .more:hover {
    opacity: .8; }

.main-nav .main-nav-plan a, .main-nav .main-nav-rapport a {
  color: #ef4f26;
  background-color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.84375rem 1rem 0.5625rem;
  font-weight: 700; }

@media all and (min-width: 32em) {
  .main-nav .main-nav-don, .main-nav .main-nav-plan {
    float: left;
    width: 32.5%;
    height: 8rem; }
  .main-nav .main-nav-plan--first {
    margin-left: 0; }
  .main-nav .main-nav-contact, .main-nav .main-nav-plan--last {
    width: 80%;
    clear: both;
    margin-bottom: 0; }
  .main-nav .main-nav-rapport, .main-nav .main-nav-plan--last {
    margin-bottom: 1.6875rem; } }

@media all and (min-width: 46em) {
  .main-nav .main-nav-don, .main-nav .main-nav-plan, .main-nav .main-nav-contact, .main-nav .main-nav-rapport {
    float: left;
    width: 16.66667%;
    width: calc(30% - 4 * .84375rem);
    height: 8rem;
    margin-left: 0;
    margin-right: 5vw;
    margin-right: 5%;
    padding: 0.84375rem;
    clear: none;
    margin-bottom: 2.53125rem;
    margin-top: 0; }
    .main-nav .main-nav-don p, .main-nav .main-nav-plan p, .main-nav .main-nav-contact p, .main-nav .main-nav-rapport p {
      padding: 0.84375rem 0.5rem; }
  .main-nav .main-nav-contact {
    margin-left: 5vw;
    margin-left: 5%;
    font-size: 1rem;
    line-height: 1.47656rem; }
    .main-nav .main-nav-contact br {
      clear: none; }
    .main-nav .main-nav-contact a {
      font-size: 1.125rem;
      line-height: 125%; }
  .main-nav .main-nav-rapport, .main-nav .main-nav-plan--last {
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
    clear: both;
    width: 50%; }
    .main-nav .main-nav-rapport svg, .main-nav .main-nav-plan--last svg {
      display: inline; }
  .main-nav .main-nav-plan--first {
    margin-right: 0; } }

@media all and (min-width: 64em) {
  .main-nav .main-nav-don, .main-nav .main-nav-plan, .main-nav .main-nav-contact, .main-nav .main-nav-rapport {
    padding: 0.84375rem 2%;
    width: 24.33333%;
    width: 18.25%;
    margin-right: 2%; }
  .main-nav .main-nav-contact {
    margin-left: 0;
    font-size: 1.3125rem; }
    .main-nav .main-nav-contact a {
      font-size: 1.5rem;
      line-height: 125%; }
    .main-nav .main-nav-contact svg {
      display: inline;
      width: 1.25rem; }
  .main-nav .main-nav-rapport, .main-nav .main-nav-plan--last {
    float: left;
    clear: right; }
    .main-nav .main-nav-rapport a, .main-nav .main-nav-plan--last a {
      font-size: 1.25rem;
      line-height: 1.75rem; } }

/*
@media all and (min-width: 64em){
	.main-nav{
		.main-nav-don, .main-nav-plan, .main-nav-contact{
			height: 6rem;
			padding: $line-height 3vw;
			padding: $line-height 3%;
		}
		.main-nav-contact{
			margin-left: 0;
			margin-right: 16vw;
			margin-right: 16%;
			width: 28vw;
			width: 28%;
			font-size: (21rem/16);
			line-height: 1.25 * $line-height;
			a{
				font-size: (29rem/16);
				line-height: 1.5 * $line-height;
			}
			svg{
				display: inline;
			}
		}
		.main-nav-don, .main-nav-plan{
			margin-left: 0;
			margin-right: 3vw;
			margin-right: 3%;
			width: (50vw - 18vw)/2;
			width: 16%;
		}
		.main-nav-plan{
			margin-right: 0;
		}
		
	}
}*/
.more {
  font-size: 1.25rem;
  margin-top: 1.6875rem !important;
  font-weight: 700; }
  .more a {
    color: rgba(33, 53, 94, 0.5);
    text-decoration: none; }
    .more a .arrow {
      fill: rgba(33, 53, 94, 0.5); }

.extra-button {
  margin-top: 0.84375rem;
  display: block; }

.bg {
  background-color: #f5f5f5;
  padding-top: 0.84375rem; }

.latest-news {
  clear: both;
  margin-bottom: 1.6875rem;
  padding-bottom: 1.6875rem;
  background-color: #f5f5f5; }
  .latest-news h2 {
    padding: 0.42188rem 5vw 0.5625rem;
    padding: 0.42188rem 5% 0.5625rem;
    background-color: #21355e;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.6875rem; }
    .latest-news h2 span {
      display: block;
      font-size: .75em;
      line-height: 1em; }
  .latest-news h3 a {
    text-decoration: none; }
  .latest-news .archives {
    width: 90%;
    margin: 0.84375rem 5%;
    text-transform: uppercase;
    text-align: center; }
    .latest-news .archives a {
      text-decoration: none; }

.latest-news-post:after {
  content: '';
  height: 1px;
  width: 90%;
  background-color: rgba(33, 53, 94, 0.25);
  margin-bottom: 1.6875rem;
  max-width: 40rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.latest-news-post h3 {
  font-size: 1.125rem;
  color: #21355e;
  margin: 0.84375rem 5% 0 0;
  font-weight: 700; }

.latest-news-post .date {
  font-size: 0.875rem;
  margin: 0 5% 0.84375rem 0; }

.latest-news-post img {
  width: 95%;
  display: block;
  margin-left: 0;
  background-color: #220;
  margin-bottom: 1.6875rem; }

.latest-news-post .more {
  margin: 0.84375rem 0; }

.latest-news-post .clear {
  padding-top: 0.84375rem; }

.latest-news-post-excerpt {
  margin: 0.84375rem 5%;
  height: 19rem;
  overflow: hidden;
  position: relative; }
  .latest-news-post-excerpt .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.6875rem;
    padding-top: 2.53125rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.6875rem, #f5f5f5), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(to top, #f5f5f5 1.6875rem, rgba(245, 245, 245, 0) 100%); }

@media all and (min-width: 32em) {
  .latest-news .archives {
    text-align: center; }
  .latest-news h2 {
    width: calc(50% - 12.5vw);
    width: 37.5%; }
  .latest-news img {
    width: calc(50% - 2.5vw);
    width: 47.5%;
    float: left; }
  .latest-news .latest-news-post-excerpt {
    display: block;
    width: calc(50% - 7.5vw);
    width: 42.5%;
    padding: 0;
    margin: 0;
    margin-left: 5vw;
    margin-left: 5%;
    padding-right: 5vw;
    padding-right: 5%;
    float: left; }
    .latest-news .latest-news-post-excerpt h3, .latest-news .latest-news-post-excerpt .date, .latest-news .latest-news-post-excerpt .more {
      margin-left: 0;
      margin-right: 0; }
    .latest-news .latest-news-post-excerpt h3 {
      margin-top: 0; } }

@media all and (min-width: 46em) {
  .latest-news {
    margin-bottom: 5.0625rem; } }

@media all and (min-width: 64em) {
  .latest-news {
    /*.archives{
			display: inline;
			margin-left: 3vw;
			margin-left: 3%;
			text-align: left;
		}*/ }
    .latest-news h2 {
      width: 26vw;
      width: 26%;
      padding-left: 3vw;
      padding-left: 3%; }
    .latest-news img {
      width: 34vw;
      width: 34%; }
    .latest-news .latest-news-post-excerpt {
      width: 60vw;
      width: 60%;
      margin-left: 3vw;
      margin-left: 3%;
      padding-right: 3vw;
      padding-right: 3%;
      padding-right: 0; } }

.to-fold {
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease; }

.content-element {
  clear: both;
  margin: 1.6875rem 5%;
  padding-bottom: 1.6875rem;
  position: relative; }
  .content-element .content-text {
    width: 66%;
    width: 100%; }
    .content-element .content-text ul, .content-element .content-text ol {
      list-style: disc;
      margin-left: 1rem; }
    .content-element .content-text ol {
      list-style-type: decimal; }
    .content-element .content-text hr {
      border-color: transparent; }
  .content-element h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    display: block;
    float: none;
    margin-bottom: 0.84375rem;
    font-weight: 700; }
  .content-element h2 {
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-weight: 700; }
  .content-element p {
    margin-bottom: 0.84375rem; }
  .content-element li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1.25em; }
  .content-element blockquote {
    background-color: rgba(33, 53, 94, 0.9); }

@media all and (min-width: 32em) {
  .content-element {
    margin: 1.6875rem 0 1.6875rem 5%; }
    .content-element .content-text {
      width: 66%; }
  .content-element--internal {
    margin: 1.6875rem 5%; }
    .content-element--internal .content-text {
      width: initial; }
    .content-element--internal h1 {
      text-align: center;
      margin-bottom: 1.6875rem; }
  .content-element blockquote {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    padding: 3%;
    margin-left: 3%;
    background-color: rgba(33, 53, 94, 0.9); } }

@media all and (min-width: 64em) {
  .content-element {
    margin: 1.6875rem 0 1.6875rem 3%;
    min-height: 1030px; }
  .content-element--internal {
    margin: 1.6875rem 3%; }
    .content-element--internal .content-text {
      width: initial; }
  .nous-soutenir .content-element, .content-container.bg .content-element {
    min-height: initial; }
  .content__single-post .content-element {
    min-height: initial; } }

.content__single-post .content-text img, .content__single-post .content-text p img,
.overlay-content img,
.overlay-content p img {
  max-width: 100%;
  height: auto;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain; }

.who-we-are {
  clear: both;
  margin-bottom: 1.6875rem; }
  .who-we-are h2 {
    font-size: 1.125rem;
    color: #21355e;
    margin: 0.84375rem 5% 0;
    font-weight: 700;
    margin-bottom: 0.84375rem !important; }
  .who-we-are p {
    margin: 0.84375rem 5%; }

.code-ethique h2 {
  font-size: 1.125rem;
  color: #21355e;
  margin: 0.84375rem 5% 0;
  font-weight: 700;
  margin-bottom: 0.84375rem !important; }

.code-ethique p {
  margin: 0.84375rem 5%; }

@media all and (min-width: 42em) {
  .code-ethique {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .code-ethique .code-ethique__text {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; } }

.code-ethique .code-ethique__image {
  margin: 0.84375rem 5% 0.84375rem;
  text-align: center; }
  .code-ethique .code-ethique__image img {
    max-width: 26rem;
    width: 100%; }
  @media all and (min-width: 42em) {
    .code-ethique .code-ethique__image {
      max-width: 26rem;
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      margin-left: 5vw;
      margin-left: 5%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media all and (min-width: 64em) {
    .code-ethique .code-ethique__image .video-container {
      margin-left: 3vw;
      margin-left: 3%;
      margin-right: 3%; } }

.video-container, .video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0.84375rem 5% 0.84375rem 0; }
  .video-container iframe, .video-container object, .video-container embed, .video__container iframe, .video__container object, .video__container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

.video-container__around {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 32em) {
  .video__intro {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 3.375rem;
    font-size: 1.25rem;
    line-height: 1.9375rem; } }

@media all and (min-width: 53.5em) {
  .video-container {
    width: 47.5%;
    padding-bottom: 28.125%;
    display: inline-block; }
    .video-container:nth-of-type(2n) {
      margin-right: 0; } }

@media all and (min-width: 32em) {
  .who-we-are-text {
    width: calc(50% - 7.5vw);
    width: 42.5%;
    float: left;
    padding-left: 5vw;
    padding-left: 5%; }
    .who-we-are-text h2, .who-we-are-text p {
      margin: 0; }
  .who-we-are {
    padding: 0;
    margin-bottom: 3.375rem; }
    .who-we-are .video-container {
      display: block;
      width: calc(50% - 7.5vw);
      width: 42.5%;
      padding-bottom: calc((44% - 7.5vw)/3*2);
      padding-bottom: 24.33333;
      margin-left: 5vw;
      margin-left: 5%;
      float: right; } }

@media all and (min-width: 64em) {
  .who-we-are {
    padding: 0; }
    .who-we-are video {
      width: 60vw;
      width: 60%;
      margin-left: 3vw;
      margin-left: 3%; }
    .who-we-are .video-container {
      width: 56vw;
      width: 56%;
      padding-bottom: calc(48vw/3*2);
      padding-bottom: 32%;
      margin-left: 3vw;
      margin-left: 3%;
      margin-right: 3%; }
  .who-we-are-text {
    width: 31vw;
    width: 31%;
    padding-left: 3vw;
    padding-left: 3%; }
    .who-we-are-text h2, .who-we-are-text p {
      margin: 0; } }

.footer {
  background-color: #f5f5f5;
  color: #000;
  text-align: left;
  font-size: .875rem;
  text-align: center; }
  .footer svg {
    margin: 0.84375rem 5%; }
  .footer ul {
    padding: 0.84375rem 5%;
    display: block; }
  .footer svg {
    margin-top: 1.6875rem;
    margin-bottom: 0; }

@media all and (min-width: 32em) {
  .footer {
    text-align: center;
    padding: .8rem 5vw;
    padding: .8rem 5%; }
    .footer h4, .footer ul, .footer li {
      display: inline;
      margin: 0; }
    .footer ul {
      display: block; }
    .footer h4 {
      width: auto;
      display: block; }
      .footer h4 svg {
        height: .875rem;
        margin: 0;
        padding: 0; }
    .footer li:after {
      content: ' - '; }
    .footer li:last-of-type:after {
      content: ''; } }

@media all and (min-width: 64em) {
  .footer {
    font-size: .8125rem; }
    .footer h4 {
      display: inline;
      margin-right: .5rem; } }

#linkedin path, #facebook path, #twitter path {
  fill: #d3d7df !important; }

#linkedin path {
  fill: #007bb5 !important;
  fill: #21355e !important; }

#twitter path {
  fill: #55acee !important;
  fill: #21355e !important; }

#facebook path {
  fill: #3b5998 !important;
  fill: #21355e !important; }

#phone path {
  fill: #fff; }

#sleep path, #night path {
  fill: #ef4f26; }

@-webkit-keyframes overlayFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes overlayFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.overlay, .newsletter-overlay, .internal__overlay {
  background-color: rgba(49, 81, 110, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6875rem 5%;
  padding: 5vw 5%;
  -webkit-animation: overlayFadeIn .2s ease;
          animation: overlayFadeIn .2s ease;
  overflow-y: scroll;
  display: none; }

.overlay-content, .newsletter-content, .internal__block {
  background-color: #f5f7f8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.6875rem 5%;
  padding: 4rem 5%;
  min-height: 50vh;
  font-family: "aller", sans-serif;
  line-height: 1.6875rem;
  color: #21355e;
  position: relative;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto; }
  .overlay-content .close-button, .newsletter-content .close-button, .internal__block .close-button {
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: 0.84375rem;
    top: 2.5vw;
    right: 2.5%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    z-index: 100; }
    .overlay-content .close-button:hover, .newsletter-content .close-button:hover, .internal__block .close-button:hover {
      opacity: .8; }
  .overlay-content h1, .newsletter-content h1, .internal__block h1 {
    float: none;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0.84375rem;
    margin-right: 2rem;
    font-weight: 700; }
    .overlay-content h1 svg, .newsletter-content h1 svg, .internal__block h1 svg {
      display: none; }
  .overlay-content h2, .newsletter-content h2, .internal__block h2 {
    font-size: 1.375rem;
    line-height: 137.5%; }
  .overlay-content h3, .newsletter-content h3, .internal__block h3 {
    font-size: 1.25rem;
    line-height: 137.5%; }
  .overlay-content h4, .newsletter-content h4, .internal__block h4 {
    font-size: 1.125rem;
    line-height: 137.5%; }
  .overlay-content p, .overlay-content ul, .overlay-content .message-box, .newsletter-content p, .newsletter-content ul, .newsletter-content .message-box, .internal__block p, .internal__block ul, .internal__block .message-box {
    margin-bottom: 0.84375rem; }
  .overlay-content ul, .newsletter-content ul, .internal__block ul {
    list-style-type: disc; }
  .overlay-content li, .newsletter-content li, .internal__block li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1.25em; }
  .overlay-content .date, .newsletter-content .date, .internal__block .date {
    font-size: .75em;
    font-style: italic;
    margin-top: -1em; }
  .overlay-content .img-block, .newsletter-content .img-block, .internal__block .img-block {
    width: 25%;
    margin-right: 3%;
    float: left; }
    .overlay-content .img-block img, .newsletter-content .img-block img, .internal__block .img-block img {
      width: 100%; }

.newsletter-content p {
  margin-bottom: 1.6875rem; }

@media all and (min-width: 32em) {
  .overlay-content, .newsletter-content, .internal__overlay {
    padding-right: 0; }
    .overlay-content p, .overlay-content ul, .overlay-content ol, .overlay-content iframe, .overlay-content .message-box, .newsletter-content p, .newsletter-content ul, .newsletter-content ol, .newsletter-content iframe, .newsletter-content .message-box, .internal__overlay p, .internal__overlay ul, .internal__overlay ol, .internal__overlay iframe, .internal__overlay .message-box {
      margin-right: 5%; }
    .overlay-content .gallery, .newsletter-content .gallery, .internal__overlay .gallery {
      margin-right: 5% !important; }
    .overlay-content iframe, .newsletter-content iframe, .internal__overlay iframe {
      width: 95% !important; }
    .overlay-content blockquote, .overlay-content .side-image, .newsletter-content blockquote, .newsletter-content .side-image, .internal__overlay blockquote, .internal__overlay .side-image {
      float: right;
      background-color: #ef4f26;
      width: 19%;
      padding: 1.6875rem 3%;
      margin: 0.84375rem 0 0.84375rem 3%; }
    .overlay-content .side-image, .newsletter-content .side-image, .internal__overlay .side-image {
      width: 25%;
      padding: 0; }
    .overlay-content h1, .newsletter-content h1, .internal__overlay h1 {
      font-size: 2rem;
      line-height: 2.5rem; }
  .internal__overlay {
    padding: 5%; }
  .overlay-content--v2 {
    padding: 2rem; }
    .overlay-content--v2 .close-button {
      background: white;
      border-radius: 50%; }
    .overlay-content--v2 .main-image {
      margin-left: -2rem;
      margin-top: -2rem;
      margin-right: -2rem;
      margin-bottom: 0;
      width: calc(100% + 4rem); }
    .overlay-content--v2 .content-element {
      margin: 0;
      min-height: initial; }
      .overlay-content--v2 .content-element .content-text {
        width: initial; } }

.page-dropdown-element {
  margin-bottom: 0.84375rem; }
  .page-dropdown-element .arrow {
    fill: #21355e;
    margin-right: .2em;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }

.extra-block-container {
  margin: 1.6875rem 5%;
  padding-bottom: 1.6875rem; }
  .extra-block-container h2 {
    color: #ef4f26;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.84375rem; }
    .extra-block-container h2 svg {
      display: none; }
  .extra-block-container p {
    margin-bottom: 0.84375rem; }
  .extra-block-container .page-extra-element {
    margin-bottom: 1.6875rem;
    text-decoration: none; }
  .extra-block-container .page-extra-element--active h2 {
    background-color: #21355e; }

.content-container {
  position: relative; }

.page-extra-content img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

@media all and (min-width: 50em) {
  .extra-block-container {
    clear: both;
    margin: 1.6875rem 5%;
    padding-bottom: 1.6875rem;
    position: relative; }
    .extra-block-container h2 {
      font-size: 1rem;
      line-height: 1.2rem;
      background-color: #ef4f26;
      color: #fff;
      text-align: center;
      padding: 1.6875rem 5%;
      cursor: pointer;
      font-weight: 700;
      text-indent: calc(-.8em); }
      .extra-block-container h2:hover {
        background-color: #f1623e; }
      .extra-block-container h2 svg {
        display: inline-block; }
    .extra-block-container .page-extra-content {
      margin-top: 1.6875rem; }
    .extra-block-container .arrow {
      fill: #fff;
      margin-right: .2em;
      -webkit-transition: -webkit-transform .1s ease;
      transition: -webkit-transform .1s ease;
      transition: transform .1s ease;
      transition: transform .1s ease, -webkit-transform .1s ease; }
  .extra-block-container {
    position: absolute;
    top: -7.5rem;
    left: 0;
    right: 0; }
    .extra-block-container h2 {
      font-size: .85rem;
      line-height: 1rem;
      text-align: left;
      padding: 0.84375rem 5%;
      padding: 0.84375rem calc(5%) 0.84375rem calc(5% + .8em);
      height: 5.0625rem; }
    .extra-block-container .page-extra-element {
      float: left;
      display: inline-block;
      width: 17.6%;
      margin-right: 3%; }
      .extra-block-container .page-extra-element:last-child {
        margin-right: 0; }
    .extra-block-container .page-extra-content {
      display: none; }
  .nous-soutenir .extra-block-container .page-extra-element {
    width: 22.75%; } }

@media all and (min-width: 64em) {
  .extra-block-container {
    margin: 1.6875rem 3%; }
    .extra-block-container h2 {
      font-size: 1rem;
      line-height: 1.2rem; } }

.timeline {
  margin-top: 1.6875rem;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(5%, #ef4f26), color-stop(5.5%, #ef4f26), color-stop(5.5%, transparent));
  background: linear-gradient(to right, transparent 5%, #ef4f26 5%, #ef4f26 5.5%, transparent 5.5%); }
  .timeline h2 {
    line-height: 1.125rem;
    display: inline-block;
    background-color: #ef4f26;
    padding: 0.84375rem 2rem 0.84375rem;
    color: #fff; }
    .timeline h2 span {
      font-size: .875rem; }
    .timeline h2 .read-more {
      font-weight: lighter;
      text-decoration: underline;
      font-size: .75rem;
      display: block; }
  .timeline .timeline-content {
    margin-top: 0.84375rem;
    margin-bottom: 1.6875rem;
    border: 2px solid #ef4f26;
    padding: 0.84375rem 1rem 0;
    background-color: #fff; }
  .timeline .page-dropdown-element:last-of-type .timeline-content {
    margin-bottom: 0; }
  .timeline .page-dropdown-element h2:hover {
    background-color: #f37655; }
  .timeline .arrow {
    fill: #fff;
    margin-right: .2em;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }

.nos-missions {
  padding-top: 1.6875rem; }
  .nos-missions h1 {
    margin-bottom: 1.6875rem; }
  .nos-missions .dropdown-overlay {
    background-color: #f7f9fc;
    padding: 0.84375rem 1rem;
    margin-bottom: 1.6875rem;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
    .nos-missions .dropdown-overlay button {
      -webkit-transition-property: color, background-color;
      transition-property: color, background-color;
      -webkit-transition-duration: .3s;
              transition-duration: .3s; }
    .nos-missions .dropdown-overlay:hover {
      background-color: #ecf0f8; }
    .nos-missions .dropdown-overlay img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.nos-missions-content {
  margin-bottom: 1.6875rem; }

@media all and (min-width: 64em) {
  .nos-missions-col {
    width: 50%;
    float: left;
    width: 47.5%; }
    .nos-missions-col:nth-of-type(2n) {
      margin-right: 5%; } }

.donate-button {
  background-color: #ef4f26;
  padding: 0.84375rem 1em;
  display: block;
  font-family: "aller", sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  text-align: center;
  font-size: .875rem; }
  .donate-button:hover {
    background-color: #f1623e;
    color: #fff; }
  .donate-button svg {
    fill: #fff;
    width: 1em;
    height: 1em;
    margin-right: .2em; }

@-webkit-keyframes donate {
  70% {
    padding-top: 0.42188rem; }
  75% {
    padding-top: .6rem; }
  80% {
    padding-top: 0.42188rem; }
  85% {
    padding-top: .6rem; }
  90% {
    padding-top: 0.42188rem; } }

@keyframes donate {
  70% {
    padding-top: 0.42188rem; }
  75% {
    padding-top: .6rem; }
  80% {
    padding-top: 0.42188rem; }
  85% {
    padding-top: .6rem; }
  90% {
    padding-top: 0.42188rem; } }

@media all and (min-width: 46em) {
  .donate-button {
    padding: 0.42188rem 1em;
    z-index: 100;
    position: fixed;
    right: 0;
    top: 30vh;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top right;
            transform-origin: top right; } }

.content-element-full {
  width: 90%;
  clear: both;
  margin-bottom: 1.6875rem; }
  .content-element-full .content-text {
    width: 100%; }

@media all and (min-width: 64em) {
  .content-element-full {
    width: 94%; } }

.side-block {
  position: static; }

@media all and (min-width: 64em) {
  .side-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    padding: 0 3%;
    margin-left: 3%; }
    .side-block blockquote {
      position: relative;
      width: auto;
      left: 0;
      right: -12%;
      margin-right: -12%;
      padding: 12%;
      margin-left: 0;
      margin-bottom: 3.375rem; } }

.edito-block {
  clear: both;
  text-decoration: none; }
  .edito-block img {
    float: left;
    width: 37.5%;
    margin-right: 5%;
    margin-bottom: 0.84375rem; }
  .edito-block .to-overlay {
    display: none; }
  .edito-block:hover img {
    opacity: .8; }
  .edito-block .read-more {
    margin-top: 0;
    margin-bottom: 1.6875rem;
    text-decoration: underline; }

@media all and (min-width: 32em) {
  .edito-block {
    clear: none;
    float: left;
    width: 47.5%; }
    .edito-block:first-of-type {
      margin-right: 5%; } }

@media all and (min-width: 64em) {
  .edito-block {
    float: none;
    clear: both;
    width: 100%; }
    .edito-block:first-of-type {
      margin-right: 0; }
    .edito-block img {
      width: 37.5%; } }

.partners .page-dropdown {
  margin-bottom: 3.375rem; }

.footer-nav {
  display: block !important;
  clear: both;
  font-weight: 700; }
  .footer-nav a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .footer-nav a:last-of-type {
      margin-right: 0; }

.footer .footer-nav {
  padding-bottom: 0; }

@media all and (min-width: 32em) {
  .footer-nav a {
    text-align: left;
    display: inline-block;
    margin-right: 1em; }
    .footer-nav a:first-of-type {
      margin-top: 0; }
  .footer .footer-nav {
    margin-bottom: 0.84375rem; } }

.click-foldout button, .click-overlay button {
  font-size: 1rem;
  font-weight: 700;
  font-family: "aller", sans-serif;
  color: #21355e;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  display: block;
  margin-top: 0.84375rem; }
  .click-foldout button:hover, .click-overlay button:hover {
    color: #ef4f26; }

.click-overlay {
  cursor: pointer; }
  .click-overlay button {
    display: block;
    margin-bottom: 1.6875rem;
    margin-bottom: 0; }

.dropdown-overlay {
  cursor: pointer; }
  .dropdown-overlay:hover {
    color: #ef4f26; }
    .dropdown-overlay:hover button {
      color: #ef4f26 !important; }
  .dropdown-overlay .to-overlay {
    display: none; }

.dropdown-overlay.no-overlay:hover {
  background-color: #f7f9fc;
  cursor: initial;
  color: #21355e; }

.overlay-header {
  width: 100%; }

@media all and (min-width: 32em) {
  .overlay-header {
    width: 95%;
    margin-bottom: 0.84375rem; } }

.subtitle {
  font-size: .8125em;
  text-align: center; }

@media all and (min-width: 26em) {
  .subtitle {
    font-size: 1em; } }

@media all and (min-width: 50em) {
  .subtitle {
    text-align: left; } }

.search-form input {
  -webkit-appearance: none;
  border: 1px solid #d3d7df;
  font-size: .875rem;
  line-height: .875rem;
  font-family: "aller", sans-serif;
  color: #21355e;
  padding: .25rem .5rem .3rem;
  margin: 0;
  display: inline-block;
  background-color: #fff;
  outline: none;
  vertical-align: bottom; }

.search-form input[type=search]:focus {
  -webkit-box-shadow: 0 0 0.5em rgba(33, 53, 94, 0.6);
          box-shadow: 0 0 0.5em rgba(33, 53, 94, 0.6); }

.search-form input[type=submit] {
  line-height: 1.125rem;
  color: #fff;
  border-color: #21355e;
  background-color: #21355e;
  cursor: pointer; }
  .search-form input[type=submit]:hover {
    border-color: rgba(33, 53, 94, 0.8);
    background-color: rgba(33, 53, 94, 0.8); }

.overlay-content p img, .content-text p img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.overlay-content p .alignleft, .overlay-content .alignleft, .content-text p .alignleft, .content-text .alignleft {
  width: 29%;
  width: calc((100% - 3rem) / 2);
  margin-top: .4rem;
  margin-right: 5%;
  margin-right: calc(1rem);
  height: auto;
  float: left;
  margin-bottom: .4rem; }

.overlay-content p .alignright, .overlay-content .alignright, .content-text p .alignright, .content-text .alignright {
  margin-left: calc(1rem);
  height: auto;
  float: right;
  margin-bottom: .4rem; }

.archive {
  margin: 1.6875rem 5%; }
  .archive .content-text {
    width: 100%; }
  .archive .latest-news {
    background-color: transparent; }
    .archive .latest-news img {
      width: 25%;
      float: left; }
    .archive .latest-news .latest-news-post-excerpt {
      padding-right: 0;
      width: calc(75% - 10%);
      margin-top: 0;
      float: left; }
      .archive .latest-news .latest-news-post-excerpt h3 {
        margin-top: 0; }
      .archive .latest-news .latest-news-post-excerpt .more {
        background-color: #fff;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(1.6875rem, #fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to top, #fff 1.6875rem, rgba(255, 255, 255, 0) 100%); }

@media all and (min-width: 32em) {
  .archive .latest-news img {
    max-width: 9.375rem; }
  .archive .latest-news .latest-news-post-excerpt {
    height: 10rem;
    width: calc(100% - 10rem - 5%); } }

@media all and (min-width: 64em) {
  .archive {
    margin: 1.6875rem 3%; }
    .archive .latest-news .latest-news-post-excerpt {
      width: calc(100% - 10rem - 3%); } }

.document-list {
  margin-bottom: 1.6875rem; }

#img-overlay .overlay-content {
  background-color: transparent;
  padding: 0; }
  #img-overlay .overlay-content svg {
    top: 0;
    right: 0; }
  #img-overlay .overlay-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
    max-width: 100%; }

.media-element, .partner-element, .document-element {
  margin-bottom: 1.6875rem; }
  .media-element .video-container, .partner-element .video-container, .document-element .video-container {
    margin-top: 0; }
  .media-element img, .partner-element img, .document-element img {
    margin-right: 1rem;
    width: 6rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .media-element img:hover, .partner-element img:hover, .document-element img:hover {
      opacity: .8; }
  .media-element h3, .partner-element h3, .document-element h3 {
    margin-bottom: 0.84375rem; }

.document-element, .partner-element {
  margin-top: 0.84375rem;
  margin-bottom: 0; }
  .document-element img, .partner-element img {
    padding: .5rem;
    border: 1px solid #ccc; }

.partner-element img:hover {
  opacity: 1; }

.media h2 {
  margin-bottom: 0.42188rem; }

@media all and (min-width: 44rem) {
  .media-element img, .partner-element img, .document-element img {
    width: 9rem; }
  .video-element {
    width: calc(50% - 1rem);
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem; }
    .video-element:nth-of-type(2n) {
      margin-right: 0; }
    .video-element .video-container {
      width: 100%;
      padding-bottom: 56.25%; } }

.small-block-header {
  margin-top: 0.84375rem; }

.next-overlay {
  font-size: .875rem; }

.consultez-button {
  background-color: rgba(33, 53, 94, 0.9);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: .4rem 1rem .3rem;
  border-radius: .25rem;
  padding: 0.84375rem 1rem 0.84375rem;
  width: calc(100% - 2rem);
  display: block;
  clear: both; }
  .consultez-button:hover {
    background-color: rgba(33, 53, 94, 0.8);
    color: #fff; }

.posts-nav {
  font-size: 0; }

.prev-posts, .next-posts {
  font-size: 1rem;
  width: 50%;
  display: inline-block; }

.prev-posts {
  text-align: left; }

.next-posts {
  text-align: right; }

.img-prev, .img-next {
  position: absolute;
  top: 2.75rem !important;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  cursor: pointer; }
  .img-prev:hover, .img-next:hover {
    opacity: .8; }

.img-prev {
  left: 0; }

.img-next {
  right: 0; }

.related-title {
  margin-top: 1.6875rem; }

.partner-extra, .message-box, .text_rouge-block {
  background-color: rgba(33, 53, 94, 0.9);
  color: #fff;
  margin: 1.6875rem 0;
  padding: 1.6875rem 2rem 0.84375rem; }
  .partner-extra a, .message-box a, .text_rouge-block a {
    color: #fff !important; }

.message-box, .text_rouge-block {
  background-color: #ef4f26;
  padding: 1.6875rem 2rem 0.84375rem; }

.image-in-text {
  display: inline !important;
  width: 150px !important; }

.logged-in {
  margin-top: 28px; }

@media print {
  .sprites, .header-contact, .search, .nav, .donate-button, .overlay {
    display: none; }
  /*	.overlay--visible{
		content{
			hidden
		}
		overlay{
			visible
		}
	}*/ }

.news--button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #ef4f26;
  padding: .5rem 1rem; }

.homepage--separate-link {
  font-size: 1.25rem;
  color: #ef4f26;
  text-align: center;
  display: block;
  clear: both;
  margin-bottom: 3rem; }
  .homepage--separate-link a {
    text-decoration: none;
    color: #ef4f26; }
    .homepage--separate-link a span {
      text-decoration: underline; }

.size-full {
  max-width: 100%;
  height: auto; }

#wpstats {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

.banner {
  clear: both;
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6875rem; }

@media all and (min-width: 46em) {
  .banner {
    max-width: calc(50% + .84375rem * 2 - 2px); } }

@media all and (min-width: 64em) {
  .banner {
    max-width: calc(22.25% * 2 + 2% - 2px);
    margin-left: 24.25%; } }

.banner__image {
  width: 100%;
  height: auto; }
  .banner__image img {
    width: 100%;
    height: auto;
    border: .0625rem solid #777; }

.language-select {
  text-transform: uppercase;
  font-size: 1.25rem;
  vertical-align: middle;
  margin-bottom: .25rem;
  margin-left: .5rem; }
  .language-select li:hover, .language-select li:active {
    color: inherit; }
  .language-select li:before {
    content: '•';
    margin: 0 .125em; }
  .language-select li:first-of-type:before {
    content: '';
    margin: 0; }
  .language-select li span {
    color: #21355e;
    font-weight: bolder; }
    .language-select li span:hover, .language-select li span:active {
      color: #21355e; }

@media all and (min-width: 68em) {
  .language-select {
    font-size: 1.5rem; } }

.main-nav .main-nav--extra-block a {
  display: inline;
  line-height: 150%;
  background-color: transparent;
  padding: 0;
  color: inherit; }

.content-element--frontpage {
  min-height: initial; }

.main-nav .main-nav-plan--don a {
  color: #fff;
  background-color: transparent; }

.main-nav .main-nav-plan--don .arrow {
  fill: #fff; }

.block__nav {
  margin-bottom: 1.6875rem; }

.block-nav__button {
  padding: .5rem 1.5rem;
  display: block;
  margin: .25rem .0 .25rem 0;
  margin-bottom: 0.84375rem;
  text-align: center;
  color: #fff;
  background-color: #ef4f26;
  text-decoration: none;
  font-weight: bolder;
  position: relative;
  padding-top: 4.5rem; }
  .block-nav__button:hover, .block-nav__button:active {
    background-color: #a32b0c;
    color: #fff; }
  .block-nav__button svg {
    fill: #fff;
    margin-left: .5em; }

.block-nav__title-image {
  width: 100%;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  padding: .5rem 0;
  width: 16rem;
  height: auto;
  overflow: hidden;
  border-radius: .25rem;
  margin-bottom: 0; }

.block-nav__button {
  padding: 0;
  line-height: 0;
  background: transparent; }
  .block-nav__button:hover, .block-nav__button:active {
    background: transparent; }

@media all and (min-width: 42em) {
  .block__nav {
    text-align: center; }
  .block-nav__button {
    margin: .25rem 1rem;
    display: inline-block;
    margin-right: .5rem; } }

.internal__block {
  margin-bottom: 0.84375rem;
  border-bottom: 1px solid rgba(33, 53, 94, 0.25); }
  .internal__block ul, .internal__block ol {
    margin-bottom: 0.84375rem; }
  .internal__block:last-of-type {
    border-bottom: none; }
  .internal__block sup {
    vertical-align: super;
    font-size: smaller; }

@media all and (min-width: 32em) {
  .internal__block h1, .internal__block h2, .internal__block h3 {
    text-align: center; } }

.content-element .block__title {
  font-size: 1.375rem;
  line-height: 2.2rem;
  color: #21355e;
  color: #ef4f26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none !important; }
  .content-element .block__title a {
    text-decoration: none;
    color: inherit; }

.content-element .block__title--with-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -99999em;
  min-height: 5rem;
  display: block; }

.content-element h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: .375rem; }

.content-element .content-text hr {
  border-bottom: 1px solid rgba(33, 53, 94, 0.25);
  margin-left: 0;
  max-width: 14rem;
  margin-bottom: 1.6875rem;
  margin-top: 1.6875rem; }

@media all and (min-width: 32em) {
  .content-element .block__title {
    font-size: 1.5rem;
    font-size: 4rem;
    line-height: 4rem; } }

.sub-block {
  background-color: #f7f9fc;
  background-color: #fff;
  padding: 0.84375rem 1rem;
  margin-bottom: 1.6875rem;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

.sub-block--with-image {
  position: relative; }

.sub-block--highlight.sub-block--with-image h3 {
  margin-left: 0 !important;
  margin-bottom: .5rem !important;
  margin-top: 0 !important;
  display: none; }

.sub-block--highlight.sub-block--with-image img {
  max-width: 100%;
  margin-bottom: 0.84375rem; }

.sub-block--icon.sub-block--with-image img {
  max-width: 9.375rem;
  margin-bottom: 0.84375rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 42em) {
  .sub-block--icon.sub-block--with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sub-block--icon.sub-block--with-image img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.5rem;
      margin-left: 0;
      margin-bottom: 0; }
    .sub-block--icon.sub-block--with-image .sub-block__text {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 9.375rem - 1.5rem); }
      .sub-block--icon.sub-block--with-image .sub-block__text p:last-of-type {
        margin-bottom: 0; }
    .sub-block--icon.sub-block--with-image:nth-of-type(even) img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0;
      margin-left: 1.5rem; }
    .sub-block--icon.sub-block--with-image:nth-of-type(even) .sub-block__text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

@media all and (min-width: 56em) {
  .sub-block {
    padding: 1.5rem; } }

.block__intro {
  padding: 0.84375rem 1rem;
  margin-bottom: 0.84375rem;
  background-color: rgba(0, 0, 0, 0.05); }
  .block__intro strong, .block__intro a {
    color: inherit; }
  .block__intro svg {
    fill: #21355e; }
  .block__intro p:last-of-type {
    margin-bottom: 0; }
  .block__intro h3 {
    color: #ef4f26; }

.block__intro--sub {
  padding: 0.84375rem 0;
  background-color: transparent;
  text-align: left; }

.block__intro .intro__image {
  margin-top: 1.6875rem;
  max-width: 100%;
  height: auto; }

@media all and (min-width: 38em) {
  .intro__image {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 32em) {
  .block__intro {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center; }
  .block__intro--sub {
    text-align: left; } }

/*@media all and (min-width: 42em){
	.internal__sub-blocks{
		display: flex;
		flex-wrap: wrap;
	}
	.sub-block{
		width: calc(50% - 2rem - 1.6875rem/2);
		margin-right: $line-height;
		&:nth-of-type(even){
			margin-right: 0;
		}
	}
}*/
.internal__sub-blocks {
  margin-top: 2.53125rem; }

.sub-block--highlight h3 {
  text-align: left; }

.block__intro--highlight strong {
  color: #ef4f26; }

.block__footnotes {
  font-size: .875rem; }

.internal__overlay {
  z-index: 99; }
  .internal__overlay p, .internal__overlay ol, .internal__overlay ul {
    margin-right: 0; }

.sub-block__title-with-image {
  height: 3rem;
  width: auto;
  text-indent: -99999em;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  max-width: 100% !important; }

.sub-block__title {
  margin-top: 0.84375rem !important;
  margin-bottom: 0 !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
  color: #ef4f26 !important; }

@media all and (min-width: 32em) {
  .sub-block--highlight .sub-block__title-with-image {
    background-position: left; } }

.video__title {
  font-family: 'Permanent Marker', cursive;
  font-weight: normal !important;
  margin-top: 1rem; }

@media all and (min-width: 32em) {
  .video__title {
    text-align: center; } }

.content-element--internal,
.content-element--vision {
  min-height: initial; }
  .content-element--internal h1, .content-element--internal .block__title, .content-element--internal h3, .content-element--internal .block__subtitle,
  .content-element--vision h1,
  .content-element--vision .block__title,
  .content-element--vision h3,
  .content-element--vision .block__subtitle {
    font-family: 'Permanent Marker', cursive;
    font-weight: normal !important; }
    .content-element--internal h1 strong, .content-element--internal .block__title strong, .content-element--internal h3 strong, .content-element--internal .block__subtitle strong,
    .content-element--vision h1 strong,
    .content-element--vision .block__title strong,
    .content-element--vision h3 strong,
    .content-element--vision .block__subtitle strong {
      color: inherit;
      font-weight: normal !important; }
  .content-element--internal .block__title, .content-element--internal h3,
  .content-element--vision .block__title,
  .content-element--vision h3 {
    color: #ef4f26;
    padding: 2rem;
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6875rem; }
  .content-element--internal h1,
  .content-element--vision h1 {
    margin-bottom: 3.375rem;
    margin-top: 2.53125rem;
    font-size: 1.75rem;
    line-height: 2rem; }
    .content-element--internal h1 strong,
    .content-element--vision h1 strong {
      color: #ef4f26; }
  .content-element--internal .block__title,
  .content-element--vision .block__title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: -3rem; }
  .content-element--internal h3,
  .content-element--vision h3 {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.6875rem;
    max-width: 38rem;
    margin-top: 4rem;
    color: #21355e;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
    font-size: 1.5rem; }
  .content-element--internal .sub-block__title-with-image,
  .content-element--vision .sub-block__title-with-image {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0.84375rem;
    background-color: transparent; }

@media all and (min-width: 32em) {
  .content-element--internal h1,
  .content-element--vision h1 {
    font-size: 2rem;
    line-height: 2.4rem; } }

.internal__block .second-block__title {
  text-align: left;
  font-weight: bolder;
  font-size: 1.25rem;
  line-height: 1.875rem; }

.internal__block .sub-block__toggle {
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 0.84375rem; }
  .internal__block .sub-block__toggle svg {
    fill: #21355e; }

.internal__block .sub-block-to-toggle__content {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1.6875rem; }

.toggle-content--hidden {
  display: none; }

.overlay__nav {
  padding-top: 0.84375rem;
  margin-top: 1.6875rem;
  border-top: 1px solid rgba(33, 53, 94, 0.25); }

.overlay__nav a {
  display: block;
  text-transform: uppercase;
  font-size: .875rem; }

.overlay-nav__button--next {
  margin-left: auto; }

@media all and (min-width: 42em) {
  .overlay__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.image_under_title {
  display: block;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  margin-top: -2rem;
  margin-bottom: 1rem; }

.block__subtitle {
  margin-top: -2rem;
  margin-bottom: 2rem !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ef4f26; }

@media all and (min-width: 38em) {
  .block__subtitle {
    text-align: center; } }

.page-dropdown-element--transparence {
  background-color: rgba(33, 53, 94, 0.05);
  border-radius: .25rem;
  margin-bottom: 0.84375rem; }
  .page-dropdown-element--transparence p, .page-dropdown-element--transparence ul, .page-dropdown-element--transparence ol {
    margin-bottom: 1.6875rem; }

.transparance-block__title {
  padding: .5rem .75rem;
  border-radius: .25rem;
  color: #fff;
  background-color: #21355e; }
  .transparance-block__title svg {
    fill: #fff !important; }

.transparence-sub-block__title,
.page-dropdown-element--transparence h3 {
  padding-bottom: .5rem;
  margin-bottom: 0.84375rem;
  margin-top: 0.84375rem;
  border-bottom: 0.0625rem solid #21355e; }

.transparence-block__content {
  margin: 0.84375rem 1rem; }
  .transparence-block__content .news--button:hover, .transparence-block__content .news--button:active {
    background-color: #21355e;
    color: #fff; }

.transparence-sub-block {
  margin-bottom: 1.6875rem; }

.overlay-button-container {
  margin-top: 1.6875rem; }

.overlay-button {
  font-size: 1rem;
  line-height: 1.2rem;
  background-color: #ef4f26;
  color: #fff;
  text-align: left;
  padding: 1.75rem .875rem;
  cursor: pointer;
  margin: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .overlay-button .overlay-button__title {
    font-weight: 700;
    font-size: 120%; }
  .overlay-button .overlay-button__text {
    font-weight: 400;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .overlay-button .overlay-button__link {
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0; }
  .overlay-button .arrow {
    fill: #fff;
    margin-right: 0.2em;
    display: inline-block; }
  .overlay-button:hover, .overlay-button:active {
    color: #fff; }

@media all and (min-width: 42em) {
  .overlay-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .overlay-button {
    width: 100%;
    min-width: calc(30% - 1rem);
    max-width: calc(50% - 3.75rem);
    margin-bottom: 2rem; } }

.subpage-button-container {
  margin-top: 1.6875rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media all and (min-width: 42em) {
    .subpage-button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.subpage-button {
  padding: 0;
  margin: 0 1rem;
  margin-bottom: 1.6875rem;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .subpage-button img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 10rem;
    -o-object-fit: cover;
       object-fit: cover; }
  .subpage-button .arrow {
    fill: #21355e;
    margin-right: 0.2em;
    display: inline-block; }
  .subpage-button h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem 1rem;
    background-color: rgba(33, 53, 94, 0.8);
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem; }
    .subpage-button h2:after {
      content: '';
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 53, 94, 0.8)), to(transparent));
      background-image: linear-gradient(to top, rgba(33, 53, 94, 0.8), transparent);
      left: 0;
      right: 0;
      top: -2rem;
      height: 2rem;
      position: absolute;
      display: block; }
  .subpage-button:hover h2, .subpage-button:active h2 {
    background-color: rgba(239, 79, 38, 0.9); }
    .subpage-button:hover h2:after, .subpage-button:active h2:after {
      content: '';
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 79, 38, 0.9)), to(transparent));
      background-image: linear-gradient(to top, rgba(239, 79, 38, 0.9), transparent); }
  .subpage-button .subpage-button__link {
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0;
    justify-self: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -99999em;
    width: 100%; }
  @media all and (min-width: 42em) {
    .subpage-button {
      width: calc(50% - 2rem); } }

.breadcrumbs {
  margin: 0 0 .5rem 0 !important;
  font-size: .875rem;
  padding: 0; }
  .breadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline; }
    .breadcrumbs li:after {
      content: ' - '; }
    .breadcrumbs li:last-of-type:after {
      content: ''; }

@media all and (min-width: 42em) {
  .images-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .images-block .images-block__image-container {
      width: 100%;
      max-width: calc(50% - 1rem); }
      .images-block .images-block__image-container img {
        width: 100%;
        height: auto; } }

.wysiwyg ul, .wysiwyg ol, .wysiwyg p {
  margin-bottom: 0.84375rem; }

.wysiwyg .text-block, .wysiwyg .text_rouge-block, .wysiwyg .images-block {
  margin-bottom: 1.6875rem; }

.main-image--missions {
  margin-bottom: 0; }
  @media all and (min-width: 50em) {
    .main-image--missions {
      margin-bottom: 1.6875rem; } }

.nous-soutenir--v2 .extra-block-container h2,
.nos-missions--v2 .extra-block-container h2 {
  background-color: #ef4f26;
  color: #fff;
  text-align: center;
  padding: 1.6875rem 5%;
  cursor: pointer;
  font-weight: 700;
  text-indent: calc(-0.8em);
  font-size: .85rem;
  line-height: 1rem;
  text-align: left;
  padding: 0.84375rem 5%;
  padding: 0.84375rem calc(5%) 0.84375rem calc(5% + 0.8em); }
  @media all and (min-width: 64em) {
    .nous-soutenir--v2 .extra-block-container h2,
    .nos-missions--v2 .extra-block-container h2 {
      font-size: 1rem;
      line-height: 1.2rem; } }
  .nous-soutenir--v2 .extra-block-container h2 svg,
  .nos-missions--v2 .extra-block-container h2 svg {
    display: inline-block;
    fill: #fff;
    margin-right: 0.2em;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }

.nos-missions--v2 .extra-block-container .page-extra-element--active h2 {
  background-color: #21355e; }

@media all and (max-width: 49.9375em) {
  .nous-soutenir--v2 .extra-block-container {
    margin-top: -5.0625rem;
    margin-bottom: 4rem; }
    .nous-soutenir--v2 .extra-block-container .page-extra-element {
      margin-bottom: 0; } }

.nous-soutenir--v2 .extra-block-container .page-extra-content {
  display: none; }

.nav .menu-don {
  position: relative;
  padding: 0; }

.nav .menu-don__link {
  background: #ef4f26;
  color: #fff;
  display: block;
  padding: 0.375rem 5%;
  padding-right: 2rem;
  position: relative; }
  @media all and (min-width: 53.5em) {
    .nav .menu-don__link {
      padding: 0.0625rem 0.75rem;
      padding-right: 2rem; } }
  .nav .menu-don__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: .5rem;
    width: 1rem;
    bottom: 0;
    background-image: url("img/icons/heart.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .nav .menu-don__link:hover, .nav .menu-don__link:active {
    background-color: #a32b0c;
    color: #fff; }
  .nav .menu-don__link.current-page {
    background-color: #ef4f26; }

.nav .menu-don__sub {
  border: none;
  padding: 0;
  margin: 0;
  background-color: #ef4f26; }
  @media all and (min-width: 53.5em) {
    .nav .menu-don__sub {
      position: absolute;
      top: 2rem;
      left: 0;
      z-index: 3; } }
  .nav .menu-don__sub li {
    display: block;
    line-height: 125%;
    border-bottom: 1px solid #fff; }
    .nav .menu-don__sub li a {
      display: block;
      background-color: #ef4f26;
      color: #fff;
      padding: .5rem; }
    @media all and (min-width: 53.5em) {
      .nav .menu-don__sub li:first-of-type {
        border-bottom: 1px solid #fff !important; } }
    .nav .menu-don__sub li:last-of-type {
      border-bottom: none; }

.menu-don__sub {
  display: none; }
  .menu-don__sub--active {
    display: block; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem; }
  .gallery br {
    display: none; }

.gallery-item {
  float: initial !important;
  margin: 0 !important;
  width: initial !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100%;
  line-height: 0; }
  @media all and (min-width: 42em) {
    .gallery-item {
      min-width: calc(50% - .5rem); } }
  .gallery-item img {
    border: none !important; }

.overlay-content blockquote {
  margin-right: 5%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal; }
  @media all and (min-width: 32em) {
    .overlay-content blockquote {
      float: initial;
      background-color: rgba(33, 53, 94, 0.9);
      margin: 1rem 5% 1rem 0;
      font-weight: normal;
      width: initial; } }

a.main-image-frontpage {
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  a.main-image-frontpage:hover, a.main-image-frontpage:active, a.main-image-frontpage:focus {
    opacity: .8; }

.footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem; }
  .footer .social-media li a {
    display: block; }
  .footer .social-media li svg {
    margin: 0;
    width: 2rem;
    height: 2rem; }
  .footer .social-media li:after {
    display: none; }

.top-form .top-donate-button {
  border: 1px solid #ef4f26;
  padding: .25rem .5rem .25rem;
  border-radius: .25rem;
  font-size: .875rem;
  line-height: 100%;
  text-transform: initial; }
  .top-form .top-donate-button:hover, .top-form .top-donate-button:active, .top-form .top-donate-button:focus {
    background-color: #ef4f26;
    color: white; }

@media (min-width: 53.5em) {
  .top-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
