/* -------------------------------------------------------------------------- */
/*                                    Libs                                    */
/* -------------------------------------------------------------------------- */
/* -- normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css - */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                                    Base                                    */
/* -------------------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow: scroll;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
}

body {
  font-family: Verdana, sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: black;
  margin: 0;
}

h1,
.h1-like {
  font-size: 4.5rem;
}

h2,
.h2-like {
  font-size: 4.1rem;
}

h3,
.h3-like {
  font-size: 3.7rem;
}

h4,
.h4-like {
  font-size: 3.3rem;
}

h5,
.h5-like {
  font-size: 2.9rem;
}

h6,
.h6-like {
  font-size: 2.5rem;
}

.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  h2,
  .h2-like {
    font-size: 3rem;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

a {
  outline: none;
  color: inherit;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a,
button,
[class^="btn"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  color: #8f8f8f;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
}

input:hover, input:focus,
textarea:hover,
textarea:focus {
  border-color: #5cff00b3;
  outline: none;
}

input[placeholder] {
  overflow: hidden;
  text-overflow: ellipsis;
}

input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

/* -------------------------------------------------------------------------- */
/*                                   Layout                                   */
/* -------------------------------------------------------------------------- */
/* ---------------------------- Layout Container ---------------------------- */
.l-container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}

@media only screen and (max-width: 1536px) {
  .l-container {
    max-width: 1280px;
  }
}

@media only screen and (max-width: 1280px) {
  .l-container {
    max-width: 1023px;
  }
}

@media only screen and (max-width: 1023px) {
  .l-container {
    max-width: 768px;
  }
}

@media only screen and (max-width: 768px) {
  .l-container {
    max-width: 640px;
  }
}

@media only screen and (max-width: 640px) {
  .l-container {
    max-width: 100%;
  }
}

/* -------------------------- Layout Hero Container ------------------------- */
.l-hero-container {
  max-width: calc(1536px + 25%);
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1536px) {
  .l-hero-container {
    max-width: calc(1280px + 25%);
  }
}

@media only screen and (max-width: 1280px) {
  .l-hero-container {
    max-width: calc(1023px + 25%);
  }
}

@media only screen and (max-width: 1023px) {
  .l-hero-container {
    max-width: calc(768px + 25%);
  }
}

@media only screen and (max-width: 768px) {
  .l-hero-container {
    max-width: calc(640px + 25%);
  }
}

