@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;
  box-sizing: border-box;
}

/* 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;
}

header {
  max-width: 1770px;
  margin: 0 auto;
  background-color: #EBD3CF;
  display: flex;
  padding: 8px 12px;
  border-radius: 40px;
  height: 80px;
  margin-top: 46px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  transition: margin-top 500ms;
}
@media screen and (max-width: 1770px) {
  header {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 680px) {
  header {
    margin-top: 20px;
    height: 60px;
  }
}
header p {
  align-self: center;
}
@media screen and (max-width: 680px) {
  header p {
    display: none;
  }
}
header img {
  align-self: center;
  width: 56px;
  margin: 0px 20px;
}
@media screen and (max-width: 680px) {
  header img {
    width: 50px;
  }
}
header > a {
  display: flex;
  color: #4C455B;
  text-decoration: none;
}
header .button {
  display: flex;
  border-radius: 31px;
  align-self: stretch;
  margin-left: auto;
  background-color: #4C455B;
  font-family: "Merriweather", serif;
  color: #FFFFFF;
  font-size: 17px;
  align-items: center;
  border: 2px solid #4C455B;
  transition: background-color 250ms, color 250ms;
}
header .button:hover {
  background-color: #EBD3CF;
  color: #4C455B;
}
@media screen and (max-width: 680px) {
  header .button {
    font-size: 12px;
  }
}
header .button i {
  margin-left: 10px;
  color: #F19777;
  font-size: 23px;
  margin-bottom: 4px;
}
@media screen and (max-width: 680px) {
  header .button i {
    font-size: 18px;
  }
}

.hero {
  position: relative;
  background-color: #4C455B;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.hero .bg-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 30%;
  mix-blend-mode: soft-light;
}
.hero .shadow-hero {
  position: absolute;
  opacity: 0.15;
  left: 50%;
  height: calc(100vh + 280px);
  top: -180px;
  transform: translateX(-50%);
  z-index: 2;
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}
.hero .hero-content img {
  align-self: center;
  margin-bottom: 80px;
  width: 290px;
  max-width: 100%;
  max-height: 30vh;
}
@media screen and (max-width: 680px) {
  .hero .hero-content img {
    margin-bottom: 40px;
  }
}
.hero .hero-content h1 {
  align-self: center;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 680px) {
  .hero .hero-content h1 {
    font-size: 24px;
  }
}

.presentation {
  position: relative;
  padding-top: 228px;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .presentation {
    padding-top: 100px;
  }
}
@media screen and (max-width: 980px) {
  .presentation {
    padding-top: 100px;
  }
}
.presentation h2 {
  font-size: 80px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1380px) {
  .presentation h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 590px) {
  .presentation h2 {
    font-size: 36px;
  }
}
.presentation h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.13em;
  margin-top: 0;
  margin-bottom: 70px;
  line-height: 1.3;
}
@media screen and (max-width: 1380px) {
  .presentation h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 590px) {
  .presentation h3 {
    font-size: 18px;
  }
}
.presentation .deux-cols {
  display: flex;
  margin-bottom: 118px;
  gap: 160px;
  transition: gap 250ms;
}
@media screen and (max-width: 1380px) {
  .presentation .deux-cols {
    gap: 50px;
  }
}
@media screen and (max-width: 980px) {
  .presentation .deux-cols {
    gap: 0px;
    flex-direction: column;
  }
}
.presentation .deux-cols div {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .presentation .deux-cols div {
    width: 100%;
  }
}
.presentation .deux-cols div p {
  margin-bottom: 25px;
  line-height: 1.44;
}
.presentation .deux-cols div a.button {
  margin-top: 25px;
  display: inline-block;
  background-color: #CB8F9C;
  color: #fff;
  border: 2px solid #CB8F9C;
  transition: background-color 250ms, color 250ms;
}
.presentation .deux-cols div a.button:hover {
  background-color: #fff;
  color: #CB8F9C;
}
.presentation img.plan {
  display: block;
  mix-blend-mode: multiply;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 6vw;
}
@media screen and (min-width: 2000px) {
  .presentation img.plan {
    margin-bottom: 50px;
  }
}

.cta {
  background-color: #4C455B;
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .cta {
    padding: 100px 0;
  }
}
.cta .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 70%;
}
@media screen and (max-width: 980px) {
  .cta .bg {
    width: 100%;
  }
}
.cta .bg .gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(76, 69, 91) 100%);
  width: 100%;
}
.cta .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: soft-light;
}
.cta .content {
  display: flex;
  position: relative;
}
@media screen and (max-width: 980px) {
  .cta .content {
    flex-direction: column;
  }
}
.cta .content h4 {
  color: #fff;
  font-size: 80px;
  line-height: 1.22;
}
.cta .content h4 p {
  padding-top: 17px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .cta .content h4 p {
    font-size: 28px;
  }
}
@media screen and (max-width: 980px) {
  .cta .content h4 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .cta .content h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 980px) {
  .cta .content h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 680px) {
  .cta .content h4 {
    font-size: 34px;
  }
}
.cta .content h4::before {
  content: "";
  display: block;
  height: 15px;
  width: 194px;
  margin-bottom: 50px;
  background-color: #CB8F9C;
}
.cta .content .btns {
  margin-left: auto;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .cta .content .btns {
    align-self: flex-start;
    padding-top: 50px;
    margin-left: 0;
  }
}
.cta .content .btns a.button {
  align-self: stretch;
  background-color: #fff;
  color: #4C455B;
  margin-bottom: 33px;
  font-size: 25px;
  border: 2px solid #FFFFFF;
  transition: background-color 250ms, color 250ms;
}
.cta .content .btns a.button:hover {
  background-color: #4C455B;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .cta .content .btns a.button {
    font-size: 16px;
  }
}
.cta .content .btns a.button i {
  color: #F19777;
  margin-left: 5px;
}
.cta .content .btns a.button:last-child {
  background-color: transparent;
  color: #CB8F9C;
  border: 2px solid #CB8F9C;
  transition: background-color 250ms, color 250ms;
}
.cta .content .btns a.button:last-child:hover {
  background-color: #CB8F9C;
  color: #fff;
}

.quote {
  padding-top: 110px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 15px;
}
@media screen and (max-width: 980px) {
  .quote {
    padding-top: 70px;
  }
}
.quote .hands {
  width: 300px;
  margin-bottom: 145px;
}
@media screen and (max-width: 980px) {
  .quote .hands {
    width: 200px;
    margin-bottom: 70px;
  }
}
.quote blockquote {
  font-size: 60px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 6vw;
}
@media screen and (max-width: 980px) {
  .quote blockquote {
    font-size: 36px;
  }
}
@media screen and (min-width: 2000px) {
  .quote blockquote {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .quote blockquote {
    margin-bottom: 15vw;
  }
}
.quote blockquote footer {
  padding-top: 55px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.quote blockquote footer::before {
  content: "—";
}
@media screen and (max-width: 980px) {
  .quote blockquote footer {
    padding-top: 40px;
    font-size: 24px;
  }
}

.newsletter .content {
  gap: 50px;
}
.newsletter h4 {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .newsletter h4 {
    width: 100%;
  }
}
.newsletter form {
  width: 50%;
  align-self: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .newsletter form {
    width: 100%;
  }
}
.newsletter form .input-wrap {
  display: flex;
  flex-direction: column;
}
.newsletter form .input-wrap label {
  color: #EBD3CF;
  font-family: "Merriweather", serif;
  font-weight: bold;
}
.newsletter form input[type=text] {
  background-color: transparent;
  border: none;
  font-family: "Merriweather", serif;
  border-bottom: 1px solid #EBD3CF;
  margin-bottom: 60px;
  transition: padding 250ms;
  color: #EBD3CF;
  padding: 12px 0;
}
.newsletter form input[type=submit] {
  align-self: flex-start;
  background-color: #CB8F9C;
  color: #fff;
  padding: 16px 80px;
  border: 2px solid #CB8F9C;
  transition: background-color 250ms, color 250ms;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .newsletter form input[type=submit] {
    padding: 15px 40px;
  }
}
.newsletter form input[type=submit]:hover {
  background-color: transparent;
  color: #CB8F9C;
}

body > footer {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #EBD3CF;
}
body > footer .logo {
  text-align: center;
}
body > footer .logo img {
  width: 160px;
  margin-bottom: 40px;
}
body > footer .logo p {
  line-height: 1.33;
}
body > footer .legal {
  display: flex;
  justify-content: center;
  padding-top: 70px;
  font-size: 15px;
}
@media screen and (max-width: 680px) {
  body > footer .legal {
    flex-direction: column;
    text-align: center;
  }
}
body > footer .legal .sep {
  padding: 0 10px;
}
@media screen and (max-width: 680px) {
  body > footer .legal .sep {
    display: block;
    align-self: center;
    width: 10px;
    font-size: 0;
    color: #EBD3CF;
    border-bottom: 1px solid #CB8F9C;
  }
  body > footer .legal .sep.hide-m {
    display: none;
  }
}
body > footer .legal > a, body > footer .legal > span {
  margin-bottom: 20px;
}
body > footer .legal a,
body > footer .legal span {
  color: rgba(76, 69, 91, 0.5);
  text-decoration: none;
}
body > footer .legal a:hover {
  color: #4C455B;
}

.toAnimate[anim-name=fadeIn] {
  opacity: 0;
}

.animated__fadeIn {
  opacity: 1;
}

.animate__fadeIn {
  animation: fade-in 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated__colorOrange {
  color: #F19777;
}

.animate__colorOrange {
  animation: colorOrange 750ms both;
}

@keyframes colorOrange {
  0% {
    color: inherit;
  }
  100% {
    color: #F19777;
  }
}
.politique h5 {
  font-size: 25px;
}
.politique h6 {
  font-size: 20px;
}
.politique h5,
.politique h6 {
  font-weight: bold;
  margin-bottom: 20px;
}
.politique p {
  margin-bottom: 20px;
}
.politique ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 20px;
}
.politique ul li {
  margin-bottom: 10px;
}

body {
  font-family: "Merriweather", serif;
  color: #4C455B;
}

.vertical {
  position: relative;
  z-index: 2;
}
.vertical:after {
  content: "";
  display: block;
  height: 190px;
  width: 3px;
  background-color: #CB8F9C;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 9;
}
@media screen and (max-width: 1400px) {
  .vertical:after {
    height: 75px;
  }
}
@media screen and (max-width: 680px) {
  .vertical:after {
    height: 75px;
  }
}
.vertical.toAnimate:after {
  opacity: 0;
  transform: translateY(0%);
}
.vertical.animated__line:after {
  transform: translateY(-50%);
  opacity: 1;
}
.vertical.animate__line:after {
  animation: line_anim 500ms both;
}

@keyframes line_anim {
  0% {
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.pink-text {
  color: #EBD3CF;
}

.lila-text {
  color: #CB8F9C;
}

.content {
  max-width: 1380px;
  padding: 0 15px;
  margin: 0 auto;
  transition: padding 250ms;
}
@media screen and (max-width: 1440px) {
  .content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 680px) {
  .content {
    padding: 0 15px;
  }
}

strong {
  font-weight: bold;
}

input[type=submit],
a.button {
  font-family: "Merriweather", serif;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 100px;
}
@media screen and (max-width: 680px) {
  input[type=submit],
  a.button {
    padding: 15px 20px;
  }
}

.circle {
  max-width: 1000px;
  max-height: 1000px;
  --size: 50vw;
  position: absolute;
  left: 50%;
  bottom: -28vw;
  transform: translate(-50%, 0);
  background-color: #EBD3CF;
  height: var(--size);
  border-radius: 50%;
  width: var(--size);
  display: block;
  z-index: -1;
}
.circle.toAnimate {
  opacity: 0;
}
.circle.animated__circle {
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1380px) {
  .circle {
    --size: 90vw;
    bottom: -50vw;
  }
  .circle .animated__circle {
    bottom: -50vw;
  }
}

.animate__circle {
  animation: circle 2500ms both;
}

@keyframes circle {
  0% {
    transform: translate(-50%, 30%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */