@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

@keyframes move-in-top {
  0% {
    opacity: 0;
    transform: translateY(-3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes dont-move {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes arrows {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }
body {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.6rem;
  letter-spacing: 0.09rem;
  color: #1f2e55; }

.heading-primary {
  color: #fff;
  letter-spacing: 0.2rem; }
  .heading-primary--main {
    display: block;
    font-size: 5rem;
    font-weight: 700;
    line-height: 8rem;
    letter-spacing: 0.75rem;
    animation-name: dont-move;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1); }
    @media only screen and (max-width: 75em) {
      .heading-primary--main {
        font-size: 4rem; } }
    @media only screen and (max-width: 25em) {
      .heading-primary--main {
        font-size: 3.5rem; } }
  .heading-primary--subtitle {
    display: block;
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.25rem;
    animation-name: move-in-top;
    animation-duration: 1.25s;
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0); }
    @media only screen and (max-width: 75em) {
      .heading-primary--subtitle {
        font-size: 1.75rem; } }

.heading-secondary {
  font-size: 3rem;
  letter-spacing: 0.35rem;
  font-weight: 700;
  display: block;
  color: #000;
  text-align: center; }
  @media only screen and (max-width: 75em) {
    .heading-secondary {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 50em) {
    .heading-secondary {
      font-size: 2.25rem; } }

.section__author {
  margin: 15rem;
  display: flex; }
  @media only screen and (max-width: 100em) {
    .section__author {
      margin: 10rem 5rem; } }
  @media only screen and (max-width: 75em) {
    .section__author {
      margin: 10rem 5rem; } }
  @media only screen and (max-width: 50em) {
    .section__author {
      display: flex;
      flex-direction: column;
      margin: 5rem; } }
  @media only screen and (max-width: 28.125em) {
    .section__author {
      margin: 5rem 1.5rem; } }
  .section__author-img {
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 0.1rem 4rem 0.2rem rgba(0, 0, 0, 0.15); }
    .section__author-img:hover {
      transition: transform 0.3s;
      transform: translateY(-1rem); }
    @media only screen and (max-width: 50em) {
      .section__author-img {
        width: 100%; } }
  .section__author-text {
    width: 50%;
    padding: 0 5rem;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 75em) {
      .section__author-text {
        padding-right: 0; } }
    @media only screen and (max-width: 50em) {
      .section__author-text {
        padding: 0; } }
    @media only screen and (max-width: 75em) {
      .section__author-text .section__author-title {
        text-align: center; } }
    @media only screen and (max-width: 50em) {
      .section__author-text {
        margin-top: 2rem;
        width: 100%; } }
    .section__author-text .section__author-paragraph {
      margin-top: 5rem;
      text-align: justify; }
      @media only screen and (max-width: 75em) {
        .section__author-text .section__author-paragraph {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 62.5em) {
        .section__author-text .section__author-paragraph {
          margin-top: 2.5rem;
          font-size: 1.4rem; } }

.section__cake {
  margin-top: 15rem; }
  @media only screen and (max-width: 62.5em) {
    .section__cake {
      margin-top: 10rem; } }
  @media only screen and (max-width: 50em) {
    .section__cake {
      margin-top: 5rem; } }
  .section__cake-title {
    text-align: center;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 50em) {
      .section__cake-title {
        margin-bottom: 0; } }
  .section__cake-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
    .section__cake-img img {
      width: 40rem;
      height: 40rem;
      margin-top: 5rem;
      border-radius: 1rem;
      box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 62.5em) {
        .section__cake-img img {
          width: 35rem;
          height: 35rem; } }
      @media only screen and (max-width: 50em) {
        .section__cake-img img {
          width: 28rem;
          height: 28rem; } }
      @media only screen and (max-width: 37.5em) {
        .section__cake-img img {
          width: 22rem;
          height: 22rem; } }
      @media only screen and (max-width: 28.125em) {
        .section__cake-img img {
          width: 25rem;
          height: 25rem; } }
      .section__cake-img img:hover {
        transition: transform 0.3s;
        transform: scale(1.05); }

.section__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15rem; }
  @media only screen and (max-width: 62.5em) {
    .section__contact {
      margin-top: 10rem; } }
  @media only screen and (max-width: 50em) {
    .section__contact {
      margin-top: 5rem; } }
  .section__contact .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50rem;
    height: auto;
    overflow: hidden;
    border-radius: 2.5rem;
    margin-top: 5rem; }
    @media only screen and (max-width: 50em) {
      .section__contact .container {
        width: 45rem; } }
    @media only screen and (max-width: 28.125em) {
      .section__contact .container {
        width: 40rem; } }
    @media only screen and (max-width: 25em) {
      .section__contact .container {
        width: 30rem; } }
    .section__contact .container .image {
      width: 50rem;
      height: auto;
      border-radius: inherit;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      @media only screen and (max-width: 28.125em) {
        .section__contact .container .image {
          width: 40rem; } }
      @media only screen and (max-width: 25em) {
        .section__contact .container .image {
          width: 30rem; } }
    .section__contact .container .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 4rem;
      background-color: #fff; }
      @media only screen and (max-width: 28.125em) {
        .section__contact .container .text {
          padding: 2rem; } }
      .section__contact .container .text .heading-tertiary {
        margin-bottom: 2.5rem; }
        @media only screen and (max-width: 25em) {
          .section__contact .container .text .heading-tertiary {
            margin-bottom: 1.5rem; } }
      .section__contact .container .text .paragraph {
        text-align: justify; }
        @media only screen and (max-width: 25em) {
          .section__contact .container .text .paragraph {
            font-size: 1.5rem; } }
    .section__contact .container .form {
      width: 40rem;
      padding: 4rem;
      background-color: #fff;
      border-radius: 1.5rem;
      background-color: #f7f9ff;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 28.125em) {
        .section__contact .container .form {
          width: 35rem; } }
      @media only screen and (max-width: 25em) {
        .section__contact .container .form {
          width: 25rem;
          padding: 2rem; } }
      .section__contact .container .form__group {
        margin-bottom: 1rem; }
        .section__contact .container .form__group:last-child {
          margin-bottom: 0; }
      .section__contact .container .form__label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: bold; }
      .section__contact .container .form__input {
        display: block;
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #ddd;
        border-radius: 5px; }
        .section__contact .container .form__input::placeholder {
          /* Chrome, Firefox, or IE 10+ */
          color: #717fa6;
          opacity: 0.65;
          /* Firefox */ }
        .section__contact .container .form__input:focus {
          outline: none;
          border-color: #90caf9; }
      .section__contact .container .form__submit {
        display: block;
        width: 100%;
        padding: 1rem;
        margin-top: 3.5rem;
        color: #fff;
        background-image: linear-gradient(to right top, #fbc093, #f15a22);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.5s;
        background-blend-mode: darken;
        color: #000;
        font-weight: 400;
        font-size: 1.6rem; }
        .section__contact .container .form__submit:hover {
          background-image: linear-gradient(to right top, #f8a488, #e04618), linear-gradient(to right top, #fbc093, #f15a22); }

.product-card {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media only screen and (max-width: 37.5em) {
    .product-card {
      padding: 0 2rem; } }
  .product-card__section {
    display: flex;
    justify-content: space-around;
    width: 60rem;
    height: auto;
    border: 1px solid #dadfe1;
    margin-top: 5rem; }
    @media only screen and (max-width: 100em) {
      .product-card__section {
        width: 50rem; } }
    @media only screen and (max-width: 62.5em) {
      .product-card__section {
        width: 75rem; } }
    @media only screen and (max-width: 37.5em) {
      .product-card__section {
        width: 50rem; } }
    @media only screen and (max-width: 37.5em) {
      .product-card__section {
        display: flex;
        flex-direction: column;
        margin-top: 4rem; } }
    .product-card__section:hover {
      transform: translateY(-0.5rem);
      transition: all 0.5s; }
    .product-card__section img {
      width: 50%;
      object-fit: cover; }
      @media only screen and (max-width: 37.5em) {
        .product-card__section img {
          width: 100%; } }
    .product-card__section .product-card__infos {
      display: flex;
      flex-direction: column;
      padding: 5rem 0; }
      @media only screen and (max-width: 37.5em) {
        .product-card__section .product-card__infos {
          padding: 2.5rem 0; } }
      @media only screen and (max-width: 37.5em) {
        .product-card__section .product-card__infos {
          align-items: center;
          justify-content: center; } }
      .product-card__section .product-card__infos-heading {
        font-size: 3rem; }
        @media only screen and (max-width: 100em) {
          .product-card__section .product-card__infos-heading {
            font-size: 2.5rem; } }
        @media only screen and (max-width: 37.5em) {
          .product-card__section .product-card__infos-heading {
            font-size: 2rem; } }
      .product-card__section .product-card__infos-heading-subtitle {
        font-size: 2rem; }
        @media only screen and (max-width: 37.5em) {
          .product-card__section .product-card__infos-heading-subtitle {
            font-size: 1.5rem; } }
      .product-card__section .product-card__infos-price {
        font-size: 3rem;
        margin: 2.5rem 0; }
        @media only screen and (max-width: 37.5em) {
          .product-card__section .product-card__infos-price {
            font-size: 2.5rem;
            margin: 2rem 0; } }
      .product-card__section .product-card__infos-btn {
        background-color: #fff;
        color: #1f2e55;
        border: 1px solid #1f2e55;
        padding: 1rem 2rem;
        font-size: 1.8rem;
        font-family: Arial, sans-serif;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        cursor: pointer; }
        .product-card__section .product-card__infos-btn:hover, .product-card__section .product-card__infos-btn:focus {
          background-color: #1f2e55;
          color: #fff;
          border-color: #fff; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    border: none;
    padding: 20px;
    overflow: auto; }
    .modal .modal-content .close {
      position: absolute;
      top: -5px;
      right: 15px;
      color: #fff;
      font-size: 4rem;
      font-weight: bold; }
      .modal .modal-content .close:hover, .modal .modal-content .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer; }
    .modal .modal-content p {
      text-align: center;
      color: #fff;
      font-size: 4rem; }

.header .hide {
  display: none; }
.header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem; }
  .header .menu .menu__icon {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2em;
    height: 2em;
    cursor: pointer; }
    @media (max-width: 600px) {
      .header .menu .menu__icon {
        display: flex; } }
    .header .menu .menu__icon div {
      width: 100%;
      height: 2px;
      background-color: black; }
  .header .menu .menu__logo.hide {
    display: none; }
  .header .menu .menu__nav {
    z-index: 999; }
    @media only screen and (max-width: 37.5em) {
      .header .menu .menu__nav {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        align-items: flex-start;
        justify-content: flex-start;
        background: rgba(0, 0, 0, 0.8); }
        .header .menu .menu__nav .nav__list {
          flex-direction: column;
          width: 100%;
          height: auto;
          padding: 2.5rem; }
          .header .menu .menu__nav .nav__list .nav__item {
            margin: 2rem;
            letter-spacing: 0.25rem;
            font-size: 1.85rem; }
        .header .menu .menu__nav.open {
          display: flex;
          background: #e8d6cb; }
          .header .menu .menu__nav.open .nav__list .nav__item {
            padding: 1rem;
            border-bottom: 1px solid #999; }
            .header .menu .menu__nav.open .nav__list .nav__item a {
              color: #1f2e55; }
          .header .menu .menu__nav.open .close-icon {
            color: #1f2e55;
            display: none;
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            cursor: pointer; } }
      @media only screen and (max-width: 37.5em) and (max-width: 37.5em) {
        .header .menu .menu__nav.open .close-icon {
          display: block; } }

  @media only screen and (max-width: 50em) {
    .header .menu {
      padding: 2rem; } }
  @media only screen and (max-width: 25em) {
    .header .menu {
      padding: 1rem; } }
  .header .menu__logo img {
    width: 36rem;
    height: auto; }
    @media only screen and (max-width: 62.5em) {
      .header .menu__logo img {
        width: 26rem; } }
    @media only screen and (max-width: 50em) {
      .header .menu__logo img {
        width: 20rem; } }
  .header .menu__nav {
    width: fit-content; }
    .header .menu__nav .nav__list {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex; }
      @media only screen and (max-width: 50em) {
        .header .menu__nav .nav__list .nav__item {
          font-size: 1.4rem; } }
      .header .menu__nav .nav__list .nav__item:not(:last-child) {
        margin-right: 5rem; }
        @media only screen and (max-width: 50em) {
          .header .menu__nav .nav__list .nav__item:not(:last-child) {
            margin-right: 2.5rem; } }
      .header .menu__nav .nav__list .nav__item a {
        text-decoration: none;
        color: inherit; }
        .header .menu__nav .nav__list .nav__item a:hover, .header .menu__nav .nav__list .nav__item a:focus {
          text-decoration: none;
          color: inherit; }
.header__background-image {
  background-image: url(../../assets/images/header-1.jpg);
  height: 90vh;
  background-size: cover; }
  @media only screen and (max-width: 75em) {
    .header__background-image {
      height: 50vh; } }
  @media only screen and (max-width: 50em) {
    .header__background-image {
      height: 40vh; } }
  @media only screen and (max-width: 28.125em) {
    .header__background-image {
      height: 35vh; } }
  @media only screen and (max-width: 25em) {
    .header__background-image {
      height: 30vh; } }
  .header__background-image .header__text-box {
    position: relative;
    width: 100%;
    height: 100%; }
    .header__background-image .header__text-box .heading-primary {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-40%, -50%);
      text-align: center; }
.header__background-image-cake {
  background-image: url(../../assets/images/header-2.jpg);
  height: 90vh;
  background-size: cover; }
  @media only screen and (max-width: 75em) {
    .header__background-image-cake {
      height: 50vh; } }
  @media only screen and (max-width: 50em) {
    .header__background-image-cake {
      height: 40vh; } }
  @media only screen and (max-width: 28.125em) {
    .header__background-image-cake {
      height: 35vh; } }
  @media only screen and (max-width: 25em) {
    .header__background-image-cake {
      height: 30vh; } }
  .header__background-image-cake .header__text-box {
    position: relative;
    width: 100%;
    height: 100%; }
    .header__background-image-cake .header__text-box .heading-primary {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-40%, -50%);
      text-align: center; }
.header__background-image-chocolate {
  background-image: url(../../assets/images/header-3.jpg);
  height: 90vh;
  background-size: cover; }
  @media only screen and (max-width: 75em) {
    .header__background-image-chocolate {
      height: 50vh; } }
  @media only screen and (max-width: 50em) {
    .header__background-image-chocolate {
      height: 40vh; } }
  @media only screen and (max-width: 28.125em) {
    .header__background-image-chocolate {
      height: 35vh; } }
  @media only screen and (max-width: 25em) {
    .header__background-image-chocolate {
      height: 30vh; } }
  .header__background-image-chocolate .header__text-box {
    position: relative;
    width: 100%;
    height: 100%; }
    .header__background-image-chocolate .header__text-box .heading-primary {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-40%, -50%);
      text-align: center; }

.main {
  padding: 0 10rem; }
  @media only screen and (max-width: 75em) {
    .main {
      padding: 0 5rem; } }
  @media only screen and (max-width: 62.5em) {
    .main {
      padding: 0 1rem; } }

.footer {
  margin-top: 10rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 7.5rem 10rem;
  background-color: #fdf6f1; }
  @media only screen and (max-width: 62.5em) {
    .footer {
      margin-top: 7.5rem;
      padding: 5rem 7.5rem; } }
  .footer .icon-cake,
  .footer .icon-pastry-chef,
  .footer .icon-pastry-shop,
  .footer .icon-github {
    display: flex;
    flex-direction: column;
    width: 30rem;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 100em) {
      .footer .icon-cake,
      .footer .icon-pastry-chef,
      .footer .icon-pastry-shop,
      .footer .icon-github {
        width: 25rem; } }
    @media only screen and (max-width: 75em) {
      .footer .icon-cake,
      .footer .icon-pastry-chef,
      .footer .icon-pastry-shop,
      .footer .icon-github {
        width: 20rem; } }
    @media only screen and (max-width: 62.5em) {
      .footer .icon-cake,
      .footer .icon-pastry-chef,
      .footer .icon-pastry-shop,
      .footer .icon-github {
        width: 15rem; } }
    @media only screen and (max-width: 50em) {
      .footer .icon-cake,
      .footer .icon-pastry-chef,
      .footer .icon-pastry-shop,
      .footer .icon-github {
        width: 20rem;
        margin: 5rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer .icon-cake,
      .footer .icon-pastry-chef,
      .footer .icon-pastry-shop,
      .footer .icon-github {
        width: 15rem;
        margin: 2.5rem; } }
    .footer .icon-cake__image,
    .footer .icon-pastry-chef__image,
    .footer .icon-pastry-shop__image,
    .footer .icon-github__image {
      width: 8rem;
      height: auto;
      margin-bottom: 1.25rem; }
      @media only screen and (max-width: 62.5em) {
        .footer .icon-cake__image,
        .footer .icon-pastry-chef__image,
        .footer .icon-pastry-shop__image,
        .footer .icon-github__image {
          width: 6rem; } }
    .footer .icon-cake__heading,
    .footer .icon-pastry-chef__heading,
    .footer .icon-pastry-shop__heading,
    .footer .icon-github__heading {
      font-size: 1.7rem; }
    .footer .icon-cake__text,
    .footer .icon-pastry-chef__text,
    .footer .icon-pastry-shop__text,
    .footer .icon-github__text {
      margin-top: 0.25rem;
      font-size: 1.4rem; }
      @media only screen and (max-width: 75em) {
        .footer .icon-cake__text,
        .footer .icon-pastry-chef__text,
        .footer .icon-pastry-shop__text,
        .footer .icon-github__text {
          text-align: center; } }

/*# sourceMappingURL=design.css.map */