@media only screen and (max-width: 640px) {
  .l-hero-container {
    max-width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   Modules                                  */
/* -------------------------------------------------------------------------- */
/* ------------------------------ Module Header ----------------------------- */
.header {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7fr;
      grid-template-columns: 1fr 7fr;
      grid-template-areas: "logo nav";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  max-width: 10rem;
}

.header nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: nav;
}

.header .menu > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.header .menu > div a:nth-child(1) {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.header .menu > div a {
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .menu > div a:hover, .header .menu > div a:focus {
  color: #307f3e;
  font-weight: bold;
}

.header .menu > div a:after {
  width: 0%;
  height: 2px;
  display: block;
  content: "";
  left: 50%;
  -webkit-transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .menu > div a:hover::after, .header .menu > div a:focus::after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #307f3e;
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
}

.header .altern-close {
  display: none;
}

.header .contact {
  grid-area: contact;
  -ms-grid-row: 1;
  grid-row: 1;
}

.header .toggle {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .header {
        grid-template-areas: "logo nav";
    justify-items: end;
  }
  .header .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: none;
    width: 4rem;
    z-index: 9999;
    position: relative;
  }
  .header .menu {
    display: none;
  }
  .header .menu div:nth-child(1) {
    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;
    top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 130px;
    right: 0;
    width: 100%;
    height: 310px;
    background: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 15px darkgray;
            box-shadow: 0 0 15px darkgray;
    color: white;
    z-index: 999;
  }
  .header .menu a {
    margin: 1rem;
    position: relative;
    z-index: 9999;
  }
  .header .menu .contact {
    color: white;
    margin: 2rem;
  }
  .header .altern-close {
    display: block;
    width: 25px;
    height: 25px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 100%;
  }
  .header .altern-close:hover {
    scale: 1.2;
  }
}

.blog .header {
  -ms-grid-columns: 100px 1fr 4fr;
      grid-template-columns: 100px 1fr 4fr;
      grid-template-areas: "logo sub nav";
}

.blog .sub {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sub;
  -ms-grid-column-align: start;
      justify-self: start;
  margin-left: 1rem;
  font-weight: bold;
}

.blog .menu > div {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

/* ------------------------------ Module Footer ----------------------------- */
footer {
  background: #5cff004d;
}

footer p,
footer div {
  text-align: center;
}

.social,
.legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
}

.social {
  width: 280px;
}

.social a {
  margin: 15px;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}

.social a:hover {
  scale: 1.1;
}

.legal {
  width: 350px;
}

.legal a {
  margin: 2rem;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.copyright {
  font-size: 1rem;
}

/* ------------------------------ Module Modal ------------------------------ */
.c-dialog {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: rgba(0, 0, 0, 0.56);
  width: 100%;
  height: 100%;
  overflow: auto;
}

.c-dialog__box {
  max-width: 342px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #5cff00b3;
  -webkit-box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2);
}

.c-dialog__box__title {
  text-align: center;
  border-bottom: 1px solid #dedede;
}

.c-dialog__box__title p {
  margin: 1rem;
}

.c-dialog__box__button {
  text-align: end;
  margin-top: 10px;
}

.c-dialog[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.dialog-desc {
  font-size: 1.4rem;
  padding: 22px 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  row-gap: 5px;
}

.dialog-desc__infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 22px;
}

.dialog-desc__infos input {
  width: 100%;
}

button[aria-label="Abandonner"] {
  display: inline-block;
  padding: 10px 16px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #8f8f8f;
  -webkit-transition: color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  margin-right: 10px;
}

button[aria-label="Abandonner"]:hover, button[aria-label="Abandonner"]:focus {
  color: black;
  -webkit-box-shadow: 0 0 0 2px #5cff00b3;
          box-shadow: 0 0 0 2px #5cff00b3;
}

button[aria-label="Abandonner"]:focus-visible {
  outline: none;
}

/* ----------------------------- Module Checkbox ---------------------------- */
.checkbox {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.checkbox input[type="checkbox"] {
  height: 40px;
  width: 40px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox label {
  display: block;
  padding: 0 0 0 27px;
}

.checkbox label::before {
  border: 2px solid;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 5px;
}

.checkbox label::after {
  content: "";
  opacity: 0;
  background-image: url(../../img/checkmark.svg);
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 3px;
  top: 1px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/*reveal check for 'on' state*/
.checkbox input:checked + label::after {
  opacity: 1;
}

/*focus styles*/
.checkbox input:focus + label::before {
  -webkit-box-shadow: 0 0 0 3px #5cff00b3;
          box-shadow: 0 0 0 3px #5cff00b3;
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */
}

/* ------------------------------ Module Button ----------------------------- */
[class*="btn"] {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in-out, scale 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: color 200ms ease-in-out, scale 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out, scale 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out, scale 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  border: none;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

[class*="btn"]:hover, [class*="btn"]:focus {
  scale: 1.05;
}

[class*="btn"]:focus-visible {
  outline: none;
}

.btn--primary {
  border: 2px solid #5cff00b3;
  background: transparent;
}

.btn--primary:hover, .btn--primary:focus {
  -webkit-box-shadow: 0 0 40px 40px #5cff00b3 inset;
          box-shadow: 0 0 40px 40px #5cff00b3 inset;
}

.btn--grey {
  background: #ebebeb;
}

.btn--grey:hover, .btn--grey:focus {
  -webkit-box-shadow: 0 0 40px 40px #5cff00b3 inset;
          box-shadow: 0 0 40px 40px #5cff00b3 inset;
}

/* -------------------------------------------------------------------------- */
/*                                    Page                                    */
/* -------------------------------------------------------------------------- */
/* ------------------------------ Section Hero ------------------------------ */
.hero__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-position-y: 95%;
  background-repeat: no-repeat;
  background-image: url(/img/acceuil.jpg);
  background-size: cover;
  min-height: 65vh;
  background-position-x: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero {
  width: 600px;
  color: #b5b5b5;
  margin: auto;
  margin-top: auto;
  margin-top: 50px;
  position: relative;
  margin: 3rem;
}

.hero__content {
  padding: 4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  border: 1px solid #307f3e;
  -webkit-box-shadow: 0 0 4px #ebebeb;
          box-shadow: 0 0 4px #ebebeb;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  row-gap: 2rem;
  justify-items: center;
  text-align: center;
}

.hero__content h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hero__content h1.focusable:active, .hero__content h1.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.hero__content p {
  color: black;
  max-width: 400px;
}

.blog .hero__background {
  background: url(/img/blog.jpg);
  background-size: cover;
  background-position-x: 54%;
  background-position-y: 49%;
  min-height: auto;
}

.blog .hero {
  width: auto;
}

.blog .hero__content {
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 3rem;
  text-align: initial;
}

@media only screen and (max-width: 768px) {
  .blog .hero__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
  }
}

.post .hero__background {
  background: url(/img/post.jpg);
  background-size: cover;
  background-size: cover;
  min-height: 31vh;
  background-position-x: 74%;
  background-position-y: 27%;
}

/* ------------------------------ Section Prog ------------------------------ */
.section-prog h2 {
  text-align: center;
}

.section-prog button {
  display: block;
  margin: 1rem auto;
}

.prog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr (2fr)[3] 1fr;
      grid-template-columns: 1fr repeat(3, 2fr) 1fr;
      grid-template-areas: "day1 img1 img2 img3 ." " . inf1 inf2 inf3 . " "day2 img4 img5 img6 ." ". inf4 inf5 inf6 ." "day3 img7 img8 img9 ." ". inf7 inf8 inf9 ." "day4 img10 img11 img12 ." ". inf10 inf11 inf12 .";
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.5rem;
  justify-items: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 1em 0.2rem;
  padding: 1.2rem 0;
}

@media only screen and (max-width: 1280px) {
  .prog {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 70px 20vh auto;
        grid-template-areas: "day1 day1 day1" "img1 img2 img3" "inf1 inf2 inf3" "day2 day2 day2" "img4 img5 img6" "inf4 inf5 inf6" "day3 day3 day3" "img7 img8 img9" "inf7 inf8 inf9" "day4 day4 day4" "img10 img11 img12" "inf10 inf11 inf12";
  }
}

.day {
  text-transform: uppercase;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 2px 0 1px #f7f7f7;
          box-shadow: inset 0px 2px 0 1px #f7f7f7;
}

@media only screen and (max-width: 640px) {
  .day {
    margin-top: 2rem;
  }
}

[class*="img__"] {
  height: 100%;
  width: auto;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 640px) {
  [class*="img__"] {
    max-height: 85%;
  }
}

[class*="infos__"] {
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prog__day__one.day {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: day1;
}

.prog__day__one.img__1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: img1;
}

.prog__day__one.infos__1 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: inf1;
}

.prog__day__one.img__2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: img2;
}

.prog__day__one.infos__2 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: inf2;
}

.prog__day__one.img__3 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: img3;
}

