@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:wght@500;700&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.border__ap--top {
  position: relative;
}
.border__ap--top::before {
  display: block;
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  top: -1rem;
  transform: rotate(-180deg);
  background-color: transparent;
  background-image: url(../img/forme.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.border__ap--bottom {
  position: relative;
}
.border__ap--bottom::after {
  display: block;
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
  background-color: transparent;
  background-image: url(../img/forme.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

html {
  min-height: 100vh;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: normal;
  color: rgb(55, 45, 40);
}

img {
  display: block;
  max-width: 100%;
}

a, a:active {
  color: rgb(231, 50, 49);
}

h1 {
  font-family: "Raleway", "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: none;
  font-size: 3.6rem;
  line-height: 1.2;
}

h2 {
  font-family: "Raleway", "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: normal;
}
h2 b {
  color: rgb(253, 210, 26);
}
@media (max-width: 46rem) {
  h2 {
    text-align: left !important;
  }
}

h3, .is-h3 {
  font-family: "Raleway", "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
}

h4, .is-h4 {
  font-family: "Raleway", "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
}

h5, .is-h5 {
  font-size: 2rem;
  font-weight: normal;
}

h6, .is-h6 {
  font-size: 1.6rem;
  font-weight: normal;
}

@media (max-width: 46rem) {
  p {
    text-align: left !important;
  }
}

p + p {
  margin-top: 0.75rem;
}

.font__color--white {
  color: #ffffff !important;
}

.font__color--dark {
  color: rgb(55, 45, 40) !important;
}

.font__color--gray {
  color: rgb(216, 216, 216) !important;
}

.font__color--light {
  color: rgb(245, 244, 244) !important;
}

.font__color--red {
  color: rgb(231, 50, 49) !important;
}

.font__color--yellow {
  color: rgb(253, 210, 26) !important;
}

.font__color--green {
  color: rgb(2, 158, 73) !important;
}

.margin__top {
  margin-top: 3rem;
}
.margin__top--xs {
  margin-top: 0.75rem;
}
.margin__top--s {
  margin-top: 1.5rem;
}
.margin__top--m {
  margin-top: 3rem;
}
.margin__top--l {
  margin-top: 6rem;
}
.margin__top--xl {
  margin-top: 9rem;
}
.margin__bottom {
  margin-bottom: 3rem;
}
.margin__bottom--xs {
  margin-bottom: 0.75rem;
}
.margin__bottom--s {
  margin-bottom: 1.5rem;
}
.margin__bottom--m {
  margin-bottom: 3rem;
}
.margin__bottom--l {
  margin-bottom: 6rem;
}
.margin__bottom--xl {
  margin-bottom: 9rem;
}

.padding__xs {
  padding: 0.75rem 0;
}
.padding__s {
  padding: 1.5rem 0;
}
.padding__m {
  padding: 3rem 0;
}
.padding__l {
  padding: 6rem 0;
}
.padding__xl {
  padding: 9rem 0;
}

.align__center {
  text-align: center;
}
.align__left {
  text-align: left;
}
.align__right {
  text-align: right;
}
.align__justify {
  text-align: justify;
}

.wrapper {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 120rem) {
  .wrapper {
    padding: 0 3rem;
  }
}

.bg__color--white {
  background-color: #ffffff;
}
.bg__color--white a:link, .bg__color--white a:visited {
  color: inherit;
}
.bg__color--dark {
  background-color: rgb(55, 45, 40);
  color: rgb(255, 255, 255);
}
.bg__color--dark a:link, .bg__color--dark a:visited {
  color: inherit;
}
.bg__color--gray {
  background-color: rgb(216, 216, 216);
}
.bg__color--gray a:link, .bg__color--gray a:visited {
  color: inherit;
}
.bg__color--light {
  background-color: rgb(245, 244, 244);
}
.bg__color--light a:link, .bg__color--light a:visited {
  color: inherit;
}
.bg__color--red {
  background-color: rgb(231, 50, 49);
}
.bg__color--red a:link, .bg__color--red a:visited {
  color: inherit;
}
.bg__color--yellow {
  background-color: rgb(253, 210, 26);
}
.bg__color--yellow a:link, .bg__color--yellow a:visited {
  color: inherit;
}
.bg__color--green {
  background-color: rgb(2, 158, 73);
}
.bg__color--green a:link, .bg__color--green a:visited {
  color: inherit;
}

.bg__faded--white {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg__faded--white a:link, .bg__faded--white a:visited {
  color: inherit;
}
.bg__faded--dark {
  background-color: rgba(55, 45, 40, 0.95);
  background-color: rgba(55, 45, 40, 0.9);
  color: rgb(255, 255, 255);
}
.bg__faded--dark a:link, .bg__faded--dark a:visited {
  color: inherit;
}
.bg__faded--gray {
  background-color: rgba(216, 216, 216, 0.95);
}
.bg__faded--gray a:link, .bg__faded--gray a:visited {
  color: inherit;
}
.bg__faded--light {
  background-color: rgba(245, 244, 244, 0.95);
}
.bg__faded--light a:link, .bg__faded--light a:visited {
  color: inherit;
}
.bg__faded--red {
  background-color: rgba(231, 50, 49, 0.95);
}
.bg__faded--red a:link, .bg__faded--red a:visited {
  color: inherit;
}
.bg__faded--yellow {
  background-color: rgba(253, 210, 26, 0.95);
}
.bg__faded--yellow a:link, .bg__faded--yellow a:visited {
  color: inherit;
}
.bg__faded--green {
  background-color: rgba(2, 158, 73, 0.95);
}
.bg__faded--green a:link, .bg__faded--green a:visited {
  color: inherit;
}

.bg__image--cover {
  position: relative;
}
.bg__image--cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.layout__grid--half {
  display: grid;
  grid-column-gap: 9rem;
  grid-row-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 46rem) {
  .layout__grid--half {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}
.layout__grid--third {
  display: grid;
  grid-column-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 3rem;
}
@media (max-width: 46rem) {
  .layout__grid--third {
    grid-template-columns: 1fr;
  }
}
.layout__grid--fifth {
  display: grid;
  grid-column-gap: 6rem;
  grid-template-columns: 4fr 2fr;
}
@media (max-width: 46rem) {
  .layout__grid--fifth {
    grid-template-columns: 1fr;
    grid-row-gap: 6rem;
  }
}
.layout__grid--footer {
  display: grid;
  grid-column-gap: 6rem;
  grid-template-columns: 2fr 2fr 4fr 5fr 1fr;
}
@media (max-width: 46rem) {
  .layout__grid--footer {
    grid-template-columns: 1fr;
    grid-row-gap: 6rem;
  }
}
.layout__grid--centered {
  display: flex;
  justify-content: center;
}
.layout__grid--centered > div {
  width: 60%;
}
@media (max-width: 46rem) {
  .layout__grid--centered > div {
    width: 100%;
  }
}
.layout__grid--multi {
  display: grid;
  grid-gap: 6rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 46rem) {
  .layout__grid--multi {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 6rem;
  }
}
.layout__align {
  align-items: center;
}
.layout__justify {
  justify-content: center;
}
.layout__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 46rem) {
  .layout__nav {
    display: block;
  }
}

.module__fonctionnement--header {
  margin-bottom: 3rem;
}
.module__fonctionnement--header img {
  max-height: 6rem;
  max-width: 6rem;
}
.module__fonctionnement--body p {
  font-size: 1.4rem;
}

.module__date {
  max-width: 28%;
  flex: 0 0 auto;
}
.module__date:last-of-type {
  width: 10rem;
}
@media (max-width: 46rem) {
  .module__date {
    flex: none;
    max-width: 100%;
  }
}
.module__date--image {
  margin-bottom: 1.5rem;
}
.module__date--image img {
  max-height: 8rem;
  border-radius: 50%;
}
@media (max-width: 46rem) {
  .module__date--image img {
    max-height: 12rem;
  }
}
.module__date--timeline {
  position: relative;
  margin-bottom: 1.5rem;
}
.module__date--timeline::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: rgb(216, 216, 216);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.module__date--timeline span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgb(216, 216, 216);
  border-radius: 50%;
  margin-left: 3rem;
}
.module__date--body {
  padding: 0 3rem;
}
.module__date--body p {
  font-size: 1.4rem;
}

.module__equipe {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-columns: 2fr 8fr;
}
.module__equipe:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (max-width: 46rem) {
  .module__equipe {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}
.module__equipe--image img {
  max-height: 12rem;
  border-radius: 50%;
}
.module__equipe--body {
  padding-top: 1.5rem;
}
.module__equipe--body p {
  font-size: 1.4rem;
}
@media (max-width: 46rem) {
  .module__equipe--body {
    padding-top: 0;
  }
}

.module__parrainage {
  padding: 3rem;
  border: 0.25rem solid rgb(253, 210, 26);
  text-align: center;
}
.module__parrainage p {
  font-size: 1.6rem;
}
.module__parrainage:last-of-type {
  margin-top: 3rem;
}

.btn, a.btn {
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: rgb(253, 210, 26);
  border-radius: 0.5rem;
  font-family: "Raleway", "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: rgb(55, 45, 40) !important;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9), transform 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9), background-color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9), padding-left 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9);
}
.btn::before, a.btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4rem;
  background-color: transparent;
  background-image: url(../img/aveniretpartage_icone.svg);
  background-size: 75% auto;
  background-position: center right;
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9), transform 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9);
}
@media (hover: hover) {
  .btn:hover, a.btn:hover {
    box-shadow: 0 10px 15px -3px rgba(55, 45, 40, 0.15), 0 4px 6px -2px rgba(55, 45, 40, 0.05);
    padding-left: 5rem;
  }
  .btn:hover::before, a.btn:hover::before {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn__full, a.btn__full {
  display: block;
  text-align: center;
}
.btn__large, a.btn__large {
  font-size: 2.2rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.fieldset__grid {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.fieldset__grid--half {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 46rem) {
  .fieldset__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}

label {
  cursor: pointer;
}
label.inline {
  display: inline-block;
}

input::placeholder {
  color: rgb(216, 216, 216);
  font-style: italic;
}
input[type=text], input[type=email], input[type=password], input[type=date], input[type=datetime-local], input[type=number], input[type=tel], input[type=time], input[type=url] {
  width: 100%;
  padding: 1.5rem 3rem 1.8rem;
  border: 0.2rem solid rgb(245, 244, 244);
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus {
  outline: rgb(216, 216, 216) auto 0.2rem;
}
input.naked {
  border: none;
}

select {
  display: block;
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  color: rgb(55, 45, 40);
  padding: 1.5rem 3rem 1.8rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0.2rem solid rgb(245, 244, 244);
  box-shadow: none;
  border-radius: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23bbbbbb%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
select::-ms-expand {
  display: none;
}

form.form__type--search {
  display: flex;
  justify-content: space-between;
}
form.form__type--search input {
  border: none;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 3rem;
  flex: 1 1 auto;
}
form.form__type--search input:focus {
  border-radius: 0.5rem 0 0 0.5rem;
}
form.form__type--search button {
  border: none;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 3rem 6rem;
}
form.form__type--search button:hover {
  transform: translateY(0);
}
@media (max-width: 46rem) {
  form.form__type--search button {
    padding: 1.5rem 3rem;
  }
}

header {
  width: 100%;
  margin: 0 auto;
  font-family: "Raleway", "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(55, 45, 40, 0) 0%, #372d28 98%);
  position: absolute;
  z-index: 9999;
}
header #logo img {
  display: none;
}
header nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
header nav ul li a {
  text-decoration: none;
  color: inherit;
  padding: 0 1.5rem;
  transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9);
}
header nav ul li a:hover, header nav ul li a.active {
  color: rgb(253, 210, 26);
}
header nav ul li:last-of-type a {
  padding-right: 0;
}
header nav ul li.icone {
  display: none;
}
@media (max-width: 46rem) {
  header nav ul li {
    display: none;
  }
  header nav ul li.icone {
    display: block;
    font-size: 2rem;
    position: absolute;
    right: 3rem;
    top: 3rem;
    transform: translateY(-50%);
  }
  header nav.mobile {
    padding-top: 3rem;
  }
  header nav.mobile ul {
    flex-direction: column;
  }
  header nav.mobile ul li {
    display: block;
    padding: 0.75rem 0;
    text-align: right;
  }
}

img.logo {
  max-height: 32rem;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 12rem 0;
}
@media (max-width: 46rem) {
  section {
    padding: 6rem 0;
  }
}

#introduction {
  color: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(55, 45, 40, 0.7) 0%, rgba(55, 45, 40, 0.7) 90%, #372d28 100%);
  position: relative;
}
@media (max-width: 46rem) {
  #introduction {
    padding: 6rem 0;
  }
}
#introduction::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/bg_introduction.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#introduction .wrapper {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}
@media (max-width: 46rem) {
  #introduction .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}

#sub-header {
  color: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(55, 45, 40, 0.85) 0%, rgba(55, 45, 40, 0.85) 90%, #372d28 100%);
  position: relative;
  padding: 6rem 0;
}
@media (max-width: 46rem) {
  #sub-header {
    padding: 6rem 0;
  }
}
#sub-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/bg_introduction.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sub-header .wrapper {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
@media (max-width: 46rem) {
  #sub-header .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}

#projet {
  background-image: url(../img/bg_projet_gauche.jpg), url(../img/bg_projet_droite.jpg);
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  background-size: 30% auto, 30% auto;
}
#projet .wrapper {
  width: 40%;
}
@media (max-width: 46rem) {
  #projet {
    background: none;
  }
  #projet .wrapper {
    width: 100%;
  }
}

