@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*
@media screen and (min-width: 0px) and (max-width: ($step1 - 1px)) {

}

@media screen and (min-width: $step1) and (max-width: ($step2 - 1px)) {

}

@media screen and (min-width: $step2) {

}
*/
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.eot"); /* IE9 Compat Modes */
  src: url("../font/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Poppins-Regular.woff") format("woff"), url("../font/Poppins-Regular.ttf") format("truetype"), url("../font/Poppins-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.eot"); /* IE9 Compat Modes */
  src: url("../font/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Poppins-Bold.woff") format("woff"), url("../font/Poppins-Bold.ttf") format("truetype"), url("../font/Poppins-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-weight: bold;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Italic.eot"); /* IE9 Compat Modes */
  src: url("../font/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("../font/Poppins-Italic.woff") format("woff"), url("../font/Poppins-Italic.ttf") format("truetype"), url("../font/Poppins-Italic.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-style: italic;
}
body {
  font-family: "Poppins", "Helvetica", "Arial", "Courier New";
  background-color: rgb(54, 78, 165);
  color: rgb(54, 78, 165);
}
body input, body select {
  font-family: "Poppins", "Helvetica", "Arial", "Courier New";
}
body a {
  color: rgb(54, 78, 165);
  text-decoration: none;
}
body p {
  margin-bottom: 15px;
}
body p.mega {
  font-size: 36px;
  line-height: 46.8px;
}
body b, body strong {
  font-weight: bold;
}
body h3 {
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  body .no-mobile {
    display: none;
  }
  body p {
    text-align: left;
  }
}

.block {
  display: block;
  position: relative;
}