.prog__day__one.infos__3 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: inf3;
}

.prog__day__two.day {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: day2;
}

.prog__day__two.img__1 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: img4;
}

.prog__day__two.infos__1 {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: inf4;
}

.prog__day__two.img__2 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: img5;
}

.prog__day__two.infos__2 {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  grid-area: inf5;
}

.prog__day__two.img__3 {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: img6;
}

.prog__day__two.infos__3 {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
  grid-area: inf6;
}

.prog__day__three.day {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: day3;
}

.prog__day__three.img__1 {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: img7;
}

.prog__day__three.infos__1 {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  grid-area: inf7;
}

.prog__day__three.img__2 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: img8;
}

.prog__day__three.infos__2 {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
  grid-area: inf8;
}

.prog__day__three.img__3 {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
  grid-area: img9;
}

.prog__day__three.infos__3 {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
  grid-area: inf9;
}

.prog__day__four.day {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: day4;
}

.prog__day__four.img__1 {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
  grid-area: img10;
}

.prog__day__four.infos__1 {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
  grid-area: inf10;
}

.prog__day__four.img__2 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: img11;
}

.prog__day__four.infos__2 {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
  grid-area: inf11;
}

.prog__day__four.img__3 {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
  grid-area: img12;
}

.prog__day__four.infos__3 {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
  grid-area: inf12;
}