#fonctionnement .wrapper {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 46rem) {
  #fonctionnement .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}

#photos {
  padding: 0;
}
#photos .wrapper {
  max-width: 100%;
  padding: 0;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 46rem) {
  #photos .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

#historique .wrapper {
  max-width: 100%;
  position: relative;
}
#historique .wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 98%);
  pointer-events: none;
}
@media (max-width: 46rem) {
  #historique .wrapper::after {
    display: none;
  }
}
#historique .wrapper .timeline {
  padding-bottom: 4rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 46rem) {
  #historique .wrapper .timeline {
    display: grid;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    overflow-x: hidden;
  }
}

#participer {
  background: linear-gradient(180deg, #372d28 0%, rgba(55, 45, 40, 0.8) 10%, rgba(55, 45, 40, 0.8) 90%, #372d28 100%);
  position: relative;
}
#participer section {
  padding: 0;
}
#participer section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/bg_participer.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#equipe .wrapper {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 46rem) {
  #equipe .wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}
#equipe .wrapper .equipe {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 46rem) {
  #equipe .wrapper .equipe {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0;
  background-color: rgb(55, 45, 40);
  color: rgb(255, 255, 255);
  text-align: center;
}
footer a, footer a:link, footer a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer a:hover {
  color: rgb(253, 210, 26);
  text-decoration: underline;
}

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