@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  color: #3f3f3e;
  background-color: #fff;
}

.text-light {
  color: #fff9f1;
}

.text-primary {
  color: #a2cf9c;
}

.text-secondary {
  color: #bc7369;
}

.bg-light {
  background-color: #fff9f1;
}

.bg-dark-blue {
  background-color: #2b3a2f;
}

.bg-primary {
  background-color: #a2cf9c;
}

.bg-primary-light {
  background-color: #ecf5eb;
}

.bg-secondary {
  background-color: #bc7369;
}

@font-face {
  font-family: "Roboto";
  src: url("/font/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("/font/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto Italic";
  src: url("/font/Roboto-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Caveat Bold";
  src: url("/font/Caveat-Bold.ttf") format("truetype");
  font-weight: 700;
}
html {
  font-size: 100%;
}

body {
  line-height: 1.5625;
  font-family: Roboto, Arial, sans-serif;
}

.italic, .blockquote, .quote {
  font-family: Roboto Italic, Arial, sans-serif;
  font-style: italic;
}

.bold {
  font-family: Roboto Bold, Arial, sans-serif;
  font-weight: 700;
}

.cursive {
  font-family: Caveat Bold, Roboto, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 700;
}

.link, .link-secondary, .link-primary {
  color: #3f3f3e;
  text-decoration: none;
  border-bottom: 3px solid #3f3f3e;
  transition: background-color 0.3s;
}
.link:visited, .link-secondary:visited, .link-primary:visited {
  color: #3f3f3e;
}
.link:hover, .link-secondary:hover, .link-primary:hover, .link:focus, .link-secondary:focus, .link-primary:focus, .link:visited:hover {
  background-color: #3f3f3e;
  color: #a2cf9c;
  text-decoration: none;
}

.link.no-border, .no-border.link-secondary, .no-border.link-primary {
  border-bottom: none;
}

.link-primary {
  border-bottom-color: #a2cf9c;
}
.link-primary:hover, .link-primary:focus, .link-primary:visited:hover {
  color: #3f3f3e;
  background-color: #a2cf9c;
}

.link-secondary {
  border-bottom-color: #bc7369;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:visited:hover {
  background-color: #bc7369;
}

.blockquote {
  margin: 1.5625rem 0;
  padding-left: 1.5625rem;
  border-left: 3px solid #a2cf9c;
  color: #727271;
}

.cite {
  display: block;
  font-family: Roboto Bold, Arial, sans-serif;
  font-style: normal;
}
.cite::before {
  content: "—";
}

.unordered-list {
  list-style: disc;
}

.ordered-list {
  list-style: decimal;
}

.unordered-list,
.ordered-list {
  padding-left: 1.5625rem;
}

.display, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto Bold, Arial, sans-serif;
  font-weight: 700;
}

.h1 {
  font-size: 30px;
  line-height: 2.265625rem;
}

.h2 {
  font-size: 30px;
  line-height: 2.03125rem;
}

.h3 {
  font-size: 25px;
  line-height: 1.5625rem;
}

.h4 {
  line-height: 1.5625rem;
}

.h5 {
  line-height: 1.5625rem;
}

.h6 {
  line-height: 1.5625rem;
}

.h1-size {
  font-size: 30px;
}

.h2-size {
  font-size: 30px;
}

.h3-size {
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .h1 {
    font-size: 45px;
    line-height: 3.125rem;
  }

  .h2 {
    font-size: 45px;
    line-height: 3.125rem;
  }

  .h3 {
    font-size: 30px;
    line-height: 2.34375rem;
  }

  .h4 {
    font-size: 21px;
  }

  .h1-size {
    font-size: 45px;
  }

  .h2-size {
    font-size: 45px;
  }

  .h3-size {
    font-size: 30px;
  }

  .h4-size {
    font-size: 21px;
  }
}
.text-center {
  text-align: center;
}

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

.text-upper {
  text-transform: uppercase;
}

.space-letters {
  letter-spacing: 2.5px;
}

.wrap-long-words {
  overflow-wrap: break-word;
}

@media screen and (min-width: 596px) {
  .text-sm-left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
}
* {
  box-sizing: border-box;
}

.pv--5 {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.ph--5 {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.pt--5 {
  padding-top: 0.35rem;
}

.pb--5 {
  padding-bottom: 0.35rem;
}

.pv--4 {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.ph--4 {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}

.pt--4 {
  padding-top: 0.4375rem;
}

.pb--4 {
  padding-bottom: 0.4375rem;
}

.pv--3 {
  padding-top: 0.5833333333rem;
  padding-bottom: 0.5833333333rem;
}

.ph--3 {
  padding-left: 0.5833333333rem;
  padding-right: 0.5833333333rem;
}

.pt--3 {
  padding-top: 0.5833333333rem;
}

.pb--3 {
  padding-bottom: 0.5833333333rem;
}

.pv--2 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.ph--2 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.pt--2 {
  padding-top: 0.875rem;
}

.pb--2 {
  padding-bottom: 0.875rem;
}

.pv--1 {
  padding-top: 1.1666666667rem;
  padding-bottom: 1.1666666667rem;
}

.ph--1 {
  padding-left: 1.1666666667rem;
  padding-right: 1.1666666667rem;
}

.pt--1 {
  padding-top: 1.1666666667rem;
}

.pb--1 {
  padding-bottom: 1.1666666667rem;
}

.pv-0 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.ph-0 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.pt-0 {
  padding-top: 1.75rem;
}

.pb-0 {
  padding-bottom: 1.75rem;
}

.pv-1 {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.ph-1 {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.pt-1 {
  padding-top: 2.625rem;
}

.pb-1 {
  padding-bottom: 2.625rem;
}

.pv-2 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.ph-2 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.pt-2 {
  padding-top: 3.5rem;
}

.pb-2 {
  padding-bottom: 3.5rem;
}

.pv-3 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.ph-3 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.pt-3 {
  padding-top: 5.25rem;
}

.pb-3 {
  padding-bottom: 5.25rem;
}

.pv-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ph-4 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.pt-4 {
  padding-top: 7rem;
}

.pb-4 {
  padding-bottom: 7rem;
}

.pv-5 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.ph-5 {
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.pt-5 {
  padding-top: 8.75rem;
}

.pb-5 {
  padding-bottom: 8.75rem;
}

img {
  max-width: 100%;
}

.container-fluid, .container-lg, .container-md, .container {
  padding: 0 1rem;
  width: 100%;
}

.container {
  margin: 0 auto;
}
@media screen and (min-width: 596px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-md {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}

.container-lg {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.col {
  flex-grow: 1;
}

.col, [class*=col-] {
  width: 100%;
  padding: 0.75rem 1rem;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 596px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (min-width: 596px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media screen and (min-width: 596px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }
}
.navbar {
  min-height: 60px;
  position: relative;
  position: relative;
}
.navbar::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  bottom: -45px;
  left: 0;
  background: url("../image/vague-beige-bas.svg");
}

.navbar__menu-icon {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 22px;
  padding: 6px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s;
}

.navbar__menu-icon--close {
  z-index: 100;
  display: none;
  opacity: 0;
}

.navbar__brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 12px auto;
  width: 160px;
  z-index: 100;
}

.navbar__nav {
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 90;
  background: no-repeat bottom center/contain url("../image/menu-mobile-background.png"), #fff9f1;
  text-align: center;
  display: none;
  transition: right 0.5s;
}

.nav__list {
  margin-top: 170px;
  margin-bottom: 30px;
}

.nav__item {
  padding: 1.1666666667rem 1.75rem;
  cursor: pointer;
}

.nav__link {
  color: #3f3f3e;
  font-family: Roboto Bold, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav__link.current {
  color: #a2cf9c;
}

.nav__social-icon {
  width: 55px;
}

@media screen and (min-width: 992px) {
  .navbar__menu-icon {
    display: none;
  }

  .navbar__brand {
    width: 300px;
    left: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar__nav {
    position: static;
    display: block;
    margin-left: 25%;
    background: transparent;
    height: initial;
    width: initial;
  }

  .nav__list {
    display: flex;
    margin: 0;
  }

  .nav__social-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0.875rem 1.75rem;
    max-width: 45px;
  }
  .nav__social-icon:hover {
    cursor: pointer;
  }
}
.button, .button-secondary, .button-primary {
  color: #fff9f1;
  font-family: Roboto Bold, Arial, sans-serif;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #2b3a2f;
  padding: 18px 24px;
  border: none;
  border-radius: 50px;
  outline: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}

.button:hover, .button-secondary:hover, .button-primary:hover {
  color: #3f3f3e;
  background-color: #fff9f1;
}

.button-primary {
  color: #2b3a2f;
  background-color: #a2cf9c;
}
.button-primary:hover {
  background-color: #c1eabc;
}

.button-secondary {
  color: #fff9f1;
  background-color: #bc7369;
}
.button-secondary:hover {
  color: #fff9f1;
  background-color: #cd8d84;
}

.form__label {
  display: none;
}

.form__input {
  border: 1px solid rgba(63, 63, 62, 0.18);
  border-radius: 50px;
  padding: 12px 30px;
  background-color: white;
  font-weight: 700;
  font-family: Roboto, Arial, sans-serif;
  min-width: 280px;
}

.form__input--full-width {
  width: 100%;
}

.form__input--select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  background: no-repeat right 12px center url("../image/fleche-bas.svg");
  width: 100%;
  text-transform: uppercase;
}

.form__input--textarea {
  border-radius: 25px;
}

.form__errors {
  color: #bc7369;
}
.form__errors ul {
  display: inline-block;
}
.form__errors li::before {
  content: "/!\\";
}

.flash, .flash--failure, .flash--success {
  padding: 16px;
  text-align: center;
}

.flash--success {
  background: #ecf5eb;
  color: #a2cf9c;
}

.flash--failure {
  background: #bc7369;
  color: #3f3f3e;
}

.hero__wrapper {
  min-height: 400px;
}

.hero__content {
  border-radius: 8px;
  padding: 1.75rem 0.5833333333rem;
  margin-top: 7rem;
}

@media screen and (min-width: 992px) {
  .hero__wrapper {
    min-height: 600px;
  }

  .hero__content {
    margin-top: 14rem;
    padding: 2.625rem 1.75rem;
  }

  .hero__content--wide {
    margin-bottom: 14rem;
  }
}
.hero__content--dark-background {
  background: no-repeat center/cover url("../image/fond-ardoise.jpg"), #3f3f3e;
}

.hero__wrapper--home {
  background: no-repeat top left/cover url("../image/icecreams_photo.jpg");
}

.hero__wrapper--contact {
  background: no-repeat center/cover url("../image/vaches_photo.jpg");
}

.hero__wrapper--tastes {
  background: no-repeat top left/cover url("../image/glaces_sur_table.jpg");
}

.hero__wrapper--our-story {
  background: no-repeat center/cover url("../image/famille_photo.jpg");
}

.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media screen and (min-width: 992px) {
  .section {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.section__text--dark-background {
  background: no-repeat center/cover url("../image/fond-ardoise.jpg"), #3f3f3e;
  padding: 32px;
  text-align: center;
  color: #fff9f1;
  border-radius: 12px;
}

.section--waves-up, .section--waves-up--beige, .section--waves-up--white {
  position: relative;
}
.section--waves-up::before, .section--waves-up--beige::before, .section--waves-up--white::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
}

.section--waves-up--white::before {
  background: url("../image/vague-blanche-haut.svg");
}

.section--waves-up--beige::before {
  background: url("../image/vague-beige-haut.svg");
}

@media screen and (min-width: 992px) {
  .section--home-values {
    background: no-repeat bottom -5px right url("../image/pr-s-vache.svg");
  }
}
@media screen and (min-width: 1200px) {
  .section--home-values {
    background: no-repeat bottom -5px right url("../image/pr-s-vache.svg"), no-repeat bottom -5px left url("../image/verger.svg");
  }
}
.section--home-tastes {
  background: no-repeat center/cover url("../image/fond-ardoise.jpg");
}

@media screen and (min-width: 1200px) {
  .section--tastes-creams {
    background: no-repeat bottom right url("../image/cornets_vanille_chocolat.png");
  }

  .section--tastes-sorbets {
    background: no-repeat bottom -28px left url("../image/cornets_vanille_fraise.png"), #fff9f1;
  }

  .section--tastes-yogurts {
    background: no-repeat bottom right url("../image/cornet_a_litalienne.png");
  }
}
.section__link--dark-background {
  color: #a2cf9c;
  font-family: Roboto Bold, Arial, sans-serif;
}

.carousel-wrapper {
  overflow: hidden;
}

.carousel {
  position: relative;
  transform-style: preserve-3d;
}

.carousel__item {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 100;
  transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
}

.carousel__item.initial,
.carousel__item.active {
  opacity: 1;
  position: relative;
  z-index: 900;
}

.carousel__photo.prev {
  transform: translateX(-100%);
  /* Move 'prev' item to the left */
}

.carousel__photo.next {
  transform: translateX(100%);
  /* Move 'next' item to the right */
}

.carousel__button--prev,
.carousel__button--next {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 1000;
}

.carousel__button--prev {
  left: 0;
}

.carousel__button--next {
  right: 0;
  transform: rotate(180deg);
}

.carousel__item {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .carousel__item {
    text-align: left;
  }
}
.retails-finder__select {
  position: relative;
  width: 100%;
  min-width: 320px;
  padding: 12px 30px;
  border: 1px solid rgba(63, 63, 62, 0.18);
  border-radius: 50px;
  background: no-repeat right 12px center url("../image/fleche-bas.svg"), white;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.retails-finder__list {
  margin-top: 1.1666666667rem;
  padding-left: 34px;
}

.retails-finder__item {
  position: relative;
  padding: 0.5833333333rem 0;
}

.retails-finder__item::before {
  content: "•";
  color: #a2cf9c;
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  position: absolute;
  left: -24px;
  width: 10px;
  top: -10px;
}

.retails-finder__retail-name {
  line-height: 1.15;
  font-family: Roboto Bold, Arial, sans-serif;
  font-size: 21px;
}

.retails-finder__retail-address {
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
}

.taste__item {
  display: flex;
  align-items: center;
}

.taste__image {
  width: 85px;
  height: 85px;
  background-color: #ecf5eb;
  border-radius: 50px;
  margin-right: 16px;
  flex-shrink: 0;
}

.taste__name {
  font-size: 18px;
  font-family: Roboto Bold, Arial, sans-serif;
}

.taste__image--lg {
  width: 200px;
  height: 200px;
}

@media screen and (min-width: 596px) {
  .taste__image--lg {
    width: 260px;
    height: 260px;
  }
}
@media screen and (min-width: 992px) {
  .philemon, .philemon--new-name {
    position: relative;
  }

  .philemon::before, .philemon--new-name::before {
    content: "";
    position: absolute;
    background: no-repeat url("../image/philemon.png");
    background-size: contain;
    width: 250px;
    height: 500px;
  }

  .philemon--new-name::before {
    top: -10px;
    right: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .philemon--new-name::before {
    top: 25px;
  }
}
.badge, .badge--secondary, .badge--dark {
  font-family: Roboto Bold, Arial, sans-serif;
  border-radius: 50px;
  padding: 4px 32px;
  color: #fff9f1;
  display: inline-block;
  font-size: 25px;
}

.badge--dark {
  background-color: #3f3f3e;
}

.badge--secondary {
  background-color: #bc7369;
}

.header {
  background: transparent;
  position: relative;
}

.border-rounded {
  border-radius: 8px;
}

.image-rounded {
  border-radius: 50%;
}

.gribouille {
  background: no-repeat url("../image/gribouille.svg");
  background-size: 112%;
  background-position: center;
}

.retail-row {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  #retails {
    background: no-repeat bottom right -100px url("../image/carte.png"), #fff9f1;
  }

  .retail-row {
    justify-content: start;
  }
}
@media screen and (min-width: 1200px) {
  #retails {
    background: no-repeat bottom right -280px url("../image/fille.png"), no-repeat bottom right 140px url("../image/carte.png"), #fff9f1;
  }
}
.story__row {
  min-height: 350px;
  align-items: center;
  position: relative;
}

.story__image, .story__image--today, .story__image--didier, .story__image--andre-et-irene, .story__image--irma-et-philemon {
  min-height: 350px;
  align-self: stretch;
  order: 2;
}

.story__date {
  text-align: center;
  font-size: 25px;
  font-family: Roboto Bold, Arial, sans-serif;
  order: 1;
}

.story__image--irma-et-philemon {
  background: no-repeat center center/cover url("../image/story_portraits.jpg");
}

.story__image--andre-et-irene {
  background: no-repeat center center/cover url("../image/story_andreEtIrene.jpg");
}

.story__image--didier {
  background: no-repeat center center/cover url("../image/story_didier.jpg");
}

.story__image--today {
  background: no-repeat center center/cover url("../image/story_today.jpg");
}

@media screen and (min-width: 992px) {
  .story__row {
    min-height: 500px;
  }

  .story__image, .story__image--irma-et-philemon, .story__image--andre-et-irene, .story__image--didier, .story__image--today {
    order: unset;
  }

  .story__date {
    text-align: left;
    order: unset;
  }

  .story__text--left {
    justify-content: end;
  }
  .story__text--left .story__date {
    text-align: right;
  }

  .timeline, .timeline--primary, .timeline--dark, .timeline--dark-primary, .timeline--start {
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline--dark, .timeline--dark-primary, .timeline--start {
    background: #3f3f3e;
  }

  .timeline--start {
    margin-top: -14px;
  }

  .timeline--dark-primary .timeline__half {
    width: 100%;
    height: 50%;
    background: #a2cf9c;
    position: absolute;
    bottom: 0;
  }

  .timeline--primary {
    background: #a2cf9c;
  }

  .timeline__bullet, .timeline__bullet--primary, .timeline__bullet--top {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    top: 50%;
    margin-top: -14px;
    margin-left: -10px;
    background: #3f3f3e;
    z-index: 100;
  }

  .timeline__bullet--primary, .timeline__bullet--top {
    background: #a2cf9c;
  }

  .timeline__bullet--top {
    top: 0;
  }
}
.contact__hero {
  opacity: 0.6;
}