/* ------------------------------ Section Actu ------------------------------ */
.section-actu {
  padding: 4rem 2rem;
  background: url(/img/actu.jpg) fixed;
  background-position: 45%;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.actu-h2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(auto, 425px) 1fr;
      grid-template-columns: 1fr minmax(auto, 425px) 1fr;
  -ms-grid-rows: 2fr;
      grid-template-rows: 2fr;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: first baseline;
}

@media only screen and (max-width: 640px) {
  .actu-h2 a {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.actu-h2 h2 {
  text-align: center;
  margin: auto;
  -ms-grid-column: 2;
  grid-column: 2;
  color: white;
}

.actu__posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (375px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 375px);
  row-gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 6rem auto;
}

.actu__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.5rem;
  width: 335px;
  background: white;
  border-radius: 1rem;
  -webkit-box-shadow: 8px 8px 6px #5cff004d;
          box-shadow: 8px 8px 6px #5cff004d;
}

.actu__post h3 {
  text-align: center;
  font-size: 2.5rem;
}

.actu__post__date {
  text-align: center;
}

.actu__post a {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .actu__posts {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .actu__post {
    width: 100%;
  }
}

.actu__post__content {
  margin: 3rem 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsletter {
  text-align: center;
}

.newsletter p {
  padding: 5rem 0 3rem 0;
  font-size: 2.4rem;
  color: white;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-top: 5px solid #ebebeb;
  text-shadow: 4px 2px 7px black;
  margin: auto;
}

.newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.newsletter form > div {
  padding: 1rem;
  border: 3px solid #5cff004d;
  border-radius: 40px;
}

.newsletter input[placeholder] {
  width: 400px;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .newsletter input[placeholder] {
    width: 330px;
  }
}

.newsletter button {
  margin: 20px;
  width: 200px;
}

@media only screen and (max-width: 1023px) {
  .blog .actu__posts {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .blog .actu__post {
    width: 100%;
  }
}

/* ------------------------------- Section Mqp ------------------------------ */
.section-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.section-map h2 {
  width: 100%;
}

.section-map div {
  margin: 10px;
}

.section-map iframe {
  height: auto;
  width: 100%;
  border: 4px solid #5cff004d;
  border-radius: 1rem;
}

.map-info {
  width: 600px;
}

.map-map {
  width: 500px;
}

/* --------------------------- Section Modal Prog --------------------------- */
.modale-prog__prog {
  padding: 5px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
}

.modale-prog__prog p {
  text-align: center;
}

.dialog-desc > p:nth-child(2) {
  margin-top: 12px;
  text-align: center;
}

/* ------------------------------ Section Post ------------------------------ */
.post__title, .post__date {
  text-align: center;
}

.post-container {
  position: relative;
  background: white;
  max-width: 80%;
  margin: auto;
  padding: 7rem 7%;
  border: 9px solid #5cff004d;
  border-radius: 2rem;
}

@media only screen and (max-width: 640px) {
  .post-container {
    max-width: 100%;
    padding: 7rem 6%;
  }
}

.post__content {
  margin: 7rem 0;
}

.post__nav {
  text-align: center;
}

.post__nav a {
  margin: 1.8rem;
  width: 200px;
}

.section-post {
  top: -11rem;
  margin-bottom: -8rem;
}
/*# sourceMappingURL=index.css.map */