@keyframes move-up-down {
  50% {
    transform: translateY(-15px); } }
@keyframes move-up-down-slow {
  50% {
    transform: translateY(-10px); } }
@keyframes move-left-right {
  50% {
    transform: translateX(-15px); } }
@keyframes bounce {
  from,
    20%,
    53%,
    to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
    43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0) scaleY(1.1); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0) scaleY(1.05); }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    nsform: translate3d(0, -4px, 0) scaleY(1.02); } }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: #000000;
  font-family: "Delius", cursive;
  line-height: 20px; }

p {
  margin: 0; }

h1, h2, h3, h4, h5 {
  font-family: "Pacifico", cursive;
  color: #EA8167;
  margin: 0; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 23px; }

a {
  color: #EC8E77;
  text-decoration: none; }
  a:hover {
    color: #EC8E77;
    text-decoration: none; }

.btn {
  padding: 10px 18px;
  background-color: #FEF2EE;
  color: #EC8E77;
  box-shadow: 0px 4px 8px rgba(251, 204, 188, 0.6);
  border-radius: 16px 0px;
  transition: .3s ease-out; }
  .btn:hover {
    border-color: transparent;
    background-color: #EC8E77;
    color: #FFFFFF; }

.cloud {
  position: absolute;
  animation: move-left-right 6s ease infinite; }

.wave-background {
  position: absolute; }

header {
  position: relative;
  margin: 0 auto;
  max-width: 900px; }
  header .menu {
    display: flex;
    justify-content: center;
    align-items: center; }
    header .menu img {
      width: 123px;
      margin: 0 15px; }
    header .menu nav a {
      margin: 8px 32px; }
      header .menu nav a:hover {
        text-shadow: 0 0.015em #EC8E77, 0 -0.015em #EC8E77, 0.01em 0 #EC8E77, -0.01em 0 #EC8E77;
        text-decoration: underline; }
      header .menu nav a.active {
        text-shadow: 0 0.015em #EC8E77, 0 -0.015em #EC8E77, 0.01em 0 #EC8E77, -0.01em 0 #EC8E77; }
  header .socials-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    display: flex;
    align-items: center; }
    header .socials-btn a {
      margin: 0 8px; }
      header .socials-btn a img {
        margin: 0;
        width: 21px; }
        header .socials-btn a img:hover {
          animation-name: bounce;
          transform-origin: center bottom;
          animation-duration: .7s; }
  header .menu-responsive {
    display: none; }

section .container-1 {
  position: relative;
  max-width: 1368px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0; }
  section .container-1 .cloud-1 {
    top: -13px;
    left: 490px;
    z-index: 30; }
  section .container-1 .cloud-2 {
    left: -10px;
    bottom: -80px;
    z-index: 30; }
  section .container-1 .container-left {
    width: 55%;
    text-align: center; }
    section .container-1 .container-left img {
      position: relative;
      width: 516px;
      border-radius: 30px 0px 30px 0px;
      z-index: 20; }
  section .container-1 .container-right {
    margin: 0 auto;
    width: 50%;
    margin-left: 40px; }
    section .container-1 .container-right .title {
      position: absolute;
      top: 45px;
      font-family: "Alex Brush", cursive;
      font-size: 146px;
      line-height: 129.21px;
      color: rgba(251, 204, 188, 0.3);
      max-width: 579px;
      opacity: .3;
      /* text not selectable */
      -webkit-user-select: none;
      /* Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+/Edge */
      user-select: none;
      /* Standard */ }
    section .container-1 .container-right .sub-title {
      position: relative;
      color: #000000;
      font-family: "Delius", cursive;
      max-width: 494px;
      font-size: 22px;
      line-height: 27.63px;
      padding-bottom: 48px; }
    section .container-1 .container-right .contact-btn {
      position: absolute;
      bottom: 65px; }
section .scroll-down {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 120px; }
  section .scroll-down .scroll-down-btn {
    cursor: pointer;
    animation: move-up-down 3s ease infinite; }
section .container-2 {
  background-image: url(../img/wave_background_1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 834px;
  position: relative;
  display: flex;
  align-items: center; }
  section .container-2 .cloud-3 {
    right: 0;
    top: -50px;
    animation: none; }
  section .container-2 .content {
    max-width: 1220px;
    display: flex;
    margin: 0 auto;
    padding-top: 60px;
    align-items: center; }
    section .container-2 .content .content-left {
      position: relative;
      width: 55%;
      text-align: center; }
      section .container-2 .content .content-left .cloud-4 {
        left: -135px;
        bottom: -185px; }
    section .container-2 .content .content-right {
      width: 50%;
      margin-bottom: 60px; }
      section .container-2 .content .content-right h2 {
        padding-bottom: 25px; }
      section .container-2 .content .content-right p {
        padding: 0 20px 50px 0; }
section .container-3 {
  position: relative;
  padding-top: 60px; }
  section .container-3 .content {
    position: relative;
    z-index: 10;
    max-width: 560px;
    margin: 0 auto; }
    section .container-3 .content h2 {
      text-align: center;
      padding-bottom: 25px; }
    section .container-3 .content p {
      padding-bottom: 30px; }
    section .container-3 .content .more-btn {
      text-align: center; }
  section .container-3 .cloud-5 {
    right: 0;
    bottom: -105px; }
section .container-4 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 140px; }
  section .container-4.prestations {
    padding: 80px 0; }
    section .container-4.prestations .boxes .box {
      height: 400px; }
      section .container-4.prestations .boxes .box#middle-1 {
        height: 470px; }
      section .container-4.prestations .boxes .box#end {
        height: 430px; }
      section .container-4.prestations .boxes .box#end-2 {
        height: 530px; }
      section .container-4.prestations .boxes .box#end-3 {
        height: 600px; }
  section .container-4 .boxes {
    position: relative;
    padding-top: 80px;
    display: flex;
    justify-content: center; }
    section .container-4 .boxes .box {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 368px;
      background-color: #FBCCBC;
      border-radius: 40px 0;
      height: 440px;
      margin: 0 10px; }
      section .container-4 .boxes .box .price {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 40px; }
        section .container-4 .boxes .box .price h2 {
          position: absolute;
          font-family: "Delius", cursive; }
      section .container-4 .boxes .box .description h2 {
        font-family: "Delius", cursive;
        font-size: 22px;
        padding-bottom: 45px; }
        section .container-4 .boxes .box .description h2.two-row {
          padding-bottom: 20px; }
      section .container-4 .boxes .box .description h3 {
        font-family: "Delius", cursive;
        font-size: 19px;
        padding-bottom: 20px; }
      section .container-4 .boxes .box .description p {
        max-width: 208px;
        margin: 0 auto; }
        section .container-4 .boxes .box .description p#info {
          font-style: italic;
          font-weight: bold;
          color: #FFF3CA;
          padding-bottom: 40px; }
      section .container-4 .boxes .box .description ul {
        text-align: left;
        max-width: 242px;
        margin: 0 auto; }
      section .container-4 .boxes .box .more-btn {
        padding-top: 20px; }
    section .container-4 .boxes #middle-1 {
      height: 540px; }
    section .container-4 .boxes #end {
      height: 495px; }
    section .container-4 .boxes #end-2 {
      height: 570px; }
    section .container-4 .boxes #end-3 {
      height: 675px; }
    section .container-4 .boxes #full {
      background-color: #E5B1A0;
      width: 60%;
      height: auto; }
      section .container-4 .boxes #full .description h2 {
        color: #FFF3CA; }
      section .container-4 .boxes #full .description h3 {
        color: #FFF3CA; }
      section .container-4 .boxes #full .description p {
        max-width: 70%; }