header {
  box-sizing: border-box;
  height: 70px;
  display: block;
  background-color: white;
}
header a.logo {
  display: block;
  position: absolute;
  left: 30px;
  width: 21px;
  height: 12.75px;
  top: 28.625px;
  background-image: url("/css/img/logo_mini_blue_on_white.png");
  background-size: 21px 12.75px;
  background-repeat: no-repeat;
  background-position: center center;
}
header .menu {
  position: absolute;
  top: 25px;
  right: 30px;
}
header .menu a {
  color: rgb(54, 78, 165);
  font-weight: bold;
  font-size: 16px;
  line-height: 20.8px;
  display: inline;
  margin-left: 30px;
}
header .menu a.selected {
  border-bottom: 2px solid rgb(54, 78, 165);
}
header .menu a.instagram {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding-left: 0;
  padding-top: -2px;
  margin-left: 15px;
  background-image: url("/css/img/instagram-logo_blue.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
header .menu .only-mobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  header a.logo {
    left: 30px;
  }
  header .menu {
    right: 30px;
  }
  header .menu .no-mobile {
    display: none;
  }
  header .menu .only-mobile {
    display: inline;
  }
  header .menu a {
    margin-left: 10px;
    font-size: 12px;
  }
}

.block.galery {
  height: 0;
  background-color: rgb(54, 78, 165);
  width: 100%;
  padding-top: 66.6666666667%;
}
.block.galery .panneau {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/css/img/logo_white_on_trans.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block.galery .panneau {
    background-size: 203px 61px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .block.galery .panneau {
    background-size: 406px 122px;
  }
}
@media screen and (min-width: 1280px) {
  .block.galery .panneau {
    background-size: 406px 122px;
  }
}
.block.galery .panneau a.soutenir {
  font-family: "Poppins";
  font-weight: bold;
  display: block;
  position: absolute;
  width: 120px;
  text-align: center;
  color: white;
  left: calc(50% - 60px);
  top: calc(50% + 61px + 60px);
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid white;
  background-color: transparent;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block.galery .panneau a.soutenir {
    top: calc(50% + 30.5px + 60px);
  }
}
.block.galery .container {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.block.galery .container .photo-band {
  position: absolute;
  width: 100%;
  height: 200%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.block.galery .container .photo-band img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
}
.block.galery .container .photo-band img.c1 {
  top: 0;
}
.block.galery .container .photo-band img.c2 {
  top: 50%;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block.galery {
    padding-top: 66.6666666667%;
  }
  .block.galery .container.c1 {
    display: block;
    left: 0;
    right: 50%;
  }
  .block.galery .container.c2 {
    display: block;
    left: 50%;
    right: 0;
  }
  .block.galery .container.c3 {
    display: none;
  }
  .block.galery .container.c4 {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .block.galery {
    padding-top: 44.4444444444%;
  }
  .block.galery .container.c1 {
    display: block;
    left: 0;
    right: 66.6666666%;
  }
  .block.galery .container.c2 {
    display: block;
    left: 33.3333333333%;
    right: 33.333333333%;
  }
  .block.galery .container.c3 {
    display: block;
    left: 66.6666666666%;
    right: 0;
  }
  .block.galery .container.c4 {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .block.galery {
    padding-top: 33.3333333333%;
  }
  .block.galery .container.c1 {
    display: block;
    left: 0;
    right: 75%;
  }
  .block.galery .container.c2 {
    display: block;
    left: 25%;
    right: 50%;
  }
  .block.galery .container.c3 {
    display: block;
    left: 50%;
    right: 25%;
  }
  .block.galery .container.c4 {
    display: block;
    left: 75%;
    right: 0;
  }
}

.block.slogan-large {
  box-sizing: border-box;
  background-color: white;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 25%;
  padding-right: 25%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block.slogan-large {
    font-size: 16px;
    line-height: 20.8px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .block.slogan-large {
    font-size: 36px;
    line-height: 46.8px;
  }
}
@media screen and (min-width: 1280px) {
  .block.slogan-large {
    font-size: 36px;
    line-height: 46.8px;
  }
}

.block.slogan-blue {
  box-sizing: border-box;
  background-color: rgb(54, 78, 165);
  color: white;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 25%;
  padding-right: 25%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block.slogan-blue {
    font-size: 16px;
    line-height: 20.8px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .block.slogan-blue {
    font-size: 24px;
    line-height: 28.8px;
  }
}
@media screen and (min-width: 1280px) {
  .block.slogan-blue {
    font-size: 24px;
    line-height: 28.8px;
  }
}

.block.double {
  box-sizing: border-box;
  background-color: white;
  color: black;
  font-size: 16px;
  line-height: 20.8px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
}
.block.double .double-container {
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.block.double .text {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 30px;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .block.double .text {
    padding-right: 0;
  }
}
.block.double .text1, .block.double .text2 {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding-right: 30px;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .block.double .text1, .block.double .text2 {
    padding-right: 0;
  }
}
.block.double img {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.block.double img.i3 {
  width: 33.3333333333%;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  .block.double .text, .block.double .text1, .block.double .text2 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .block.double img, .block.double img.i3 {
    display: block;
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
}

.tri-article-container h3 {
  margin-bottom: 15px;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .tri-article-container h3 {
    margin-bottom: 7.5px;
  }
}

/*
.block.tri-article {
  box-sizing: border-box;
  background: {
    color: $blue;
  }
  padding:{
    top:$marge;
    left:$marge;
    //right:$marge;
    bottom:$marge;
  }
  color:white;
  width: 100%;

  .tri-article-container {
    display:block;
    max-width:960px;
    margin:{
      left:auto;
      right:auto;
    }
  }
  .item {
    font-size:$fsNormal;
    line-height:$fsNormalLH;
    box-sizing: border-box;
    position:relative;
    display:inline-block;
    vertical-align: top;
    min-height:120px;
    padding:{
      right:$marge;
    }

    @media screen and (min-width: 0px) and (max-width: ($step1 - 1px)) {
      display:block;
      width:100%;
    }
    @media screen and (min-width: $step1) and (max-width: ($step2 - 1px)) {
      width:33.333333333333333%;
    }
    @media screen and (min-width: $step2) {
      width:33.333333333333333%;
    }
  }

}
*/
.block.form {
  box-sizing: border-box;
  background-color: rgb(54, 78, 165);
  color: white;
  padding-top: 150px;
  padding-bottom: 30px;
}
.block.form .form-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 30px;
  margin-right: 30px;
  gap: 60px;
  color: white;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .block.form .form-container {
    display: block;
  }
  .block.form .form-container div {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 601px) and (max-width: 799px) {
  .block.form .form-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .block.form .form-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block.form .form-container div.center {
  margin-top: 15px;
  width: 100%;
  text-align: left;
}
.block.form .form-container h2 {
  padding-bottom: 10px;
}
.block.form .form-container h2 {
  color: white;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: bold;
}
.block.form .form-container h2.second {
  margin-top: 60px;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  width: 100%;
  height: 34px;
  padding-top: 0;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: white;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 5px;
  left: 6px;
  font-size: 1.3em;
  line-height: 0.8;
  color: black;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.block.grid {
  display: none;
  box-sizing: border-box;
  background-color: white;
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 30px;
  color: rgb(54, 78, 165);
  width: 100%;
}
.block.grid.padded {
  padding-top: 30px;
}
.block.grid .grid-col {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.block.grid .grid-col.c1 {
  display: block;
}
.block.grid .grid-col.c2 {
  display: inline-block;
  width: 50%;
}
.block.grid .grid-col.c3 {
  display: inline-block;
  width: 33.3333333333%;
}
.block.grid .grid-col.c4 {
  display: inline-block;
  width: 25%;
}
.block.grid .grid-col article.grid-item {
  border-top: 2px solid rgb(54, 78, 165);
  font-size: 16px;
  line-height: 20.8px;
  color: black;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 90px;
  padding-top: 5px;
}
.block.grid .grid-col article.grid-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.block.grid .grid-col article.grid-item h2 {
  color: rgb(54, 78, 165);
  font-size: 24px;
  line-height: 28.8px;
  font-weight: bold;
  margin-bottom: 7.5px;
}
.block.grid .grid-col article.grid-item h3 {
  color: rgb(54, 78, 165);
  font-size: 16px;
  font-weight: bold;
  line-height: 20.8px;
  margin-bottom: 15px;
}
.block.grid .grid-col article.grid-item p {
  margin-bottom: 15px;
}
.block.grid .grid-col article.grid-item a.news-link {
  color: rgb(54, 78, 165);
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .block.grid.c1 {
    display: block;
  }
  .block.grid.c2, .block.grid.c3, .block.grid.c4 {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 799px) {
  .block.grid.c2 {
    display: block;
  }
  .block.grid.c1, .block.grid.c3, .block.grid.c4 {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  .block.grid.c3 {
    display: block;
  }
  .block.grid.c1, .block.grid.c2, .block.grid.c4 {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .block.grid.c4 {
    display: block;
  }
  .block.grid.c1, .block.grid.c2, .block.grid.c3 {
    display: none;
  }
}

footer, .block.tri-article {
  position: relative;
  box-sizing: border-box;
  min-height: 120px;
  background-color: rgb(54, 78, 165);
  padding-top: 0;
  padding-bottom: 30px;
  color: white;
  font-size: 16px;
  line-height: 20.8px;
}
footer .column, .block.tri-article .column {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  footer .column, .block.tri-article .column {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 799px) {
  footer .column, .block.tri-article .column {
    width: 50%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
  footer .column, .block.tri-article .column {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  footer .column, .block.tri-article .column {
    width: 25%;
  }
}
footer a.no-link-def, .block.tri-article a.no-link-def {
  color: white;
  text-decoration: none;
}
footer a.no-link-def:hover, .block.tri-article a.no-link-def:hover {
  color: white;
}
footer h2, .block.tri-article h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  color: white;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: bold;
}
footer .links a, .block.tri-article .links a {
  display: block;
  height: 18px;
}
footer .links a.instagram_save, .block.tri-article .links a.instagram_save {
  padding-left: 23px;
  background-image: url("/css/img/instagram-logo.png");
  background-size: 18px 18px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.soutiens {
  text-align: center;
  background-color: white;
  padding-bottom: 60px;
}
.soutiens a {
  display: inline-block;
  vertical-align: middle;
  margin: 30px;
}

ul {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0;
}

ul li {
  position: relative;
}

ul li::before {
  content: "—";
  position: absolute;
  left: -1.2rem;
}

p + ul {
  margin-top: -15px;
}

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