section .container-4-5 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 140px; }
  section .container-4-5 .carousel-indicators {
    margin-bottom: 0;
    bottom: -20px; }
    section .container-4-5 .carousel-indicators button {
      background-color: #EC8E77;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
  section .container-4-5 .carousel-inner {
    display: flex;
    align-items: center;
    max-width: 710px;
    min-height: 280px;
    margin: 0 auto; }
  section .container-4-5 .d-none {
    display: block !important; }
  section .container-4-5 .carousel-caption {
    position: initial;
    color: #000000; }
    section .container-4-5 .carousel-caption p {
      font-size: 1.20rem;
      line-height: 1.4; }
    section .container-4-5 .carousel-caption h5 {
      padding-top: 20px;
      text-align: right; }
  section .container-4-5 .carousel-control-next,
  section .container-4-5 .carousel-control-prev {
    background-image: none;
    fill: #EC8E77; }
  section .container-4-5 .carousel-control-prev {
    background-image: none; }
    section .container-4-5 .carousel-control-prev svg {
      transform: scaleX(-1); }
section .container-5 {
  background-image: url(../img/wave_background_2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 834px;
  position: relative;
  margin-top: 85px; }
  section .container-5 .cloud-6 {
    top: -60px; }
  section .container-5 .cloud-7 {
    animation: none;
    right: 0;
    bottom: -120px; }
  section .container-5 .content {
    position: relative;
    text-align: center;
    padding-top: 132px;
    z-index: 30; }
    section .container-5 .content h2 {
      padding-bottom: 60px; }
    section .container-5 .content .carousel-img {
      object-fit: cover;
      width: 280px;
      height: 252px;
      margin: 0 10px; }
    section .container-5 .content .splide__arrow {
      background: transparent;
      fill: #af6a59b3;
      transition: .2s ease; }
      section .container-5 .content .splide__arrow:hover {
        fill: #EA8167; }
      section .container-5 .content .splide__arrow svg {
        /*fill: rgba(175, 106, 89, 0.3);*/
        width: 2.2em;
        height: 2.2em; }
    section .container-5 .content .splide__pagination {
      bottom: -40px; }
      section .container-5 .content .splide__pagination .splide__pagination__page {
        background: rgba(175, 106, 89, 0.3); }
      section .container-5 .content .splide__pagination .splide__pagination__page.is-active {
        background: #EA8167; }
section .container-6 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0; }
  section .container-6.full-height {
    height: calc(100vh - 174px - 60px);
    padding: 0;
    padding-top: 20px; }
  section .container-6 h1 {
    font-size: 30px;
    padding-bottom: 40px; }
  section .container-6 .content {
    display: flex;
    margin: 0 auto;
    text-align: left;
    justify-content: center; }
    section .container-6 .content .content-left {
      width: 368px;
      margin-right: 112px;
      z-index: 30; }
      section .container-6 .content .content-left .form-group {
        padding-bottom: 40px; }
        section .container-6 .content .content-left .form-group .form-control {
          border: solid 1px transparent;
          border-bottom: 1px solid rgba(234, 129, 103, 0.5);
          border-radius: 0;
          transition: 0.2s linear; }
          section .container-6 .content .content-left .form-group .form-control:focus {
            border: none;
            border: 1px solid rgba(234, 129, 103, 0.5);
            box-shadow: none; }
          section .container-6 .content .content-left .form-group .form-control:hover {
            border: none;
            border: 1px solid rgba(234, 129, 103, 0.5);
            box-shadow: none; }
        section .container-6 .content .content-left .form-group textarea {
          resize: none; }
      section .container-6 .content .content-left button {
        position: relative;
        z-index: 10;
        margin-top: 10px; }
      section .container-6 .content .content-left.main {
        width: 460px; }
    section .container-6 .content .content-right {
      width: 342px; }
      section .container-6 .content .content-right .detail {
        display: flex;
        align-items: center;
        padding-top: 25px; }
        section .container-6 .content .content-right .detail img {
          margin-right: 10px; }
  section .container-6 .cloud-8 {
    bottom: 0;
    left: 0;
    z-index: 0; }
section .p-container-1 {
  position: relative;
  margin-bottom: 45px; }
  section .p-container-1 .p-content {
    position: relative;
    max-width: 1125px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px; }
    section .p-container-1 .p-content .p-content-left img {
      position: relative;
      z-index: 30;
      width: 463px;
      border-radius: 30px 0px 30px 0px;
      margin-right: 20px; }
    section .p-container-1 .p-content .p-content-right {
      max-width: 518px; }
      section .p-container-1 .p-content .p-content-right h2 {
        line-height: 53px;
        padding-bottom: 25px; }
  section .p-container-1 .title {
    position: relative;
    font-family: "Alex Brush", cursive;
    font-size: 123px;
    line-height: 129.21px;
    color: rgba(251, 204, 188, 0.3);
    z-index: 30;
    text-align: center;
    /* text not selectable */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
    section .p-container-1 .title.mobile {
      display: none; }
  section .p-container-1 .p-cloud-1 {
    left: -235px;
    bottom: 0; }
section .p-container-2 {
  position: relative; }
  section .p-container-2 .contents {
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
    z-index: 30; }
    section .p-container-2 .contents #video {
      padding-bottom: 80px; }
    section .p-container-2 .contents .p-content {
      text-align: center; }
      section .p-container-2 .contents .p-content:last-child {
        padding-bottom: 0; }
      section .p-container-2 .contents .p-content .p-content-w-video {
        display: flex; }
        section .p-container-2 .contents .p-content .p-content-w-video .p-content-left {
          width: 367px;
          text-align: right; }
          section .p-container-2 .contents .p-content .p-content-w-video .p-content-left h3 {
            text-align: center;
            margin-right: 40px; }
          section .p-container-2 .contents .p-content .p-content-w-video .p-content-left img {
            width: 270px;
            text-align: right; }
          section .p-container-2 .contents .p-content .p-content-w-video .p-content-left .separator {
            border: solid 2px #EA8167;
            opacity: 1;
            border-radius: 3px;
            width: 367px;
            margin: 0;
            margin-bottom: 40px; }
        section .p-container-2 .contents .p-content .p-content-w-video .p-content-right {
          margin: 40px 20px;
          text-align: left; }
          section .p-container-2 .contents .p-content .p-content-w-video .p-content-right .photos {
            width: 100%;
            display: flex; }
            section .p-container-2 .contents .p-content .p-content-w-video .p-content-right .photos img {
              padding: 20px 20px 20px 0;
              width: 200px; }
      section .p-container-2 .contents .p-content video {
        max-width: 470px;
        max-height: 327px;
        width: 100%; }
  section .p-container-2 .p-cloud-2 {
    animation: none;
    right: 0;
    bottom: 385px; }
section .p-container-3 {
  background-image: url(../img/cloud_small.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 330px;
  margin: 0 20px 60px 20px; }
  section .p-container-3 .content {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px; }
    section .p-container-3 .content h2 {
      text-align: center;
      padding-bottom: 25px; }
section .a-container-1 {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 60px; }
  section .a-container-1 .content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section .a-container-1 .content .content-left img {
      width: 310px;
      padding-bottom: 10px; }
    section .a-container-1 .content .content-left .a-cloud-1 {
      width: 380px;
      left: -230px;
      bottom: -110px; }
    section .a-container-1 .content .content-right {
      max-width: 518px;
      z-index: 1000; }
      section .a-container-1 .content .content-right h1 {
        font-size: 30px;
        padding-bottom: 40px; }
section .a-container-2 {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 120px; }
  section .a-container-2 .content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 30; }
    section .a-container-2 .content .content-left {
      max-width: 480px; }
      section .a-container-2 .content .content-left h3 {
        padding-bottom: 25px; }
    section .a-container-2 .content .content-right {
      max-width: 416px;
      margin-left: 10%;
      width: 100%; }
      section .a-container-2 .content .content-right .boxes {
        display: flex;
        text-align: left;
        justify-content: space-between; }
        section .a-container-2 .content .content-right .boxes .box {
          text-align: center;
          width: 100px; }
          section .a-container-2 .content .content-right .boxes .box .bg-icon {
            background-color: #FBCCBC;
            padding: 20px;
            border-radius: 999px; }
            section .a-container-2 .content .content-right .boxes .box .bg-icon img {
              width: 60px; }
          section .a-container-2 .content .content-right .boxes .box p {
            padding-top: 10px; }
section .a-container-3 {
  background-image: url(../img/wave_background_3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1200px;
  position: relative;
  margin-bottom: 80px;
  /*h2 {
      text-align: center;
      padding-top: 171px;
      position: relative;
      z-index: 30;
  }*/ }
  section .a-container-3 .a-cloud-2 {
    animation: none;
    width: 317px;
    right: 0;
    top: -185px; }
  section .a-container-3 .a-cloud-3 {
    left: -80px;
    bottom: -60px; }
  section .a-container-3 .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 30;
    padding-left: 20px;
    padding-right: 20px; }
    section .a-container-3 .content .content-left {
      max-width: 440px; }
      section .a-container-3 .content .content-left h3 {
        padding-bottom: 33px; }
    section .a-container-3 .content .content-right {
      /* Timeline Container */ }
      section .a-container-3 .content .content-right .timeline {
        /* Outer Layer with the timeline border */
        /* Card container */
        /* Information about the timeline */
        /* Title of the card */
        /* Timeline dot  */ }
        section .a-container-3 .content .content-right .timeline .outer {
          border-left: 4px solid #EA8167; }
        section .a-container-3 .content .content-right .timeline .timecard {
          position: relative;
          margin: 0 0 20px 20px;
          padding: 10px;
          background: #FFFFFF;
          border-radius: 8px;
          max-width: 440px; }
        section .a-container-3 .content .content-right .timeline .info {
          display: flex;
          flex-direction: column;
          gap: 10px; }
        section .a-container-3 .content .content-right .timeline .title {
          color: #EA8167;
          position: relative; }
        section .a-container-3 .content .content-right .timeline .title::before {
          content: "";
          position: absolute;
          width: 15px;
          height: 15px;
          background: white;
          border-radius: 999px;
          left: -39px;
          border: 3px solid #EA8167; }
section .cgv-container-1 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px; }
  section .cgv-container-1 h1 {
    position: relative;
    z-index: 30;
    font-size: 30px;
    padding-bottom: 40px; }
  section .cgv-container-1 .content {
    text-align: left;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto; }
    section .cgv-container-1 .content p {
      padding-bottom: 1rem; }
    section .cgv-container-1 .content h2 {
      padding-bottom: 20px; }
    section .cgv-container-1 .content .sub-content {
      position: relative;
      z-index: 30;
      padding-bottom: 20px; }
  section .cgv-container-1 .a-cloud-1 {
    left: 15px; }
  section .cgv-container-1 .cloud-5 {
    right: 15px;
    bottom: 0; }

footer {
  position: relative;
  z-index: 20;
  width: 100%;
  background-color: #FEF2EE;
  color: #EC8E77;
  font-size: 14px; }
  footer .content {
    padding: 20px 20px;
    max-width: 1170px;
    margin: 0 auto; }
    footer .content p {
      text-align: center;
      padding-top: 10px; }
    footer .content a {
      padding: 5px; }
      footer .content a.active {
        text-shadow: 0 0.015em #EC8E77, 0 -0.015em #EC8E77, 0.01em 0 #EC8E77, -0.01em 0 #EC8E77; }
    footer .content a:hover {
      color: #EA8167;
      text-shadow: 0 0.015em #EC8E77, 0 -0.015em #EC8E77, 0.01em 0 #EC8E77, -0.01em 0 #EC8E77; }

/*# sourceMappingURL=style.css.map */
